:root {
    --arrow01: #7a8399;
    --arrow02: #596583;
    --arrow03: #374870;
    --arrow04: #26355a;

    --arrow05: #949cae;
    --arrow06: #2d3e68;

    --arrow07: #4e5b7d;
    --arrow08: #3f517c;
    --arrow09: #334673;
}

main {
    /* width: 1280px; */
    width: 100%;
    margin: 0 auto;
}

br.break-m {
    display: none;
}

.box_inner_wd {
    width: 1280px;
    margin:0 auto;
}
.sub_nav {
    width: 100%;
    /* margin:0 auto; */
    margin: 120px auto 0;
    background-color: #f8f8f8;
}
.sub_nav ul {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}
.sub_nav li {
    /* padding-right: 60px; */
    position: relative;
}
.sub_nav li:last-child {
    padding-right: 0px;
}
.sub_nav li a {
    font-weight: var(--regular);
    font-size: 20px;
    color:#666666;
    position: relative;
    text-decoration: none;
}
.sub_nav li.active a {
    font-weight: var(--extrabold);
    font-size: 20px;
    color:var(--mainColor);
}
.sub_nav li.active a::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--mainColor);
    position: absolute;
    bottom: -27px;
    border-radius: 2px;
    z-index: 2;
}

.breadcrumb {
    width: 100%;
}
.breadcrumb_inner {
    /* width: 1280px; */
    /* margin: 0 auto; */
    height: 57px;
    display: flex;
    justify-content: end;
    align-items: center;

}
.breadcrumb_inner span {
    margin-right: 6px;
}
.breadcrumb_inner span:last-child {
    margin-right: 0px;
}

