
main {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto ;
}
main * {
    font-family: 'NanumSquare';
}
main .grayBar {
    width: 100%;
    height: 0.5rem;
    margin: 2rem 0;
    background: #e8ebee;
}

.content1 .sub_title {
    
}
main section .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
main section .title h2 {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 23px;
    font-weight: 800;
    color: #2329a8;
}

main section .title a {
    font-size: 18px;
    display: flex;
    align-items: center;
}
main section .title a img {
    width: 1.5rem;
    margin-right: 0.5rem;
}
main section .chengsSwiper {
    overflow: hidden;
    height: max-content;
}
main section .chengsSwiper .swiper-wrapper {}
main section .chengsSwiper .swiper-wrapper .swiper-slide {
    padding: 1.5rem 1rem;
    border: 1px solid #dadada;
    border-radius: 5px;
    margin-bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
main section .chengsSwiper .swiper-wrapper .swiper-slide .status {
    border: 1px solid #4b50d5;;
    border-radius: 5rem;
    padding: 0.5rem 1rem;
    color: #4b50d5;;
    font-size: 18px;
    font-weight: 700;
    width: max-content;
}
main section .chengsSwiper .swiper-wrapper .swiper-slide h3 {
    font-size: 20px;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}
main section .chengsSwiper .swiper-wrapper .swiper-slide h3 span {
    font-size: 18px;
    font-weight: 600;
    color: #515151;
}
main section .chengsSwiper .swiper-wrapper .swiper-slide p {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 1.5rem;
    font-weight: 500;
}
main section .chengsSwiper .swiper-wrapper .swiper-slide p:last-child {
    margin: 0;
    color: #4b50d5;
    font-weight: 600;
}
main section .chengsSwiper .swiper-wrapper .swiper-slide p span {
    font-size: 18px;
    font-weight: 600;
}
main .new {
    margin-top: 60px;
}
main .gongmoWrap {
    position: relative;
}
main .planWrap .favorite {
    position: absolute;
    top: 1.5rem;
    right: 1rem;
}
main .planWrap .gongmo {
    padding: 1rem 1rem 1.5rem;
    border: 1px solid #cdcdcd;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
}
main .planWrap .gongmo h4 {
    border: 1px solid #00828f;
    border-radius: 5rem;
    padding: 0.5rem 1rem;
    color: #00828f;
    font-size: 1.6rem;
    font-weight: 700;
    width: max-content;
    margin-bottom: 2.5rem;
}
main .planWrap .gongmo h4 strong {
    border: 1px solid #00828f;
    border-radius: 5rem;
    padding: 0.5rem 1rem;
    color: #00828f;
    font-size: 1.6rem;
    font-weight: 800;
}
main .planWrap .gongmo h4 img {
    width: 2rem;
}
main .planWrap .gongmo h3 {
    font-size: 1.8rem;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}
main .planWrap .gongmo h3 span {
    font-size: 1.6rem;
    font-weight: 600;
}
main .planWrap .gongmo p {
    display: flex;
    justify-content: space-between;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}
main .planWrap .gongmo p:last-child {
    margin: 0;
    color: #00828f;
    font-weight: 600;
}
main .planWrap .gongmo p span {
    font-size: 1.6rem;
    font-weight: 600;
}
main section .chengs {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
}
main section .chengs .cheng {
    width: 100%;
    padding: 1.5rem 1rem;
    border: 1px solid #dadada;
    border-radius: 5px;
    margin-bottom: 1rem;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
main section .chengs .cheng h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 0.5rem;
}
main section .chengs .cheng > p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2.5rem;
    color: #515151;
}
main section .chengs .cheng div {}
main section .chengs .cheng div p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    font-size: 18px;
    font-weight: 600;
}
main section .chengs .cheng div p:last-child {
    margin: 0;
}
main section .chengs .cheng div p b {
    font-size: 18px;
}

.red {
    color: #f03528;
}
.blue {
    color: #0061ff;
}
.normal {

}

