.p1 {
    position: relative;
    /* top: -100px; */
}

.tit {
    font-size: 1.2rem;
    letter-spacing: var(--spacing04);
    font-weight: 500;
    margin-bottom: 1.5rem;
    position: relative;
}

.Btit {
    font-size: var(--fs52);
    font-weight: 500;
    letter-spacing: var(--spacing04);
    line-height: var(--lh15);
}

.main_bn .s1 {
    width: 100%;
    padding: 17% 0 4% 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #212121;
    color: #fff;
}

.main_bn .s1 .inner {
    max-width: 1300px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.main_bn .s1 .txtI {
    margin-bottom: 20.5%;
}

.main_bn .s1 .txtI h2 {
    letter-spacing: var(--poppins);
    font-size: 2.6rem;
    line-height: 1.6;
}

.main_bn .s1 .txtI p {
    font-weight: 300;
    font-size: 1.4rem;
    letter-spacing: var(--spacing04);
}

.main_bn .hover_wrap {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.main_bn .s1 .hover_box {
    border: 1px solid #fff;
    border-radius: 1.2rem;
    padding: 1.3rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    transition: 0.5s;
}

/* 상단 hovOn */
.main_bn .hovOn {
    transform-origin: bottom;
    transition: 0.5s;
    background: linear-gradient(-10deg,
            rgba(255, 255, 255, 0.2) 56%,
            rgba(255, 255, 255, 0.17) 80%,
            transparent 100%);
    border: none;
}

.main_bn .s1 .hover_box p {
    font-size: 1.125rem;
    font-weight: 600;
    text-align: left;
}

.main_bn .s1 .hover_icon {
    margin-top: 2rem;
    display: flex;
    gap: 7.6rem;
    align-items: baseline;
    justify-content: space-between;
}

.main_bn .s1 .hover_icon p {
    font-weight: 500;
    letter-spacing: var(--spacing04);
}

.main_bn .s1 .hover_box:hover {
    transform: scale(1.05);
    transform-origin: bottom;
    transition: 0.5s;
    background: linear-gradient(-10deg,
            rgba(255, 255, 255, 0.2) 56%,
            rgba(255, 255, 255, 0.17) 80%,
            transparent 100%);
    border-color: transparent;
}

/* s1 end */

/* p1 subnav */
.main_bn .sub_nav {
    width: 100%;
    height: 85px;
    margin: auto;
    border-bottom: 1px solid #f4f4f4;
}

.main_bn .sub_nav ul {
    max-width: 1340px;
    height: 100%;
    padding-inline: 20px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_bn .sub_nav ul li {
    height: 100%;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: var(--fs18);
}

.main_bn .sub_nav .nav_on a {
    color: var(--blue1);
    font-weight: 600;
    font-size: var(--fs22);
    text-align: center;
}

.main_bn .sub_nav .nav_on::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--blue1);
}

.main_bn .sub_nav li a {
    display: block;
    align-content: center;
    width: 100%;
    height: 100%;
    padding: 1rem;
    text-align: center;
    font-size: var(--fs19);
}

/* p1 subnav end*/

.main_bn .s2 {
    width: 100%;
    max-width: 1640px;
    padding-inline: 20px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-block: 6% 14%;
}

.main_bn .s2 {
    padding-block: 6% 0;
}

.main_bn .s2 .txtI {
    width: 100%;
    margin-bottom: 5.3rem;
    color: black;
    position: relative;
    text-align: left;
}

.main_bn .s2 .txtI .tit {
    font-size: 1.125rem;
    letter-spacing: var(--spacing04);
    font-weight: 500;
    margin-bottom: 1.5rem;
    padding-left: 0.8rem;
    position: relative;
}

.main_bn .s2 .txtI .tit::before {
    width: 10px;
    height: 10px;
    content: "";
    display: block;
    background-color: #000;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 30%;
}

.main_bn .s2 .txtI .subtit {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--poppins);
    letter-spacing: var(--lh13);
    margin-block: 0.5rem 4rem;
}

.main_bn .s2 .txtI .cont {
    color: #383838;
    font-size: var(--fs22);
    font-weight: 400;
    letter-spacing: var(--spacing08);
    line-height: var(--lh15);
}

.main_bn .s2 .p1s2_logo {
    position: absolute;
    right: 0;
    top: 7%;
}

.main_bn .s2 .cont_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7rem;
}

.main_bn.box_bg:hover {
    transition: 0.3s;
}

.main_bn .box_bg:hover {
    transition: 0.3s;
    filter: none;
}

.main_bn .s2 .box {
    flex-grow: 1;
    overflow: hidden;
    position: relative;
    clip-path: circle(45%);
    transition: 1.2s;
}

.main_bn .s2 .box img {
    width: 100%;
    height: 415px;
    object-fit: cover;
}

