@charset "utf-8";

#container {
    width: 100%;
    background: white;
    overflow-x: hidden;
}
#container.login_page {
    background: #f5f4f9;
}

.header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid var(--Grey_E, #eee);
    background: var(--White, #fff);

    position: sticky;
    left: 0;
    top: 0;
    z-index: 999999;

    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
}
.header > .header_btn_box {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
    position: relative;
}
.header > .header_btn_box > .btn_box {
    display: flex;
    align-items: center;
    gap: 32px;
    height: 70px;
    transition: 0.2s ease;
}
.header > .header_btn_box > .btn_box.mobile {
    display: none;
    background: url(../images/image/menu-line.svg) no-repeat center center;
    width: 32px;
    height: 32px;
    transition: 0.2s ease;
}
.header > .header_btn_box > .btn_box.mobile.on {
    transform: scale(1.2);
    background: url(../images/image/menu-line-on.svg) no-repeat center center;
}
.header > .header_btn_box > .logo > img {
    width: 237px;
}
.header > .header_btn_box > .btn_box > a {
    font-size: 16px;
    font-weight: 700;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header > .header_btn_box > .btn_box > a:hover,
.header > .header_btn_box > .btn_box > a.on {
    color: var(--Secondary, #ef4c22);
    border-bottom: 4px solid var(--Secondary, #ef4c22);
    margin-bottom: -4px;
}
.header > .header_btn_box > .btn_box > a.set {
    color: white;
    border-radius: 8px;
    background: var(--Secondary, #ef4c22);
    display: flex;
    width: 120px;
    height: 40px;
    justify-content: center;
    align-items: center;
}
.header > .header_btn_box > .btn_box > a.set:hover,
.header > .header_btn_box > .btn_box > a.set.on {
    border: none;
    margin: 0;
    background: var(--Secondary, #c03f1f);
}
.header > .up_btn {
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--Primary_Light, #f2fcfb);
    filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.25));
    cursor: pointer;

    opacity: 0;
    transition: opacity 0.3s ease;
}
.header > .up_btn.show {
    opacity: 1;
}
.header_mobile_drop {
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    background: #fff;
    padding: 20 20px 20px 20px;
    z-index: 999998;

    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: 0.2s ease;
}
.header_mobile_drop.on {
    opacity: 1;
    visibility: unset;
    transform: translateY(0);
}
.header_mobile_drop > a {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}
.header_mobile_drop > a:hover {
    color: #ef4c22;
}
.header_mobile_drop > a.set {
    color: white;
    border-radius: 8px;
    background: var(--Secondary, #ef4c22);
    display: flex;
    width: 100px;
    height: 30px;
    justify-content: center;
    align-items: center;
}
.header_mobile_drop > a.set:hover {
    background: var(--Secondary, #c03f1f);
}
.header_mobile_drop > .on {
    color: var(--Secondary, #ef4c22);
    border-bottom: 2px solid var(--Secondary, #ef4c22);
}

.footer {
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid var(--Dark, #2f3444);
}
.footer > .footer_box {
    max-width: 1200px;
    width: 100%;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.footer > .footer_box > img {
    width: 237px;
}
.footer > .footer_box > .text_box {
    color: var(--Grey_6, #666);
    font-size: 16px;
    line-height: 24px; /* 150% */
}
.footer > .footer_box > .text1 {
    color: var(--Grey_6, #666);
    line-height: 20px; /* 142.857% */
}

.location_gen_time{
    /* max-width: 1920px; */
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/image/map_back_img.png") no-repeat center center;
    background-size: cover;

}
.location_gen_time >.location_gen_time_content_wrap{
    height:unset;
    position: unset;
    z-index: 1;
    padding:100px 0px; 
}

.location_gen_time >.location_gen_time_content_wrap >.title{
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    color:white;
    text-align: center;
}
.location_gen_time >.location_gen_time_content_wrap >.content{

    padding:46px 0px;
    position: relative;
}
.location_gen_time >.location_gen_time_content_wrap >.content >.content_img{
    position: relative;
    height: 100%;
}
.location_gen_time >.location_gen_time_content_wrap >.content >.content_img > img {
    width: 100%;
}
.location_gen_time >.location_gen_time_content_wrap >.content >.content_img >.content_exp{
    position: absolute;
    /* display: flex;
    align-items: center;
    justify-content:space-between; */
    padding:8px 12px; 
    border-radius: 8px;
    width:120px;
    transform: translate(-50%, -50%); /* 정확한 위치 조정 */
}
.location_gen_time > .location_gen_time_content_wrap > .content > .content_img > .content_exp::after {
    content: '';
    position: absolute;
    top: 100%; /* 부모 요소의 위쪽에 위치 */
    left: 50%; /* 부모 요소의 중앙에 위치 */
    transform: translateX(-50%) rotate(180deg); /* 중앙 정렬 */
    border-width: 8px 4px; /* 삼각형 크기 조정 */
    border-style: solid;
    /* 삼각형 색상 설정 */
}
.location_gen_time >.location_gen_time_content_wrap >.content >.content_img >.content_exp > .flex {
    display: flex;
    align-items: center;
    justify-content:space-between;
}
.location_gen_time >.location_gen_time_content_wrap >.content >.content_img >.content_exp > p,
.location_gen_time >.location_gen_time_content_wrap >.content >.content_img >.content_exp > .flex > p {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    color:white;
}
.color_under{
    background: #25B82F;
}
.color_under::after{
    border-color: transparent transparent #25B82F transparent; 
}
.color_avg{
    background: #FF9500;
}
.color_avg::after{
    border-color: transparent transparent #FF9500 transparent; 
}
.color_more{
    background: #FC0A0A;
}
.color_more::after{
    border-color: transparent transparent #FC0A0A transparent; 
}

.content_chart_wrap{
    position: absolute;
    padding:20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap:12px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.50);
    flex-direction: column;
    bottom:120px;
    left:50%;
    transform: translateX(45%);
}

.content_chart_wrap >.content_chart{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap:8px;
}

.content_chart_wrap >.content_chart >.color{

width:24px;
height: 24px;
border-radius: 4px;

}
.content_chart_wrap >.content_chart >p{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color:white;
}
.location_gen_time > .map_back_img_wrap{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 1920px;
}

.location_gen_time > .map_back_img{
    width: 100%;
    height: 100%;
}

/* .location_gen_time > video >.dark{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
}
.location_gen_time > video > .dark.sub {
    background: #000000b2;
} */


.content_back {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.content_back > .main_banner {
    /* max-width: 1920px; */
    width: 100%;
    height: 100%;
    position: relative;
    aspect-ratio: 1920/900;
}
.content_back > .main_banner.sub {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: unset;
}
.content_back > .main_banner.sub > video {
    position: absolute;
    top: 0;
    left: 0;
}
.content_back > .main_banner > .dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
}
.content_back > .main_banner > .dark.sub {
    background: #00000080;
}
.content_back > .main_banner > .comment_box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content_back > .main_banner > .comment_box > .comment {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.content_back > .main_banner > .comment_box > .comment.sub {
    gap: 24px;
}
.content_back > .main_banner > .comment_box > .comment > p {
    color: var(--White, #fff);
    font-size: 40px;
    font-weight: 500;
    transition: 0.2s ease;
}
.content_back > .main_banner > .comment_box > .comment > span {
    color: var(--White, #fff);
    font-size: 56px;
    font-weight: 800;
    line-height: 72px; /* 128.571% */
    transition: 0.2s ease;
    margin-top: 12px;
}
.content_back > .main_banner > .comment_box > .comment > a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 40px;
    border-radius: 100px;
    background: var(--Secondary, #ef4c22);

    color: var(--White, #fff);
    font-size: 32px;
    font-weight: 700;

    max-width: 500px;
    margin-top: 100px;
    transition: 0.2s ease;
}
.content_back > .main_banner > .comment_box > .comment > a:hover {
    background: var(--Secondary, #c03f1f);
}
.content_back > .main_banner > .comment_box > .comment.sub > p {
    font-size: 48px;
}
.content_back > .main_banner > .comment_box > .comment.sub > span {
    color: var(--White, #fff);
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    word-break: keep-all;
}
.content_back > .main_part.simul {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.content_back > .main_part.simul > .bar1 {
    width: 100%;
    background: #393f48;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content_back > .main_part.simul > .bar1 > .content {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content_back > .main_part.simul > .bar1 > .content > p.title {
    font-size: 14px;
}
.content_back > .main_part.simul > .bar1 > .content > p,
.content_back > .main_part.simul > .bar1 > .content > .box > p {
    color: var(--White, #fff);
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}
.content_back > .main_part.simul > .bar1 > .content > .box > span {
    color: var(--White, #fff);
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}
.content_back > .main_part.simul > .bar1 > .content > .line {
    width: 1px;
    height: 12px;
    background: #999;
    margin: 0 40px;
}
.content_back > .main_part.simul > .bar1 > .content > .box {
    display: flex;
    align-items: center;
    gap: 20px;
}
.content_back > .main_part.simul > .bar1 > .content > .box > .up,
.content_back > .main_part.simul > .bar1 > .content > .box > .down {
    display: flex;
    padding: 4px 8px;
    align-items: center;
    gap: 4px;
    border-radius: 100px;
    background: var(--White, #fff);
}
.content_back > .main_part.simul > .bar1 > .content > .box > .up {
    color: var(--Red, #f00);
    font-weight: 700;
}
.content_back > .main_part.simul > .bar1 > .content > .box > .down {
    color: var(--Primary, #001689);
    font-weight: 700;
}
.content_back > .main_part.simul > .bar2 {
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content_back > .main_part.simul > .bar2 > .content {
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    width: 100%;
    padding: 100px 0;
    gap: 32px;
}
.content_back > .main_part.simul > .bar2 > .content > .title_box {
    display: flex;
    align-items: center;
}
.content_back > .main_part.simul > .bar2 > .content > .title_box > .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.content_back > .main_part.simul > .bar2 > .content > .title_box > .title > p {
    color: var(--Secondary, #ef4c22);
    font-size: 24px;
    font-weight: 700;
}
.content_back
    > .main_part.simul
    > .bar2
    > .content
    > .title_box
    > .title
    > .text1 {
    font-size: 56px;
    font-weight: 800;
    margin: 8px 0 32px 0;
}
.content_back
    > .main_part.simul
    > .bar2
    > .content
    > .title_box
    > .title
    > .text2 {
    font-size: 20px;
    word-break: keep-all;
}
.content_back > .main_part.simul > .bar2 > .content >form  {
width: 100%;
}
.content_back > .main_part.simul > .bar2 > .content >form >.main_address_input_wrap {
    border-radius: 20px;
    
    font-size: 24px;
    font-weight: 700;
    width: 100%;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    overflow: hidden;
    
}
.content_back > .main_part.simul > .bar2 > .content >form >.main_address_input_wrap img{
    width:30px;
    cursor: pointer;
    margin-right:20px;
    
}

.content_back > .main_part.simul > .bar2 > .content >form >.main_address_input_wrap>.main_address_input {
    height: 100%;
    background-color: transparent;
    width:80%;
    font-size: 20px ;
    border:none;
}

.content_back > .main_part.simul > .bar2 > .content >form >.main_address_input_wrap>.main_address_input:focus {
outline:none;
}

.content_back
    > .main_part.simul
    > .bar2
    > .content
    > .main_address_input::placeholder {
    color: var(--Grey_C, #ccc);
    font-family: Pretendard;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}
.main_banner > .comment_box.sub {
    flex-direction: column;
    align-items: flex-start;
    gap: 120px;
    padding: 200px 70px 350px 70px;
    height: unset;
    position: unset;
}

.main_banner > .comment_box.sub > .img_list_box {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 60px;
}
.main_banner > .comment_box.sub > .img_list_box > .img_box {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    flex: 1;
    max-width: 33.33%;
}
.main_banner > .comment_box.sub > .img_list_box > .img_box:hover > img {
    transform: scale(1.2);
}
.main_banner > .comment_box.sub > .img_list_box > .img_box > img {
    aspect-ratio: 400/300;
    width: 100%;
    object-fit: cover;
    transition: 0.2s ease;
}
.main_banner > .comment_box.sub > .img_list_box > .img_box > .img_info {
    display: flex;
    padding: 12px 20px;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);

    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.main_banner > .comment_box.sub > .img_list_box > .img_box > .img_info > p {
    color: var(--White, #fff);
    font-size: 20px;
    font-weight: 700;
}
.main_banner > .comment_box.sub > .img_list_box > .img_box > .img_info > span {
    color: var(--White, #fff);
    font-size: 16px;
}
.swiper.main_content {
    position: absolute;
    top: -180px;
    left: calc(50% - 600px);

    max-width: 1200px;
    width: 100%;
    background: #fff;
    border: 1px solid var(--Grey_E, #eee);
    box-shadow: 20px 20px 40px 0px rgba(0, 0, 0, 0.15);
}
.swiper.main_content .swiper-slide {
    display: flex;
    align-items: flex-start;
}
.swiper.main_content .swiper-slide > .info_box,
.swiper.main_content .swiper-slide > img {
    width: 50%;
}
.swiper.main_content .swiper-slide > img {
    aspect-ratio: 600/500;
}
.swiper.main_content .swiper-slide > .info_box {
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.swiper.main_content .swiper-slide > .info_box > .title {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 12px;
}
.swiper.main_content .swiper-slide > .info_box > .title > p {
    color: #ff7d5a;
    font-size: 20px;
}
.swiper.main_content .swiper-slide > .info_box > .title > span {
    background: #ff7d5a;
    max-width: 120px;
    width: 100%;
    height: 1px;
}
.swiper.main_content .swiper-slide > .info_box > .sub_title {
    color: var(--Dark, #2f3444);
    font-size: 36px;
    font-weight: 700;
    line-height: 44px; /* 122.222% */
    margin: 12px 0 40px 0;
}
.swiper.main_content .swiper-slide > .info_box > .more {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    cursor: pointer;
}
.main_part.swiper_con {
    position: relative;
    width: 100%;
    background: #fff;
    height: 520px;
}
.swiper-pagination.main_content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    left: 40px !important;
    bottom: 40px !important;
}
.swiper-pagination.main_content .swiper-pagination-bullet-active {
    background: #ef4c22;
}

.main_part.compare {
    max-width: 1200px;
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding: 100px 0;
}
.main_part.compare > .title_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}
.main_part.compare > .title_box > p {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px; /* 122.222% */
}
.main_part.compare > .title_box > span {
    color: var(--Grey_6, #666);
    font-size: 24px;
    text-align: left;
}
.main_part.compare > .compare_box {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.main_part.compare > .compare_box > .compare_part {
    width: 100%;
    aspect-ratio: 1200 / 600;
}
.main_part.compare > .compare_box > .compare_part > .img_box {
    width: 100%;
    height: 100%;
    position: relative;
}
.main_part.compare > .compare_box > .compare_part > .img_box > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;

    position: absolute;
    top: 0;
    left: 0;
}
.main_part.compare > .compare_box > .compare_part > .img_box > .img1 {
    clip-path: inset(0 50% 0 0);
    z-index: 1;
}
.main_part.compare > .compare_box > .compare_part > .img_box > .img2 {
    clip-path: inset(0 0 0 50%);
    z-index: 2;
}
.main_part.compare > .compare_box > .compare_part > .img_box > .text {
    padding: 8px 12px;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.5);

    color: var(--White, #fff);
    font-size: 16px;
    font-weight: 700;

    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 4;
    transition: 0.3s ease;
}
.main_part.compare > .compare_box > .compare_part > .img_box > .text.sub {
    left: unset;
    right: 20px;
}
.main_part.compare > .comment_box {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: -20px;
    position: relative;
}
.main_part.compare > .comment_box > .comment {
    text-align: center;
    font-size: 20px;
    width: 50%;
}
.main_part.compare > .compare_box > .center_arrow {
    position: absolute;
    top: calc(50% - 28px);
    left: calc(50% - 28px);
    z-index: 3;
    cursor: pointer;
}

.main_part.support {
    width: 100%;
    padding: 100px 0;
    background: var(--Background, #f2f4f7);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.main_part.support > .support_box {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.main_part.support > .support_box > .support_menu {
    border-radius: 20px;
    background: var(--White, #fff);
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    height: 180px;
    width: calc(25% - 15px);
    position: relative;
    transition: 0.2s ease;
    border: 1px solid rgba(0, 0, 0, 0);
}
.main_part.support > .support_box > .support_menu:hover {
    border: 1px solid #ef4c22;
}
.main_part.support > .support_box > .support_menu:hover > .icon {
    transform: scale(1.1);
}
.main_part.support > .support_box > .support_menu.long {
    width: calc(50% - 10px);
}
.main_part.support > .support_box > .support_menu > p {
    font-size: 28px;
    font-weight: 700;
}
.main_part.support > .support_box > .support_menu > b {
    font-size: 32px;
    font-weight: 700;
    margin: 8px 0 4px 0;
}
.main_part.support > .support_box > .support_menu > span {
    color: var(--Grey_9, #999);
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
}
.main_part.support > .support_box > .support_menu > span.set {
    margin: 0;
}
.main_part.support > .support_box > .support_menu > .icon {
    position: absolute;
    bottom: 32px;
    right: 32px;
    transition: 0.2s ease;
}

.main_part.start {
    width: 100%;
    padding: 100px 0;
    background: var(--Secondary, #ef4c22);
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_part.start > .start_box {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
}
.main_part.start > .start_box > p {
    color: var(--White, #fff);
    font-size: 56px;
    font-weight: 800;
}
.main_part.start > .start_box > .btn_box {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 620px;
    width: 100%;
    gap: 20px;
}
.main_part.start > .start_box > .btn_box > .button {
    display: flex;
    width: 100%;
    height: 88px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: var(--White, #fff);

    font-size: 32px;
    font-weight: 700;
    transition: 0.2s ease;
}
.main_part.start > .start_box > .btn_box > .button:hover {
    background: #eee;
}

.main_banner.company {
    height: 1200px;
}
.main_banner.company > .comment_box {
    max-width: 1200px;
    width: 100%;
    left: calc(50% - 600px);
    height: unset;
    flex-direction: column;
    align-items: flex-start;
    padding: 130px 0;
}
.main_banner.company > .comment_box > .comment > p {
    color: var(--Dark, #2f3444);
    font-size: 72px;
    font-weight: 800;
    line-height: 88px; /* 122.222% */
}
.main_banner.company > .comment_box > .company_file {
    max-width: 160px;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: 1px solid var(--Grey_C, #ccc);
    background: var(--White, #fff);

    color: var(--Grey_6, #666);
    font-size: 20px;
    margin: 20px 0 40px 0;

    display: flex;
    align-items: center;
    justify-content: center;
}
.main_banner.company > .comment_box > .company_comment {
    color: var(--Grey_6, #666);
    font-size: 20px;
    line-height: 32px; /* 160% */
}
.main_banner.company > .comment_box > .ceo {
    margin-top: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.main_banner.company > .comment_box > .ceo > p {
    color: var(--Grey_6, #666);
    font-size: 20px;
    line-height: 28px; /* 140% */
}
.main_banner.company > .comment_box > .ceo > span {
    font-size: 32px;
}
.main_part.service {
    width: 100%;
    padding: 100px 0;
    background: var(--Background, #f2f4f7);
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_part.service > .service_box {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.main_part.service > .service_box > .main_content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 80px;

}
.main_part.service > .service_box > .main_content > .comment,
.main_part.service > .service_box > .main_content > .comment > span {
    font-size: 32px;
    line-height: 46px;
}
.main_part.service > .service_box > .main_content > .comment > span {
    font-weight: 800;
}
.main_part.service > .service_box > .line {
    background: var(--Grey_9, #999);
    width: 1px;
    height: 100px;
}
.main_part.service > .service_box > .title {
    font-size: 56px;
    font-weight: 800;

}
.main_part.service > .service_box > .sub_content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}
.main_part.service > .service_box > .sub_content > .sub_box {
    display: flex;
    height: 300px;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 20px;
    border: 1px solid var(--Grey_E, #eee);
    background: var(--White, #fff);
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.05);
    width: calc(50% - 10px);
   
}
.main_part.service > .service_box > .sub_content > .sub_box > .title {
    font-size: 32px;
    font-weight: 700;

    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    width: 100%;
}
.main_part.service > .service_box > .sub_content > .sub_box > .sub_con {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
    width: 100%;
}
.main_part.service
    > .service_box
    > .sub_content
    > .sub_box
    > .sub_con
    > .comment {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.main_part.service
    > .service_box
    > .sub_content
    > .sub_box
    > .sub_con
    > .comment
    > p {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}
.main_part.service
    > .service_box
    > .sub_content
    > .sub_box
    > .sub_con
    > .comment
    > span {
    font-size: 20px;
    line-height: 28px; /* 140% */
    padding-left: 6px;
}
.main_part.video {
    width: 100%;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_part.video > iframe {
    max-width: 1200px;
    aspect-ratio: 1200/600;
}
.main_part.map {
    background: var(--Background, #f2f4f7);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
}
.main_part.map > .map_info_box {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
}
.main_part.map > .map_info_box > .info_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    width: 40%;
}
.main_part.map > .map_info_box > .info_box > .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px; /* 133.333% */
    margin-bottom: 8px;
}
.main_part.map > .map_info_box > .info_box > .info {
    display: flex;
    align-items: center;
}
.main_part.map > .map_info_box > .info_box > .info > p {
    font-size: 24px;
    font-weight: 700;
    margin-left: 8px;
    width: 124px;
}
.main_part.map > .map_info_box > .info_box > .info > span {
    font-size: 20px;
    word-break: keep-all;
    text-align: left;
}
.main_part.map > .map_info_box > #map {
    width: 60%;
    height: 400px;
    border-radius: 20px;
}

.solution_top_bar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f4f7;
    height: 200px;
}
.solution_top_bar > .content_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
}
.solution_top_bar > .content_box > .text_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.solution_top_bar > .content_box > .text_box > .sub_title {
    color: var(--Tab, #748297);
    font-size: 20px;
    font-weight: 700;
}
.solution_top_bar > .content_box > .text_box > .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 48px; /* 100% */
    margin: 4px 0 12px 0;
}
.solution_top_bar > .content_box > .text_box > .comment {
    color: var(--Tab, #748297);
    font-size: 20px;
}
.content_container {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 80px;
}
.content_container > .content {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.content_container > .content.top {
    padding-bottom: 138px;
    position: relative;
    /* opacity: 0; */
    /* transform: translateX(-100%); */
    /* opacity: 0; */
    /* transition: 1s ease; */
}
.content_container > .content.top.active {
    transform: translateX(0);
    opacity: 1;
}
.content_container > .content.top.tabs2 {
    opacity: unset;
    transform: unset;
    transition: unset;
}
.content_container > .content.sub {
    margin: 80px 0 40px 0;
}
.content_container > .content.title_img {
    padding: 100px 0;
}
.content_container > .content > .img_box,
.content_container > .content > .img_part2 > .img_box {
    width: 100%;
    position: relative;
}
.content_container > .content > .img_box > img,
.content_container > .content > .img_part2 > .img_box > img {
    width: 100%;
    object-fit: cover;
}
.content_container > .content > .img_part2 > .img_box > img {
    max-height: 600px;
}
.content_container > .content > .img_part2 > .img_box.one {
    /* transform: translateX(-100%);
    opacity: 0;
    transition: 1s ease; */
    position: relative;
}
.content_container > .content > .img_part2 > .img_box.two {
    /* transform: translateX(100%);
    opacity: 0;
    transition: 1s ease; */
    position: relative;
}
.content_container > .content > .img_part2 > .img_box.one.active,
.content_container > .content > .img_part2 > .img_box.two.active {
    transform: translateX(0);
    opacity: 1;
}
.content_container > .content > .img_box > .comment_box {
    position: absolute;
    right: 0;
    bottom: -138px;
    max-width: 600px;
    width: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.05);
    transition: 0.3 ease;
}
.content_container > .content > .img_box > .comment_box > .title {
    font-size: 32px;
    font-weight: 700;
}
.content_container > .content > .img_box > .comment_box > .line {
    width: 100px;
    height: 1px;
    background: #2f3444;
    margin: 20px 0;
}
.content_container > .content > .img_box > .comment_box > .comment {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 24px;
}
.content_container > .content > .img_box > .comment_box > .comment > span {
    color: var(--Grey_6, #666);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; /* 150% */
    padding-left: 6px;
}
.content_container > .content > .img_box > .comment_box > .sub_title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.content_container > .content > .img_box > .comment_box > .icon_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 32px;
}
.content_container > .content > .img_box > .comment_box > .icon_box > .group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.content_container
    > .content
    > .img_box
    > .comment_box
    > .icon_box
    > .group
    > p {
    font-size: 16px;
    font-weight: 700;
}
.content_container
    > .content
    > .img_box
    > .comment_box
    > .icon_box
    > .group
    > .icon {
    width: 64px;
    height: 64px;
    border-radius: 100px;
    border: 2px solid #2f3444;

    display: flex;
    align-items: center;
    justify-content: center;
}
.content_container > .content > .title_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 40px;
}
.content_container > .content > .title_box > .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px; /* 133.333% */
    text-align: center;


}

.content_container > .content > .title_box > .img_info_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;

    /* opacity: 0;
    transform: translateY(100px);
    transition: 1s ease; */
}
.content_container > .content > .title_box > .img_info_box.active {
    opacity: 1;
    transform: translateY(0);
}
.content_container > .content > .title_box > .img_info_box > .img_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    max-width: 560px;
    width: 100%;
}
.content_container > .content > .title_box > .img_info_box > .img_box > .img {
    width: 100%;
}
.content_container
    > .content
    > .title_box
    > .img_info_box
    > .img_box
    > .img
    > img {
    object-fit: cover;
    width: 100%;
    height: 400px;
}
.content_container
    > .content
    > .title_box
    > .img_info_box
    > .img_box
    > .text_box {
    display: flex;
    align-items: center;
    gap: 6px;
}
.content_container
    > .content
    > .title_box
    > .img_info_box
    > .img_box
    > .text_box
    > p {
    font-size: 24px;
    font-weight: 700;
}
.content_container
    > .content
    > .title_box
    > .img_info_box
    > .img_box
    > .text_box
    > span {
    color: var(--Secondary, #ef4c22);
    font-size: 24px;
    font-weight: 700;
}
.content_container > .content > .img_part2 {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin-top: 80px;
}
.content_container > .content > .img_part2 > .img_box > .comment_box {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 32px;
    max-width: 410px;
    width: 100%;
    background: #fff;

    font-size: 22px;
    line-height: 36px; /* 150% */
    box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.05);
}
.content_container  .content > .img_part2 > .img_box > .comment_box.sub {
    left: 0;
    right: unset;
}
.content_container .title_img .title_img_box {
    width: 100%;
    height: 900px;
    background: url(../images/image/solution_tabs1_img6.png) no-repeat center
        center;
    background-size: cover;
    position: relative;
    z-index: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: 0.3s ease;
}
.content_container  .title_img .title_img_box > p {
    position: relative;
    color: var(--White, #fff);
    font-size: 56px;
    font-weight: 800;
    line-height: 72px; /* 128.571% */
    text-align: center;
    z-index: 2;
    opacity: 0;
    transform: translateY(50px);
    transition: 0.3s ease;
}
.content_container .title_img .title_img_box > .dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    z-index: 1;
}
.content_container > .content.detail {
    padding: 100px 0;
}
.content_container > .content.detail > .title.left {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px; /* 133.333% */
    text-align: left;
    margin-bottom: 40px;
}
.content_container > .content.detail  .text_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 20px;
    margin-top: 40px;


}
.content_container > .content.detail  .text_box > p,
.content_container > .content.detail  .text_box > p > span {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px; /* 133.333% */
    position:relative
}
.under_line{
    position:absolute;
    width:100%;
    height:2px;
    background-color: black;
}
.content_container > .content.swiper_box {
    padding: 100px 0;
    position: relative;
}
.content_container > .content.swiper_box > .title.center {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px; /* 133.333% */
}
.content_container > .content.swiper_box > .swiper.step {
    width: 100%;
    margin: 40px 0;
}
.content_container > .content.swiper_box .swiper-slide > img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}
.content_container > .content.swiper_box > .swiper_btn_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--Grey_C, #ccc);
}
.content_container > .content.swiper_box > .swiper_btn_box > .btn {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--Grey_C, #ccc);
    cursor: pointer;
    position: relative;
}
.content_container > .content.swiper_box > .swiper_btn_box > .btn > span {
    font-size: 20px;
    position: relative;
    z-index: 2;
}
.content_container
    > .content.swiper_box
    > .swiper_btn_box
    > .btn:nth-last-child(1) {
    border-right: none;
}
.content_container
    > .content.swiper_box
    > .swiper_btn_box
    > .btn
    > .progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #e0e3e8;
    transition: width 2s ease;
    z-index: 1;
}
.content_container > .content.swiper_box > .swiper_btn_box > .btn:hover {
    background-color: #e0e3e8;
}

.content_container > .content.feature {
    flex-direction: unset;
    align-items: flex-start;
    gap: 80px;
    padding: 100px 0;
}
.content_container > .content.feature > .content_box {
    width: calc(50% - 40px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px;
}
.content_container > .content.feature > .content_box > .text_box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.content_container > .content.feature > .content_box > .text_box > .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px; /* 133.333% */
}
.content_container > .content.feature > .content_box > .text_box > .sub_title {
    font-size: 20px;
    margin: 40px 0;
}
.content_container > .content.feature > .content_box > .text_box > .list {
    display: flex;
    align-items: center;
    padding-left: 6px;

    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}
.content_container
    > .content.feature
    > .content_box
    > .text_box
    > .list
    > span {
    color: var(--Secondary, #ef4c22);
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}
.content_container > .content.swiper_box > .swiper_group_box {
    position: relative;
}
.content_container > .content.swiper_box .swiper.img_view {
    width: 100%;
    margin-top: 40px;
}
.content_container > .content.swiper_box .img_view_next,
.content_container > .content.swiper_box .img_view_prev {
    position: absolute;
    top: calc(50% - 24px);
    z-index: 1;
    cursor: pointer;
}
.content_container > .content.swiper_box .img_view_next {
    right: -68px;
}
.content_container > .content.swiper_box .img_view_prev {
    left: -68px;
}

.content_container > .content.img_list {
    margin-top: 80px;
    margin-bottom: 40px;
    gap: 40px;
}
.content_container > .content.img_list > .img_group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 40px;
}
.content_container > .content.img_list > .img_group > img {
    width: calc(50% - 20px);
}

.content_container > .content.img_text_box {
    padding: 100px 0;
    gap: 40px;
    width: 100%;
}
.content_container > .content.img_text_box > .img_group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
   
}
.content_container > .content.img_text_box > .img_group > img,
.content_container > .content.img_text_box > .img_group > .text_box {
    width: calc(50% - 20px);
}
.content_container > .content.img_text_box > .img_group > .text_box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding: 40px 0;
    gap: 40px;
    height: 400px;
}
.content_container > .content.img_text_box > .img_group > .text_box > .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 8px;
}
.content_container
    > .content.img_text_box
    > .img_group
    > .text_box
    > .text
    > p {
    font-size: 24px;
    font-weight: 700;
}
.content_container
    > .content.img_text_box
    > .img_group
    > .text_box
    > .text
    > span {
    font-size: 20px;
}
.content_container .content.img_text_box > .img_grid_wrap {
    padding: 20px;
}
.content_container .content.img_text_box > .img_grid_wrap > .img_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px; /* 열 간격 */
}
.content_container
    .content.img_text_box
    > .img_grid_wrap
    > .img_grid
    > .img_grid_content {
    position: relative;
    /* aspect-ratio: 1/1; */
}
.content_container
    .content.img_text_box
    > .img_grid_wrap
    > .img_grid
    > .img_grid_content >img:first-child{
    width: 100%;
}
.content_container
    .content.img_text_box
    > .img_grid_wrap
    > .img_grid
    > .img_grid_content
    > .img_content_exp {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 16px 20px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.content_container
    .content.img_text_box
    > .img_grid_wrap
    > .img_grid
    > .img_grid_content
    > .right_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -75px;
    z-index: 50;
}

.content_container > .content.top.tabs3 {
    opacity: unset;
    transform: unset;
    transition: unset;
}

.content_container > .img_table_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    width: 100%;
}
.content_container > .img_table_list img {
    height: 100%;
    width: 100%;
}
.content_container > .img_table_list .table_list_wrap {
    width: 100%;
}
.content_container > .img_table_list .table_list_wrap > table {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    width: 100%;
    border-spacing: 0px;
}
.content_container
    > .img_table_list
    > .table_list_wrap
    > table
    > tbody
    > tr:first-child
    > th {
    background: var(--Background, #f2f4f7);
    color: var(--Dark, #2f3444);
}

.content_container
    > .img_table_list
    > .table_list_wrap
    > table
    > tbody
    > tr:first-child
    > th:nth-child(2) {
    text-align: center;
}

.content_container
    > .img_table_list
    > .table_list_wrap
    > table
    > tbody
    > tr:first-child
    > th {
    font-size: 20px;
    font-weight: 400;
    color: var(--Dark, #2f3444);
}

.content_container
    > .img_table_list
    .table_list_wrap
    > table
    > tbody
    > tr
    > *:first-child {
    width: 20%;
    padding: 20px 40px;
    text-align: left;
    color: var(--Dark, #2f3444);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}
.content_container
    > .img_table_list
    > .table_list_wrap
    > table
    > tbody
    > tr
    > *:nth-child(2) {
    width: 80%;
    padding: 20px 40px;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
}

.product_main {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 100px 0px;
}
.product_main > .product_grid_wrap {
    display: flex;
    gap: 40px;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.product_main > .product_grid_wrap > .product_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    row-gap: 40px;
}
.product_main > .product_grid_wrap > .product_grid > .grid_content {
    border: 1px solid #ddd;
    cursor: pointer;
}
.product_main > .product_grid_wrap > .product_grid > .grid_content > .grid_img {
    width: 100%;
    aspect-ratio: 1/1;
}
.product_main > .product_grid_wrap > .product_grid > .grid_content > .grid_img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_main
    > .product_grid_wrap
    > .product_grid
    > .grid_content
    > .grid_text {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid #ddd;
}
.product_main
    > .product_grid_wrap
    > .product_grid
    > .grid_content
    > .grid_text
    > .title_content
    > .title {
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.product_main
    > .product_grid_wrap
    > .product_grid
    > .grid_content
    > .grid_text
    > .title_content
    > .title2 {
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #666;
}

.popup_layout {
    background-color: #00000080;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    display: none;
}
.popup_layout.active {
    display: flex;
}
.popup_layout > .product_swiper_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    max-width: 520px;
    background-color: white;
    border-radius: 15px;

}
.popup_layout > .product_swiper_wrap > .product_swiper_header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 12px;
}
.popup_layout > .product_swiper_wrap > .product_swiper_header > img {
    cursor: pointer;
}
.popup_layout > .product_swiper_wrap > .product_swiper {
    display: flex;
    justify-content: center;
    align-items: center;

    /* overflow: hidden; */
    height:80vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.popup_layout
    > .product_swiper_wrap
    > .product_swiper
    > .swiper-wrapper
    > .swiper-slide {
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}
.popup_layout
    > .product_swiper_wrap
    > .product_swiper
    > .swiper-wrapper
    > .swiper-slide
    > .img_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 400px;

}
.popup_layout
    > .product_swiper_wrap
    > .product_swiper
    > .swiper-wrapper
    > .swiper-slide
    > .img_wrap
    > img {
    width: 100%;
    height: 100%;
    max-height:400px;
    object-fit: contain;
}
.popup_layout
    > .product_swiper_wrap
    > .product_swiper
    > .swiper-wrapper
    > .swiper-slide
    > .swiper_table {
    width: 100%;
}
.popup_layout
    > .product_swiper_wrap
    > .product_swiper
    > .swiper-wrapper
    > .swiper-slide
    > .swiper_table
    > table {
    width: 100%;
    border-spacing: 0px;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}
.popup_layout
    > .product_swiper_wrap
    > .product_swiper
    > .swiper-wrapper
    > .swiper-slide
    > .swiper_table
    > table
    > tbody
    > tr {
    padding: 16px 20px;
    font-size: 16px;
}
.popup_layout
    > .product_swiper_wrap
    > .product_swiper
    > .swiper-wrapper
    > .swiper-slide
    > .swiper_table
    > table
    > tbody
    > tr:last-child {
    border-bottom: none;
}
.popup_layout
    > .product_swiper_wrap
    > .product_swiper
    > .swiper-wrapper
    > .swiper-slide
    > .swiper_table
    > table
    > tbody
    > tr
    > td {
    border-bottom: 1px solid #ddd;
    padding: 20px 0px 20px 16px;
}
.popup_layout
    > .product_swiper_wrap
    > .product_swiper
    > .swiper-wrapper
    > .swiper-slide
    > .swiper_table
    > table
    > tbody
    > tr
    > th {
    border-bottom: 1px solid #ddd;
    padding: 20px 16px 20px 0px;
    font-size: 16px;
    text-align: left;
}
.popup_layout > .small_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    background-color: white;
    border-radius: 15px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    padding: 32px;
    gap: 40px;
}
.popup_layout > .small_popup > .small_pop_header {
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup_layout > .small_popup > .small_pop_header > p {
    font-size: 20px;
}
.popup_layout > .small_popup > .btn_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.popup_layout > .small_popup > .btn_wrap > .pop_btn {
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee;
    width: 50%;
    height: 48px;
    font-weight: 700;
    font-size: 16px;
}
.popup_layout > .small_popup > .btn_wrap > .ok {
    background: #ef4c22;
    color: white;
}
.product_swiper_wrap > .swiper-button-prev,
.product_swiper_wrap > .swiper-button-next {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 48px; /* 버튼의 너비를 조정하세요 */
    height: 48px; /* 버튼의 높이를 조정하세요 */
    color: transparent; /* 기본 기호를 숨깁니다 */
}

.product_swiper_wrap > .swiper-button-prev:after,
.product_swiper_wrap > .swiper-button-next:after {
    content: "";
}
.product_swiper_wrap > .swiper-button-prev {
    background-image: url("../images/common/product_pop_prev.svg");
    left: -60px !important;
}

.product_swiper_wrap > .swiper-button-next {
    background-image: url("../images/common/product_pop_next.svg"); /* 다음 버튼 이미지 경로 */
    right: -60px !important;
}
.portfolio_main {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 100px 0px;
}
.portfolio_main > .portfolio_grid_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.portfolio_main > .portfolio_grid_wrap > .portfolio_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.portfolio_main > .portfolio_grid_wrap > .portfolio_grid > .grid_content {
    position: relative;
    cursor: pointer;
    aspect-ratio: 380/280;
}
.portfolio_main > .portfolio_grid_wrap > .portfolio_grid > .grid_content > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio_main
    > .portfolio_grid_wrap
    > .portfolio_grid
    > .grid_content
    > .grid_content_exp {
    position: absolute;
    bottom: 0;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
}
.portfolio_main
    > .portfolio_grid_wrap
    > .portfolio_grid
    > .grid_content
    > .grid_content_exp
    > .location {
    color: white;
    font-size: 20px;
    font-weight: 700;
}
.portfolio_main
    > .portfolio_grid_wrap
    > .portfolio_grid
    > .grid_content
    > .grid_content_exp
    > .exp {
    color: white;
    font-size: 16px;
}

.solar_news_main {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 100px 0px;
}
.solar_news_main > .solar_news_grid_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.solar_news_main > .solar_news_grid_wrap > .solar_news_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    row-gap: 40px;
}
.solar_news_main > .solar_news_grid_wrap > .solar_news_grid > .grid_content {
    cursor: pointer;
}
.solar_news_main > .solar_news_grid_wrap > .solar_news_grid > .grid_content > img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 290/200;
}
.solar_news_main
    > .solar_news_grid_wrap
    > .solar_news_grid
    > .grid_content
    > .grid_content_exp {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border: 1px solid #eee;
    min-height: 162px;
}
.solar_news_main
    > .solar_news_grid_wrap
    > .solar_news_grid
    > .grid_content
    > .grid_content_exp
    > .title {
    font-size: 20px;
    font-weight: 700;

    width: 100%;           
    overflow: hidden;          
    text-overflow: ellipsis;   
    display: -webkit-box;   
    -webkit-line-clamp: 3;    
    -webkit-box-orient: vertical;
}
.solar_news_main
    > .solar_news_grid_wrap
    > .solar_news_grid
    > .grid_content
    > .grid_content_exp
    > .exp {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;

    width: 100%;           
    overflow: hidden;          
    text-overflow: ellipsis;   
    display: -webkit-box;   
    -webkit-line-clamp: 2;    
    -webkit-box-orient: vertical;
}
.detail_header_wrap {
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.detail_header_wrap > .detail_header {
    max-width: 1200px;
    width: 100%;
    display: flex;
    padding: 20px 0px;
    align-items: center;

    gap: 12px;
}

.detail_header > p {
    font-size: 20px;
    font-weight: 700;
}
.detail_header > a {
    display: flex;
    align-items: center;
    gap: 12px;
}
.detail_header > a > p {
    font-size: 20px;
    font-weight: 700;
}

.align_bar {
    border-right: 2px solid #eee;
    height: 12px;
}

.detail_main_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}
.detail_main_wrap > .detail_main {
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 32px;
}
.detail_main_wrap > .detail_main > .detail_title_content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}
.detail_main_wrap > .detail_main > .detail_title_content > .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
}
.detail_main_wrap > .detail_main > .detail_title_content > .date_look {
    display: flex;
    align-items: center;
    gap: 12px;
}

.detail_main_wrap > .detail_main > .border_line {
    width: 100%;
    height: 1px;
    background: #eee;
}
.detail_main_wrap > .detail_main > .detail_content {
    width: 100%;
}

.detail_main_wrap > .detail_main > .detail_content > p {
    color: var(--Dark, #2f3444);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.detail_main_wrap > .detail_main > .detail_content img {
    max-width: 1200px;
}
.detail_main_wrap > .detail_main > .back_next_wrap {
    width: 100%;
}
.detail_main_wrap > .detail_main > .back_next_wrap > .back_next {
    display: flex;
    align-items: center;
    padding: 20px 0px;
    gap: 12px;
    border-bottom: 1px solid #eee;
}
.detail_main_wrap > .detail_main > .back_next_wrap > .back_next > .type {
    color: var(--Dark, #2f3444);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.detail_main_wrap > .detail_main > .back_next_wrap > .back_next > .title {
    color: var(--Dark, #2f3444);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}
.detail_main_wrap > .detail_main > .btn {
    background: #eee;
    display: flex;
    width: 200px;
    height: 48px;
    font-size: 16px;
    font-weight: 700;
    color: #666;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    gap: 4px;
    cursor: pointer;

}

.notice_wrap {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.notice_wrap > .notice_title {
    font-family: Pretendard;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
}
.notice_wrap > .notice_table {
    width: 100%;
}
.notice_wrap > .notice_table > table {
    width: 100%;
    border-spacing: 0px;
}

.notice_wrap > .notice_table > table > thead {
    width: 100%;

    background: #f2f4f7;
}

.notice_wrap > .notice_table > table > thead > tr > {
    width: 100%;
}

.notice_wrap > .notice_table > table > thead > tr > th {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}

.notice_wrap > .notice_table > table > thead > tr > th:first-child {
    width: 10%;
    padding: 16px 0px;
}

.notice_wrap > .notice_table > table > thead > tr > th:nth-child(2) {
    width: 70%;
}

.notice_wrap > .notice_table > table > thead > tr > th:nth-child(3) {
    width: 10%;
}
.notice_wrap > .notice_table > table > thead > tr > th:nth-child(4) {
    width: 10%;
    white-space: nowrap;;
}

.notice_wrap > .notice_table > table > tbody {
    width: 100%;
}

.notice_wrap > .notice_table > table > tbody > tr > td {
    font-size: 16px;
    font-weight: 400;
}
.notice_wrap > .notice_table > table > tbody > tr > td:first-child {
    width: 10%;
    padding: 16px 0px;

    text-align: center;
}
.notice_wrap > .notice_table > table > tbody > tr > td:nth-child(2) {
    width: 70%;
    padding: 16px 0px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 100%;
}
.notice_wrap > .notice_table > table > tbody > tr > td:nth-child(2) > a {
    font-weight: 700;
    font-size: 16px;
}
.notice_wrap > .notice_table > table > tbody > tr > td:nth-child(3) {
    width: 10%;
    text-align: center;
}
.notice_wrap > .notice_table > table > tbody > tr > td:nth-child(4) {
    width: 10%;
    text-align: center;
}

.pagination_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.pagination_wrap > a {
    font-size: 14px;
    line-height: 20px;
    color: #666;
}
.asking_wrap {
    max-width: 800px;
    width: 100%;
    margin: 40px 0;
}
.asking_wrap > form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 32px;
}
.asking_wrap > form > .form_wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    justify-content: flex-start;
}
.asking_wrap > form > .only_company {
    display: none;
}

.asking_wrap > form > .only_company.show {
    display: flex;
}
.asking_wrap > form > .form_wrap > .form_header > p {
    font-size: 20px;
    font-weight: 700;
}
.asking_wrap > form > .form_wrap > .form_header > p > .star {
    color: #f00;
}
.asking_wrap > form > .form_wrap > .form_header > p > .exp {
    color: #666;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
}
.asking_wrap > form > .form_wrap > .form_radio_wrap {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.asking_wrap > form > .form_wrap > .form_radio_wrap > .form_radio {
    display: none;
}

/* .asking_wrap > form > .form_wrap > .form_radio_wrap > .form_radio + label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
} */
.asking_wrap
    > form
    > .form_wrap
    > .form_radio_wrap
    > .form_radio
    + label
    span.round {
    vertical-align: middle;
    display: inline-block;
    background: url("../images/common/radio_btn_off.svg") no-repeat;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin-top: 3px;
}
.asking_wrap
    > form
    > .form_wrap
    > .form_radio_wrap
    > .form_radio:checked
    + label
    span.round {
    margin-left: -4px;
    margin-top: -3px;
    margin-right: 4px;
    padding-right: 4px;
    background: url("../images/common/radion_btn_on.svg") no-repeat;
}
.asking_wrap > form > .form_wrap > .form_text_wrap > input {
    width: 100%;
    font-size: 20px;
    height: 64px;
    /* padding: 20px; */
}
.asking_wrap > form > .form_wrap > .form_text_wrap > input::placeholder {
    color: #999;
    font-weight: 400;
    font-size: 20px;
}
.asking_wrap > form > .form_wrap > .form_text_wrap > input:focus {
    border: 2px solid #ef4c22;
    outline: none;
}
.asking_wrap > form > .form_wrap > .form_textarea_wrap > .form_textarea {
    width: 100%;
    font-size: 20px;
    height: 300px;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 8px;

    resize: none;
}
.asking_wrap
    > form
    > .form_wrap
    > .form_textarea_wrap
    > .form_textarea::placeholder {
    color: #999;
    font-weight: 400;
    font-size: 20px;
}
.asking_wrap > form > .form_wrap > .form_textarea_wrap > .form_textarea:focus {
    border: 2px solid #ef4c22;
    outline: none;
}

.asking_wrap > form > .form_wrap > .form_file_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-direction: column;
    width: 100%;
}
.asking_wrap > form > .form_wrap > .form_file_wrap > input[type="file"] {
    display: none;
}

.asking_wrap > form > .form_wrap > .form_file_wrap > .clk_file {
    display: flex;
    height: 64px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    background: #ffe9e3;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    color: #ef4c22;
    width: 100%;
    cursor: pointer;
}
.asking_wrap > form > .form_wrap > .form_file_wrap > .file_name_wrap {
    display: flex;
    height: 64px;
    border-radius: 8px;
    border: 1px solid #ccc;
    background: #fff;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
}
.asking_wrap > form > .form_wrap > .form_file_wrap > .file_name_wrap > p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.asking_wrap > form > .form_wrap > .form_file_wrap > .file_name_wrap > img {
    position: absolute;
    right: 20px;
    cursor: pointer;
}
.asking_wrap > form > .agree_chk_box_wrap {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 12px;
    flex-direction: column;
    width: 100%;
}
.asking_wrap > form > .agree_chk_box_wrap > .agree_chk_box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    gap: 12px;
}
.asking_wrap > form > .agree_chk_box_wrap > .agree_chk_box > input {
    display: none;
}



.asking_wrap > form > .agree_chk_box_wrap > .agree_chk_box > input + label {
    display: flex;
    align-items: center;
    gap: 8px;
}
.asking_wrap
    > form
    > .agree_chk_box_wrap
    > .agree_chk_box
    > input
    + label
    span.chking {
    vertical-align: middle;
    display: flex;
    background: url("../images/common/agree_chk_off.svg") no-repeat;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin-top: 3px;
}
.asking_wrap
    > form
    > .agree_chk_box_wrap
    > .agree_chk_box
    > input:checked
    + label
    span.chking {
    background: url("../images/common/agree_chk_on.svg") no-repeat;
}

.asking_wrap > form > .agree_chk_box_wrap > .agree_chk_box > input + label p {
    font-size: 20px;
    font-weight: 700;
}
.asking_wrap
    > form
    > .agree_chk_box_wrap
    > .agree_chk_box
    > input
    + label
    p
    > span {
    color: #f00;
    font-size: 20px;
    font-weight: 700;
}
.asking_wrap > form > .agree_chk_box_wrap > .agree_chk_box > .agree_content {
    padding: 20px;
    background: #f2f4f7;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.asking_wrap
    > form
    > .agree_chk_box_wrap
    > .agree_chk_box
    > .agree_content
    > p {
    color: #2f3444;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.asking_wrap > form > .agree_chk_box_wrap > .agree_chk_box > .agree_exp > p {
    color: #f00;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.asking_wrap > form > .btn_wrap {
    border-radius: 8px;
    background: #ccc;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
}
.asking_wrap > form > .btn_wrap.active {
    background: #ef4c22;
}
.line_width {
    width: 100%;
    height: 1px;
    background: #eee;
}
.power_gen_wrap {
    display: flex;
    position: relative;
}
.left_wrap_mobile_clk{
    display: none;
    align-items: center;
    justify-content: center;
    background-color:rgba(255, 100, 60, 0.8);
    position: absolute;
    bottom:0%;
    width: 100%;
    height:50px;
    color:white;
    font-size: 20px;
    font-weight: 700;
    z-index: 100001;
    cursor: pointer;
}
.power_gen_wrap > .left_wrap{
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    overflow-x: hidden;
}
.power_gen_wrap > .left_wrap.mobile {
    width: 330px;
    display: none;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    height:70vh;
    top:10%;
    left:5%;
    z-index: 100000;
    border-radius: 10px;
    overflow-x: hidden;
}

.power_gen_wrap > .left_wrap.mobile.active {

    display: flex;

}
.power_gen_wrap > .left_wrap.pc {
    width: 400px;
    display: flex;
    background-color: white;
    height: calc(100vh - 72px);
    position: relative;

}

.power_gen_wrap > .left_wrap >.power_gen_first {
    display:none;
}

.power_gen_wrap > .left_wrap >.power_gen_first.active {
    display:block;
}
.power_gen_wrap > .left_wrap >.power_gen_first >.address_search {
    padding: 24px;
    /* width: 100%; */
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;


}
.power_gen_wrap > .left_wrap>.power_gen_first > .address_search > .search_result_wrap{
    display: none;
}
.address_search >#pagination{
    display:none;
    align-items: center;
    justify-content: center;
    gap:5px;

}

.address_search >#pagination >.on{
    font-weight: 700;
    
}
#pagination_line {
    height: 2px;
    background-color: #eee;
    width: calc(100% + 20px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom:0;
}
.power_gen_wrap > .left_wrap>.power_gen_first > .address_search > .add_header {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
}
.power_gen_wrap > .left_wrap >.power_gen_first> .address_search > .add_header > p {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    color: #2f3444;
}

.power_gen_wrap > .left_wrap >.power_gen_first> .address_search > .add_header > .input_wrap {
    position: relative;
    border-radius: 8px;
    background: #f2f4f7;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.power_gen_wrap
    > .left_wrap>.power_gen_first
    > .address_search
    > .add_header
    > .input_wrap
    > input {
    width: 100%;
    background-color: #f2f4f7;
    border: none;
    font-size: 16px;
    font-weight: 700;
    padding: 0px;
}
.power_gen_wrap
    > .left_wrap>.power_gen_first
    > .address_search
    > .add_header
    > .input_wrap
    > input::placeholder {
    color: #ccc;
}
.power_gen_wrap
    > .left_wrap>.power_gen_first
    > .address_search
    > .add_header
    > .input_wrap
    > input:focus {
    border: none;
    outline: none;
}

.power_gen_wrap
    > .left_wrap>.power_gen_first
    > .address_search
    > .add_header
    > .input_wrap
    > img {
    cursor: pointer;
}

.power_gen_wrap > .left_wrap>.power_gen_first > .address_search > .search_result_wrap#placesList {
    display: none;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    height:150px;
    overflow-y: auto;
}
.power_gen_wrap
    > .left_wrap>.power_gen_first
    > .address_search
    > .search_result_wrap
    > .search_result {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    cursor: pointer;
}
.power_gen_wrap
    > .left_wrap>.power_gen_first
    > .address_search
    > .search_result_wrap
    > .search_result
    > .result_title {
    color: #2f3444;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.power_gen_wrap
    > .left_wrap>.power_gen_first
    > .address_search
    > .search_result_wrap
    > .search_result
    > .result_addr {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.power_gen_wrap > .left_wrap>.power_gen_first > .not_yet {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    padding:20px;
}

.power_gen_wrap > .left_wrap>.power_gen_first > .not_yet.active {
    display:none
}

.map_clk_plz{
    position: absolute;
    top:40%;
    left:calc(50% - 45px);
    width:90px;
    height: 90px;
    border-radius: 50%;
    /* transform: translateY(50%) translateX(50%); */
    background-color: #FF643C;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;

    flex-direction: column;
    gap:4px;
}
.map_clk_plz p{
    color:white;
    font-weight: 700;
    font-size:14px;
}
.prediction_result_wrap {
    padding: 20px;
    width: 100%;
    flex-direction: column;
    gap: 24px;
    display:none;
}

 .prediction_result_wrap.active {
    display: flex;
}

 .prediction_result_wrap > .prediction_info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.prediction_result_wrap
    > .prediction_info
    > .btn_wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.prediction_result_wrap
    > .prediction_info
    > .btn_wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin-top: 4px;
}
.prediction_result_wrap
    > .prediction_info
    > .btn_wrap
    > button {
    width: 50%;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.prediction_result_wrap
    > .prediction_info
    > .btn_wrap
    > button:first-child {
    color: #ef4c22;
    border: 1px solid #ef4c22;
}
 .prediction_result_wrap
    > .prediction_info
    > .btn_wrap
    > button:last-child {
    color: #fff;
    background-color: #ef4c22;
}

.prediction_content_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.prediction_content_wrap > .predic_title {
    color: #666;
    font-size: 16px;
    font-weight: 400;
}
.prediction_content_wrap > .predic_content {
    color: #2f3444;
    font-size: 16px;
    font-weight: 700;
}

.prediction_content_wrap > .predic_content.red {
    color: #ef4c22;
}

.prediction_content_wrap > .bar_wrap {
    width: 50%;
    position: relative;
    border-radius: 100px;
    height: 8px;
    background-color: #eee;
}
.prediction_content_wrap > .bar_wrap > .bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 100px;
    width: 60%;
    background-color: #5c96ed;
}
.prediction_content_wrap > .bar_wrap > .circle {
    position: absolute;
    top: -4px;
    left: 55%;
    height: 100%;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: #5c96ed;
    cursor: pointer;
}
@keyframes blink {
    0% { background-color: #ef4c22;
            color:white; }
    50% { background-color: white ;
            color: #ef4c22;       
    }
    100% { background-color: #ef4c22;  color:white;}
}

.blinking_text {
    animation: blink 1s infinite;
    
}



.power_gen_wrap > .left_wrap >.power_gen_first> .prediction_result_wrap > .prediction_result {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.power_gen_wrap > .left_wrap >.power_gen_first> .prediction_result_wrap>.prediction_result_wrapper {
    display: none;
    flex-direction: column;
    gap: 24px;
    
}
.power_gen_wrap > .left_wrap >.power_gen_first> .prediction_result_wrap>.prediction_result_wrapper > .prediction_result {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
/* .power_gen_wrap
    > .left_wrap
    > .prediction_result_wrap
    > .prediction_result
    > .title {
    display: flex;
    flex-direction: column;
    align-items: center;
} */
.power_gen_wrap
    > .left_wrap>.power_gen_first
    > .prediction_result_wrap
    >.prediction_result_wrapper
    > .prediction_result
    > .title
    > p {
    font-size: 20px;
    font-weight: 700;
}
.power_gen_wrap
    > .left_wrap>.power_gen_first
    > .prediction_result_wrap
    >.prediction_result_wrapper
    > .electricity_production
{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}

.power_gen_wrap
    > .left_wrap>.power_gen_first
    > .prediction_result_wrap
    >.prediction_result_wrapper
    > .electricity_production
    > .title
    > p {
    font-size: 20px;
    font-weight: 700;
}

.power_gen_wrap
    > .left_wrap>.power_gen_first
    > .prediction_result_wrap
    >.prediction_result_wrapper
    > .electricity_production
    > .chartjs {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}
.power_gen_wrap
    > .left_wrap>.power_gen_first
    > .prediction_result_wrap
    >.prediction_result_wrapper
    > .electricity_production
    > .chartjs >#myChart{
        width: 100% !important;
}

.power_gen_wrap
    > .left_wrap>.power_gen_first
    > .prediction_result_wrap
    >.prediction_result_wrapper
    > .electricity_production
    > .chart_table {
    width:100%;
}
.power_gen_wrap
    > .left_wrap>.power_gen_first
    > .prediction_result_wrap
    >.prediction_result_wrapper
    > .electricity_production
    > .chart_table >table{
    width:100%;
    border-spacing: 0px;
}
.power_gen_wrap
    > .left_wrap>.power_gen_first
    > .prediction_result_wrap
    >.prediction_result_wrapper
    > .electricity_production
    > .chart_table >table >thead >tr{
        background: #FAFAFA;
}
.power_gen_wrap
    > .left_wrap>.power_gen_first
    > .prediction_result_wrap
    >.prediction_result_wrapper
    > .electricity_production
    > .chart_table >table >thead >tr >th{
        font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding:12px 0px;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}

.power_gen_wrap
    > .left_wrap>.power_gen_first
    > .prediction_result_wrap
    >.prediction_result_wrapper
    > .electricity_production
    > .chart_table >table >tbody >tr >td{
    padding:12px 0px;
    border-bottom:1px solid #ddd;
    text-align: center;
    font-size: 16px;
}
.power_gen_wrap
    > .left_wrap>.power_gen_first
    > .prediction_result_wrap
    >.prediction_result_wrapper
    > .electricity_production
    > .chart_table >table >tbody >tr >td:last-child{
        font-weight: 700;
}

.counsel_btn{
        padding:15px;
        color:white;
        justify-content: center;
        align-items: center;
        background: #EF4C22;
        font-weight: 700;
        font-size: 16px;
        cursor:pointer;
        max-width:400px;
        width:100%;
        display:none;
    }
    .counsel_btn.active{
        display:flex;
    }

.power_gen_wrap
    > .left_wrap>.couseling_wrap {
        display:none;

    }
    
    .power_gen_wrap
    > .left_wrap>.couseling_wrap.active {
        display:block;
    }     
.power_gen_wrap
    > .left_wrap>.couseling_wrap >.couseling_header{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding:20px;
        border-bottom:1px solid #eee;
        
    } 
.power_gen_wrap
    > .left_wrap >.couseling_wrap>.couseling_header > p{
        color: #2F3444;
        font-size: 16px;
        font-weight: 700;
        
    } 
.power_gen_wrap
    > .left_wrap  >.couseling_wrap>.couseling_header > img{
        cursor:pointer
        
    } 
.power_gen_wrap
    > .left_wrap >.couseling_wrap >.couseling_content_wrap {
        padding:24px;
        display: flex;
        align-items: center;
        justify-content: center;;
        flex-direction: column;
        gap:32px ;   
    }   
    .power_gen_wrap
    > .left_wrap >.couseling_wrap>.couseling_content_wrap >.couseling_content {
        width:100%;
    }      
    .power_gen_wrap
    > .left_wrap >.couseling_wrap>.couseling_content_wrap >.couseling_content form{
        display: flex;
        align-items: center;
        justify-content: center;;
        flex-direction: column;
        gap:12px ;   
        width:100%;
    }     
    .power_gen_wrap
    > .left_wrap >.couseling_wrap>.couseling_content_wrap >.couseling_content >form > input{
        width:100%;
    }   
    .power_gen_wrap
    > .left_wrap >.couseling_wrap>.couseling_content_wrap >.couseling_content > form > textarea{
        width:100%;
        padding:12px;
        resize:none;
        height:300px;
        border: 1px solid #ddd;
        border-radius: 8px;
    }   
    .power_gen_wrap
    > .left_wrap >.couseling_wrap>.couseling_content_wrap >.couseling_content> form >textarea::placeholder{
        color:#999;
        font-size: 16px;
        font-weight: 400;
    }   

    .power_gen_wrap
    > .left_wrap >.couseling_wrap>.couseling_content_wrap >.couseling_content> form >textarea:focus{
        outline:none;
        border: 1px solid #EF4C22;
    }   

.power_gen_wrap
    > .left_wrap >.couseling_wrap>.couseling_content_wrap >.couseling_content> form>input::placeholder{
        color:#999;
        font-size: 16px;
        font-weight: 400;
    }      
.power_gen_wrap
    > .left_wrap >.couseling_wrap>.couseling_content_wrap >.couseling_content> form>input:focus{
        outline:none;
        border: 1px solid #EF4C22;
    }
.content_agree
    > .agree_chk_box {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap:12px;
    }
.content_agree
    > .agree_chk_box> input {
        display: none;
    }
    
.content_agree
    > .agree_chk_box > input + label {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    
.content_agree
    > .agree_chk_box
    > input
    + label
    span.chking {
    vertical-align: middle;
    display: flex;
    background: url("../images/common/agree_chk_off.svg") no-repeat;
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin-top: 3px;
}
.content_agree
    > .agree_chk_box
    > input:checked
    + label
    span.chking {
    background: url("../images/common/agree_chk_on.svg") no-repeat;
}

.content_agree
    > .agree_chk_box> input + label p {
    font-size: 14px;
    font-weight: 400;
}
.content_agree
    > .agree_chk_box
    > input
    + label
    p
    > span {
    color: #f00;
    font-size: 14px;
    font-weight: 400;
}

.content_agree >.agree_chk_box
    > .agree_content{
        border-radius: 8px;
        background:  #FAFAFA;
        padding:20px;
}
.content_agree>.agree_chk_box
    > .agree_content >p{
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
}

.content_agree>.agree_chk_box
    > .agree_content >p{
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
}








.power_gen_wrap > .right_wrap {
    width: calc(100% - 400px);
    height: calc(100vh - 72px);
    position: relative;
    /* top: 72px; */
}
.power_gen_wrap > .right_wrap > .right_wrap_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    padding: 20px;
}
.power_gen_wrap > .right_wrap > .right_wrap_header p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}

.power_gen_wrap > .right_wrap > .right_wrap_header  >.button {
    display: none;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    padding:10px 20px ;
    background-color: #ef4c22;
    margin-left:20px;
    border-radius: 8px;
    cursor: pointer;
    white-space: nowrap;
}
.power_gen_wrap > .right_wrap > #map {
    width: 100%;
    height: 100%;
}

.price_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.price_wrap{
    padding:100px 0px;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap:40px;
    width: 100%;

}
.price_wrap >.title{
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}
.price_wrap >.price_exp_wrap{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:40px;
    width: fit-content;

}.price_wrap >.price_exp_wrap >.price_exp{
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 12px;
    border: 1px solid var(--Grey_E, #EEE);
    background: var(--FA, #FAFAFA);
    flex: 1;
}
.price_wrap >.price_exp_wrap >.price_exp >.price_exp_title{
    display: flex;
    align-items: center;
    gap: 12px;
}
.price_wrap >.price_exp_wrap >.price_exp >.price_exp_title >p:first-child{
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--Dark, #2F3444);
}
.price_wrap >.price_exp_wrap >.price_exp >.price_exp_title >p:nth-child(2){
    color: var(--Grey_6, #666);
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.price_wrap >.price_exp_wrap >.price_exp >.price_exp_content{
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.price_wrap >.price_exp_wrap >.price_exp >.price_exp_content >p:first-child{
    color: var(--Dark, #2F3444);
    font-family: Pretendard;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}
.price_wrap >.price_exp_wrap >.price_exp >.price_exp_content >p:nth-child(2){
    color: var(--Dark, #2F3444);
    /* H4 */
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.price_wrap >.price_exp_wrap >.price_exp >.price_exp_content >p:nth-child(3){
  
    /* H4_b */
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.price_wrap >.price_exp_wrap >.price_exp >.price_exp_content >.plus{
    color: var(--Red, #F00);
}
.price_wrap >.price_exp_wrap >.price_exp >.price_exp_content >.minus{
    color: var(--Blue, #5C96ED);
}
.price_wrap >.price_chart{
    width: 100%;
    position: relative;
    max-width: 650px;
}
.loading_spin {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    z-index: 1;
}

.files_label {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    
}
.files_label:hover {
    text-decoration: underline;
}

.slider_input {
}

.map_msg {
    bottom: 60px;
    padding: 5px 12px;
    position: relative;
    background-color: #fff;
    border: 1px solid #000;
}
.angleSlider_wrap{
    display: flex;
    gap:5px;
}.angleSlider_wrap p{
    color: #2f3444;
    font-size: 16px;
    font-weight: 700;
}