/* 신규상장 */
#sang .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
#sang .title h2{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 23px;
    font-weight: 800;
    color: #2329a8;
}
#sang {
    /* padding: 4rem 1.5rem 8rem; */
}
#sang > a {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 3rem;
}
#sang > a img {
    width: 100%;
}
#sang > a p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3rem;
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
}
#sang > a p span {
    font-size: 2rem;
    font-weight: 800;
    color: #ff9b00;
}
#sang > a em {
    position: absolute;
    border: 1px solid #8d8f8f;
    border-radius: 2rem;
    padding: 0.5rem 1rem;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 1.6rem;
    background: rgba(0, 0, 0, 0.3);
}
#sang form {
    display: flex;
    height: 3rem;
    position: relative;
    border: 1px solid #333236;
    align-items: center;
    justify-content: space-evenly;
}

#sang form input:nth-of-type(1) {
    width: calc(100% - 4rem); /* 버튼의 너비를 제외한 나머지 공간 차지 */
    font-size: 16px;
    border-radius: 0.5rem;
    padding-left: 1rem; /* 버튼과의 여백 */
}

#sang form button {
    width: 3rem;
    height: 100%;
    background: none;
    border: none;
    display: flex;
    align-items: center; /* 수직 중앙 정렬 */
    justify-content: center;
    padding: 0;
}

#sang form img {
    width: 60%;
}

#sang form input[type="submit"] {
    width: 3rem; /* 버튼의 너비 */
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    background: #606060;
    border-radius: 0.5rem;
    border: none;
}

#sang .chengs {}
#sang .chengs .cheng {
    padding: 1.5rem 1rem;
    border: 1px solid #dadada;
    margin-bottom: 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
#sang .chengs .cheng h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#sang .chengs .cheng h3 span {
    font-size: 20px;
    font-weight: 600;
    color: #939393;
}
#sang .chengs .cheng div {}
#sang .chengs .cheng div p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    font-size: 18px;
    font-weight: 600;
}
#sang .chengs .cheng div .wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 2rem;
}
#sang .chengs .cheng div .wrap:last-child p {
    margin: 0;
}
#sang .chengs .cheng div .wrap p {
    width: 50%;
}
#sang .chengs .cheng div p b {
    font-size: 18px;
    color: #939393;
}
#sang  ul .nosearch {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-top: 10rem;
}
#sang  ul .nosearch span{
    font-size: 18px;
    font-weight: 800;
    color: #000398;
}
/* 청약 일정 */
/* #list {
    padding: 4rem 1.5rem 8rem;
} */
#list .count {
    border: 1px solid #cdcdcd;
    border-radius: 1rem;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    height: 10rem;
    margin-bottom: 2.5rem;
}
#list .count a {
    width: 25%;
    border-radius: 1rem;
    font-size: 1.6rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
#list .count a span {
    margin-top: 1rem;
    font-size: 2rem;
    font-weight: 700;
}
#list > a {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 3rem;
}
#list > a img {
    width: 100%;
}
#list > a p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3rem;
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
}
#list > a p span {
    font-size: 2rem;
    font-weight: 800;
    color: #ff9b00;
}
#list > a em {
    position: absolute;
    border: 1px solid #8d8f8f;
    border-radius: 2rem;
    padding: 0.5rem 1rem;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 1.6rem;
    background: rgba(0, 0, 0, 0.3);
}
#list form {
    display: flex;
    height: 4.5rem;
    margin-bottom: 6rem;
    position: relative;
    border-radius: 0.5rem;
    box-shadow: 1px 4px 5px 1px rgba(0, 0, 0, 0.1);
}
#list form img {
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
}
#list form input:nth-of-type(2) {
    width: 80%;
    font-size: 1.6rem;
    border-radius: 0.5rem;
    padding-left: 4rem;
}
#list form input:nth-of-type(3) {
    width: 20%;
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    background: #606060;
    border-radius: 0.5rem;
}
#list .chengs {}
#list .chengs .cheng {
    padding: 1.5rem 1rem;
    border: 1px solid #cdcdcd;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
}
#list .chengs .cheng h3 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#list .chengs .cheng h3 span {
    font-size: 1.6rem;
    font-weight: 600;
}
#list .chengs .cheng div {}
#list .chengs .cheng div p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    font-weight: 600;
}
#list .chengs .cheng div .wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 2rem;
}
#list .chengs .cheng div .wrap:last-child p {
    margin: 0;
}
#list .chengs .cheng div .wrap p {
    width: 50%;
}
#list .chengs .cheng div p b {
    font-size: 1.6rem;
}