.ic--round-home {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M10 19v-5h4v5c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-7h1.7c.46 0 .68-.57.33-.87L12.67 3.6c-.38-.34-.96-.34-1.34 0l-8.36 7.53c-.34.3-.13.87.33.87H5v7c0 .55.45 1 1 1h3c.55 0 1-.45 1-1'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
/* .flat-color-icons--next {
  display: inline-block;
  color: #b1b1b1;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%232196f3' d='M17.1 5L14 8.1L29.9 24L14 39.9l3.1 3.1L36 24z'/%3E%3C/svg%3E");
} */
.flat-color-icons--next {
  color: #b1b1b1;
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M10 6L8.59 7.41L13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.flat-color-icons--arrow-next {
  display: inline-block;
  color: #a5a5a5;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%232196f3' d='M17.1 5L14 8.1L29.9 24L14 39.9l3.1 3.1L36 24z'/%3E%3C/svg%3E");
}
.flat-color-icons--arrow-previous {
  display: inline-block;
  color: #a5a5a5;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%232196f3' d='m30.9 43l3.1-3.1L18.1 24L34 8.1L30.9 5L12 24z'/%3E%3C/svg%3E");
}

.box_info_head {
    height: 96px;
}

.box_info {
    width: 1280px;
    margin: 61px auto 0;
}

.info01 {
    font-weight: var(--light);
    font-size: 36px;
    line-height: 140%;
    letter-spacing: -0.7px;
}
.info02 {
    font-weight: var(--bold);
    font-size: 36px;
    line-height: 140%;
    letter-spacing: -0.7px;
}
.info03 {
    
    border-radius: 20px;
    margin-top: 40px;
    margin-bottom: 80px;
    height: 360px;
    background-size: cover;
    background-image: url('/img/main/info01_bg.png');
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-weight: var(--bold);    
    font-size: 48px;
    color:#ffffff;
}
.info03-p{
    font-weight:400;
    font-size:36px
}

.info03_top_bg {
    margin-top: 40px;
    margin-bottom: 80px;
    height: 360px;
    background-size: cover;
    background-image: url('/img/info/info03_top_bg.png');
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-weight: var(--bold);    
    font-size: 48px;
    color:#ffffff;
    border-radius: 20px;
}
.info04 {
    margin-bottom: 120px;
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.info04_right {
    width: 550px;
    height: 695px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.info04_title {
    font-weight: var(--bold);
    font-size: 32px;
    line-height: 160%;
    color:#121212;
    margin: 20px 0 20px;
    letter-spacing: -1.0px;
}
.info04_bottom {
    display: flex;
    justify-content: start;
    align-items: center;
}
.info04_name {
    font-weight: var(--regular);
    font-size: 20px;
    color:#000000;
    margin-right: 17px;
}

.info04_sign_img{width: 30px; height:100%;}
.info04_desc {
    font-weight: var(--regular);
    font-size: 20px;
    line-height: 160%;
    color:#666666;    
    margin-bottom: 20px;
}

/** info03 page **/
.box_info03 {
}
.info03_text {
    margin-bottom: 56px;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.info03_text__tit {
    font-weight: var(--bold);
    font-size: 36px;
    line-height: 160%;
    letter-spacing: -0.7px;
    margin-bottom: 16px;
    color:#000;
}
.info03_text__sub {
    font-weight: var(--bold);
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 12px;
    color:#2c4ea2;
}
.info03_text__desc {
    width: 740px;
    font-weight: var(--regular);
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 12px;
    color:#666666;    
}
.info03_area {
    display: flex;
    justify-content: center;
    align-items: center;
    margin:56px 0 120px;
    border-top: 2px solid #2c4ea2;
    border-bottom: 1px solid #e9e9e9;
}
.info03_box {
    width: 320px;
    height: 354px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    border-right: 1px solid #e9e9e9;
    text-align: center;
    padding: 50px 0 81px;
}
.info03_box:last-child {
    border-right: 0px;
}
.info03_area__img {
    margin-bottom: 28px;
}
.info03_area__tit {
    margin-bottom: 12px;
    font-weight: var(--bold);
    font-size: 22px;
    line-height: 133%;
    color:var(--mainColor);
}
.info03_area__desc {
    font-weight: var(--medium);
    font-size: 20px;
    line-height: 150%;
    color:#000;    
}
.box_info03_bottom {
    width: 100%;
    height: 686px;
    background-color: #f8f8f8;
}
.p120 {
    padding: 120px 0;
}
.strong_blue {
    color: #2c4ea2;
    font-weight: var(--bold);
}


.img_center > img { display: none;
}
.img_center{}

.img_center > ul {display: flex; justify-content: center; flex-wrap: wrap;     transform: translateY(-30px); overflow: hidden; }
.img_center > ul > li{width: calc(33.333%); display: flex; justify-content: center;}
.img_center > ul > li:nth-child(1){ transform: translateX(25%); width: 50%;}
.img_center > ul > li:nth-child(2){ transform: translateX(-40%);width: 50%;}
.img_center > ul > li:nth-child(3){transform: translate(40% , -25%);}
.img_center > ul > li:nth-child(4){transform: translate(-8% , -25%);}
.img_center > ul > li:nth-child(5){transform: translate(-56% , -25%);}



.img_center > ul > li > span{
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffffbf;
    border: 1px solid #152448;
    border-radius: 50%;
    height: 250px;
   
}

.img_center > ul > li > span > strong{font-size: 24px; font-weight: 600; opacity: 1;}

/** info02 history ************************************************/
.history01 {
    width: 100%;
    margin-bottom: 68px;
}
.history01 ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.history01 ul li.active {
    background-color: var(--mainColor);
}
.history01 ul li {
    width: 240px;

    height: 68px;
    background-color: #f0f0f0;
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.history01 ul li.active a {
    color: #ffffff;
}
.history01 ul li a {
    display: block;
    padding: 22px;
    width: 100%;
    text-align: center;
    font-weight: var(--regular);
    font-size: 20px;
    color: #333333;
    text-decoration: none;
}

.history_menu1 {
    width: 100%;
}
/** info05 ************************************************/

.box_info05_head {
    height: 210px;
    margin-bottom: 80px;
}
.info05_top {
    margin-top: 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.info05_navi {
    width: 100%;
    height: 68px;
}
.info05_navi ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.info05_navi ul li.active {
    background-color: var(--mainColor);
}
.info05_navi ul li.active a {
    color: #ffffff;
}
.info05_navi ul li {
    width: 240px;
    height: 68px;
    background-color: #f0f0f0;
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.info05_navi ul li a {
    display: block;
    padding: 22px;
    width: 100%;
    text-align: center;
    font-weight: var(--regular);
    font-size: 20px;
    color: #333333;
    text-decoration: none;
}
.info05_area {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom:40px;
    flex-wrap: wrap;
    gap:20px
}
.info05_box {
    width: 630px;
    height: 517px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin-bottom: 80px;
}
.info05_imgwrap img {
    width: 100%;
    border-radius: 20px;
}
.info05_txtwrap {
    width: 630px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin-top: 24px;
}
.info05_txtwrap_top {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;    
    margin-bottom: 20px;
}
.info05_txtwrap__tit {
    font-weight: var(--bold);
    font-size: 26px;
    line-height: 133%;
    color:var(--mainColor);
}
.info05_txtwrap__tit img {
    margin-right: 12.5px;
}
.mainColor {
    color:var(--mainColor);
}
.info05_txtwrap__map {
    display: flex;
    justify-content: center;
    align-items: center;    
}
.info05_txtwrap__map span {
    margin-right: 5px;
}
.info05_txtwrap__map a {
    font-weight: var(--regular);
    font-size: 17px;
    line-height: 145%;
    letter-spacing: -0.5px;
    color:#444444;
    text-decoration: underline;
}
.info05_txtwrap__addr {
    margin-bottom: 8px;
}
.info05_txtwrap__bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.info05_txtwrap__bottom b {
    font-weight: var(--bold);
    font-size: 17px;
    line-height: 145%;
    letter-spacing: -0.5px;
    color:#000;
    margin-right: 8px;
}
.info05_txtwrap__bottom span {
    font-weight: var(--regular);
    font-size: 17px;
    line-height: 145%;
    letter-spacing: -0.5px;
    color:#666666;
}
.info05_txtwrap__detail span {
    margin-right: 28px;
}



/** info06 **********************************/
.box_info06_head {
    height: 106px;
    margin-bottom: 80px;
}
.box_info06 {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap:12px;
    margin-bottom: 120px;
}
.logo_box {
    width: 246.4px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid #e9e9e9;
    border-radius: 8px;
}



/** PROD ***********************************************************************************************/
.box_prod {
    /* width: 1280px;
    margin: 0 auto; */
}
.prod_01 {
    margin: 38px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sub_title {
    font-weight: var(--bold);
    font-size: 36px;
    margin-bottom: 26px;
    color:#000000;
}
.sub_title_small {
    font-weight: var(--medium);
    font-size: 20px;
    color:rgba(0,0,0, 0.58);
    margin-bottom: 46px;
}
.history_sub_title_small {
    font-weight: var(--medium);
    font-size: 20px;
    color:rgba(0,0,0, 0.58);
}
.sub_desc {
    font-weight: var(--regular);
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.4px;
    color:#666666;
    text-align: center;
}


.prod_02 {
    width: 100%;
    margin-bottom: 68px;
}
.prod_02 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap:20px;
}

.prod_02 ul li {
    width: 18%;
    height: 68px;
    background-color: #f0f0f0;
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.prod_menu2 ul li {
    width: 12.5%;
}
.prod_menu3 ul li {
    width: 31.5%;
}
.prod_menu4 ul li {
    width: 22.5%;
}
.prod_02 ul li.active {
    background-color: var(--mainColor);
}
.prod_02 ul li a {
    display: block;
    padding: 22px;
    width: 100%;
    text-align: center;

    font-weight: var(--regular);
    font-size: 20px;
    color:#333333;
    text-decoration: none;
}
.prod_02 ul li.active a {
    color:#ffffff ;
}


.box_prod03 {
    width: 100%;
    height: 759px;
    background-color: #f8f8f8;
}
.box_prod_ex {
    width: 100%;
    height: 1126.81px;
    background-color: #f8f8f8;
}
.box_prod03_inner {
    /* width: 1280px;
    margin:0 auto; */
}
.prod_03 { 
    width: 100%;
    background-color: #f8f8f8;
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
}
.prod_title {
    font-weight: var(--bold);
    font-size: 32px;
    line-height: 140%;
    color:#121212;
    margin-bottom: 56px;
}
.prod_title_ex {
    font-weight: var(--bold);
    font-size: 26px;
    line-height: 140%;
    color:#121212;
}
.prod_sub_tit {
    font-weight: var(--extrabold);
    font-size: 20px;
    line-height: 160%;
    color: var(--mainColor);
    margin-bottom: 20px;
}
.prod_desc {
    font-weight: var(--regular);
    font-size: 20px;
    line-height: 160%;
    letter-spacing: -0.4px;
}
.mt0 {
    margin-top: 0px !important;
}
.mb20 {
    margin-bottom: 20px;
}
.mb80 {
    margin-bottom: 80px;
}
.prod_desc ul {
  list-style: none;
  color: #888888;
  font-size: 1em;
  margin: 0;
  padding-left: 0px;
}

.prod_desc ul li {
  position: relative;
  margin-bottom: 8px;
  line-height: 1.5em;
  padding-left: 20px;
}

.prod_desc ul li::before {
  content: "•";
  color: #d9d9d9;
  font-size: 1.1em;
  position: absolute;
  left: 0;
  display: flex;
  align-items: start;
  height: 100%;
}
.prod03_left {
    width: 438px;
    margin-right: 91px;

}
.prod03_right {
    width: 751px;            
    height: 604px;
    position: relative;
    overflow: hidden;
}
.imgbox {
    position: relative;
    margin-bottom: 20px;
    border:1px solid #e3e3e3;
    z-index:2;
    background-color: #fff;

}
.imgbox .swiper-container {
    width: 751px;
    height: 539px;
}
.img_label {
    width: 145px;
    height: 40px;
    position: absolute;
    top: 0;
    right:0;
    background-color: var(--mainColor);
    color:#fff;
    border-right: 1px solid #e3e3e3;

    font-weight: var(--semibold);
    font-size: 16px;
    line-height: 160%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index:2;
}

.imgbox_btn {
    height: 42px;
    display: flex;
    gap:7px;
    justify-content: end;
    align-items: center;
    margin-top: 20px;
}
.img_box_btn_left, .img_box_btn_right {
    cursor: pointer;
}

/* prod0103 */
.prod_03_2 {
background-color: #f8f8f8;
padding: 80px 0;
display: flex;
flex-direction: column;
justify-content: space-between;
}

.prod03_cont {
width: 100%;
display: flex;
justify-content: center;
align-items: start;
gap: 40px;
}

.prd03_cont__left, .prd03_cont__right {
width: 620px;
display: flex;
flex-direction: column;
gap:24px;


}

.prd03_cont__slide {
width: 620px;
height: 445.81px;
position: relative;
overflow: hidden;
background-color: #fff;
    border: 1px solid #e3e3e3;
}
.imgbox2 {
position: relative;
margin-bottom: 20px;
}

.imgbox2 .swiper-container {
width: 620px;
height: 445.81px;
}
.title_and_btn {
display: flex;
justify-content: space-between;
align-items: center;
}
.prod3_cont__text {
display: flex;
}
.prod3_cont__text__left {
width: 513px;
}
.prod3_cont__text__right {
width: 107px;
}
















/* prod04 *********************************************/
.box_prod04 {
    width: 100%;
    background-color: #fff;
    margin:40px 0 80px 0;
}
.box_prod04:first-child {
    margin:80px 0 80px 0;
}
.menu_title {
    position: relative;
    height: 34px;
    padding-left: 26px;
    margin-bottom: 28px;
}
.menu_title::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 8px;
    height: 34px;
    background-color: var(--mainColor);
    margin-right: 20px;
    z-index: 10;
}
.menu_text {
    font-weight: var(--bold);
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -0.6px;
    color: var(--mainColor);
}
.menu_small_text {
    height: 34px;
    font-weight: var(--semibold);
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -0.6px;
    color: #000;
    margin: 12px 0 28px;
}

.box_process {
    padding: 40px 0px;
    background-color: #f8f8f8;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:20px;
    flex-wrap: wrap;
}
.box_proc_area {
    height: 381px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap:24px;    
}
.ht318 {
    height: 318px;
}
.ht356 {
    height: 356px;
}
.area_type4 {
    width: 289px;
}
.area_type3 {
    width: 392px;
    /* margin-bottom: 40px; */
}
.area_type6 {
    width: 192.67px;
}
.proc_img img {
    width: 100%;
}
.proc_txt {
    font-weight: var(--regular);
    font-size: 18px;
    line-height: 140%;
    color: #666666;
    text-align: center;
}
.rowgap {
    row-gap: 40px;
}






/************************************************************************************************
* inquiry  온라인문의
***********************************************************************************************/

.inquiry_page {

}
.inquiry_page .red {
    color:red;
    margin-left: 4px;
    margin-top: 2px;    
}
.frm_head {
    text-align: right;
    margin-bottom: 23px;
    color:#ff5449;
    font-weight: var(--medium);
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -1px;
}
.inquiry_form {
   margin-bottom: 40px;
}
.frm_display {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 20px 10px;
}
.inq_line {
    display: flex;    
    align-items: center;
    width: 49.5%;
}
.frm_type {
    height: 80px;
    border-top:1px solid #363636;
}
.frm_input_row {
    height: 100px;
    border-top:1px solid #e3e3e3;
}
.frm_input_row_long {
    height: 240px;
    border-top:1px solid #e3e3e3;
}
/* .frm_label.second_label { 
  margin-left: 20px;
} */
.frm_input_row:nth-child(3) > .inq_line:nth-child(2) > .frm_label,
.frm_input_row:nth-child(4) > .inq_line:nth-child(2) > .frm_label {
padding-left: 20px;
}
.frm_label {
    width: 160px;
    display: flex;
    justify-content: start;
    font-weight: var(--medium);
    font-size: 18px;
}
.frm_box {
    width: 460px;
}
.frm_box_long {
    width: 1100px;
}
.frm_cust_input {
    width: 100%;
    height: 60px;
    /* padding: 16.2px 12.26px; */
    padding-left: 12.26px;
    border: 0px;
    border-radius: 8px !important;
    background-color: #f5f5f5;
}
.frm_cust_area {
    border: 1px solid #C4C7C7;
    border-radius: 5px;
    width: 1100px;
    height: 200px;
    padding: 20px;
}
.privacy .hd_row {
    border-top:1px solid #363636;
    margin-bottom: 50px;
}
.privacy_cont {
    height: 227px;
    padding: 25px 35px;
    border: 1px solid #dddddd;
    border-radius: 8px;
    overflow-y: scroll;
    margin-bottom: 20px;
}
.privacy_cont .pri_big {
    font-family: 'Pretendard';
    font-weight: var(--regular);
    font-size: 16px;
    line-height: 160%;
    color:#7e7e7e;
    margin-bottom: 17px;
}
.privacy_cont .pri_bold {
    font-family: 'Pretendard';
    font-weight: var(--medium);
    font-size: 16px;
    line-height: 160%;
    color:#000000;
}
.privacy_cont p {
    font-family: 'Pretendard';
    font-weight: var(--regular);
    font-size: 14px;
    line-height: 160%;
    color:#7e7e7e;
}

.privacy_table {
    border-top:1px solid #e3e3e3;
    border-left:1px solid #e3e3e3;
}
.pr_row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: var(--medium);
    font-size: 16px;
    line-height: 160%;
    color:#333;
}
.pr_th {
    width: 401px;
    padding: 14px 16px;
    border-right:1px solid #e3e3e3;
    border-bottom:1px solid #e3e3e3;
}
.pr_td {
    font-weight: var(--regular);
    width: 870px;
    padding: 14px 16px;
    border-right:1px solid #e3e3e3;
    border-bottom:1px solid #e3e3e3;
}
.pr_ht150 {
    height: 150px;
    display: flex;
    justify-content: start;
    align-items: center;    
}
.pri_chk_table {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chk_up {
    font-weight: var(--semibold);
    font-size: 18px;
    color:#000;
    margin-bottom: 16px;
}
.chk_down {
    font-weight: var(--regular);
    font-size: 18px;
    color:#3a3a3a;
    display: flex;
    justify-content: space-between;
    align-items: center;    
}

.pri_check {
    margin-top: 20px;
    margin-bottom: 50px;
    color:#3a3a3a;
    text-align: right;
    vertical-align: bottom;
}
.pri_checkbox {
    width: 22px;
    height: 22px;
    border: 1px solid #dddddd;
    /* appearance: none;  */
    margin-right: 10px;
}
.pri_check .check_text {
    vertical-align: baseline;
}
.btn_row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 90px;
}
.pri_tit {
    font-family: 'Pretendard';
    font-weight: var(--bold);
    font-size: 20px;
    line-height: 120%;
    color:#151515;
    margin-bottom: 20px;
}
.privacy_bottom {
    padding-top: 50px;
}
.pri_tit {
    /* border-top: 1px solid #e3e3e3; */
    padding-top: 50px;
    margin-bottom: 20px;    
}
.pri_process {
    width: 100%;
    height: 275.06px;
    /* background-color: #f8f8f8; */
    border-radius: 32px;
    margin-bottom: 120px;
}
.pri_process img {
    width: 100%;
}
.frm_display input[type="file"] {  /* 파일 필드 숨기기 */
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip:rect(0,0,0,0);
  border: 0;
}
.upload-name {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;    
    border-top:1px solid #c4c7c7;
    border-left:1px solid #c4c7c7;
    border-bottom:1px solid #c4c7c7;
    width: 100%;
    height: 60px;
    padding-left: 12.26px;
    background-color: #fff;
}
.fileup {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fileup_left {
    width: 80%;
}
.fileup_right {
    width: 20%;
}
.fileup_btn {
    font-weight: var(--bold);
    font-size: 18px;
    width: 180px;
    height: 60px;
    background-color: #2c4ea2;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    
    border-top:1px solid #c4c7c7;
    border-right:1px solid #c4c7c7;
    border-bottom:1px solid #c4c7c7;
}


.inquiry_btn {
    font-weight: var(--bold);
    font-size: 18px;
    width: 180px;
    height: 60px;
    background-color: #2c4ea2;
    border-radius: 5px;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.frm_cust_area:focus::placeholder {
  color: transparent; 
}
.frm_cust_area::placeholder {
    font-family: 'Pretendard';
    font-weight: var(--regular);
    font-size: 16px;
    line-height: 165%;
    color: #8e9192; 
    opacity: 1;
}


.radio-group {
  display: flex;
  gap: 20px;
}

.radio-input {
  display: none;
}

.radio-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-weight: normal;
  color: #8e9192;

  font-family: 'Pretendard';
  font-weight: var(--regular);
  font-size: 16px;
  
  position: relative; /* 이 줄 추가 */
}

.radio-label::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  background-color: white;
  transition: all 0.2s ease;
}

/* 선택된 상태 */
.radio-input:checked + .radio-label::before {
  background-color: #2e4a94; /* 파란 배경 */
  border-color: #2e4a94;
}

.radio-input:checked + .radio-label::after {
  content: "✔";
  color: white;
  position: absolute;
  left: 6px;
  /* top: 1px; */
  font-size: 14px;
}

.radio-input:checked + .radio-label {
  color: #000;
}


/** 연구소비전 **/


.box_rnd {
    width: 100%;
    height: 677px;
    margin: 80px 0 120px 0;
}
.lab_vision img {
    width: 1280px;
    height: 677px;
}
.box_rnd03 {
    width: 100%;
    height: 397px;
    margin: 46px 0 120px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:20px;
}
.rnd03_area {
    width: 305px;
    height: 397px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #e9e9e9;
    border-radius: 20px;
}
.rnd03_img img {
    width: 305px;
    height: 203.33px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.rnd03_txt {
    width: 305px;
    height: 193px;
    /* border: 1px solid #e9e9e9;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; */
    display: flex;
    flex-direction: column;
    align-items: center;    
}
.rnd03_txt_tit {
    margin: 20px 0 20px;
    font-weight: var(--bold);
    font-size: 20px;
    letter-spacing: -0.4px;
    color: #2c4ea2;
}
.rnd03_txt__desc {
    width: 257px;
    font-weight: var(--regular);
    font-size: 16px;
    letter-spacing: -0.3px;
    color: #787878;
    text-align: center;
    line-height: 140%;
}

.box_rnd04 {
    width: 100%;
    margin-bottom: 120px;
}
.box_rnd04_inner {
    background-color: #f8f8f8;
    min-height: 619px;
    height: 100%;
    padding: 66px 0 66px;
    border-radius: 20px;
}
.rnd04_area {
    background-color: #f8f8f8;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 37px;
}
.img_box {
    width: 384px;
    height: 487px;
    border-radius: 20px;
    background-color: #fff;
    border:2px solid #2c4ea2;
}
.img_wrap img {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.btn_title {
    height: 52px;
    margin: 20px;
    background-color: #152448;
    color:#fff;
    font-weight: var(--semibold);
    font-size: 20px;
    line-height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.txt_wrap__text {
    color:#666666;
    font-weight: var(--regular);
    font-size: 18px;
    line-height: 140%;
    display: flex;
    justify-content: center;
    align-items: center;    
    text-align: center;
}
.rec_box {
    width: 671px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;    
}
.rec_box__white {
    width: 329.5px;
    height: 196.5px;
    color:#666;
    font-weight: var(--regular);
    font-size: 16px;
    line-height: 140%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 20px;
}
.rec_box__white b {
    color:#000;
    font-weight: var(--semibold);
    font-size: 20px;
    line-height: 140%;
}

.rec_box__blue {
    width: 215.67px;
    height: 70px;
    background-color: var(--mainColor);
    color:#fff;
    font-weight: var(--semibold);
    font-size: 20px;
    line-height: 140%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}









/*** recr ****************************************************/
.ht50 {
    height: 50px;

}
.mt40 {
    margin-bottom: 40px !important;
}
.recr01_top_bg {
    margin-top: 40px;
    margin-bottom: 80px;
    height: 405px;
    background-size: cover;
    background-image: url('/img/recr/recr01_top_bg.png');
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-weight: var(--bold);
    font-size: 48px;
    color: #ffffff;
}
.recr01_text {
    margin-bottom: 120px;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.recr01_text__tit {
    font-weight: var(--bold);
    font-size: 32px;
    line-height: 160%;
    letter-spacing: -0.7px;
    margin-bottom: 16px;
    color: #121212;
}
.recr01_text__desc {
    width: 740px;
    font-weight: var(--regular);
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 12px;
    color: #666666;
}

.recr03_text {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.recr03_text__tit {
    font-weight: var(--bold);
    font-size: 28px;
    line-height: 160%;
    letter-spacing: -0.7px;
    margin-bottom: 16px;
    color: #000;
}
.recr03_area {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px 0 120px;
    border-top: 2px solid #2c4ea2;
    border-bottom: 1px solid #e9e9e9;
    flex-wrap:wrap;
}
.recr03_box {
    width: 426.67px;
    height: 323px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    border-right: 1px solid #e9e9e9;    
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
    padding: 50px 0 50px;
}
.recr03_box:nth-child(3n) {
    border-right: 0px;
}

.box_recr02 {
    height: 690px;
    padding: 61px 0 120px;
}
.box_recr02__top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sub_title_btn {
    width: 437px;
    height: 50px;
    background-color: var(--mainColor);
    border-radius: 100px;
    color:#fff;
    font-weight: var(--bold);
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.recr02_area {
    width: 1278px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px 0 120px;
    border-top: 2px solid #2c4ea2;
    flex-wrap: wrap;
}
.recr02_box {
    width: 33.3333%;
    height: 345px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    border-right: 1px solid #e9e9e9;
    text-align: center;
}
/* .recr02_box:nth-child(1) {
    padding-right: 12px;
}
.recr02_box:nth-child(2) {
    padding-left: 12px;
    padding-right: 12px;
}
*/
.recr02_box:nth-child(3n) {
    /* padding-left: 12px; */
    border-right: 0px;
}
.recr02_box__text {
    width: 100%;
    font-weight: var(--semibold);
    font-size: 22px;
    line-height: 140%;
    color: #000;
    letter-spacing: -0.7px;
    padding: 40px 20px;
    text-align: left;
}
.recr02_area__img {
    width: 410px;
}

.box_recr02_middle {
    width: 100%;
    height: 738px;
    background-size: cover;
    background-image: url('/img/recr/recr02_bg_middle.png');
}
.box_container {
    width: 1280px;
    margin: 0 auto;
}
.recr_mid_wrap {
    padding: 120px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.img_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:20px;
}
.recr02_mid_area {
    width: 630px;
    height: 378px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;    
    padding:10px 10px 0 10px;
    border-radius: 20px;
}
.recr02_mid_tit {
    font-weight: var(--bold);
    font-size: 36px;
    line-height: 140%;
    letter-spacing: -0.7px;
    color:#fff;
    margin-bottom: 40px;
    text-align: center;
}
.recr02_mid_area__img img {
    width: 100%;
    border-top-right-radius: 20px;    
    border-top-left-radius: 20px;
}
.recr02_mid_area__text {
    height: 109px;
    font-weight: var(--medium);
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.4px;
    padding: 28px 0;
    text-align: center;
    color:#000;
}
.recr02_bottom_area {
    width: 413.33px;
    height: 426px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;    
    border-radius: 20px;
    border: 1px solid #e9e9e9;
}
.recr02_bottom_area__img img {
    width: 100%;
    border-top-right-radius: 20px;    
    border-top-left-radius: 20px;
}
.recr02_bottom_area__title {
    font-weight: var(--bold);
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.4px;
    color:#000;
    text-align: center;
    margin:28px 0 20px;
}
.recr02_bottom_area__text {
    font-weight: var(--regular);
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.4px;
    color:#666666;
    text-align: center;
}


.box_recr04 {
    margin-bottom: 80px;
}
.recr04_bottom_area {
    width: 630px;
    height: 429px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;    
    border-radius: 20px;
    border: 1px solid #e9e9e9;
}
.recr04_bottom_area__img img {
    width: 100%;
    border-top-right-radius: 20px;    
    border-top-left-radius: 20px;
}
.recr04_bottom_area__text {
    font-weight: var(--medium);
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.4px;
    color:#000;
    text-align: center;
    padding: 28px 0;
}

.recr04_img_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:20px;
    flex-wrap: wrap;
}

.accordion-item {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden; /* Important for border-radius on content */
}

.accordion-header {
  background-color: #f3f4f8; 
  padding: 15px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  color: var(--mainColor);
}

.accordion-header h2 {
    margin: 0;
    font-size: 1.1em;
}

.accordion-content {
  padding: 40px 50px;
  background-color: #fff;
  border-top: 1px solid #eee; 
  font-weight: var(--medium);
  font-size: 16px;
  line-height: 160%;
  color:#333333;
}

.accordion-header .arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666; /* Down arrow by default */
  transition: transform 0.3s ease;
}

.accordion-header.active .arrow {
  transform: rotate(180deg); /* Up arrow when active */
}

.box_recr04_accr .accordion-item .accordion-content b {
    font-weight: var(--semibold);
    font-size: 18px;
    line-height: 230%;    
    color: #333;
    margin-bottom: 8px;
}
.box_recr04_accr .accordion-item .accordion-content .small {
    font-weight: var(--regular);
    font-size: 16px;
    line-height: 160%;
    color: #666;
}
.box_recr04_accr .accordion-item .accordion-content .content_txt {
    margin-bottom: 28px;
}
.box_recr04_accr .accordion-item .accordion-content .content_txt:last-child {
    margin-bottom: 0;
}
.box_recr04_accr .accordion-item:last-child {
    margin-bottom: 120px;
}

.info05_txtwrap__detail {
    display: flex;
    justify-content: start;
    margin-bottom: 8px;
}
.wk_place {
    display: flex;
    justify-content: start;
    align-items: center;    
}
.wk_strong {
    font-weight: var(--bold);
    font-size: 17px;
    line-height: 145%;
    letter-spacing: -0.5px;
    color: #000;
    margin-right: 8px;    
}
.wk_normal {
    margin-right: 28px;
}

/** 개발분야2 */

.rnd0402_area {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:24px;
}
.rnd0402_wrap {
    width: 788px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;     
}
.rnd0402_black_box {
    width: 214px;
    font-weight: var(--bold);
    font-size: 22px;
    line-height: 125%;
    color:#fff;
    background-color: #152448;
    padding: 14px 24px;
    border-radius: 10px;
    text-align: center;
}
.rnd0402_table {
    display: flex;
    justify-content: center;
    align-items: center;    
    flex-wrap: wrap;
    gap:28px;
    row-gap:12px;
}
.rnd0402_box {
    width: 380px;
    text-align: center;
    font-weight: var(--regular);
    font-size: 18px;
    line-height: 120%;
    padding: 20px 0;
    border-radius: 10px;
    border:1px solid #d8d8d8;
    background-color: #fff;
}
.rnd0402_box.blackbox {
    font-weight: var(--semibold);
    border:1px solid #152448;
    background-color: rgba(44,78,162,0.08)
}
.rnd0402_box_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;        
    gap:12px;
}
.rnd0402_box_blue {
    width: 211px;
    text-align: center;
    font-weight: var(--semibold);
    font-size: 20px;
    line-height: 120%;
    padding: 19px 0;
    border-radius: 10px;
    background-color: var(--mainColor);
    color:#fff;
}

.mb0 {
    margin-bottom: 0px;
}
.acc_wrap {
    display: flex;
    justify-content: space-between;
    align-items: start;    
}
.acc_wrap_row {
    display: flex;
    justify-content: space-between;
    align-items: start;    
}
.acc_left, .acc_right {
    width: 550px;
}
.acc_full {
    width: 100%;
}
.acc_right {
    background-color: #f8f8f8;
    border-radius: 16px;
    padding:37px 50px;
}
.acc_img_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.acc_title {
    font-weight: var(--bold);
    font-size: 32px;
    line-height: 130%;
    margin-bottom: 28px;
}
.acc_line {
    height: 1px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 28px;
}
.acc_sub {
    width: 156px;
    height: 30px;
    border-radius: 100px;
    background-color: #152448;
    font-weight: var(--semibold);
    font-size: 16px;
    line-height: 160%;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.acc_detail {
    font-weight: var(--regular);
    font-size: 16px;
    line-height: 150%;
    color:#363636;
    margin-bottom: 14px;
}
.acc_area {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;    
    gap:20px;
}
.acc_box {
    width: 24.5%;
    height: 234px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;       
    padding:20px 0;
    border-right: 1px solid #e3e3e3;
}
.acc_box:last-child {
    border-right: 0px;
}
.acc_sub_small {
    padding:2px 14px;
    border-radius: 100px;
    background-color: #152448;
    font-weight: var(--semibold);
    font-size: 16px;
    line-height: 160%;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.w264_break {
    width: 264px;
    word-break: break-all;
}

.table_area {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.table_head, .tbl_row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;    
}
.tbl_th, .tbl_td {
    width: 33.33%;
    line-height: 160%;
    text-align: center;    
    border-right: 1px solid #e3e3e3;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;        
}
.tbl_th:nth-child(3),
.tbl_td:nth-child(3) {
  border-right: 0px;
}
.table_head {
    height: 55px;
    background-color: #f8f8f8;
    border-top: 1px solid #000;
}
.tbl_row {
    height: 44px;
    border-top: 1px solid #e3e3e3;
}
.tbl_row:last-child {
    border-bottom: 1px solid #e3e3e3;
}
.table_cont {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;    
    flex-direction: column;
}
.tbl_th {
    font-weight: var(--semibold);
    font-size: 17px;
}
.tbl_td {
    font-weight: var(--regular);
    font-size: 16px;
}
.phone_page {
    margin-bottom: 120px;
}

.accordion-header >.fa-chevron-up {
	color:#000;
}
.accordion-header >.fa-chevron-down {
	color:#000;
}
.box5_wrap a {
    text-decoration: none;
}

@media all and (min-width: 769px) and (max-width:1440px) {
    .box_info {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .box_inner_wd {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .recr04_bottom_area {
        width: 48%;
    }    
    .info04 {
        gap:20px
    }    
    .info04_left, .info04_right {
        width: 50%;
        height: auto;
    }
    .info04_desc {
        font-size: 16px;
    }
    .img_center img {
        width: 100%;
    }
    .info05_box {
        width: 100%;
    }
    .logo_box {
        width: 32.3%;
    }
    .frm_box {
        width: 100%;
    }
    .frm_box_long {
        width: 100%;
    }
    .frm_cust_area {
        width: 100%;
    }
    .fileup_btn {
        width: 100%;
    }
    .recr02_mid_area {
        width: 100%;
    }
    .box_container {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .recr02_bottom_area {
        width: 33%;
    }
    .recr02_area {
        width: 100%;
        margin: 24px 0 20px;
    }
    .recr02_area__img {
        width: 100%;
    }
    .recr02_area__img img {
        width: 100%;
    }
    .recr02_box {
        height: auto;
    }
    .box_recr02 {
        height: auto;
        padding: 61px 10px 20px 10px;
    }
    .lab_vision img {
        width: 100%;
        height: auto;
    }
    .box_rnd {
        height: auto;
        margin: 80px 0 20px 0;
    }
    .rnd03_area {
        width: 23.5%;
        height: 100%;
        justify-content: start;
    }
    .rnd03_img img {
            width: 100%;
            height: auto;
    }
    .rnd03_txt {
            width: 100%;
            height: auto;
    }
    .rnd03_txt__desc {
            width: 100%;
    }
    .box_rnd03 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .recr03_box {
        width: 33%;
    }
    .info03_area__desc {
        font-size: 15px;
    }





}

@media all and (min-width: 769px) and (max-width:1300px) {


    .prod03_left {
        width: 50%;
        margin-top: 40px;
        margin-right: 0px;
    }
    .prod03_right {
        width: 50%;
        height: auto;
    }
    .box_prod03 {
        height: auto;
    }    
    .imgbox .swiper-container {
        width: 100%;
        height: auto;
    }
    .swiper-slide img {
        width: 100%;
    }
    .prd03_cont__left, .prd03_cont__right {
        width: 49.5%;
        gap: 4px;
    }
    .prd03_cont__slide {
            width: 100%;
    }
    .imgbox2 .swiper-container {
            width: 100%;
    }
    .prod3_cont__text__left {
        width: 100%;
        padding: 0 10px;
    }

}

@media all and (min-width: 769px) and (max-width:900px) {
    .prod_02 ul {
        justify-content: start;
        gap: 10px;
    }    
    .prod_02 ul li {
        width: 23%;
    }
}


@media all and (max-width: 769px)  {
    .box_info {
        width: 100%;
    }
    .box_inner_wd {
        width: 100%;
    }
}

@media screen and (max-width:1024px) {
    .img_center > ul > li > span {width: 200px; height: 200px;}
    .img_center > ul > li > span > strong {font-size: 22px;}
    
}

@media screen and (max-width:768px) {
.img_center > ul > li > span {
    width: 150px;
    height: 150px;
}
.img_center > ul > li > span > strong {
    font-size: 18px;}

}