.main_bn .s2 .hov_on {
    flex-grow: 2;
    border-radius: 15rem;
    clip-path: none;
    filter: brightness(1);
    flex-basis: 100%;
    transition: 1.2s;
}

.main_bn .s2 .box_txt {
    height: 100%;
    padding-block: 3rem;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--fs22);
    letter-spacing: var(--spacing04);
    transition: 1.5s;
    color: #fff;
    text-align: center;
    justify-content: space-between;
}

.main_bn .s2 .s2_line {
    width: 1px;
    height: 10.5rem;
    margin: auto;
    display: block;
    background-color: #000;
}

/* p1s2 end */

#p1 .s1 {
    background-image: url(../img/p1_s1_bg.jpg);
}

.p1 .s3 {
    width: 100%;
    background-image: url(../img/p1s3_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

.p1 .s3 .inner {
    padding: 12.5% 0;
    max-width: 1100px;
    margin: auto;
}

.p1 .s3 .txtI {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 4.3rem;
}

.p1 .txtI h2 {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: var(--spacing04);
    line-height: 1.4;
}

.p1 .s3 .txtI .white {
    display: block;
    height: 2.75rem;
    width: 1px;
    background-color: #fff;
    margin: auto;
}

.p1 .s3 .txtI .cont {
    font-size: var(--fs18);
    font-weight: 500;
    letter-spacing: var(--spacing04);
    line-height: 1.8;
}

/* p1s3 end */

.p1 .s4 {
    max-width: 1600px;
    margin: auto;
    padding: 7.2% 0 9.5%;
    position: relative;
}

.p1 .s4 .p1s4_txt {
    margin-bottom: 7.1rem;
}

.p1 .s4 .p1s4_tit {
    letter-spacing: var(--poppin);
    font-size: var(--fs19);
    letter-spacing: var(--spacing04);
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.p1 .s4 .sub_pre {
    color: #383838;
    font-size: var(--fs22);
    letter-spacing: var(--spacing04);
    line-height: var(--lh15);
}

.p1 .s4 .p1s4_swiper {
    max-width: 1700px;
    margin: auto;
}

.p1 .s4 .p1s4_swiper .swiper-slide {
    position: relative;
}

.p1 .s4 .p1s4_swiper .swiper-slide .swiper_cont {
    background-color: #fff;
    position: absolute;
    left: 16%;
    bottom: 5%;
    font-size: 1.625rem;
    font-weight: 500;
    letter-spacing: var(--spacing04);
    line-height: var(--lh15);
    padding: 0.2rem 1.2rem;
    border-radius: 20rem;
}

.p1 .s4 .p1s4_swiper .swiper-slide img {
    border-radius: 3rem;
    margin: auto;
}

.p1 .s4 .p1s4_Thumb {
    max-width: 1160px;
    margin: auto;
    margin-top: 3.25rem;
}

.p1 .s4 .p1s4_Thumb .swiper-slide img {
    border-radius: 1.8rem;
}

/* p1s4 Thumb slide end*/

/* p1 s4 swiper button custom */
.p1 .s4 .swiper-button-next {
    position: absolute;
    right: 2%;
    background-color: #fff;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    filter: drop-shadow(1px 2px 5px rgba(0, 0, 0, 0.14));
}

.p1 .s4 .swiper-button-prev:after {
    content: "";
    display: block;
    width: 9px;
    height: 13px;
    background-image: url(../img/swiper_prev.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--gray_777);
}

.p1 .s4 .swiper-button-prev {
    position: absolute;
    right: 3%;
    background-color: #fff;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    filter: drop-shadow(1px 2px 5px rgba(0, 0, 0, 0.14));
}

.p1 .s4 .swiper-button-next:after {
    content: "";
    display: block;
    width: 9px;
    height: 13px;
    background-image: url(../img/swiper_next.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 1rem;
    color: var(--gray_777);
}

/* navigation custom end */
/* p1s4 end */

.p1 .s5 {
    width: 100%;
    background-color: #f4f4f4;
}

.p1 .s5 .inner {
    max-width: 1600px;
    padding: 14.6% 0;
    margin: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.p1 .s5 .left .txt {
    margin-bottom: 37%;
}

.p1 .s5 .left .txt .tit {
    letter-spacing: var(--poppins);
    font-size: var(--fs19);
    letter-spacing: var(--spacing04);
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.p1 .s5 .sub_pre {
    color: #383838;
    font-weight: 400;
    font-size: var(--fs19);
    letter-spacing: var(--spacing04);
    line-height: 1.2;
}

.p1 .s5 .catalog {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.p1 .s5 .catalog button {
    width: 65%;
    padding: 0.47rem 0.5rem;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    border: 1px solid #333;
    background-color: #fff;
}

.p1 .s5 .catalog button p {
    font-size: var(--fs18);
    color: #333;
    line-height: 1.2;
    padding: 0 1.2rem;
}

.p1 .s5 .right {
    padding-top: 2rem;
}

.p1 .s5 .right img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

/* p1s5 bg 맞추기 */
/* p1s5 end */
/* p1 end */

.p1_1 .p1s2 {
    padding-block: 0;
}

.inner1 {
    width: 90%;
    max-width: 1500px;
    margin: auto;
    position: relative;
}

.inner1 {
    position: relative;
}

.inner1::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 160px;
    transform: translate(-50%, 0);
    width: 1px;
    height: calc(100% - 160px);
    background: #bbb;
    z-index: -1;
}

.his_wrap {
    padding: 12vh 0;
    width: 100%;
    font-size: 0;
}

.his_wrap:last-child {
    padding-bottom: 25vh;
}

.his_wrap>div {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 5vw;
}

.his_wrap .year p {
    text-align: right;
    font-size: 1.5rem;
    letter-spacing: -0.05em;
    font-weight: 600;
    margin-bottom: 0.825rem;
    color: #0c4da0;
}

.his_wrap .his_cont_wrap {
    padding: 25px 0 0;
}

.his_wrap .his_cont_wrap .his_cont {
    width: 100%;
}

.his_wrap .his_cont_wrap .his_cont>li {
    position: relative;
    padding: 6px 0 0 4vw;
    width: 100%;
    font-size: 0;
}

.his_wrap .his_cont_wrap .his_cont:first-of-type li {
    padding-top: 0;
}

.his_wrap .his_cont_wrap .his_cont>li:first-of-type h4 {
    display: block;
    margin-bottom: 2rem;
    width: 100%;
    font-size: 3rem;
    font-weight: 600;
    color: #0c4da0;
}

.his_wrap .his_cont_wrap .his_cont>li.ball::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.7rem;
    aspect-ratio: 1;
    border: 4px solid #94b8e773;
    background: #0c4da0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.his_wrap .his_cont_wrap .his_cont>li.ball.current::before {
    border: 1px solid #8db835;
    background: #8db835;
}

.his_wrap .his_cont_wrap .his_cont>li>p {
    display: inline-block;
    vertical-align: top;
    font-size: 1.1rem;
    letter-spacing: -0.05em;
    line-height: 2.8;
    margin-left: 1rem;
    color: #606060;
}

.his_wrap .his_cont_wrap .his_cont>li>.date {
    width: 10%;
    font-weight: 500;
}

.his_img {
    width: 100%;
}

.his_img img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

/* p1_1 end */

.p1_2 .p1_2s2 {
    width: 100%;
    max-width: 1280px;
    padding-inline: 20px;
    margin: 0 auto;
    margin-bottom: 12%;
}

.p1_2 .p1_2s2 .grid_wrap {
    column-gap: 64px;
    row-gap: 3.75rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(255px, auto));
}

.p1_2 .p1_2s2 .grid_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p1_2 .p1_2s2 .grid_item:nth-child(3) .desc {
    padding: 0.8rem 0;
}

.p1_2 .p1_2s2 .desc {
    width: 100%;
    padding: 1.45rem 0;
    margin-top: 1.25rem;
    font-size: 1.25rem;
    background-color: #f3f3f3;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: var(--spacing08);
    text-align: center;
    border-radius: 5rem;
}

.p1_2 .p1_2s2 .flex_item:nth-child(3) .desc {
    padding: 0.7rem 0;
}

/* p1_2 수상 및 인증서 end */

/* 사업 분야 */
.p1_3 .s2 .txtI .txtI {
    margin-bottom: 0;
}

.p1_3 .s2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-block: 6% 13rem;
}

.p1_3 .s2 .txtI {
    flex-basis: 60%;
}

.p1_3 .s2 .txt_wrap {
    width: 100%;
    max-width: 1720px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    /* margin-bottom: 8rem; */
}

.p1_3 .s2 .txt_wrap .subtit {
    margin-bottom: 0;
}

.p1_3 .s2 .txt_wrap .cont {
    line-height: 1.4;
    vertical-align: middle;
    font-size: 23px;
    letter-spacing: var(--spacing08);
    color: #383838;
    font-weight: 300;
    padding-top: 4rem;
}

.p1_3 .p1_2s2 img {
    display: block;
    margin: 0 auto;
}

.p1_3 .s3 {
    width: 100%;
    background-color: #f0f0f0;
}

.p1_3 .s3 .inner {
    width: 100%;
    padding-block: 8%;
    padding-inline: 8.5% 0;
}

.p1_3 .p1_3_txt {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5rem;
    padding-inline: 0 5%;
}

.p1_3 .p1_3_txt p {
    font-size: var(--fs22);
    letter-spacing: var(--spacing08);
    line-height: var(--lh15);
    font-weight: 300;
    color: #383838;
}

.p1_3 .swiper-wrapper {
    padding-bottom: 5rem;
}

.p1_3 .p1_3_scroll {
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 7px;
    opacity: 1;
}

.p1_3 .swiper-scrollbar-drag {
    background-color: #2b2b2b;
    opacity: 1;
    width: 25px;
}

.p1_3 .swiper-slide {
    position: relative;
}

.p1_3 .slide_cont {
    width: calc(100% - 64px);
    height: calc(100% - 64px);
    margin: auto;
    position: absolute;
    top: 2rem;
    left: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.p1_3 .slide_icon {
    max-width: 100px;
}

.p1_3 .cont_under {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p1_3 .under_txt h4 {
    color: #fff;
}

.p1_3 .under_txt h4:nth-child(1) {
    font-size: var(--fs38);
}

.p1_3 .under_txt h4:nth-child(2) {
    font-size: var(--fs33);
    font-weight: 500;
    letter-spacing: var(--spacing04);
    font-family: var(--pre);
}

/* page 1_3 end */

.p1_4 .s2 {
    padding-block: 6% 0;
}

.p1_4 .s2 .txtI {
    margin-bottom: 2rem;
}

.p1_4 .s2 .txtI .subtit {
    margin-bottom: 40px;
}

.p1_4 .s3 {
    width: 100%;
    max-width: 1640px;
    padding: 0 20px;
    margin: 0 auto;
}

.p1_4 details {
    overflow: hidden;
    transition: 0.5s;
    cursor: pointer;
}

.p1_4 summary {
    width: 100%;
    position: relative;
}

.p1_4 details summary h3 {
    font-size: 2rem;
    color: var(--blue);
    font-family: var(--poppin);
}

.p1_4 summary::marker {
    font-size: 0;
}

.p1_4 summary::before {
    content: "";
    display: block;
    background: url(../img/p1_4/p1_4_arrow2.png) no-repeat center;
    background-size: contain;
    width: 30px;
    height: 19px;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
}

.p1_4 details[open] {
    transition: 0.5s;
}

.p1_4 details[open] summary::before {
    background: url(../img/p1_4/p1_4_arrow1.png) no-repeat center;
    background-size: contain;
}

/* marker custom end */

.p1_4 .summary_wrap {
    width: 100%;
    max-width: 1220px;
    display: flex;
    float: right;
    flex-direction: column;
    align-items: end;
    justify-content: flex-end;
    gap: 2rem;
}

.p1_4 .icon_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.p1_4 .icon {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.p1_4 .icon_wrap .icon:not(.add) {
    gap: 11px;
    padding-top: 2rem;
}

.p1_4 .icon_wrap .icon:not(.add) .icon_txt {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 11px;
}

.p1_4 .icon_wrap .icon:not(.add) img {
    width: 25px;
    height: 25px;
}

.p1_4 .map {
    width: 100%;
    height: 624px;
}

.p1_4 .map iframe {
    width: 100%;
    height: 100%;
    border-radius: 2rem;
}

.p1_4 .icon .icon_txt p {
    font-size: var(--fs22);
    letter-spacing: var(--spacing04);
}

.p1_4 .icon .icon_txt p:nth-child(1) {
    font-family: var(--poppin);
    font-weight: 600;
}

.p1_4 .s3_1 {
    margin-bottom: 10%;
}

.p1_4 .s3_1 h3 {
    color: var(--gray_ae);
    border-top: 1px solid var(--gray_ae);
    padding-top: 2rem;
}

/* p1 ~ 회사소개 end */

#p2 .s1 {
    background: url(../img/p2/p2_bg.jpg) no-repeat center;
    background-size: cover;
}

#p2 .s2 {
    padding-block: 6% 0;
}

.p2 .p2s3 {
    padding-block: 33% 17%;
    width: 100%;
    position: relative;
}

.p2 .p2s3 .inner {
    position: relative;
}

.p2 .p2s3 .line {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.p2 .p2_nano {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    max-width: 100%;
}

.p2 .p2_flex_wrap .inner {
    width: 100%;
    max-width: 1480px;
    margin-inline: auto;
    margin-top: -33px;
    padding-inline: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p2 .p2_flex_wrap .flex_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.5s;
}

.p2 .p2_flex_wrap .flex_item:hover .flx_tit {
    background: linear-gradient(90deg,
            rgba(12, 77, 161, 1) 19%,
            rgba(102, 45, 145, 1) 100%);
    transition: 0.5s;
    transform: scale(1.2);
    color: #fff;
    border-color: transparent;
}

.p2 .p2_flex_wrap .flex_item:hover .flx_img_box {
    transform: scale(1.04);
    transform-origin: center;
    transition: 0.4s;
    border: 2px solid var(--blue1);
}

.p2 .p2_flex_wrap .flx_img_box {
    transition: 0.4s;
}

.p2 .p2_flex_wrap .flex_item .flx_tit_wrap {
    position: relative;
}

.p2 .flex_item .flx_tit_wrap::after {
    content: "";
    display: block;
    position: absolute;
    top: 2rem;
    left: 50%;
    width: 1px;
    height: 100%;
    z-index: -1;
    background-color: var(--gray_af);
}

.p2 .flex_item .flx_tit {
    width: 194px;
    padding: 0.4rem 0;
    margin-bottom: 126%;
    border-radius: 3rem;
    background-color: #fff;
    border: 2px solid var(--blue1);
    font-family: var(--pre);
    color: var(--blue1);
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    line-height: var(--lh13);
    transition: 0.5s;
}

.p2 .p2_flex_wrap .flex_dot {
    font-weight: 500;
    text-align: center;
    margin-top: 1.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
}

.p2 .p2_flex_wrap .flex_dot span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: var(--blue1);
    outline: 10px solid rgba(12, 77, 161, 0.4);
}

.p2 .dot2 span {
    width: 13px;
    height: 13px;
    outline: 13px solid rgba(12, 77, 161, 0.4);
}

.p2 .flx_img_box {
    padding-inline: 26px;
    padding-block: 3.5rem 1.5rem;
    background-color: #f1f1f1;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    border: 2px solid transparent;
}

/* p2 end */

.p21_s2 .p1s2_txt {
    margin-bottom: 68px;
}

.p2_1s3 {
    width: 100%;
    position: relative;
    padding-bottom: 17%;
}

.p2_1 .graph {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding-left: 2.5rem;
}

.p2_1 .bg {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: -1;
    object-fit: contain;
}

/* p2_1 end */

.p2_2 .p2_2s3 {
    width: 100%;
    max-width: 1580px;
    margin: 0 auto;
    padding-inline: 20px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 5.8%;
}

.p2_2 .p2_2s3 h3 {
    font-size: 1.75rem;
    font-weight: 500;
    letter-spacing: var(--spacing04);
    line-height: var(--lh13);
    margin-bottom: 40px;
}

.p2_2 .p2_2s4 {
    position: relative;
    background-color: #f4f4f4;
    width: 100%;
    padding-top: 10rem;
}

.p2_2 .p2_2s4 .flex_wrap {
    display: flex;
    max-width: 1640px;
    padding-inline: 20px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    padding-bottom: 10rem;
}

.p2_2 .p2_2s4 .flex_wrap .left h3 {
    font-size: 1.75rem;
    font-weight: 500;
    margin-top: 0.5rem;
}

.p2_2 .p2_2s4 .flex_wrap .right {}

.p2_2 .p2_2s4 .s4_bg {
    position: absolute;
    display: block;
    bottom: 0;
    left: 10%;
}

/* p3 제품소개 */

#p3 .s1 {
    background: url(../img/p3/p3_bg.jpg) no-repeat center;
    background-size: cover;
}

#p3 .p3_1 {
    display: block;
    background: #f7f7f7;
}

#p3 .p3_1 .grid_wrap {
    max-width: 1500px;
    margin: 0 auto;
    padding: 5rem 1rem 10rem 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(405px, 1fr));
    gap: 5rem 0rem;
}