#result_count {
    font-size: 1.6rem;
    text-align: center;
    margin: 4rem 0 2rem;
}
#paging {
    text-align: center;
    margin: 6rem 0 2rem;
}
#paging a {
    font-size: 18px;
    margin: 0 5px;
}
#paging a.on {
    color: #2329a8;
    font-weight: 600;
}
/* 캘린더 */
.calendar_wrap {
    padding: 0;
}
.middle2 {display: flex;align-items: center;gap: 1.5rem; margin: 2rem 0;}
.middle2 span {
    color: #2b2b2a;
    line-height: 1.4;
    font-size: 18px;
    padding: .6rem 1.5rem;
    border-radius: .3rem;
    border-radius: 10rem;
    display: flex;align-items: center;gap: .5rem;
}
.middle2 span b {height: 1rem;width: 1rem;transform: translateY(-10%);}
.middle2 span:nth-of-type(1) {background-color: #fcf0e6;}
.middle2 span:nth-of-type(2) {background-color: #e9f2ff;}
.middle2 span:nth-of-type(3) {background-color: #efffe9;}
.middle2 span:nth-of-type(1) b {background-color: #ed0000;}
.middle2 span:nth-of-type(2) b {background-color: #1d24ca;}
.middle2 span:nth-of-type(3) b {background-color: #72962a;}
#list .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#list .title h2 {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 23px;
    font-weight: 800;
    color: #2329a8;
}
#list .company_title h2 {
    font-weight: 800;
    font-size: 20px;
    color: #160c51;
    margin-top: 40px;
}
#calendar {
    display: flex;flex-wrap: wrap;justify-content: center;align-items: center;position: relative;
    width: 100%;
}
#calendar .week {
    height: fit-content;
    /* min-height: 5rem; */
    width: calc(100% / 7);
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    padding: 0.5rem 0.2rem 1rem;
    padding-top: .5rem;
    padding-bottom: 1rem;
    cursor: pointer;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    transition: all .1s cubic-bezier(0.455, 1, 0.515, 0.955);
    color: #808080;font-size: 1.6rem;
}
#calendar .datebox {
    cursor: pointer;
    color: #939393;
    overflow: hidden;
    width: calc(100% / 7);
    /* width: calc((100% - 7 * .2rem * 2) / 7);border-radius: 1rem; */
    transition: all .1s cubic-bezier(0.455, 1, 0.515, 0.955);
}
#calendar .datebox span {
    font-size: 1.4rem;
    border-radius: 10rem;
    height: 2.5rem;width: 2.5rem;
    display: flex;justify-content: center;align-items: center;
}
#calendar .datebox.grayed span {color: #eee;font-weight: 100;}
#calendar .datebox.today span {background-color: #4a38e8;color: #fff;}
/* #calendar .datebox.selected {background-color: #eff9ff;color: #fff;} */

