@charset "utf-8";


.fz_12{font-size: 12px;}
.fz_14{font-size: 14px;}
.fz_16{font-size: 16px;}
.fz_18{font-size: 18px;}
.fz_20{font-size: 20px;}
.fz_24{font-size: 24px;}
.fz_26{font-size: 26px;}
.fz_28{font-size: 28px;}
.fz_30{font-size: 30px;}
.fz_36{font-size: 36px;}

.fw_300{font-weight: 300;}
.fw_500{font-weight: 500;}
.fw_600{font-weight: 600;}
.fw_700{font-weight: 700;}
.fw_800{font-weight: 800;}
.fw_900{font-weight: 900;}

.tit80{font-size: 80px;}

.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt60{margin-top: 100px;}

.mb100{margin-bottom: 100px;}


.gra_deg0{background: linear-gradient(0deg, rgba(52,169,89,1) 0%, rgba(19,160,209,1) 100%);}
.gra_deg90{background: linear-gradient(90deg, rgba(52,169,89,1) 0%, rgba(19,160,209,1) 100%);}

.dimmed {
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 60;
	display: none;
	width: 100%;
	height: 100%;
}
.tal{text-align: left;}
.tac{text-align: center;}
.tar{text-align: right;}

.w1400{
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
.w1600{
    width: 100%;
    max-width: 1660px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}
.btn_w200{
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.btn_h62{
    height: 62px;
    border-radius: 31px;
}
.btn_f24{
    font-size: 24px;
    font-weight: 500;
}
.btn_gradation{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    position: relative;
    background-image: linear-gradient(to top, #3eac4a, #22a3dd);
    z-index: 1;
}
.btn_gradation::before {
    content: '';
    display: block;
    background-color: #fff;
    position: absolute;
    height: calc(100% - 2px);
    width:  calc(100% - 2px);
    z-index: -1;
}
.btn_h62.btn_gradation::before{
    border-radius: 30px;
}

/* header */
header { width: 100%; height: 100px; position: fixed; top: 0; left: 0; z-index: 50; transition: all 0.4s; }
header > .w1400{position: relative;}
.header-box {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}
.header-box::before{
    content: '';
    position: absolute;
    width: calc(100% + 250px);
    top: 0;
    left: -100%;
    display: block;
    height: 100px;
    background: #fff;
    z-index: -1;
}
.header-box::after{display: block; content: ''; position: absolute; top: 0; right: 0; left: 250px; width: 0px; height: 0px; border-bottom: 100px solid #fff; border-left: 0px solid transparent; border-right: 70px solid transparent;}
.header-box h1{width: 200px;position: relative;z-index: 10000;}
.header-box h1 a{display: flex;}
.header-box nav{width: calc(100% - 350px);}
.header-box nav, .header-box nav > ul {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-box nav > ul {width: 100%; }
.header-btn {
    margin: 0 0 0 40px;
    display: flex;
    align-items: center;
    position: relative;
    height: 100px;
}
.scrollOn1 .header-btn{height: 85px;}

.menu-open-btn {
    width: 30px;
    height: 24px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}
.menu-open-btn span {
    display: block;
    width: 100%;
    height: 4px;
	border-radius: 2px;
    background: #fff;
}
header:hover, header.scrollOn1 { background: #ffffff; }
header.scrollOn1,
header.scrollOn1 .header-box,
header.scrollOn1 .header-box::before,
header.scrollOn1 .header-box::after,
header.scrollOn1 .header-box nav > ul > li { height: 85px; }
header.scrollOn1 .header-box::after{border-bottom: 85px solid #fff; border-left: 0px solid transparent; border-right: 60px solid transparent;}
header.scrollOn1 .header-box nav > ul > li { line-height: 85px; }
header .header-box nav > ul > li > a{color: #fff;font-size: 20px;font-weight: 700;}
header:hover .header-box nav > ul > li > a,
header.scrollOn1 .header-box nav > ul > li > a { color: #222; transition: all 0.4s;}
header:hover .header-box nav > ul > li:hover > a,
header.scrollOn1 .header-box nav > ul > li:hover > a { color: var(--point21); }
header:hover .menu-open-btn span,
header.scrollOn1 .menu-open-btn span {  background: linear-gradient(90deg, rgba(52,169,89,1) 0%, rgba(19,160,209,1) 100%);}
header:hover .img-position > img:first-child,
header.scrollOn1 .img-position > img:first-child { display: none; }
header:hover .img-position > img:last-child,
header.scrollOn1 .img-position > img:last-child { display: block; }
header.scrollOn2 { top: -100px; transition: all 0.8s; }

.gnb_bg {position:absolute; left:0; top:100px; width:100%; height:0; z-index:10; background:#fff; border-top: 1px solid #f1f5f9;display: block;}
.gnb_bg.on{border-bottom:1px solid #cccccc;}

#gnb{position: absolute; text-align: center; width:100%; z-index:99; left: 0; top: 0px; height: initial; align-items: flex-start;}
#gnb .depth1{position:relative; justify-content: flex-end;}
#gnb .depth1>li{ margin:0;position: relative; display:inline-block; vertical-align:top; width:190px; }
#gnb .depth1>li>ul{border-left: 1px solid #f1f5f9;padding: 0 15px;}
#gnb .depth1>li:last-child>ul{ border-right: 1px solid #f1f5f9;}
#gnb .depth1>li>a{display: block; font-size: 20px; line-height: 100px; position:relative;word-break: keep-all;}
#gnb .depth1>li>a:hover{color: #2cafa5;}
.scrollOn1 #gnb .depth1>li>a{line-height: 85px; }
.scrollOn1 .gnb_bg {top: 85px;}
#gnb .depth1>li.on>a{color:#2cafa5 !important;}
#gnb .depth1>li.on .depth2{background:#fafafa;}
#gnb .depth1>li.on::after{display: block;content: ''; width: 10px; height: 10px; border-radius: 5px;position: absolute; top: 95px;left: calc(50% - 5px); background: #2cafa5; z-index: 9999;}
.scrollOn1 #gnb .depth1>li.on::after{top: 80px;}
#headerOpen.on #gnb .depth1>li>a, #headerOpen.scroll #gnb .depth1>li>a{color: #000;}
#gnb .depth2 {position:relative; z-index:999; height:0px; overflow:hidden;}
#gnb .depth2 li a {display:block; width:100%; height:100%; font-size:18px; color:#000000 !important; line-height:1; font-weight:normal;margin-top: 30px;word-break: keep-all;}
#gnb .depth2 li a:hover{color:#2cafa5 !important;  }

#gnb .depth2 .c_grey a{color: var(--grey99) !important; margin-top: 20px;font-size: 16px;}


.full-menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: -2;
    transition: all 0.4s;
}
.full-menu.on { opacity: 1; z-index: 55; }
.full-menu.on #snb { right: 0; }
#snb {
    position: absolute;
    right: -750px;
    width: 100%;
    height: 100vh;
    min-width: 340px;
    max-width: 750px;
    background: linear-gradient(90deg, rgba(52,169,89,1) 0%, rgba(19,160,209,1) 100%);
    padding: 100px 0 0 100px;
    box-sizing: border-box;
    transition: all 0.4s 0.2s;
    overflow-y: scroll;
}
#snb > ul > li > a { display: block; width: 200px; height: 75px; line-height: 75px; font-size: 40px; font-weight: 700; color: #ffffff; position: relative;}
#snb > ul > li > a::after {display: block;content: ''; width: 9px;height: 9px;background: #fff; border-radius: 50%; position: absolute; left: -20px; top: calc(50% - 5px);opacity: 0;}
#snb > ul > li:hover > a::after{opacity: 1;}
#snb > ul > li > ul {  transform: translateY(-10px); display: none; }
#snb > ul > li > ul > li > a { display: block; font-weight: 400; padding: 30px 0; box-sizing: border-box; color: rgba(255, 255, 255, 0.5); transition: all 0.4s; font-size: 36px; line-height: 1;}
#snb > ul > li > ul > li:hover > a {  color: #ffffff; }
#snb > ul > li > ul > li > ul > li{ text-indent: 20px; }
#snb > ul > li > ul > li > ul > li > a{font-size: 32px; color: #000; color: rgba(255, 255, 255, 0.5); transition: all 0.4s; padding: 20px 0;font-weight: 400;}
#snb > ul > li > ul > li > ul > li:hover > a{  color: #ffffff;}

.menu-close-btn { width: 30px; height: 30px; position: absolute; top: 50px; right: 50px; transition: all 0.4s; }
.menu-close-btn span { position: relative;
	display: block;
	width: 30px;
	height: 4px;
	margin-bottom: 6px;
	position: relative;
	border-radius: 2px;
	z-index: 1;
	transform-origin: 4px 0px;
    background: #fff;
}
.menu-close-btn span:first-child { transform: rotate(-45deg) translate(-4px,2px); }
.menu-close-btn span:last-child { transform: rotate(45deg) translate(-14px, -16px); }

/* footer */
footer{border-top: 1px solid var(--grey99);}
.f_container{display: flex;padding: 40px 0;justify-content: space-between; align-items: center;}
.f_cont{font-size: 16px; color: var(--grey99);}

/* section */

section h2{font-size: 80px;font-weight: 700;line-height: 1;}
section .txt1{font-size: 38px;line-height: 1; margin-bottom: 30px;}
section .deco_txt{color: #25b7be;font-size: 24px;font-weight: 900;padding-left: 30px;background: url(/img/tit_deco.png) no-repeat left center;display: flex; align-items: center;}
section .btn_detail{
    width: 200px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    font-size: 26px;
    font-weight: 500;
    height: 62px;
    border-radius: 31px;
    position: relative;
    background-image: linear-gradient(to top, #3eac4a, #22a3dd);
    z-index: 1;
    }
section .btn_detail::before {
    content: '';
    display: block;
    background-color: #fff;
    position: absolute;
    height: calc(100% - 2px);
    width:  calc(100% - 2px);
    border-radius:29px;
    z-index: -1;
}
section .detail em{background: url(/img/arrow_r.png) no-repeat center;width: 8px; height: 12px; display: inline-block;}



/* section1 */
.section1 { }
.section1 .swiper-container{position: relative;width: 100%;}
.section1 .swiper-slide{position: relative;}
.section1 .swiper-slide .txt{position: absolute; bottom: 30%;top: auto;width: 100%; max-width: 1400px;margin: 0 auto; left: 50%; transform: translateX(-50%);}
.section1 .swiper-slide .txt > div:nth-child(2){max-width: 552px; margin: 0 auto;}
.section1 .swiper-slide .txt_cont.tar{max-width: 552px; margin: 0 auto;}
.section1 .swiper-slide .txt > div:nth-child(3){max-width: 552px; margin: 0 auto;}
.section1 .swiper-slide .txt_cont{color: #fff;font-size: 28px;font-weight: 500; padding-left: 63px; }
.section1 .swiper-slide .img{width: 100%;display: flex; height: 100vh;}
.section1 .swiper-slide .img img{width: 100vw; height: 100%;object-fit: cover;}


.section1 .swiper-pagination{bottom: 40px;}
.section1 .swiper-pagination-bullet{width: 30px;height: 9px; border-radius: 4px;background: transparent;border: 1px solid #fff;opacity: 1;}
.section1 .swiper-pagination-bullet.on{background: #fff;}


/* section2 */
.section2{background: url(/img/section2_bg.jpg) no-repeat top -1px center; background-size: cover; padding: 120px;}
.section2 h2{margin-bottom: 65px;}
.section2_cont .top_txt{font-size: 154px; color: #f5f5f5;font-weight: 700;line-height: 115px;margin-left: -10px;}
.section2_cont .tags{display: flex;gap: 20px; margin-top: -18px; margin-bottom: 30px;}
.section2_cont .tags li{padding: 0 20px 0; font-size: 24px; border-radius: 20px; color: #fff; background: var(--point21);display: flex;justify-content: center;align-items: center; height: 40px;}
.section2_cont .txt2{font-size: 24px;line-height: 1; margin-bottom: 70px;}



/* section3 */
.section3{background: #f1f5f9 url(/img/section3_bg.jpg) no-repeat right bottom; background-size: 100%; padding: 120px 0;}
.section3 h2{margin-bottom: 50px;}
.section3 .deco_txt {margin-bottom: 25px; display: block;}
.section3_boxwrap {display: flex;gap: 20px;flex-wrap: wrap;}
.section3_boxwrap .section3_box{width: calc(50% - 10px); display: flex; height: 250px; border-radius: 125px; border: 1px solid #25b7be; overflow: hidden;gap: 30px;background: #fff;}
.section3_boxwrap .section3_box .right{display: flex;flex-direction: column;justify-content: center;font-size: 24px;}
.section3_boxwrap .section3_box .right h4{font-size: 32px;font-weight: 600; line-height: 1;margin-bottom: 29px;}


/* section4 */
.section4{padding: 120px 0;}
.section4_cont_tit{display: flex;justify-content: space-between; align-items: center; margin-bottom: 50px;}
.section4 .deco_txt {margin-bottom: 25px; display: block;}
.section4_boxwrap{display: flex;gap: 20px;flex-wrap: wrap;}
.section4_box1,
.section4_box2{width: calc(50% - 10px); position: relative; z-index: 1; border-radius: 20px;overflow: hidden;}
.section4_boxwrap .swiper-container{position: relative; overflow: hidden;}
.section4_boxwrap .top h4{font-size: 26px;font-weight: 800; line-height: 1;color: #fff;}
.section4_box1 {
    background-image: linear-gradient(to top, #25b7be, #22a3dd);
}
.section4_box2 {
    background-image: linear-gradient(to top, #6861ff, #22a3dd);
}
.section4_box1::before,
.section4_box2::before{
    content: '';
    display: block;
    background-color: white;
    position: absolute;
    border-radius: 18px;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    left: 2px;
    top: 2px;
    z-index: -1;

}
.section4_boxwrap .swiper-container .top{ padding: 27px 40px; display: flex; justify-content: space-between;}
.section4_boxwrap .swiper-container .swiper-pagination{position: static;width: auto;}


.section4_boxwrap .section4_box1 .top{background: #25b7be;}
.section4_boxwrap .section4_box2 .top{background: #6861ff;}
.section4_boxwrap .inner{padding: 30px 40px; box-sizing: border-box;height: 318px;display: flex;
    flex-direction: column; justify-content: space-between;}
.section4_boxwrap .subject{font-size: 32px;font-weight: 700;
    vertical-align:top;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    max-height: 64px;
    overflow:hidden;
    text-overflow: ellipsis;
    word-break:break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    line-height:1;
    margin-bottom: 30px;
}
.section4_boxwrap .cont1{font-size: 28px;
    vertical-align:top;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    max-height: 90px;
    overflow:hidden;
    text-overflow: ellipsis;
    word-break:break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    line-height:1;
    margin-bottom: 30px;
}

.section4_boxwrap .cont2 {display: flex; justify-content: space-between;}
.section4_boxwrap .cont2 .date{font-size: 24px; color: var(--grey99);}
.section4_boxwrap .cont2 .detail{font-size: 24px; font-weight: 500;display: flex;align-items: center;gap: 5px;}
.section4_boxwrap .swiper-container .swiper-pagination{opacity: 1; display: flex; gap: 10px; align-items: center;}
.section4_boxwrap .swiper-container .swiper-pagination-bullet{width: 10px;height: 10px;background:#fff; margin: 0; opacity: 0.5; transition: all .5s ease;}
.section4_boxwrap .swiper-container .swiper-pagination-bullet.on{width: 20px;opacity: 1; border-radius: 5px; }

.swiper-container{position: relative; overflow: hidden;}
.section5{background: #f1f5f9;padding: 30px 0;}
.section5_inner{display: flex; gap: 60px; }
.section5_inner .swiper-container{width: calc(100% - 300px);}
.section5_inner .swiper-slide{padding: 20px; background: #fff;display: flex;align-items: center; justify-content: center; border-radius: 20px; box-sizing: border-box;}
.section5_inner .swiper-slide .img{max-height: 40px;display: flex;align-items: center;}
.section5_inner .swiper-slide .img img{height: 100%;}



/* =============================================================== */
/* SUB */
/* =============================================================== */


#sub {padding-top: 100px;}
#sub header {border-bottom: 1px solid #f1f5f9; box-sizing: content-box; background: #fff;}
#sub header .header-box nav > ul > li > a{color: #333;}
#sub header .header-box nav > ul > li:hover > a {color: var(--point21);}
#sub .menu-open-btn span{background: linear-gradient(90deg, rgba(52,169,89,1) 0%, rgba(19,160,209,1) 100%);}
.sub_wrap{
    /* padding-top: 100px; */
}
#sub .header-box::before,
#sub .header-box::after{display: none;}
#sub .sub_tit{text-align: center; padding-top: 100px; padding-bottom: 60px;}
#sub .sub_tit p{color: var(--grey99);font-size: 24px; margin-bottom: 30px;line-height: 18px;}
#sub .sub_tit h2{font-size: 60px;/* margin-bottom: 60px; */ font-weight: 700;line-height: 51px;}
#sub .sub_tabs { padding: 30px 0;position: relative; background: url(/img/tabs_bg.png) no-repeat center; height: 110px; margin-bottom: 80px;}

#sub .sub_tabs ul{display: flex;justify-content: center;gap: 80px;}
#sub .sub_tabs ul li a{font-size: 24px; font-weight: 500;color: rgba(255, 255, 255, 0.5); position: relative; }
#sub .sub_tabs ul li.on a{color: #fff;}
#sub .sub_tabs ul li.on a::after{display: block;width: 100%; height: 4px; background: #fff; content: ''; position: absolute; left: 0; bottom: -6px; }


/* 고객센터 - 문의하기 */
.sub_wrap{ padding-bottom: 120px;}
.form_muti_wrap{display: flex;gap: 20px;}
.form_box{ flex: 1;}
.form_container h4{border-bottom: 2px solid #333; margin-bottom: 20px;padding-bottom: 10px;}
.form_container + .form_container{margin-top: 80px;}
.form_box fieldset label{font-size: 20px; font-weight: 500;width: 100px; display: inline-block;}
.form_box fieldset label{font-size: 20px; font-weight: 500;width: 100px; display: inline-block;}
.form_box fieldset textarea {width: 100%; margin-top: 20px; padding: 20px; height: calc(100% - 46px); box-sizing: border-box; border: 1px solid #999;font-size: 16px;}
.form_box fieldset input{font-size: 16px;}
.form_box fieldset label + input{width: calc(100% - 105px); line-height: 38px; text-indent: 10px;}
/* .form_box fieldset {padding: 10px 0; margin-bottom: 10px; border-bottom: 1px solid var(--grey99);} */
.form_box.fieldset_bdb fieldset {padding: 10px 0; margin-bottom: 10px; border-bottom: 1px solid var(--grey99);}
.form_box.fieldset_bdb fieldset:last-child{margin-bottom: 0;}
.form_box fieldset:has(textarea){ height: 100%;}
.form_container .agree_box{padding: 30px;border: 1px solid var(--grey99); margin: 10px 0 30px;}
.form_container .agree_chk{ margin-bottom: 60px; display: flex; gap: 10px; justify-content: center;}
.input_chk {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.input_chk input {
    display: inline-block;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.input_chk input:checked ~ .checkbox__checkmark {
    color: var(--point21);
}
.input_chk input:checked ~ .checkbox__checkmark:after {
    opacity: 1;
}
/* .input_chk:hover input ~ .checkbox__checkmark {
    color: var(--point21);
}
.input_chk:hover input:checked ~ .checkbox__checkmark {
    color: var(--point21);
} */
.input_chk .checkbox__checkmark {
    color: var(--grey99);
    display: inline-block;
    font-size: 23px;
    line-height: 1;
    transition: all 0.25s ease;
}
.input_chk .checkbox__body{display: inline-block;}

.location_container h4{border-bottom: 2px solid #333; padding-bottom: 30px;margin-bottom: 60px;}
.location_container .maps{margin-bottom: 60px;}
.location_container .box h5{font-size: 20px; font-weight: 500; padding-bottom: 10px; border-bottom: 2px solid var(--grey99); margin-bottom: 19px;}
.location_info .multi{display: flex;gap: 20px; margin-bottom: 60px;}
.location_info .box{flex: 1;}
.location_info .box p{font-size: 16px;}
.location_info .box strong{font-weight: 700; display: inline-block; width: 120px;}


/* PR */
.cc_wrap ul{display: flex;gap: 20px; flex-wrap: wrap;}
.cc_wrap ul li {width: calc(25% - 15px);border: 1px solid transparent;box-sizing: border-box; border-radius: 10px;transition: all .35s ease;}
.cc_wrap .cc_box{border: 1px solid var(--grey99); box-sizing: border-box; border-radius: 10px;text-align: center;transition: all .35s ease;}
.cc_wrap ul li:hover .cc_box{border: 1px solid #2baa9b; outline: 1px solid #2baa9b;}
.cc_wrap ul li .cc_img{padding: 20px; aspect-ratio: 67 / 20; display: flex;justify-content: center;align-items: center; box-sizing: border-box; max-height: 100px;}
.cc_wrap ul li .cc_img img{max-height: 100%;}
.cc_wrap ul li .cc_name{ padding:0 20px;display: flex; justify-content: center;align-items: center; border-top: 1px solid var(--grey99); aspect-ratio: 67 / 16;}
.cc_wrap ul li .cc_name p{
    display: -ms-flexbox;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	max-height: 44px;
    font-size: 20px;
    line-height: 22px;
    overflow:hidden;
    text-overflow: ellipsis;
    word-break:break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.airticle_wrap ul{display: flex;gap: 20px; flex-wrap: wrap;}
.airticle_wrap ul li {width: calc(25% - 15px);}
.airticle_wrap ul li .airticle_box{border: 1px solid transparent;border-radius: 10px;box-sizing: border-box;transition: all .35s ease;}

.airticle_wrap ul li a{display: block;box-sizing: border-box; border-radius: 10px; padding: 30px; border: 1px solid var(--grey99); border-radius: 10px;aspect-ratio: 335 / 240; transition: all .35s ease;}
.airticle_wrap ul li:hover .airticle_box a{outline: 1px solid #21a397; border: 1px solid #21a397;}

.airticle_wrap .airticle_cont .tag{font-size: 16px;font-weight: 500;color: #21a397; margin-bottom: 12px;}
.airticle_wrap .airticle_cont h5 {font-size: 20px; font-weight: 500;
    display: -ms-flexbox;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	height: 42px;
    font-size: 20px;
    line-height: 21px;
    font-weight: 500;
    overflow:hidden;
    text-overflow: ellipsis;
    word-break:break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    margin-bottom: 19px;
}

.airticle_wrap .airticle_cont p {
    font-size: 14px;
    font-weight: 300;
    display: -ms-flexbox;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	height: 48px;
    line-height: 16px;
    font-weight: 300;
    overflow:hidden;
    text-overflow: ellipsis;
    word-break:break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
    margin-bottom: 25px;
}
.airticle_wrap .airticle_cont .date{color: var(--grey99);font-size: 14px;}

.sub_search {border: 1px solid var(--grey99); border-radius: 10px; height: 60px;width: 490px; max-width: 80%;display: flex;justify-content: center;margin: 0 auto 60px;position: relative;}
.sub_search input{width: calc(100% - 100px); padding-left: 20px;font-size: 20px; position: absolute;left: 0;top: 0; line-height: 58px;}
.sub_search input:focus-visible{outline: none;}
.sub_search .btn_board_search{width: 100px; background: #21a397;color: #fff; border-radius: 10px; line-height: 58px;font-size: 20px; position: absolute;right: -1px;top: 0;}

.sub_contents .view_wrap{ position: relative;}
.sub_contents .view_wrap_tag{ position: absolute; top: -35px;left: 0;font-size: 20px;color: #21a397;}

.sub_contents .view_wrap_tag.ir{color: #6861ff;}
.sub_contents .view_container{ border-top: 2px solid #333; border-bottom: 2px solid #333; margin-bottom: 30px;}
.sub_contents .view_wrap_top{  padding: 30px 0; display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between; border-bottom: 1px solid var(--grey99);}
.sub_contents .view_wrap_top .tit{font-size: 24px;width: calc(100% - 140px); line-height: 1;}
.sub_contents .view_wrap_top .date{font-size: 16px; width: 130px;color: var(--grey99); display: flex; align-items: center; justify-content: space-between;}

.sub_contents .view_wrap .view_detail{padding-top: 55px;font-size: 16px; min-height: 400px;}
.sub_contents .view_wrap .add_file {border-top: 1px solid var(--grey99); display: flex;font-size: 20px;padding: 20px 0; line-height: 1;}
.sub_contents .view_wrap .add_file strong{ width: 90px;font-weight: normal;}
.sub_contents .view_wrap .view_wrap_bottom button{border: 1px solid var(--grey99); border-radius: 20px; height: 40px; width: 120px;display: flex; align-items: center; justify-content: center;font-size: 16px;font-weight: 500; gap: 6px;}
.sub_contents .view_wrap .view_wrap_bottom .left_btns{display: flex; gap: 20px;}
.view_wrap_btns{display: flex; gap: 20px;}


.float_p::after{content: ''; display:block; clear:both;}
.float_l{float: left;}
.float_r{float: right;}

.arr_l, .arr_r{position: relative;  background: url(/img/arrow_r.png) no-repeat center; width: 8px;height: 12px; background-size: 6px 10px;}

.arr_l{transform: rotate(180deg);}


.ir_wrap{}
.ir_wrap ul li{margin-bottom: 4px;border: 1px solid transparent;transition: all .35s ease;}
.ir_wrap ul li:hover{border: 1px solid #6861ff;}
.ir_wrap ul li a{padding: 20px;border: 1px solid var(--grey99);width: 100%;display: flex; justify-content: space-between;box-sizing: border-box; align-items: center;}
.ir_wrap ul li:hover a{border: 1px solid #6861ff;}
.ir_wrap ul li .subject{ font-size: 20px;font-weight: 500;
    display: inline-block;
    max-width: calc(100% - 200px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.ir_wrap ul li .subject .icon{line-height: 40px;border-radius: 20px; background: #6861ff; color: #fff; padding: 0 25px;height: 40px; display: inline-block; margin-right: 20px;}
.ir_wrap ul li .detail_info{width: auto;font-size: 16px; text-align: right;display: flex;gap: 20px;min-width: 140px;}

.history_wrap{display: flex; align-items: center;padding-top: 150px;}
.history_wrap .left{
    aspect-ratio: 650 / 644;
    background: url(/img/history_circle.png) no-repeat center;
    background-size: 100% auto;
    flex: 1;
    position: relative;
    padding-right: 50px;
    box-sizing: border-box;
}
.history_wrap .txt_box{
    position: absolute;
    top: 50%;left: 50%;
    transform: translate(-50%, -50% );
    text-align: center;
}
.history_wrap .txt_box::before{
    content: '“';
    font-size: 100px;
    display: block;
    position: absolute;left: 50%;top: -15px;transform: translateX(-50%);
    height: 27px;
    line-height: 27px;
}
.history_wrap .txt_box::after{
    content: '”';
    font-size: 100px;
    display: block;
    position: absolute;left: 50%;bottom: -85px;transform: translateX(-50%);
    height: 27px;
    line-height: 27px;
}

.history_wrap .txt_box .fw_700{font-size: 40px;}
.history_wrap .txt_box p{font-size: 24px;}
.history_wrap .right{
    padding-left: 120px;
    box-sizing: border-box;
    position: relative;
    padding-right: 10px;
    flex: 1;
}
.history_wrap .right .c_point {
    position: absolute;
    top: -80px;
}
.history_timeline{max-height: 644px; overflow-y: scroll;}
.history_timeline .year{font-size: 40px;font-weight: bold; line-height: 1;}
.history_timeline p{font-size: 24px;}
.history_timeline .month{font-size: 20px;font-weight: bold;}
.history_timeline dl{display: flex;}
.history_timeline dt{margin-right: 30px;position: relative;}
.history_timeline dd{padding-left: 30px; }
.history_timeline .time_cont{ padding-bottom: 50px;position: relative;}

/* .history_timeline dt::after{ position: absolute; right: -31px; width: 3px;height: 100%; background: #25b7be; content: ''; display:block; top: 20px; } */
.history_timeline .time_cont::before{display: block; content: ''; width: 10px;height: 10px;border-radius: 5px; background: #25b7be; position: absolute; left: -35px;top: 20px; z-index: 5;}

.history_timeline .time_cont::after{
    display: block; content: ''; width: 20px;height: 20px;border-radius: 10px; background: #fff; position: absolute; left: -40px;top: 15px; border: 2px solid #25b7be;
}


.timeline_txt{position: relative;}
.timeline_txt::after{position: absolute; left: -31px; width: 3px; height: calc(100% + 50px); background: #25b7be; content: ''; display:block; top: 20px;}

.history_timeline dl:last-child .time_cont:last-child .timeline_txt::after{display: none;}

/* 연혁 */
.vision_wrap {text-align: center;}
.vision_wrap h4{
    font-size: 40px;
    background-blend-mode: overlay;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    text-align: center;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin: 0 auto 60px;
    background-image: linear-gradient(90deg, #3eac4a, #22a3dd);
}
.vision_container{
    position: relative;
    margin-bottom: 100px;
}
.vision_container::before{
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 82%;
    height: 100%;
    top:0;
    background: url(/img/vision_dots.png) no-repeat top 36% center;
    background-size: 100% auto;

}

.vision_container ul{display: flex; justify-content: space-between; align-items: flex-end; background: url(/img/vision_logo.png) no-repeat bottom center; background-size: 20% auto;position: relative;}
.vision_container ul li{display: flex;flex-direction: column;position: relative;width: 27%; align-items: center; justify-content: center;}
.vision_container ul li img{z-index: 5; aspect-ratio:  1 / 1;  width: 70%;}
.vision_container .txt{padding: 90px 0 30px; border: 1px solid var(--grey99); border-radius: 20px; margin-top: -60px;width: 100%;font-size: 24px; line-height: 1.08; background-color: #fff;}
.vision_container ul li:nth-child(2) {
    margin-bottom: 30%;
}
.vision_bottom{ aspect-ratio: 1920 / 280 ;background: url(/img/vision_bottom.png) no-repeat center; background-size: 100% auto; display: flex; align-items: center ; justify-content: center;flex-direction: column;}
.vision_bottom p{text-align: center; color: #fff;font-size: 40px;font-weight: bold;}
.vision_bottom h3{text-align: center; color: #fff;font-size: 60px;}


.pr_product_wrap{margin-top: -103px;}
.pr_product_wrap .contents {
    display: flex;
    align-items: center;
}
.pr_product_wrap .product_text {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.pr_product_wrap .text-style-1 {
  font-size: 40px;
    line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.pr_product_wrap .left{width: 50%;aspect-ratio: 1 / 1; align-content: center; height: 100%;overflow: hidden;}
.pr_product_wrap .left:hover a{
    background-size: 110%;
    transition: all 0.5s ease-in-out;
}
.pr_product_wrap .left a{
    display: block;
    width: 100%;
    height: 100%;
    align-content: center;
    position: relative;
}
.pr_product_wrap .left .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;left: 0;
    z-index: -1;
    transition: all 0.5s ease-in-out;
    -ms-transform: scale(1, 1);
    transform: scale(1, 1) translateZ(1px);
    background: url(/img/pr02_a1.jpg) no-repeat center center;
}
.pr_product_wrap .left:hover .bg{
    transition: all 0.5s ease-in-out;
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2) translateZ(1px);
}
.pr_product_wrap .right{background: url(/img/pr02_a2.jpg) no-repeat center center; background-size: cover;width: 50%;aspect-ratio: 1 / 1;align-content: center; height: 100%;}
.sub_wrap.pb_0{padding-bottom: 0;}



.pr_plant_wrap ul{display: flex;gap: 20px; flex-wrap: wrap; margin-bottom: 40px;}
.pr_plant_wrap ul li {width: calc(25% - 15px);}
.pr_plant_wrap ul li .airticle_box{border: 1px solid #999999;border-radius: 10px;box-sizing: border-box; padding: 30px 20px 10px; aspect-ratio: 1/1;}
.pr_plant_wrap ul li .detail{ padding-top: 15px;}
.pr_plant_wrap ul li .detail .name{color: var(--point21); font-size: 20px; font-weight: 500; margin-bottom: 14px;line-height: 1;}
.pr_plant_wrap ul li .detail .txt{ font-size: 16px; font-weight: 300;}
.pr_plant_wrap .pr01_a1 {margin-bottom: 100px;}
.pr_plant_wrap .pr01_a1 h3{margin-bottom: 40px;text-align: center;padding-bottom: 20px;position: relative; line-height: 1;}
.pr_plant_wrap .pr01_a1 h3::after{display: block;content: ''; width: 100px; height: 4px; background: linear-gradient(90deg, rgba(52,169,89,1) 0%, rgba(19,160,209,1) 100%); position: absolute; left: 50%;transform: translateX(-50%); bottom: 0; }

.pr_plant_wrap .pr01_b1{padding: 100px 0;background: #f1f5f9; margin-bottom: 100px;text-align: center;}
.pr_plant_wrap .pr01_b1 h3{margin-bottom: 40px;text-align: center;padding-bottom: 20px;position: relative; color: #6861ff;line-height: 1;}
.pr_plant_wrap .pr01_b1 h3::after{display: block;content: ''; width: 100px; height: 4px; background: #6861ff; position: absolute; left: 50%;transform: translateX(-50%); bottom: 0; }
.pr_plant_wrap .pr01_b1 ul li{flex: 1; flex-wrap: wrap;border-radius: 20px; box-shadow: 0px 5px 10px 0 rgba(153, 153, 153, 0.79);display: flex; justify-content: center; line-height: 1; gap: 30px; border: solid 1px #6861ff;padding: 30px 0; font-size: 24px; text-align: center;}
.pr_plant_wrap .pr01_c1 h3{margin-bottom: 40px; padding-top: 20px;position: relative; line-height: 1;}
.pr_plant_wrap .pr01_c1 h3::after{display: block;content: ''; width: 100px; height: 4px; background: linear-gradient(90deg, rgba(52,169,89,1) 0%, rgba(19,160,209,1) 100%); position: absolute; left: 0; top: 0; }

.pr_plant_wrap .pr01_c1 .pr01_c1_cont{display: flex;gap: 20px;}
.pr_plant_wrap .pr01_c1 .pr01_c1_cont > div{ width: 50%; padding: 40px; border: 1px solid var(--grey99); border-left: 10px solid var(--point21);}
.pr_plant_wrap .pr01_c1_cont .fz_24 {margin-bottom: 19px; line-height: 1;}

.rd_cfef_wrap,
.rd_exosome_wrap{margin-top: 100px;}
.rd_exosome_wrap .rd01_a1 h3{
    margin-bottom: 40px;
    padding-top: 20px;
    position: relative;
    line-height: 1;
}
.rd_exosome_wrap .rd01_a1 h3::after {
    display: block;
    content: '';
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, rgba(52, 169, 89, 1) 0%, rgba(19, 160, 209, 1) 100%);
    position: absolute;
    left: 0;
    top: 0;
}
.line_left_box,
.rd_exosome_wrap .rd01_a1_cont {
    width: 100%;
    padding: 40px;
    border: 1px solid var(--grey99);
    border-left: 10px solid var(--point21);
    margin-bottom: 100px;
}

.rd_exosome_wrap .rd01_a1_01{display: flex; gap: 40px; align-items: center;}
.rd_exosome_wrap .rd01_a1_01 .detail{word-break: keep-all;}
.rd_exosome_wrap .rd01_a1_01 .detail .fz_24{margin-bottom: 19px;line-height: 1;}
.rd_exosome_wrap .rd01_a1_01 .detail .fz_20{line-height: 1.3;}

.rd_exosome_wrap .rd01_b1{padding: 100px 0; background: #f1f5f9 url(/img/rd01_b1_bg.png) no-repeat center center; margin-bottom: 100px; text-align: center;}
.rd_exosome_wrap .rd01_b1 h3{
    margin-bottom: 40px;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    color: #6861ff;
    line-height: 1;
}
.rd_exosome_wrap .rd01_b1 h3::after {
    display: block;
    content: '';
    width: 100px;
    height: 4px;
    background: #6861ff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.rd_exosome_wrap .rd01_b1 .steps{display: flex;gap: 16px; padding-top: 15px;}
.rd_exosome_wrap .rd01_b1 .steps li{border-radius: 40px; box-shadow: 0px 5px 10px 0 rgba(153, 153, 153, 0.79);
  border: solid 1px #6861ff; text-align: center; padding: 30px 0; box-sizing: border-box; flex: 1; background: #fff;font-size: 24px;position: relative;}
.rd_exosome_wrap .rd01_b1 .steps li:before{display: block; position: absolute; width: 31px; height: 30px; background: url(/img/circle_purple.png) no-repeat center; color: #fff; font-size: 16px; top: -15px; left: 50%; transform: translate(-50%); vertical-align: middle; line-height: 31px;}
.rd_exosome_wrap .rd01_b1 .steps li:nth-child(1):before{content: '1';}
.rd_exosome_wrap .rd01_b1 .steps li:nth-child(2):before{content: '2';}
.rd_exosome_wrap .rd01_b1 .steps li:nth-child(3):before{content: '3';}
.rd_exosome_wrap .rd01_b1 .steps li:nth-child(4):before{content: '4';}
.rd_exosome_wrap .rd01_b1 .steps li:nth-child(5):before{content: '5';}
.rd_exosome_wrap .rd01_b1 .steps li:nth-child(6):before{content: '6';}


.rd_exosome_wrap .rd01_c1 h3 {
    margin-bottom: 40px;
    padding-top: 20px;
    position: relative;
    line-height: 1;
}
.rd_exosome_wrap .rd01_c1 h3::after{
    display: block;
    content: '';
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, rgba(52, 169, 89, 1) 0%, rgba(19, 160, 209, 1) 100%);
    position: absolute;
    left: 0;
    top: 0;
}
.rd_exosome_wrap .rd01_c1 ul{ display: flex;gap: 18px;}
.rd_exosome_wrap .rd01_c1 ul li{
    flex: 1;
    border: solid 1px var(--grey99);
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.rd_exosome_wrap .rd01_c1 ul li a{display: block;}
.rd_exosome_wrap .rd01_c1 ul li h4{padding: 30px; line-height: 1; position: relative;
    transition: all .3s ease;}
.rd_exosome_wrap .rd01_c1 ul li h4::after{position: absolute; display: block;right: 30px;top: 50%; transform: translateY(-50%); width: 30px; height: 30px; background: url(/img/rd01_c1_arrow_off.png) no-repeat center; content: '';}
.rd_exosome_wrap .rd01_c1 ul li:hover h4{background: linear-gradient(to right, #3eac4a, #22a3dd); padding: 30px; line-height: 1; color: #fff; position: relative;}
.rd_exosome_wrap .rd01_c1 ul li:hover h4::after{ background: url(/img/rd01_c1_arrow_on.png) no-repeat center;}

.rd_exosome_wrap .rd01_c1 ul li .detail{padding: 25px 25px; position: relative;}
.rd_exosome_wrap .rd01_c1 ul li .detail::before{display: block; content: ''; width: 100%; height: 2px; position: absolute;top: 0;left: 0; background: linear-gradient(to right, #3eac4a, #22a3dd);}

.rd_exosome_wrap .rd01_c1 ul li .detail p{font-size: 19px; line-height: 1.3; word-break: keep-all; padding-left: 10px; position: relative;}
.rd_exosome_wrap .rd01_c1 ul li .detail p::before{content: '•'; position: absolute; left: 0;}
.rd_exosome_wrap .rd01_c1 ul li .detail .c_grey::before{content: '';}
.rd_exosome_wrap .rd01_c1 ul li .detail .c_grey{font-size: 17px;}



.rd_cfef_wrap .rd02_a1 h3 {
    margin-bottom: 40px;
    padding-top: 20px;
    position: relative;
    line-height: 1;
}
.rd_cfef_wrap .rd02_a1 h3::after{
    display: block;
    content: '';
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, rgba(52, 169, 89, 1) 0%, rgba(19, 160, 209, 1) 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.rd_cfef_wrap .rd02_a1_cont{margin-bottom: 100px;
}
.rd_cfef_wrap .rd02_a1_01 {
    width: 100%;
    padding: 35px 40px;
    border: 1px solid var(--grey99);
    border-left: 10px solid var(--point21);
    margin-bottom: 30px;
}
.rd_cfef_wrap .rd02_a1_01 .fz_24{
    line-height: 1;margin-bottom: 15px;
}
.rd_cfef_wrap .rd02_a2_01{display: flex;gap: 0 30px;align-items: center;}
.rd_cfef_wrap .rd02_a2_01_img{border: 1px solid var(--grey99);border-radius: 20px; overflow: hidden; padding-top: 30px; padding-bottom: 30px; text-align: center;}
.rd_cfef_wrap .rd02_a2_01_img.img1{padding-left: 82px;padding-right: 82px;}
.rd_cfef_wrap .rd02_a2_01_img.img2{padding-left: 30px;padding-right: 30px;}
.rd_cfef_wrap .rd02_a2_01_img p{margin-bottom: 25px;}

.rd_cfef_wrap .rd02_b1{background-color: #f1f5f9 ; overflow: hidden; position: relative; padding: 100px 0;}
.rd_cfef_wrap .rd02_b1::before{content: ''; display: block; aspect-ratio: 1/1;  width: 427px;height: 427px; background: url(/img/rd02_b2_bg.png) no-repeat center; position: absolute; left: -99px; bottom: -109px;}
.rd_cfef_wrap .rd02_b1::after{content: ''; display: block;  width: 427px;height: 427px; background: url(/img/rd02_b2_bg.png) no-repeat center; position: absolute; right: -133px;top: -69px;}

.rd_cfef_wrap .rd02_b1 h3 {
    margin-bottom: 40px;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    color: #6861ff;
    line-height: 1;
}
.rd_cfef_wrap .rd02_b1 h3::after {
    display: block;
    content: '';
    width: 100px;
    height: 4px;
    background: #6861ff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.rd_cfef_wrap .rd02_b1 .steps{display: flex; flex-wrap: wrap; justify-content: center;gap: 22px;}
.rd_cfef_wrap .rd02_b1 .steps li{ width: calc(33% - 11px) ; background: #fff; border: 1px solid #6861ff; border-radius: 40px;
  box-shadow: 0px 5px 10px 0 rgba(153, 153, 153, 0.79); text-align: center; padding: 30px; z-index: 5; align-content: center; line-height: 1; height: 227px;}
.rd_cfef_wrap .rd02_b1 .tag{background: url(/img/circle_purple.png) no-repeat center; width: 30px;height: 30px; display: block;text-align: center; line-height: 30px;color: #fff; margin: 0 auto;}
.rd_cfef_wrap .rd02_b1 .steps li .fz_30{padding-bottom: 19px;padding-top: 19px;}
.rd_cfef_wrap .rd02_b1 .steps li .fz_20{padding-bottom: 5px;}



.rd_cfef_wrap .rd02_c1 {padding: 100px 0;}
.rd_cfef_wrap .rd02_c1 h3 {
    margin-bottom: 40px;
    padding-top: 20px;
    position: relative;
    line-height: 1;
}
.rd_cfef_wrap .rd02_c1 h3::after{
    display: block;
    content: '';
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, rgba(52, 169, 89, 1) 0%, rgba(19, 160, 209, 1) 100%);
    position: absolute;
    left: 0;
    top: 0;
}
.rd_cfef_wrap .rd02_c1_cont { }
.top_gra_box h4,
.rd_cfef_wrap .rd02_c1_cont h4{border: 1px solid var(--grey99);background: linear-gradient(to right, #3eac4a, #22a3dd); padding: 17px 0; line-height: 1; color: #fff; font-size: 24px;font-weight: 500;text-align: center; border-radius: 17px 17px 0 0; border-bottom: none;}
.top_gra_box .detail,
.rd_cfef_wrap .rd02_c1_cont .detail{border: 1px solid var(--grey99); padding: 40px;display: flex; align-items: center; gap: 50px;justify-content: center;}
.rd_cfef_wrap .rd02_c1_cont .detail .left img:nth-child(2){ margin-left: 19px;}
.rd_cfef_wrap .rd02_c1_cont .detail .right {border: 1px solid var(--grey99); border-radius: 20px;padding: 34px;}
.rd_cfef_wrap .rd02_c1_cont .detail .right .con1{margin-bottom: 40px;}
.rd_cfef_wrap .rd02_c1_cont .detail .right h5{margin-bottom: 10px;}

.rd_target_wrap{margin-top: -100px; background: url(/img/rd04_bg.jpg) no-repeat center; padding: 520px 0;background-size: cover; position: relative; z-index: -5;}
.rd_target_wrap .cont{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); padding:60px; background: rgba(245, 248, 251, 0.8); border-radius: 20px;text-align: center;}
.rd_target_wrap .cont h3{font-size: 40px; color: #6861ff; margin-bottom: 40px;text-align: center;padding-bottom: 20px;position: relative; color: #6861ff;line-height: 1;}
.rd_target_wrap .cont h3::after{display: block;content: ''; width: 100px; height: 4px; background: #6861ff; position: absolute; left: 50%;transform: translateX(-50%); bottom: 0; }


.rd03_d_cont .tab,
.rd03_a_cont .tab{display: flex; }
.rd03_d_cont .tab li,
.rd03_a_cont .tab li{ border: 1px solid var(--grey99); border-radius: 20px 20px 0 0 ;flex: 1; line-height: 60px; text-align: center;font-size: 24px;color: var(--grey99); border-bottom: none;}
.rd03_d_cont .tab li.on,
.rd03_a_cont .tab li.on {background: linear-gradient(90deg, rgba(52, 169, 89, 1) 0%, rgba(19, 160, 209, 1) 100%); color: #ffffff;}
.rd03_d_cont .tabcont,
.rd03_a_cont .tabcont{border: 1px solid var(--grey99);}

.rd03_d_cont .img_wrap {display: flex; text-align: center; padding: 20px 0;}
.rd03_d_cont .img_wrap .img_box{flex: 2; padding: 10px;}
.rd03_d_cont .img_wrap .img3{ flex: 1; padding: 10px;}
.rd03_d_cont .tabcont p {text-align: center; border-top: 1px solid var(--grey99);padding: 15px;}

.rd03_a1_01 {padding: 30px;}
.rd03_a1_01 .img{display: flex; gap: 60px;justify-content: center;align-items: center;}

.rd03_a_cont p{font-size: 20px;text-align: center; margin-top: 30px;}
.rd03_a2{display: flex;}
.rd03_a2 .rd03_a2_01{padding: 30px; border-right: 1px solid var(--grey99); width: 75%;text-align: center;}
.rd03_a2 .rd03_a2_02{padding: 30px;width: 25%; text-align: center;}

.rd03_a3{display: flex;}
.rd03_a3_01{flex: 1; text-align: center;padding: 50px 0; border-right: 1px solid var(--grey99);box-sizing: border-box;}
.rd03_a3_02{flex: 2; text-align: center;padding: 50px 0;}


#tab_container .tab li{cursor: pointer;}
#tab_container .tabcont{display: none;}
#tab_container .tabcont.on{display: block;}

.sub_h3_line{
    margin-bottom: 40px;
    padding-top: 20px;
    position: relative;
    line-height: 1;
}
.sub_h3_line::after{
    display: block;
    content: '';
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, rgba(52, 169, 89, 1) 0%, rgba(19, 160, 209, 1) 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.sub_purple_bg{background: #f1f5f9;}
.sub_h3_purple{font-size: 40px; color: #6861ff; margin-bottom: 40px;text-align: center;padding-bottom: 20px;position: relative; color: #6861ff;line-height: 1;}
.sub_h3_purple::after{display: block;content: ''; width: 100px; height: 4px; background: #6861ff; position: absolute; left: 50%;transform: translateX(-50%); bottom: 0; }

.rd03_b1 {padding: 100px 0;}
.rd03_b_cont {position: relative;}
.rd03_b_cont ul{display: flex;width: 100%;border-radius: 20px;overflow: hidden;
  box-shadow: 0px 5px 10px 0 rgba(153, 153, 153, 0.79) ;}
.rd03_b_cont li {flex: 1; text-align: center; background: #fff; line-height: 60px;border-right: 1px solid var(--grey99); }
  .rd03_b_cont li:last-child{border-right: none;}
.rd03_b_cont li h4{background: #6861ff; color: #fff; font-weight: 500;}

.rd03_c_cont {display: flex;gap: 20px;}
.rd03_c_01 { flex: 1;}
.rd03_c_01 .detail{flex-direction: column;gap: 19px; flex: 1; padding: 30px;}
.rd03_c_01 .detail p {line-height: 1;}
.rd03_c_01 .detail .img_w{height: 154px; width: auto;}
.rd03_c_02 { flex: 2;}
.rd03_c_02 .detail{text-align: center; padding: 30px; height: 546px; box-sizing: border-box;}
.rd03_c_02 .detail p{margin-top: 19px;}

.rd03_d_01 .detail {padding: 0;}
.rd03_d_01 > p {border: 1px solid var(--grey99); border-top: none; text-align: center;padding: 15px;}
.rd03_d_01 .img_wrap {display: flex;align-items: center; width: 100%;padding: 30px;}
.rd03_d_01 .img_wrap .img_box{flex: 2;text-align: center;}
.rd03_d_01 .img_wrap .bg_grey{text-align: center; padding: 20px;}
.rd03_d_01 .img_wrap .img3{flex: 1;text-align: center;}

.bg_grey{background: rgba(153,153,153, 0.1);}

.pipe01_a_cont{display: flex;gap: 20px;align-items: center;}
.pipe01_a_cont .left{width: calc(50% - 10px);display: flex;gap: 12px; align-items: center; border-radius: 20px; border: 1px solid var(--grey99); padding: 30px;}

.pipe01_a_cont .detail{flex-direction: column;}
.pipe01_a_cont .detail .con{ text-align: center; display: flex;flex-direction: column; gap: 15px; line-height: 1.2; margin-top: 25px;}

.pipe01_a_cont .right .con{display: flex;flex-direction: column;gap: 15px; margin-top: 25px; line-height: 1.2;}
.pipe01_a_cont .right .img{display: flex;justify-content: center; align-items: center;}

.pipe01_a_cont .right{width: calc(50% - 10px); padding: 30px;text-align: center; border-radius: 20px; border: 1px solid var(--grey99);}
.pipe01_a_cont .detail{padding: 0; display: flex; gap: 0; border-radius: 0 0 20px 20px; padding: 30px;}
.pipe01_a_cont .top_gra_box{width: 100%;}

.pipe01_a_cont .left .detail .img{ text-align: center; display: flex;}
.pipe01_a_cont .right .detail{flex-direction: column;}
.pipe01_a_cont .right .detail{flex-direction: column;}
.pipe01_a_cont .right .detail .img{padding: 20px; aspect-ratio: 580 / 455;text-align: center;}
.pipe01_a_cont .right .detail .con{border-top: 1px solid var(--grey99);padding: 30px;display: flex;gap: 19px;flex-direction: column; }

.pipe01_a2_cont{margin-top: 20px;display: flex;padding: 30px;gap: 30px; justify-content: center; border-radius: 20px; border: 1px solid var(--grey99); align-items: center;}
.pipe01_a2_cont .con{display: flex;flex-direction: column; gap: 15px; line-height: 1.2;}

*{box-sizing: border-box;}

.pipe .tab {display: flex;}
.pipe .tab li{
    flex: 1;
    border: 1px solid var(--grey99);
    padding: 17px 0;
    line-height: 1;
    font-size: 24px;
    color: var(--grey99);
    font-weight: 500;
    text-align: center;
    border-radius: 17px 17px 0 0;
    border-bottom: none;
}
.pipe .tab li.on{
    background: linear-gradient(to right, #3eac4a, #22a3dd);
    color: #fff;
}
.pipe .tabcont{
    border: 1px solid var(--grey99);
}
.pipe .line_left_box{margin-bottom: 30px;}

.pipe01_b1{display: flex;align-items: center;}
.pipe01_b1 .img1{width: 30%;box-sizing: border-box; padding: 29px; }
.pipe01_b1 .img2{ width: 70%;box-sizing: border-box; padding: 29px; border-left: 1px solid var(--grey99); }

.pipe01_b1 .img1{display: flex;gap: 7px;text-align: center;}
.pipe01_b1 .img1 img{margin-bottom: 30px;}
.pipe01_b1 .img2{display: flex;flex-direction: column; gap: 30px;align-items: center; justify-content: center;}
.pipe01_b1 .img2 .img_wrap{display: flex; align-items: center;gap: 3px;}
.pipe01_b1 .img2 .img2_1{display: flex; flex-direction: column; text-align: center;}
.pipe01_b1 .img2 .img2_2{display: flex;flex-direction: column;  padding: 7px 20px 20px; border: 1px solid var(--grey99); border-radius: 20px; text-align: center;}


.pipe01_b2{display: flex; justify-content: center;}
.pipe01_b2 > div{text-align: center; padding: 30px;}
.pipe01_b2 > div p{line-height: 1.3;margin-top: 29px;}

.pipe01_b3{display: flex;padding: 30px; gap: 60px; justify-content: center;}

.pipe02_a_cont{display: flex;gap: 20px;}
.pipe02_a_cont .top_gra_box{flex: 1;  }
.pipe02_a_cont .top_gra_box .detail{  box-sizing: border-box; aspect-ratio: 690 / 505; padding: 0; text-align: center; align-content: center;}

.pipe02_a_cont .top_gra_box .detail .img {max-width: 100%; max-height: 100%; position: relative;}
.pipe02_a_cont .top_gra_box .detail .img img{max-width: 100%; max-height: 100%;}

.pipe02_b1{text-align: center; padding: 30px;}
.pipe02_b1 p{margin-top: 30px;line-height: 1;}
.pipe02_b2 .img1{display: flex;justify-content: center;align-items: center;padding: 30px;gap: 30px;}

.pipe02_c_cont .detail{padding: 0;gap: 0;}
.pipe02_c_cont .detail p{margin-top: 30px; line-height: 1;}
.pipe02_c_cont .detail .img1{flex: 1; border-right: 1px solid var(--grey99); padding: 30px;text-align: center;}
.pipe02_c_cont .detail .img2{flex: 1; padding: 30px;text-align: center;}

img{max-width: 100%;}

.pipe03_a1{padding: 100px 0 100px; margin-top: -100px;}
.pipe03_a1_cont {
    padding: 30px 40px;border-radius: 20px;
    box-shadow: 0px 5px 10px 0 rgba(153, 153, 153, 0.79);
    border: solid 1px #6861ff;
    background-color: #fff;
}
.pipe03_a1_cont .img_box {display: flex;align-items: center;gap: 20px; flex-wrap: wrap;}

.pipe03_b1_cont{display: flex;gap: 20px; position: relative;}
.pipe03_b1_cont .left{flex: 1;height: 100%;}
.pipe03_b1_cont .top_gra_box .detail {aspect-ratio: 690 / 365;box-sizing: border-box;
    height: 100%;
    padding: 20px;
    display: flex;
    width: 100%;}
.pipe03_b1_cont .top_gra_box .detail .img {width: auto; height: 100%;}
.pipe03_b1_cont .top_gra_box .detail .img img {max-width: 100%; max-height: 100%;}
.pipe03_b1_cont .right{flex: 1;height: 100%;}

.pipe03_b1_cont .right .detail{padding: 40px;}

.pipe04_a1_01{display: flex;gap: 20px;}
.pipe04_b1{padding: 100px 0;text-align: center;}
.pipe04_b1_cont .img_box{display: flex;align-items: center;gap: 40px;justify-content: center;margin-bottom: 30px;}
.pipe04_b1_cont b{font-size: 90px;color:#6861ff;}
.pipe.pipe04 .sub_wrap{padding-bottom: 0;}


/* pagination */
.sub_wrap .pagination ul {display: flex; justify-content: center;  margin-top: 50px;gap: 15px;}
.sub_wrap .pagination li {width: 25px; height: 25px; border-radius: 50%; text-align: center;line-height: 25px; align-content: center; position: relative;}
.sub_wrap .pagination li a{display: flex; align-items: center; justify-content: center;}
.sub_wrap .pagination li.on { background: var(--point21);color: #fff;}
.sub_wrap .pagination .btn_page a{font-size: 0; text-indent: -100%; overflow: hidden; display: inline-block;vertical-align: middle; min-width: 25px;}
.sub_wrap .pagination .btn_page_next a{ background: url(/img/icon_page_next.png) no-repeat top 6px center;}
.sub_wrap .pagination .btn_page_last a{ background: url(/img/icon_page_last.png) no-repeat top 6px center;}
.sub_wrap .pagination .btn_page_prev a{ background: url(/img/icon_page_next.png) no-repeat center; transform: rotate(180deg);}
.sub_wrap .pagination .btn_page_first a{ background: url(/img/icon_page_last.png) no-repeat center;transform: rotate(180deg);}