#p3 .p3_1 .grid_wrap li img {
    display: block;
    margin: 0 auto;
    border-radius: 2rem;
}

#p3 .p3_1 .grid_wrap li p {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
    display: block;
    margin-top: 1.5rem;
}

#p3 .pro_s1 {
    display: flex;
    padding-block: 10rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#p3 .pro_s1 span {
    font-weight: 500;
    font-size: 1.125rem;
}

#p3 .pro_s1 h3 {
    font-size: 3rem;
    font-weight: 500;
    margin-block: 0.55rem 2.3rem;
}

#p3 .pro_s1 .link {
    display: flex;
    gap: 1rem;
    padding-bottom: 7rem;
}

#p3 .pro_s1 a {
    display: inline-flex;
    align-items: center;
    border: 1px solid #272625;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.75rem 2rem;
    border-radius: 5rem;
    gap: 0.45rem;
}

#p3 .pro_s1 a span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #272625;
}

#p3 .pro_s1 img {
    display: block;
    margin: 0 auto;
}

#p3 .pro_s2 {
    background: url(../img/p3/pro_s2_bg.jpg) no-repeat center / cover;
    height: 290px;
    display: flex;
    justify-content: center;
}

#p3 .pro_s2 ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 1100px;
    padding-inline: 20px;
}