#calendar .datebox.selected .planbox .plan {
    /* background-color: #fff; */
}
#calendar .plan_board {
    height: calc(100% - 3rem);width: 100%;
    position: absolute;
    left: 0;top: 3rem;
}
#calendar .plan_board > ul {
    height: 100%;
    display: flex;flex-wrap: wrap;
}
#calendar .plan_board > ul > li {width: calc(100%/7);}
#calendar .planbox {
    width: 100%;
    height: 7.7rem;
    margin: .5rem auto 0;
}
#calendar .planbox .plan {
    width: 100%;
    border-radius: 0.5rem;
    padding :.5rem;
    display: flex;
    align-items: center;
    color: #27314c;
    overflow: hidden;
    font-size: 1rem;
    height: 1.65rem;
    margin: 0 .2rem .2rem;
    background-color: #e9dad6;
    white-space: nowrap;
    position: relative;
}
#calendar .planbox .plan span {
    font-size: 1rem;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5rem;
    height: 100%;
    border-radius: 0.2rem;
}
#calendar .planbox .plan.typeA {
    background-color: #f9e5e5;
    color: #ee1313;
    font-weight: 600;
}
#calendar .planbox .plan.typeB {
    background-color: #edebff;
    color: #6167db;
    font-weight: 600;
}
#calendar .planbox .plan.typeC {
    background-color: #f7fceb;
    color: #93b05b;
    font-weight: 600;
}
#calendar .planbox .plan.typeD {
    background-color: #d7e7ff;
    color: #2245a5;
    font-weight: 600;
}
#calendar .planbox .plan.typeA .typeAspan {
    background-color: #36d0b1;
}
#calendar .planbox .plan.typeB .typeBspan {
    background-color: #927bea;
}
#calendar .planbox .plan.typeC .typeCspan {
    background-color: #fcb452;
}
#calendar .planbox .plan.typeD .typeDspan {
    background-color: #6b9ffc;
}
/* #calendar .planbox .plan_first {
    border-radius: .5rem 0 0 .5rem;
    padding-left: .5rem;
    position: relative;

} */
#calendar .planbox .plan_first span {
    /* text-overflow:ellipsis;
    white-space:nowrap;
    overflow-x: hidden;
    font-weight: bold;
    font-size: inherit;
    line-height: 1.3;
    position: absolute;
    display: block;
    width: calc(100vw / 7 - .5rem);
    height: 100%;
    text-align: left; */
}
#calendar .planbox .plan_last {
    border-radius: 0 .5rem .5rem 0;
    padding-right: .5rem;
}


/* 상세일정 */
.plan_wrap {}
.plan_wrap a {
    border: 1px solid #e0e1e1;
    background-color: #fff;
    border-radius: 0.5rem;
    margin: 1.2rem 1.5rem;
    padding: 1.5rem;
    display: block;
}
.plan_wrap a span {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    gap: 1.5rem;
}
.plan_wrap a h3 {
    color: #27314c;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.2;
}
.plan_wrap a h4 {
    display: block;
    border-radius: 10rem;
    padding: 0.4rem 1.3rem;
    height: fit-content;
    font-weight: 300;
    text-wrap: nowrap;
    background-color: #75b79e;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.2;
}
.plan_wrap a:nth-of-type(2n-1) h4 {
    background-color: #86a1b0;
}
.plan_wrap a p {
    font-size: 1.2rem;
    font-weight: 300;
    color: #40484e;
}
.plan_wrap > p {
    font-size: 1.4rem;
    font-weight: 300;
    color: #40484e;
    text-align: center;
    margin: 5rem auto;
}