#p3 .pro_s2 ul li img {
    display: block;
    margin: 0 auto;
}

#p3 .pro_s2 ul li {
    align-content: center;
}

#p3 .pro_s2 ul li p {
    color: white;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    margin-top: 1.75rem;
}

#p3 .pro_s3 {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-block: 10rem;
}

#p3 .pro_s3 .flex_wrap {
    max-width: 1480px;
    display: flex;
    padding: 0 1rem 10rem;
    width: 100%;
    margin: 0 auto;
}

#p3 .pro_s3 .flex_wrap .flex_left {
    flex-basis: 30%;
}

#p3 .pro_s3 .flex_wrap .flex_left h3 {
    display: block;
    font-weight: 600;
    font-size: 2rem;
    position: relative;
}

#p3 .pro_s3 .flex_wrap .flex_left h3::before {
    position: absolute;
    width: 8px;
    aspect-ratio: 1;
    display: block;
    content: '';
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    background: black;
    left: -1.55rem;
}

#p3 .pro_s3 .flex_wrap .flex_right {
    display: flex;
    width: 100%;
}

#p3 .pro_s3 .flex_wrap .flex_right .r1 h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #4c4948;
    margin-bottom: 0.425rem;
}

#p3 .pro_s3 .flex_wrap .flex_right .r1 p {
    color: #888888;
    font-weight: 500;
    font-size: 1.2rem;
}