/* 날짜, 이동버튼 */
.top_content {display: flex;gap:20px; justify-content: flex-start;align-items: center;background-color: var(--main-color1);height:6rem;margin: 2rem 0;}
.top_content h2 {color: #313131;font-size: 20px;font-weight: bold;display: flex;align-items: center;}
.top_content h2 img {width: 2.5rem; margin-right: 1rem;}
.top_content span {display: flex;}
.top_content .move {width: 3rem;height: 3rem;cursor: pointer;}
#prev {background: url(../img/arrow-left.png) no-repeat center / 1rem;}
#next {background: url(../img/arrow-right.png) no-repeat center / 1rem;}
.middle {
    overflow: hidden;
    height: max-content;
    margin-top: 2rem;
}
.middle a {
    font-size: 22px;
    border-radius: 5rem;
    text-align: center;
    padding: 1rem 0;
    width: 25% !important;
    color: #b8b8b8;
    border: 2px solid #e1e1e1;
}
.middle a{
    
}
/* .middle a:nth-of-type(2) {
    color: #36d0b1;
    border: 1px solid #36d0b1;
}
.middle a:nth-of-type(3) {
    color: #927bea;
    border: 1px solid #927bea;
}
.middle a:nth-of-type(4) {
    color: #fcb452;
    border: 1px solid #fcb452;
} */

.off {display: none !important;}

/* modal_gongmo */
#modal_gongmo .inner {
    position: fixed;
    left: 50%;
    top: 50%;
    width: calc(100% - 3rem);
    z-index: 9999;
    padding: 2rem;
    overflow: hidden;
    border-radius: 1rem;
    transform: translate(-50%,-50%);
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 0 2rem rgba(0, 0, 0, .1);
}
#modal_gongmo .bar_wrap {
    height: 3rem;
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    line-height: 1.2;
    color: #5c5c5c;
    display: flex;justify-content: space-between;align-items: center;
}
#modal_gongmo .bar_wrap h3 {
    font-size: 20px;
    font-weight: 800;
}
#modal_gongmo ul {}
#modal_gongmo ul li {
    display: flex;
    margin: 0.5rem;
    width: 85%;
}
#modal_gongmo ul span {
    line-height: 1.2;
    font-size: 18px;
    width: fit-content;
    padding: .5rem 1rem;
    display: flex;align-items: center;
}
#modal_gongmo ul span:nth-of-type(1) {
    width: 30%;
    justify-content: center;
    text-align: center;
}
#modal_gongmo ul span:nth-of-type(2) {
    width: 70%;
}
#modal_gongmo ul li.typeA span:first-child {background-color: #72962a;color: #fff;}
#modal_gongmo ul li.typeA span {background-color: #d0f7ed;}
#modal_gongmo ul li.typeB span:first-child {background-color: #927bea;color: #fff;}
#modal_gongmo ul li.typeB span {background-color:#edebff;}
#modal_gongmo ul li.typeC span:first-child {background-color: #fcb452;color: #fff;}
#modal_gongmo ul li.typeC span {background-color: #ffe7ca;}
#modal_gongmo ul li.typeD span:first-child {background-color: #1d24ca;color: #fff;}
#modal_gongmo ul li.typeD span {background-color: #d7e7ff;}
#modal_gongmo .close {width: 2.5rem;height: 2.5rem;background: url(../img/arrow-close.png) no-repeat center / 2.5rem;}
#modal_gongmo .outer {
    top: 0;
    left: 0;
    z-index: 9998;
    position: fixed;
    min-width: 100vw;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.3);
}

/* dateSel */
#dateSel {}
#dateSel .inner {
    position: fixed;
    left: 50%;
    top: 50%;
    width: calc(100% - 3rem);
    z-index: 9999;
    padding: 4rem 2rem 3rem;
    overflow: hidden;
    border-radius: 1rem;
    transform: translate(-50%,-50%);
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 0 2rem rgba(0, 0, 0, .1);
    text-align: center;
}
#dateSel .inner .year {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}
#dateSel .inner .year a {
    width: calc(25% - 0.5rem);
    padding: 1rem 0;
    font-size: 1.8rem;
    border-radius: 0.5rem;
    font-weight: 600;
    background: #d8d8d8;
}
#dateSel .inner .month {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
#dateSel .inner .month a {
    width: calc(25% - 0.5rem);
    padding: 1rem 0;
    font-size: 1.8rem;
    border-radius: 0.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
#dateSel .outer {
    top: 0;
    left: 0;
    z-index: 9998;
    position: fixed;
    min-width: 100vw;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.3);
}

/* 상세정보 */

#company p {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #aaa;
}
#company p b {
    line-height: inherit;
    font-weight: 800;
    font-size: inherit;
    color: #111;
}
#company section {}
#company section h3 {
    line-height: 1.2;
    font-size: 19px;
    color: #88a64b;
    font-weight: 800;
    margin-top: 40px;
    display: flex;justify-content: space-between;
}
#company section h3 em {
    font-size: 1.6rem;
}
#company .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#company .title h2 {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 23px;
    font-weight: 800;
    color: #2329a8;
}
#company .company_title h2 {
    font-weight: 800;
    font-size: 20px;
    color: #160c51;
    margin-top: 40px;
}

#company .flex {
    display: flex;
}
#company ul {
    margin-top: 20px;
    padding: 1rem 0;
    border: 1px solid #dadada;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
#company ul.flex {
    padding: 0;
    display: flex;
    flex-flow: column nowrap;
}
#company ul.flex li {
    display: flex;
    justify-content: space-between;
    border: none;
}
#company ul.flex span {
    width: 50%;
}
#company ul.flex li em {
    font-size: 1.6rem;
}
#company ul.flex span:last-of-type {width: 100%;}
#company ul.must li:nth-of-type(3) {
    border: none;
}
#company ul.must li:nth-of-type(4),
#company ul.must li:nth-of-type(5) {
    border: none;
    padding: 0.5rem 0;
    display: flex;
}
#company ul li {
    line-height: 1.4;
    font-size: 18px;
    margin: 0 1.5rem;
    padding: 1rem 0;
    color: #939393;
    word-break: break-all;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #eee;
}
#company ul li em {
    font-size: 1.6rem;
    width: 10rem;
}
#company ul li.yellow {
    color: #676cdc;
    font-weight: 600;
}
#company ul li:last-child {
    border: none;
}
#company ul li b {
    line-height: inherit;
    font-weight: 700;
    font-size: inherit;
    display: block;
    width: 10rem;
}
#company ul.flex li {
    text-align: right;
}
#company ul.flex li b {
    width: 40%;
    text-align: left;
}
#company table {
    width: 100%;
    margin-top: 1.5rem;
    border-collapse: separate; /* 변경: separate로 설정하여 테이블 셀 간의 경계를 명확히 함 */
    border: 1px solid #ccc;
    border-spacing: 0; /* 테이블 셀 사이의 간격을 제거 */
    border-radius: 10px; /* 변경: 테이블 모서리를 둥글게 설정 */
    overflow: hidden; /* 테이블 내부 요소가 테두리를 벗어나지 않도록 설정 */
    text-align: center;
}
#company table tr th {
    font-size: 1.5rem;
    font-weight: 700;
    width: 20%;
    padding: 1.5rem .5rem;
    word-break: break-all;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    line-height: 1.4;
}
#company table tr th span {
    font-size: 1.5rem;
}
#company table tr:last-of-type th {
    border-bottom: none;
}
#company table tr td {
    font-size: 1.4rem;
    font-weight: 700;
    word-break: break-all;
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#company table tr td span {
    font-size: 1.6rem;
}
#company table tr td:last-of-type {
    border-right: none;
}
#company table tr:first-of-type td {
    border-top: none;
}
#company table tr:first-of-type td {
    text-align: center;
}
#company table tr:last-of-type td {}


/* 스크랩 모션 */
.favorite {
    height: 2rem;
    width: 2rem;
    display: block;
    cursor: pointer;
    background: url(../img/icon-3.png) no-repeat center / 100%;
}
.favorite.on {
    animation: heart .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    background: url(../img/icon-2.png) no-repeat center / 100%;
}
@keyframes heart {
    0% {background-size: 40%;}
    100% {background-size: 100%;}
}



/* 그래프 */
.graph {
    display: flex;
    height: 20rem;
}

/* 스크랩 목록 */
#scrap {
    padding: 4rem 1.5rem 8rem;
}
#scrap .count {
    border: 1px solid #cdcdcd;
    border-radius: 1rem;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    height: 10rem;
    margin-bottom: 2.5rem;
}
#scrap .count a {
    width: 25%;
    border-radius: 1rem;
    font-size: 1.6rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