#p3 .pro_s3 .flex_wrap .flex_right .r2 {
    background: #4c4948;
    width: 30%;
    height: 1px;
    margin-top: 0.75rem;
    margin-right: 1rem;
}

#p3 .pro_s3 .flex_wrap .flex_right .r3 li {
    position: relative;
    font-size: 1.125rem;
    color: #4c4948;
    font-weight: 300;
    padding-left: 1.65rem;
    margin-bottom: 0.5rem;
    line-height: 1.8;
}

#p3 .pro_s3 .flex_wrap .flex_right .r3 li::before {
    background: url(../img/p3/check.png) no-repeat center / contain;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 1.125rem;
    aspect-ratio: 1;
}

#p3 .pro_s3 .golist {
    padding: 1rem;
    border-radius: 5rem;
    color: white;
    background: #0c4da1;
    font-size: 1.25rem;
    display: block;
    max-width: 220px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

#p4 .s1 {
    background: url(../img/p4/p4_bg.jpg) no-repeat center / cover;
}

#p4 .p4s3 {
    max-width: 1580px;
    padding-inline: 20px;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 10rem;
}

#p4 .p4s3 .flex_wrap {
    display: flex;
    background: #f4f4f4;
    align-items: center;
    border-radius: 3rem;
    overflow: hidden;
}