#scrap .count a span {
    margin-top: 1rem;
    font-size: 2rem;
    font-weight: 700;
}
#scrap > a {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 3rem;
}
#scrap > a img {
    width: 100%;
}
#scrap > a p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3rem;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
}
#scrap > a p span {
    font-size: 2rem;
    font-weight: 800;
    color: #ff9b00;
}
#scrap > a em {
    position: absolute;
    border: 1px solid #fff;
    border-radius: 2rem;
    padding: 0.5rem 1rem;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 1.6rem;
}
#scrap .planWrap {
    padding: 2rem 0;
}
#scrap .chengs {}
#scrap .chengs .cheng {
    padding: 1.5rem 1rem;
    border: 1px solid #cdcdcd;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
}
#scrap .chengs .cheng h3 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#scrap .chengs .cheng h3 span {
    font-size: 1.6rem;
    font-weight: 600;
}
#scrap .chengs .cheng div {}
#scrap .chengs .cheng div p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    font-weight: 600;
}
#scrap .chengs .cheng div .wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 2rem;
}
#scrap .chengs .cheng div .wrap:last-child p {
    margin: 0;
}
#scrap .chengs .cheng div .wrap p {
    width: 50%;
}
#scrap .chengs .cheng div p b {
    font-size: 1.6rem;
}
main .planWrap .cheng {
    position: relative;
}
main .chengsWrap .favorite {
    position: absolute;
    top: 1.5rem;
    right: 1rem;
}
main .planWrap .chengsWrap .cheng {
    padding: 1rem 1rem 1.5rem;
    border: 1px solid #cdcdcd;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
}
main .planWrap .chengsWrap h4 {
    border: 1px solid #00828f;
    border-radius: 5rem;
    padding: 0.5rem 1rem;
    color: #00828f;
    font-size: 1.6rem;
    font-weight: 800;
    width: max-content;
    margin-bottom: 2.5rem;
}
main .planWrap .chengsWrap h4 strong {
    border: 1px solid #00828f;
    border-radius: 5rem;
    padding: 0.5rem 1rem;
    color: #00828f;
    font-size: 1.6rem;
    font-weight: 800;
}
main .planWrap .chengsWrap h4 img {
    width: 2rem;
}
main .planWrap .chengsWrap h3 {
    font-size: 1.8rem;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}
main .planWrap .chengsWrap h3 span {
    font-size: 1.6rem;
    font-weight: 600;
}
main .planWrap .chengsWrap p {
    display: flex;
    justify-content: space-between;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}
main .planWrap .chengsWrap p:last-child {
    margin: 0;
    color: #00828f;
    font-weight: 600;
}
main .planWrap .chengsWrap p span {
    font-size: 1.6rem;
    font-weight: 600;
}
.btn_group {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.btn {
    display: inline-block;
    position: relative;
    text-decoration: none; 
}
.btn .text-overlay {
    position: absolute;
    top:50%;
    left: 50%; 
    transform: translate(-50%, -50%);
    width: 100%; 
    color: #fff; 
    padding: 40px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 800;
}

.btn .text-overlay img {
    margin-left: 10px; 
}
#list .btn{
    width: 100%;
}
#list .btn a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background-color: #a4d94d;
}
#list .btn .left {
    display: flex;
    align-items: center;
    gap: 5px;
}
#list .btn .left p {
    font-size: 20px;
    font-weight: 800;
    color: #0b1399;
}
@media screen and (max-width: 767px) {
    main {
        width: 90%;
        max-width: 100%;
        margin: 30px auto;
    }
    main section .title h2 {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 20px;
        font-weight: 800;
        color: #2329a8;
    }
    main section .title img {
        width: 30px;
    }
    .btn_group {
        margin-top: 20px;
    }
    .btn_group .btn_img{
        width: 100%;
        height: 70px;
    }
    .btn .text-overlay {
        padding: 15px;
    }
    #company .title h2 {
        gap: 5px;
        font-size: 20px;
        font-weight: 800;
        color: #2329a8;
    }
    #company .title img {
        width: 30px;
    }
    #company .company_title h2 {
        font-size: 20px;
    }
    #company section h3 {
        line-height: 1.2;
        font-size: 19px;
        color: #88a64b;
        font-weight: 800;
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }
    #list .title h2 {
        font-size: 20px;
    }
    #list .title img {
        width: 30px;
    }
    .middle a {
        font-size: 16px;
        border-radius: 5rem;
        text-align: center;
        padding: 1rem 0;
        width: 40% !important;
        color: #b8b8b8;
        border: 2px solid #e1e1e1;
    }
    #sang .title h2 {
        font-size: 20px;
    }
}