#p4 .p4s3 .flex_wrap .flex_left {
    flex: 1;
}

#p4 .p4s3 .flex_wrap .flex_right {
    flex: 1;
    flex-direction: column;
    gap: 5rem;
    display: flex;
    padding: 1rem 5rem 1rem 5rem;
}

#p4 .p4s3 .flex_right h5 {
    font-size: 1.5rem;
    font-weight: 600;
    align-items: center;
}

#p4 .p4s3 .flex_right p {
    font-size: 1.125rem;
    color: #383838;
}

#p4 .p4s3 .flex_right a {
    font-size: 1.125rem;
    color: #383838;
    font-weight: 600;
}

#p4 .p4s4 {
    background: #f4f4f4;
}

#p4 .p4s4 .grid_wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(490px, 1fr));
    max-width: 1580px;
    padding-inline: 20px;
    margin: 0 auto;
    width: 100%;
    padding-block: 10rem;
}

#p4 .p4s4 .grid_wrap li {
    margin-bottom: 5rem;
}

#p4 .p4s4 .grid_wrap li .imgbox img {
    border-radius: 2rem;
    display: block;
    overflow: hidden;
}

#p4 .p4s4 .grid_wrap li p {
    color: black;
    font-size: 1.125rem;
    margin-top: 2rem;
    font-weight: 500;
    max-width: 90%;
    text-align: center;
}

.container {
    width: 100%;
    max-width: 1640px;
    padding: 65px 2rem 10rem;
    background: #fff;
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
    margin: 0 auto;
}

.form_p {
    position: relative;
    text-align: right;
    margin-bottom: 45px;
    padding-bottom: 20px;
    font-size: 1.1rem;
    font-weight: 200;
}

.form_p::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ccc;
}

.form_inner {
    font-size: 0px;
    width: 100%;
}

#mail_to {
    margin-bottom: 30px;
    display: none;
}

.mail_to_c {
    color: #000000;
    font-size: 1rem;
    font-weight: 800;
    width: 180px;
    border: 1px solid #ddd;
    padding: 5px;
}

#form_tabs {
    display: inline-block;
    width: 100%;
    font-size: 0px;
    vertical-align: middle;
    margin-top: 15px;
}

input.tab_item {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}

label.tab_item {
    position: relative;
    width: auto;
    margin-right: 35px;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.1rem;
    font-weight: 200;
    color: #666;
    text-align: center;
    font-weight: 300;
    overflow: hidden;
    transform: skewX(-0.3deg);
    padding-left: 22px;
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tab_item:last-child {
    margin-right: 0px;
}

[type="radio"]+label:before,
[type="radio"]+label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 3px;
    width: 10px;
    height: 10px;
    z-index: 0;
    transition: .28s ease;
    border-radius: 50%;
    border: 2px solid transparent;
}

[type="radio"]:not(:checked)+label:before {
    border-radius: 50%;
    border: 2px solid #5a5a5a;
}

input[type='radio']:checked:before {
    background: #018092;
}

[type="radio"]:checked+label:before {
    border-radius: 50%;
    border: 2px solid #1a1a1a;
}

[type="radio"]:checked+label:after {
    border-radius: 50%;
    border: 2px solid #1d3eb5;
    background-color: #1d3eb5;
    z-index: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.form_ul {
    font-size: 0px;
    width: 100%;
}

.form_ul li {
    display: inline-block;
    vertical-align: top;
    width: 47.5%;
}

.form_ul li:nth-child(1) {
    margin-right: 5%;
}

.f_title {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: -0.35px;
    color: #000;
    width: 100%;
    vertical-align: top;
    box-sizing: border-box;
    font-weight: 600;
    transform: skewX(-0.3deg);
    text-transform: uppercase;
}

.addr_btn {
    color: #fff;
    letter-spacing: -0.5px;
    font-size: 0.85rem;
    text-align: center;
    cursor: pointer;
    background-color: #8C8D8D;
    border: 1px solid #8C8D8D;
    border-radius: 5px;
    padding: 5px;
    margin-left: 10px;
}

.f_title .color1 {
    color: #1d3eb5;
    padding-left: 5px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Pretendard', 'sans-serif';
}

.f_title.ver2 {
    color: #000;
}

.f_title.ver1 {
    display: inline-block;
    width: 8%;
    vertical-align: middle;
    margin-bottom: 0;
}

.f_title.wid50 {
    width: 50%;
}

.form_tabs {
    margin-bottom: 40px;
}

.title_info {
    color: #999;
    font-weight: 200;
    margin-left: 10px;
    font-size: 1.1rem;
}


.f_cont {
    clear: both;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 7px;
    margin-bottom: 45px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #808080;
    border-radius: 15px;
    vertical-align: top;
}

.no_bor .f_cont {
    border: 0;
    border-bottom: 1px solid #808080;
    border-radius: 0;
}

.f_cont.wid50 {
    width: 47.5%;
}

.f_cont.margin-10 {
    margin-bottom: 10px;
}

.f_cont.wid25 {
    width: 175px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.f_cont.wid75 {
    width: calc(100% - 185px);
    display: inline-block;
    vertical-align: top;
}

.f_cont2 {
    clear: both;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 7px;
    margin-bottom: 45px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #808080;
    border-radius: 15px;
    vertical-align: top;
}

.f_cont3 {
    clear: both;
    margin-bottom: 100px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top
}

.f_cont p {
    color: #808080;
}

.f_input {
    width: 100%;
    color: #808080;
    border: 0px;
    background-color: transparent;
    font-size: 0.9rem;
    line-height: 40px;
}

.f_input_radio {
    margin-right: 5px;
}

.form_cate_span {
    margin-right: 10px;
}

.f_input2 {
    height: 230px;
    width: 100%;
    color: #808080;
    font-size: 0.9rem;
    padding-top: 10px;
    border: 0px;
    background-color: transparent;
    font-family: 'Roboto', 'Pretendard', 'sans-serif';
}

.form_file>div {
    margin-bottom: 45px;
}

.form_file>div>div {
    font-size: 0;
    position: relative;
}

.form_file>div>div:first-child {
    margin-bottom: 20px;
}

.f_cont3 .filebox {
    display: inline-block;
}

.upload-name {
    display: inline-block;
    padding: 0px 8px;
    font-size: 0.8rem;
    line-height: 40px;
    color: #808080;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: calc(100% - 180px);
    box-sizing: border-box;
    display: none;
}

.upload-name.ver2 {
    background-color: transparent;
    width: 80%;
    line-height: 40px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.file-name .upload-name {
    display: block;
}

.filebox label:hover {
    box-shadow: 3px 3px 11px rgb(0 0 0 / 25%);
}

.file-name {
    position: relative;
}

.file-name {
    display: inline-block;
    width: 100%;
    height: 40px;
    background-color: #fff;
    border: 1px solid #808080;
    border-radius: 15px;
    vertical-align: top;
}

.file-name .file_del {
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    cursor: pointer;
}

.form_line {
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 40px;
}

.file_p {
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 600;
    color: #000;
    vertical-align: top;
    width: 25%;
}

/* .file_info { display: inline-block;  width: 74%;} */
.file_info {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
    padding-left: 5%;
    box-sizing: border-box;
}

.file_info.mob {
    display: none;
}

.file_info p {
    font-size: 0.9rem;
    font-weight: 300;
    color: #999;
}

.filebox {
    display: inline-block;
    width: 180px;
    vertical-align: top;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
}

#form_send {
    text-align: right;
    width: 100%;
    font-size: 0.95rem;
    line-height: 1.3;
    margin-bottom: 5px;
    color: #636363;
    transform: skewX(-0.3deg);
}

#form_send_1 {
    width: 100%;
}

.content_p {
    text-align: right;
    font-size: 0.95rem;
    line-height: 1.3;
    margin-bottom: 5px;
    color: #636363;
    margin-bottom: 65px;
    transform: skewX(-0.3deg);
}

.inq_div {
    width: 100%;
    margin-bottom: 70px;
}

.inq_txt {
    font-size: 17px;
    line-height: 28.55px;
    letter-spacing: -0.68px;
    color: #231815;
    padding-left: 30px;
    position: relative;
}

.inq_txt img {
    width: 100%;
    max-width: 22px;
    position: absolute;
    left: 0px;
    top: 3px;
}

.inq_contbox {
    width: 100%;
    padding: 15px;
    margin: 10px 0px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #808080;
    border-radius: 15px;
}

.inq_contbox p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.3;
    color: #666666;
    transform: skewX(-0.3deg);
    height: 140px;
    overflow-y: scroll;
}

.inq_contbox p::-webkit-scrollbar {
    display: block;
    width: 10px;
}

.inq_contbox p::-webkit-scrollbar-thumb {
    background-color: #666666;
    border-radius: 10px;
}

.inq_contbox p::-webkit-scrollbar-track {
    background-color: #e3e3e3;
    border-radius: 10px;
}

.checkbox {
    font-size: 0.85rem;
    line-height: 1.3;
    color: #808080;
    margin-left: 5px;
    transform: skewX(-0.3deg);
}

.checkbox input {
    vertical-align: middle;
    margin-right: 3px;
}

.inq_ul {
    width: 100%;
    font-size: 0px
}

.inq_ul li {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin-right: 5%;
}

.inq_contbox.ver2 {
    width: 100%;
    padding: 0px;
    margin: 10px 0px;
    box-sizing: border-box;
    border: 2px solid #ddd;
}

.submit {
    font-size: 0.9rem;
    height: auto;
    color: #fff;
    width: 100%;
    max-width: 180px;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s;
    background-color: #000;
    border: 1px solid #000;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'Gotham';
    border-radius: 5px;
    transition: all 0.4s;
}

.submit:hover {
    box-shadow: 3px 3px 11px rgb(0 0 0 / 25%);
}

.reset {
    font-size: 0.9rem;
    height: auto;
    color: #fff;
    width: 100%;
    max-width: 180px;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s;
    background-color: #838484;
    border: 1px solid #838484;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'Gotham';
    margin-left: 10px;
    border-radius: 5px;
    transition: all 0.4s;
}

.reset:hover {
    box-shadow: 3px 3px 11px rgb(0 0 0 / 25%);
}

input[type=button],
input[type=reset] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

input[type=button],
input[type=reset] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.block {
    display: block;
}


/*반응형*/
@media screen and (max-width: 899px) {

    .form_p {
        font-size: 1rem;
    }

    .form_ul li {
        width: 100%;
    }

    .form_ul li:nth-child(1) {
        margin-right: 0;
    }

    .f_title.ver1 {
        width: 100%;
    }

    #form_tabs {
        width: 100%;
        margin-top: 10px;
    }

    label.tab_item {
        width: 100%;
        margin-right: 0;
        font-size: 1.1rem;
        box-sizing: border-box;
        text-align: left;
        padding-left: 30px;
        margin-bottom: 10px;
    }

    .f_title {
        font-size: 1.1rem;
    }

    .file_p {
        width: 100%;
    }

    .file_info {
        width: 100%;
        padding-left: 0px;
        margin-top: 15px;
    }

    .file_info.pc {
        display: none;
    }

    .file_info.mob {
        display: block;
        margin-bottom: 15px;
        margin-top: 0px;
    }

    .file_info p {
        padding-left: 12px;
        text-indent: -12px;
        word-break: keep-all;
        font-size: 1.1rem;
        line-height: 1.7;
    }

    .title_info {
        margin-left: 5px;
        font-size: 1rem;
    }

    #form_send_1 {
        font-size: 0px;
    }

    .submit {
        width: 48%;
        max-width: 180px;
        display: inline-block;
        box-sizing: border-box;
        margin: 0px;
        margin-right: 2%;
    }

    .reset {
        width: 48%;
        max-width: 180px;
        display: inline-block;
        box-sizing: border-box;
        margin: 0px;
        margin-left: 2%;
    }

    .upload-name {
        width: 100%;
        margin-bottom: 15px;
    }

    .filebox {
        width: 90px;
    }

    .filebox label {
        width: 100%;
    }

    .f_cont3 .filebox {
        width: 100%;
    }

    .inq_contbox p {
        line-height: 1.7;
        font-size: 1.1rem;
    }

    .checkbox {
        font-size: 1.1rem;
    }

    .file_info p {
        font-size: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .file_info p {
        font-size: .7rem;
    }

    .inq_contbox p {
        font-size: .8rem;
    }
}