@media screen and (max-width:767px) {

.center{text-align:center;}
.pc_img {display:none;}
.tab_img {display:none;}
.mob_img {display:block;}
.pc {display:none;}
.tab {display:none;}
.mob {display:block;}

.main_layer_pop{position: absolute; top: 80px;left: 2.6%; width: 300px;z-index: 6000;}
.main_layer_pop .pop_x_btn{display: block;width: fit-content;margin-left: auto;color: #fff;font-size: 20px;text-shadow: 0px 0px 10px rgba(0, 0, 0, .6);}
.main_layer_pop img{max-width: 100%;}

/* === Main === */
#wrap {position:relative; width:100%; max-width:767px; min-width: 375px; margin:0 auto; overflow:hidden; word-break: keep-all;}
.inner{width:100%; margin:0 auto; padding: 0 2.66%;}

/* header */
#header{position: fixed;left: 0; top: 0;z-index: 9000;line-height: 1;}
#header .inner{position: relative;display: flex;justify-content: space-between;align-items: center;width: 100%;height: 50px;}
#header h1 a img{width: 54px;}

ul.gnb{display: none;align-items: center;padding-right: 100px;}
ul.gnb li{position: relative;padding: 41px 0;}
ul.gnb li::after{content:'';position: absolute;bottom: -1px; left: 50%;transform:translateX(-50%); width: 0%; height: 2px; background: var(--co01);transition: var(--trs05);}
ul.gnb li.on::after{width: 100%;}
ul.gnb li a{display: flex;align-items: center;justify-content: center;width: 130px;font-size: 18px; color: #222; font-weight: 700;transition: var(--trs05);}

/* all_menu */
.all_menu{display: none;position: absolute; top: 100px; left: 0;width: 100%;padding: 30px 0px 100px;background: #fff;line-height: 1;z-index: 6000;}
.all_menu .inner{display: flex;justify-content: flex-end;width: 1600px;padding-right: 100px;}
.all_menu ul.menu li:not(:last-child){margin-bottom: 26px;}
.all_menu ul.menu li a{display: block;font-size: 16px; color: #666;text-align: center; width: 180px;transition:.4s;font-weight: 700;}
.all_menu ul.menu li a:hover{color: var(--co01);}

.all_btn{display: none;position: absolute; right: 0; top: 50%; transform:translateY(-50%);width: 30px; height: 23px;}
.all_btn::before{content:'';position: absolute;right: 0; top: 0;width: 100%;height: 3px;background: #333;transition:.4s;}
.all_btn::after{content:'';position: absolute; right: 0; bottom: 0;width: 100%;height: 3px;background: #333;transition:.4s;}
.all_btn span{display: block;position: absolute; right: 0; top: 50%; transform:translateY(-50%);width: 100%;height: 3px;background: #333;}

#header.all{border-bottom: 1px solid #ddd;}
#header.all ul.gnb li a{width: 180px;}
#header.all .all_btn::before{animation:navAni01 .6s ease  forwards;}
#header.all .all_btn::after{animation:navAni02 .6s ease forwards;}
#header.all span{animation:navAni03 .6s ease forwards;}

#header.close .all_btn::before{animation:navAni01 .6s ease reverse forwards;}
#header.close .all_btn::after{animation:navAni02 .6s ease reverse forwards;}
#header.close span{animation:navAni03 .6s ease reverse forwards;}

@keyframes navAni01 {
0%{top: 0; transform: rotate(0deg);}
50%{top: 6px;transform:rotate(0deg);}
100%{top: 6px;transform:rotate(45deg);}
}

@keyframes navAni02 {
0%{bottom: 0; transform: rotate(0deg);}
50%{bottom: 6px;transform:rotate(0deg);}
100%{bottom: 6px;transform:rotate(-45deg);}
}

@keyframes navAni03 {
0%{opacity: 1;}
50%{opacity: 0;}
100%{opacity: 0;}
}

/* navi */
.nav_btn{display: block;position: absolute; right: 2.6%; top: 50%; transform:translateY(-50%);display: block;width: 18px; height: 14px;}
.nav_btn::before{content:'';position: absolute;right: 0; top: 0;width: 100%;height: 2px;background: #333;transition:.4s;}
.nav_btn::after{content:'';position: absolute; right: 0; bottom: 0;width: 100%;height: 2px;background: #333;transition:.4s;}
.nav_btn span{display: block;position: absolute; right: 0; top: 50%; transform:translateY(-50%);width: 100%;height: 2px;background: #333;}

#header.nav{border-bottom: 1px solid #ddd;}
#header.nav .nav_btn::before{animation:navAni01 .6s ease  forwards;}
#header.nav .nav_btn::after{animation:navAni02 .6s ease forwards;}
#header.nav span{animation:navAni03 .6s ease forwards;}

#header.close .nav_btn::before{animation:navAni01 .6s ease reverse forwards;}
#header.close .nav_btn::after{animation:navAni02 .6s ease reverse forwards;}
#header.close span{animation:navAni03 .6s ease reverse forwards;}

.navigation{position: fixed;top: 50px;width:50%;background-color:#fff;height:100%;display:none;right: 0px;z-index: 8500; line-height: 1;}
.navigation.on{display:block;}
.navigation h3{height:50px;width:100%;}
.navigation h3 a{border-bottom: 1px solid #ddd;}
.navigation h3:nth-child(1) a{border-top: 1px solid #ddd;}
.navigation h3.active a:after{background:url(/assets/images/main/nav_top_mob.png)center no-repeat;background-size:cover ;}
.navigation h3.on a:after{;background:url(/assets/images/main/nav_top_mob.png)center no-repeat;background-size:cover ;}
.navigation h3 a{position: relative;height:50px;width:100%;background-color:#fff;display: flex;align-items: center;padding: 0 10px;color:#333;font-size:14px;font-weight: 700;}
.navigation h3 a:after{content:"";position: absolute;top: 50%;transform:translateY(-50%);right: 10px;width: 15px;height: 9px;background:url(/assets/images/main/nav_bt_mob.png)center no-repeat;background-size:cover ;}
.navigation ul{display: block; padding:20px 0;background:#f5f5f5;border-top:2px solid var(--co01);border-bottom: 1px solid #ddd;}
.navigation ul li{margin-bottom: 16px;}
.navigation ul li:last-child{margin-bottom: 0;}
.navigation ul li a{display:flex;height:auto;width:100%;color:#555;font-size:13px;border:none;font-weight: 400;padding-left: 10px; word-break:keep-all;}
.navigation ul li.on a{font-weight: 700;color: var(--co01);}
.navi_bg{display: none;position: absolute;top: 50px;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 8200;}
.navigation h3.arrow_n a:after{display:none;} 

/*visual_wrap*/
#visual_wrap{position: relative;margin-top: 50px;line-height: 1;}
#visual_wrap .txt_wrap{position: absolute;top: 50%;left: 50%;transform:translate(-50%,-50%);width: 100%;}
#visual_wrap .txt_wrap p{font-size: 22px; line-height: 32px; color: #fff; font-weight: 700;text-align: center; margin: 0 auto 15px;font-weight: 400;text-shadow: 4px 4px 12px rgba(0, 0, 0, .15);}
#visual_wrap .txt_wrap p i{display: block;}
#visual_wrap .txt_wrap strong{display: block;width: 370px;font-size: 45px; line-height: 1.3; color: #fff;font-weight: 700;text-align: center;text-shadow: 4px 4px 12px rgba(0, 0, 0, .15);margin: 0 auto;}
#visual_wrap .txt_wrap strong div{display: inline-block !important;line-height: inherit !important;}
#visual_wrap .txt_wrap strong br{display: none;}
#visual_wrap .txt_wrap b{font-weight: 700; color: var(--co04);}
#visual_wrap .txt_wrap em{display: inline-block;align-items: center;height: 50px;padding: 0 6px;position: relative;font-weight: 700;z-index: 1;}
#visual_wrap .txt_wrap em::after{content:'';position: absolute;left: 0;top: 55%;transform:translateY(-50%);width: 0%;height: 100%;background: var(--co01);z-index: -1;}
#visual_wrap .txt_wrap em::after{animation: visAni01 .5s ease forwards;animation-delay:1s;}
@keyframes visAni01{
0%{width: 0%;}
100%{width: 100%;}
}

/*section*/
.section{line-height: 1;padding: 70px 0;}
.section .sec_tit{margin-bottom: 40px;width: 100%;}
.section .sec_tit p{font-size: 28px; color: #1a1a1a; line-height: 38px; font-weight: 700; font-family: 'Hakgyoansim Allimjang';text-align: center;}
.section .sec_tit p em{display: inline-flex;align-items: center;height: 35px;padding: 0 5px;position: relative;font-weight: 700;z-index: 1;color: #1a1a1a;transition:.5s;}
.section .sec_tit p em::after{content:'';position: absolute;left: 0;top: 0;width: 0%;height: 100%;background: var(--co01);z-index: -1;transition:1s;}
.section .sec_tit.on p em{color: #fff;}
.section .sec_tit.on p em::after{width: 100%;}
.section .sec_tit span{display: block;font-size: 16px; color: #1a1a1a; font-family: 'NanumSquareNeoExtraBold';text-align: center;text-align: center; margin-top: 15px;}

.section .sec_tit b{color: var(--co01);font-weight: 700;}
.section .sec_tit b.b02{font-size: 35px;}

.btn_wrap_st01{gap:10px;}
a.btn_st01{display: flex;align-items: center; justify-content: center;gap:8px; padding: 0px 25px; width: fit-content; height: 32px; background: var(--co01); border-radius:30px;font-size: 14px; color: #fff;font-family: 'NanumSquareNeoExtraBold'; box-shadow:4px 4px 12px rgba(0,0,0,.15);margin: 30px auto 0;}
a.btn_st01 img{width: 12px;transition:.5s;}
a.btn_st01:hover img{transform:rotate(-45deg);}

a.btn_st01.btn_st01-2{padding: 0 30px;}

/* section01 */
#section01 .box_wrap{display: flex;gap:30px 12px;flex-wrap:wrap;justify-content: center;width: 356px;margin: 0 auto;}
#section01 .box_wrap em{position: relative;top: 59px;z-index: 100;left: -19px;}
#section01 .box_wrap em:nth-of-type(2){display: none;}
#section01 .box_wrap em img{position: absolute;width: 37px;}
#section01 .box_wrap .box .icon{position: relative;padding-bottom: 15px;}
#section01 .box_wrap .box .icon img{width: 155px;}
#section01 .box_wrap .box .icon strong{position: absolute;bottom: 0;left: 50%;transform:translateX(-50%);display: flex;align-items: center; justify-content: center;width: 120px; height: 34px; border-radius:35px; background: var(--co01);font-size: 20px; color: #fff; font-weight: 700;}
#section01 .box_wrap .box p{font-size: 14px; color: #1a1a1a; line-height: 16px;text-align: center; margin-top: 10px;}

/* section02 */
#section02{background-color: var(--bg01);}
#section02 .sec_tit p{width: 340px;margin: 0 auto;}
#section02 .sec_tit br{display: none;}
#section02 .box_wrap{overflow: hidden; border-radius:10px;}
#section02 .box_wrap .top{position: relative;display: flex;align-items: center;justify-content: center;height: 45px; background: var(--co01);}
#section02 .box_wrap .top::after{content:'';position: absolute; top: 100%;left: 50%;transform:translateX(-50%); background: url(/assets/images/main/arr02_mob.png)center no-repeat; width: 17px; height: 10px; background-size: cover;}
#section02 .box_wrap .top p{font-size: 24px; color: #fff;font-weight: 700;}
#section02 .box_wrap .top p b{color: #ffe770; font-weight: 700;}

#section02 .box_wrap .box{padding: 20px;background: #fff;}
#section02 .box_wrap .box ul.ul01{display: flex;gap:5px;flex-wrap:wrap;justify-content: center;}
#section02 .box_wrap .box ul.ul01 li{display: flex;align-items: center;flex-direction: row-reverse;width: 100%; border:2px solid var(--co05); border-radius:8px;overflow: hidden;}
#section02 .box_wrap .box ul.ul01 li .logo{display: flex;flex-direction: row;align-items: center;gap:20px;justify-content: center;width: calc(100% - 110px);height: 60px;padding-bottom: 0px;}
#section02 .box_wrap .box ul.ul01 li:nth-child(1) .logo{padding-bottom: 0px;}
#section02 .box_wrap .box ul.ul01 li .logo .img{display: flex;align-items: center; justify-content: center;height: auto;margin-bottom: 0px;}
#section02 .box_wrap .box ul.ul01 li:nth-child(1) .logo .img img{width: 40px;}
#section02 .box_wrap .box ul.ul01 li:nth-child(2) .logo .img img{width: 66px;}
#section02 .box_wrap .box ul.ul01 li:nth-child(3) .logo .img img{width: 72px;}
#section02 .box_wrap .box ul.ul01 li:nth-child(4) .logo .img img{width: 64px;}
#section02 .box_wrap .box ul.ul01 li:nth-child(5) .logo .img img{width: 63px;}
#section02 .box_wrap .box ul.ul01 li .logo p{font-size: 11px; line-height: 17px; color: #1a1a1a;text-align: left;}
#section02 .box_wrap .box ul.ul01 li .logo p i{display: block;}
#section02 .box_wrap .box ul.ul01 li strong{display: block; align-items: center; justify-content: center;width: 110px; height: 60px;font-size: 16px; line-height: 24px; color: #fff; font-weight: 700; background: var(--co05);text-align: center;padding-top: 7px;}
#section02 .box_wrap .box ul.ul01 li strong i{display: block;}
#section02 .box_wrap .box ul.ul01 li strong br{display:block;}

#section02 .box_wrap .box .arr{width: fit-content;margin: 15px auto 20px;}
#section02 .box_wrap .box .arr img{width: 23px;}

#section02 .box_wrap .box .txt_box{display: flex;flex-direction: column;align-items: center;gap:15px;justify-content: center;}
#section02 .box_wrap .box .txt_box .txt01 strong{display: block;width: 100%;font-size: 20px; line-height: 32px; color: #1a1a1a; font-family: 'NanumSquareNeoExtraBold';text-align: center;}
#section02 .box_wrap .box .txt_box .txt01 strong b{position: relative;z-index: 1;}
#section02 .box_wrap .box .txt_box .txt01 strong b::after{content:'';position: absolute;left: -5px; bottom: -4px; width: calc(100% + 10px); height: 10px; background: #ffd1e2;z-index: -1;}
#section02 .box_wrap .box .txt_box .txt02 ul{display: flex;gap:8px;}
#section02 .box_wrap .box .txt_box .txt02 ul li strong{display: block;text-align: center;color: var(--co01);font-size: 45px; font-weight: 700;}
#section02 .box_wrap .box .txt_box .txt02 ul li:nth-child(2) strong{color: var(--co02);}
#section02 .box_wrap .box .txt_box .txt02 ul li:nth-child(3) strong{color: var(--co03);}
#section02 .box_wrap .box .txt_box .txt02 ul li p{display: flex; align-items: center; justify-content: center;width: 100px; height: 28px;font-size: 12px; color: #fff;font-family: 'NanumSquareNeoExtraBold';background: var(--co05); border-radius:20px; margin-top: 10px;}
#section02 .box_wrap .box .txt_box .txt02 ul li:nth-child(2) p{background: #ca78cf;}
#section02 .box_wrap .box .txt_box .txt02 ul li:nth-child(3) p{background: #a296f9;}

/* section03 */
#section03 .sec_tit p i{display: block;}
#section03 .con_wrap{display: flex;flex-direction: column;align-items: center;justify-content: center;gap:30px;}
#section03 .con_wrap .img_wrap{padding-left: 0px;}
#section03 .con_wrap .img_wrap img{width: 192px;}
#section03 .con_wrap .box_wrap{display: flex;flex-wrap:wrap;gap:5px;}
#section03 .con_wrap .box_wrap .box{width: calc((100% - 5px) / 2);border-radius:6px;overflow: hidden;background: var(--bg01);}
#section03 .con_wrap .box_wrap .box .tit{display: flex;align-items: center; justify-content: center;height: 34px; background: var(--co01);}
#section03 .con_wrap .box_wrap .box .tit strong{font-size: 14px; line-height: 21px; color: #fff; font-family: 'NanumSquareNeoExtraBold';text-align: center;}
#section03 .con_wrap .box_wrap .box .tit strong i{display: block;}
#section03 .con_wrap .box_wrap .box .img{display: flex;align-items: center; justify-content: center;height: 70px;padding: 5px;}


#section03 .con_wrap .box_wrap .box:nth-child(3) .tit,
#section03 .con_wrap .box_wrap .box:nth-child(4) .tit,
#section03 .con_wrap .box_wrap .box:nth-child(5) .tit{height: 44px;}

#section03 .slide_con{position: relative; margin-top: 10px;}	
#section03 .con_wrap02{position: absolute;width: 100%;}
#section03 .con_wrap02 .box_wrap{width: 100%;}
#section03 .con_wrap02 .box_wrap .box{width: 100%;height: 210px;}
#section03 .slide_wrap{transform: translateY(37px);}
#section03 .slide_wrap .slick-list{overflow: visible;padding: 10px 0;}
#section03 .slide_wrap ul li{width: 150px;margin-right: 10px; box-shadow: 4px 6px 12px rgba(0,0,0,.15);}
#section03 .slide_wrap ul li .img_wrap{position:relative; width:100%; padding-bottom:100%; background: #fff;}
#section03 .slide_wrap ul li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}
#section03 a.btn_st01{margin: 80px auto 0;}

/* section04 */
#section04{background-color: var(--bg01);}
#section04 .sec_tit{margin-bottom: 45px;}
#section04 .con{position: relative;width: calc(100% - 5px); padding: 32px 7px 10px; border-radius:10px; z-index: 10;margin: 0 auto;background: var(--co05);}
#section04 .con::before{content:'';position: absolute; left: 50%;transform:translate(-50%);top: -14px; background: url(/assets/images/main/sec05_icon01_mob.png)center no-repeat; width: 268px; height: 30px; background-size: cover;}
#section04 .con::after{content:'';position: absolute; top: -5px; left: -5px;z-index: -1;width: 100%; height: 100%;border-radius:10px;border:2px solid var(--co05);background: #fff;}
#section04 .con .top{display: flex;justify-content: flex-end;align-items: center;gap:16px;padding-right: 10px;margin-bottom: 12px;}
#section04 .con .top p{font-size: 14px; color: #1a1a1a; font-family: 'OngleipEoyeonce';}
#section04 .con ul li{display: flex;align-items: center; justify-content: space-between;font-size: 11px;color: #1a1a1a;padding:10px;border-bottom: 1px solid var(--co05);font-family: 'Ownglyph_corncorn-Rg';}
#section04 .con ul li .chk_wrap{display: flex;gap:15px;}
#section04 .con ul li .chk_wrap .chk{position: relative;width: 13px; height: 13px; border:2px solid var(--co04);border-radius:2px;}
#section04 .con ul li .chk_wrap .chk em{position: absolute;top: -55%;left: -4px;transform:translateY(-50%);background: url(/assets/images/main/chk_icon01_mob.png); width: 26px; height: 24px;background-size: cover;}
#section04 .con ul li.li02{font-size: 14px; color: var(--co01);border-bottom: 0;}
#section04 .con ul li.li02 p{position: relative;z-index: 1;}
#section04 .con ul li.li02 p::after{content:'';position: absolute;left: 50%;bottom: 0;transform:translateX(-50%);width: calc(100% + 10px);height: 8px;background: #ffe770; opacity: .5;z-index: -1;}

/* section05 */
#section05{padding: 0;padding-bottom: 40px;}
#section05 .inner{display: flex;flex-direction: column;width: 100%;padding: 0;}
#section05 .slide_wrap{position: relative;width: 100%;}
#section05 .slide_wrap .img_wrap{position:relative; width:100%; padding-bottom:120%;}
#section05 .slide_wrap .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}
#section05 .slide_wrap .slide_items{display: flex;align-items: center;gap:12px;justify-content: center;position: absolute;right: 0; bottom: 0;padding: 10px; background: rgba(189,48,102,.5);}
#section05 .slide_wrap .slide_items img{width: 24px;}
#section05 .slide_wrap .slide_items .numcount{display: flex;align-items: center;gap:18px;}
#section05 .slide_wrap .slide_items .numcount span{position: relative;display: block;width: 11px;font-size: 16px; color: #fff;font-weight: 700;}
#section05 .slide_wrap .slide_items .numcount span.now::after{content:'/';position: absolute;top: 50%;right: -12px;transform:translateY(-50%);}
#section05 .slide_wrap .img_wrap img{width: 100%;}

#section05 .online_wrap{width: 100%;background: #bd3066;}
#section05 .online{display: flex;flex-wrap:wrap;gap:0px 10px;padding: 40px 10px 20px;}
#section05 .online .tit{width: 100%;margin-bottom: 12px;}
#section05 .online .tit strong{display: block;font-size: 24px; color: #fff;font-weight: 700;text-align: center;}
#section05 .online .tit p{font-size: 14px; color: #fff; font-weight: 700; line-height: 21px;text-align: center;margin-top: 8px;}
#section05 .online .tit p br{display: block;}
#section05 .online .tit p b{color: #ffe770;}
#section05 .online .img{width: 172px;}
#section05 .online .img img{width: 100%;}
#section05 .online .input_wrap{display: flex;flex-direction: column;gap:5px;margin-top: 0px;width: calc(100% - 182px);}
#section05 .online .input_wrap .input{width: 100%;}
#section05 .online .input_wrap input[type="text"]{width: 100%;height: 34px;border:0;background: #fff; font-size: 12px; color: #7e7e7e;padding: 0px 10px;}
#section05 .online .input_wrap input[type="text"]:not(:last-child){margin-bottom: 5px;}
#section05 .online .input_wrap input[type="text"]::placeholder{font-size: 12px; color: #7e7e7e;}
#section05 .online .input_wrap input[type="text"]:focus{outline:0;}
#section05 .online .input_wrap a.pri_btn{display: flex; align-items: center; justify-content: center;flex-direction: row;gap:10px;width: 100%;background: #fff;font-size: 12px; color: #1a1a1a; line-height: 18px;text-align: left;padding: 8px;}
#section05 .online .input_wrap a.pri_btn img{width: 20px;}
#section05 .tel{display: flex;align-items: center; gap:8px;justify-content: center;height: 40px;background: #88033a;}
#section05 .tel img{width: 21px;}
#section05 .tel p{font-size: 22px; color: #fff; font-weight: 700;}

/* section06 */
#section06 .sec_tit{margin-bottom: 40px;}
#section06 .tag{display: flex;align-items: center; justify-content: center;width: 190px; height: 34px; border-radius:28px; background: #666;margin: 12px auto 0;font-size: 16px; color: #fff;}
#section06 ul{display: flex;flex-wrap:wrap;gap:10px;padding: 0px;}
#section06 ul li{width: calc((100% - 10px) / 2);}
#section06 ul li .img_wrap{position:relative; width:100%; padding-bottom:100%;}
#section06 ul li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}

/* pri_pop */
.pri_pop_wrap{display: none;position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5);z-index: 9999;line-height: 1;}
.pri_pop_wrap .pop_box_wrap{position: absolute; left: 50%;top: 50%;transform:translate(-50%,-50%);width: calc(100% - 10px); }
.pri_pop_wrap .pop_x_btn{display: block;position: relative;width: fit-content;font-size: 15px; color: #fff;font-weight: 700;margin-bottom: 15px;padding-right: 20px; margin-left: auto;}
.pri_pop_wrap .pop_x_btn::after{content:'';position: absolute;right: 0; top: 50%; transform:translateY(-50%);width: 13px; height: 2px; background: #fff;}
.pri_pop_wrap .pop_box{width: 100%; height: 380px;background: #fff; border-radius:12px;padding: 25px 20px;}
.pri_pop_wrap .pop_box .txt{overflow-y: scroll;height: 100%;}
.pri_pop_wrap .pop_box .txt p{font-size: 13px; color: #999;line-height: 1.8;white-space:pre-wrap;}

.pri_pop_wrap .pop_box .txt::-webkit-scrollbar {width: 6px;  /* 스크롤바의 너비 */}
.pri_pop_wrap .pop_box .txt::-webkit-scrollbar-thumb{height: 30%; /* 스크롤바의 길이 */background: #ddd; /* 스크롤바의 색상 */border-radius: 10px;}
.pri_pop_wrap .pop_box .txt::-webkit-scrollbar-track {background: rgba(33, 122, 244, 0);  /*스크롤바 뒷 배경 색상*/}

ul.quick_menu{display: flex;position: fixed;bottom: 0px;right: initial;left: 0;width: 100%;z-index: 7000;line-height: 1;}
ul.quick_menu.rel{position: absolute; bottom: 369px;}
ul.quick_menu li{flex:1;}
ul.quick_menu li:not(:last-child){margin-bottom: 0px;}
ul.quick_menu li a{display: flex; align-items: center; justify-content: center; flex-direction: column;gap:5px; width: 100%; height: 40px; border-radius:0px; box-shadow: 0px 0px 12px rgba(0,0,0,.15);}
ul.quick_menu li:nth-child(1) a{background: var(--co01);}
ul.quick_menu li:nth-child(2) a{background: var(--co03);}
ul.quick_menu li:nth-child(3) a{background: #333;}
ul.quick_menu li a p{font-size: 11px; color: #fff;text-align: center;}
ul.quick_menu li img{height: 15px;}
ul.quick_menu li:nth-child(3) img{height: 12px;}

/*footer*/
#footer{line-height: 1;background: #000;}
#footer .f_top{border-bottom: 1px solid rgba(255,255,255,.2);padding: 15px 0;}
#footer .f_top .inner{display: flex; align-items: center; justify-content: center;flex-direction: column-reverse;gap:10px; height: auto;}
#footer .f_top .a_wrap{display: flex;gap:15px;}
#footer .f_top .a_wrap a{font-size: 12px; color: #999;}
#footer .f_top .a_wrap a.pri{color: var(--co01);}
#footer .f_top .sns_wrap{display: flex;gap:10px;}
#footer .f_top .sns_wrap a img{width: 23px;}

#footer .f_bot{position: relative;padding: 30px 0;}
#footer .f_bot .inner{display: flex;align-items: center;justify-content: center;}
#footer .f_bot a.f_logo{display: block;width: fit-content;margin: 0 auto 75px;}
#footer .f_bot a.f_logo img{width: 54px;}
#footer .f_bot address{text-align: center;}
#footer .f_bot address p{font-size: 12px; color: #999; line-height: 19px;}
#footer .f_bot address p  strong{display: inline-block;color: #fff;font-family: 'NanumSquareNeoExtraBold';margin-right: 5px;}
#footer .f_bot address p b{display: inline-block;font-size: 9px; color: #666;margin: 0px 10px;}
#footer .f_bot address p b:nth-of-type(3),
#footer .f_bot address p b:nth-of-type(4),
#footer .f_bot address p b:nth-of-type(1),
#footer .f_bot address p b:nth-of-type(5),
#footer .f_bot address p b:nth-of-type(6){display: block;font-size: 0;margin: 0;width: 0;height: 0;}
#footer .f_bot p.copy{margin-top: 15px;}
#footer .f_bot p.copy i{display: block;}
#footer .f_bot .right{position: absolute;left: 50%;transform:translateX(-50%);top: 80px;text-align: center;width: 100%;}
#footer .f_bot .right strong{display: block;font-size: 16px; color: var(--co01); font-weight: 700; margin-bottom: 6px;}
#footer .f_bot .right p{font-size: 12px; color: #999;}

/* ===sub================================== */
#sub_contents{padding-top: 50px;padding-bottom: 40px;}
#sub_contents .inner{width: 100%;}

/* 공통 */
.tit_st01{margin-bottom: 30px;}
.tit_st01 h3.h3_tit01{margin-bottom: 0px;}
.tit_st01 p{font-size: 14px; line-height: 1.6; color: #1a1a1a;margin-top: 12px;text-align: center;}
.tit_st01 p b{font-family: 'NanumSquareNeoExtraBold';}

h3.h3_tit01{font-size: 26px; line-height: 1.3;font-family: 'Hakgyoansim Allimjang';color: #1a1a1a; font-weight: 700;text-align: center;margin-bottom: 15px;}
h3.h3_tit01 b{color: var(--co01);}

.box_wrap_st01{display: flex;gap:10px;flex-wrap:wrap;margin-left: 20px;}
.box_wrap_st01 .box{display: flex;align-items: center; justify-content: center;position: relative;width: 100%; height: auto; border:2px solid #ff7db2; border-radius:10px; background: #fff;padding: 20px;}
.box_wrap_st01 .box em{position: absolute; top: 50%; left: -17px;transform:translateY(-50%);display: flex; align-items: center; justify-content: center; width: 35px; height: 35px; border-radius:50%; background: #ff7db2;font-size: 15px; color: #fff;font-family: 'NanumSquareNeoExtraBold';}
.box_wrap_st01 .box p{font-size: 13px; color: #040000;font-weight: 700;text-align: center;line-height: 1.5;}
.box_wrap_st01 .box b{position: absolute; top: -22px; left: 50%;transform:translateX(-50%);display: flex; align-items: center; justify-content: center; width: 140px; height: 35px; border-radius:50px; background: var(--co01);font-size: 15px; color: #fff;}
.box_wrap_st01 .box span{display: block;font-size: 12px; line-height: 1.5;color: #040000;text-align: center;padding-top: 20px;}
.box_wrap_st01 .box br{display: none;}


/* sub01 */
.sub01{line-height: 1;}
.sub01 h3.h3_tit01 i{display: block;}
.sub01 .sub01_top{padding: 60px 0;}
.sub01 .sub01_top span{display: block;font-size: 16px; color: #1a1a1a; text-align: center;font-family: 'NanumSquareNeoExtraBold';}
.sub01 .sub01_top span b{color: var(--co01);}
.sub01 .sub01_top .logo{position: relative;margin: 20px auto 30px;width: fit-content;}
.sub01 .sub01_top .logo > img{width: 220px;}
.sub01 .sub01_top .logo .txt{position: absolute; left: 50%;top: 50%;transform:translate(-50%,-50%);width: 100%;}
.sub01 .sub01_top .logo .txt img{width: 52px;}
.sub01 .sub01_top .logo .txt em{display: block;width: fit-content;margin: 0 auto 10px;}
.sub01 .sub01_top .logo .txt strong{display: block;font-size: 32px; color: #fff; font-weight: 700;text-align: center;}
.sub01 .sub01_top .logo .txt strong b{font-size: 20px;}
.sub01 .sub01_top p{font-size: 20px; font-weight: 700;color: #1a1a1a;text-align: center;line-height: 1.4;}
.sub01 .sub01_top p b{position: relative;color: #1a1a1a;transition:.5s;}
.sub01 .sub01_top p b::after{content:'';position: absolute;left: -3px; top: 50%; transform:translateY(-50%);width: 0; height: 100%; background: var(--co01); z-index: -1;transition:1s;}

.sub01 .sub01_top.on p b{color: #fff;}
.sub01 .sub01_top.on p b::after{width: calc(100% + 6px);}

.sub01 .con{padding: 60px 0;}

/* sub0101 */
.sub0101_wrap .con01{position: relative; }
.sub0101_wrap .con01 .bg{width: 100%;}
.sub0101_wrap .con01 .bg img{width: 140%;max-width: 140%;}
.sub0101_wrap .con01 .logo{position: absolute; left: 50%; top: 50%;transform:translate(-50%,-50%);}
.sub0101_wrap .con01 .logo img{width: 260px;}
.sub0101_wrap .con01 .bg01{position: absolute; left: 50%; top: 52%;transform:translate(-50%,-50%);width: 98%;}
.sub0101_wrap .con01 .bg02{position: absolute; left: 50%; top: 50%;transform:translate(-50%,-50%);width: 98%;}
.sub0101_wrap .con01 img{max-width: 100%;}
@media screen and (max-width:660px) {
.sub0101_wrap .con01 .logo img{width: 160px;}
}

.sub0101_wrap .con02 .txt_wrap{padding-top: 10px;}
.sub0101_wrap .con02 .txt_wrap p{font-size: 13px; color: #1a1a1a; line-height: 1.6;text-align: center;}
.sub0101_wrap .con02 .txt_wrap p:not(:last-child){margin-bottom: 10px;}
.sub0101_wrap .con02 .txt_wrap p em{color: var(--co01); font-family: 'NanumSquareNeoHeavy';}
.sub0101_wrap .con02 .txt_wrap p b{position: relative;color: #1a1a1a; }
.sub0101_wrap .con02 .txt_wrap p b::after{content:'';position: absolute; left: -3px; top: 50%; transform:translateY(-50%); width: 0; height: 100%;background: var(--co01);transition:1s;z-index: -1;}

.sub0101_wrap .con02 .txt_wrap.on p b{color: #fff;}
.sub0101_wrap .con02 .txt_wrap.on p b::after{width: calc(100% + 6px);}

.sub0101_wrap .con03{background: var(--bg01);}
.sub0101_wrap .con03 .tit em{display: flex; align-items: center; justify-content: center;width: fit-content;height: 35px;font-size: 16px; color: #fff; font-weight: 700;padding: 0 20px;margin: 0 auto;background: var(--co01); border-radius:50px;}
.sub0101_wrap .con03 ul.ul01{display: flex;gap:5px;flex-wrap:wrap;justify-content: center;margin-top: 30px;}
.sub0101_wrap .con03 ul.ul01 li{display: flex;align-items: center;flex-direction: row-reverse;width: 100%; border:2px solid var(--co05); border-radius:8px;overflow: hidden;}
.sub0101_wrap .con03 ul.ul01 li .logo{display: flex;flex-direction: row;align-items: center;gap:20px;justify-content: center;width: calc(100% - 110px);height: 60px;padding-bottom: 0px;}
.sub0101_wrap .con03 ul.ul01 li:nth-child(1) .logo{padding-bottom: 0px;}
.sub0101_wrap .con03 ul.ul01 li .logo .img{display: flex;align-items: center; justify-content: center;height: auto;margin-bottom: 0px;}
.sub0101_wrap .con03 ul.ul01 li:nth-child(1) .logo .img img{width: 40px;}
.sub0101_wrap .con03 ul.ul01 li:nth-child(2) .logo .img img{width: 66px;}
.sub0101_wrap .con03 ul.ul01 li:nth-child(3) .logo .img img{width: 72px;}
.sub0101_wrap .con03 ul.ul01 li:nth-child(4) .logo .img img{width: 64px;}
.sub0101_wrap .con03 ul.ul01 li:nth-child(5) .logo .img img{width: 63px;}
.sub0101_wrap .con03 ul.ul01 li .logo p{font-size: 11px; line-height: 17px; color: #1a1a1a;text-align: left;}
.sub0101_wrap .con03 ul.ul01 li .logo p i{display: block;}
.sub0101_wrap .con03 ul.ul01 li strong{display: block; align-items: center; justify-content: center;width: 110px; height: 60px;font-size: 16px; line-height: 24px; color: #fff; font-weight: 700; background: var(--co05);text-align: center;padding-top: 7px;}
.sub0101_wrap .con03 ul.ul01 li strong i{display: block;}

.sub0101_wrap .con04{padding-bottom: 0;}
.sub0101_wrap .con04 h3.h3_tit01{margin-bottom: 30px;}
.sub0101_wrap .con04 .box_wrap{display: flex;align-items: center; justify-content: center; width: 355px; margin: 0 auto;}
.sub0101_wrap .con04 .box_wrap .box{position: relative;height: auto;}
.sub0101_wrap .con04 .box_wrap .box:nth-child(1){width: 100%;}
.sub0101_wrap .con04 .box_wrap .box:nth-child(2){width: 100%;transform: translate(0px, -40px);}
.sub0101_wrap .con04 .box_wrap .box:nth-child(3){width: 100%;transform: translate(0px, -50px);}
.sub0101_wrap .con04 .box_wrap .box:nth-child(4){width: 100%;transform: translate(0px, -80px);}
.sub0101_wrap .con04 .box_wrap .box img{position: relative;display: block;width: 300px;margin: 0 auto;}
.sub0101_wrap .con04 .box_wrap .box:nth-child(2) img{width: 325px;}
.sub0101_wrap .con04 .box_wrap .box:nth-child(3) img{width: 355px;}


.sub0101_wrap .con05{background: var(--bg01);}
.sub0101_wrap .con05 .box_wrap{display: flex;flex-wrap:wrap;gap:10px;margin-top: 30px;}
.sub0101_wrap .con05 .box_wrap .box{width: 100%; background: #fff; border:2px solid #ffbbda; border-radius:10px;}
.sub0101_wrap .con05 .box_wrap .box .img{display: flex; align-items: center; justify-content: center;width: 100%;height: 150px;}
.sub0101_wrap .con05 .box_wrap .box .img img{transform:scale(0.6)}
.sub0101_wrap .con05 .box_wrap .box p{font-size: 14px; line-height: 1.4;color: #1a1a1a;text-align: center;padding: 0 10px 15px;}
.sub0101_wrap .con05 .box_wrap .box:nth-child(3) p{padding: 0px 10px 15px;}
.sub0101_wrap .con05 .box_wrap .box p b{font-family: 'NanumSquareNeoExtraBold';}
.sub0101_wrap .con05 .box_wrap .box p em{color: var(--co01);}

.sub0101_wrap .con06 h3.h3_tit01{margin-bottom: 0;}

/* sub0102 */
.sub0102_wrap .con01{padding: 10px 0px 60px;}

.sub0102_wrap .con02{position: relative;background: var(--co01);padding: 30px 0;}
.sub0102_wrap .con02::after{content:'';position: absolute; top: 100%; left: 50%;transform:translateX(-50%);background: url(/assets/images/sub/arr01.png)center no-repeat; width: 15px; height: 12px; background-size: cover;}
.sub0102_wrap .con02 .txt p{font-size: 22px;color: #fff;font-weight: 700;text-align: center;}

.sub0102_wrap .con03{background: var(--bg01);}
.sub0102_wrap .con03 h3.h3_tit01{font-size: 22px;}
.sub0102_wrap .con03 .box_wrap_st01{margin-top: 50px;margin-left: 0;gap: 30px;}
.sub0102_wrap .con03 .box_wrap_st01 .box{height: auto;}


/* sub0103 */
.sub0103_wrap.sub01 .sub01_top{padding: 60px 0 20px;}

.sub0103_wrap .con01{background: var(--bg01);}
.sub0103_wrap .con01 .box_wrap{display: flex;gap:10px;flex-wrap:wrap;}
.sub0103_wrap .con01 .box_wrap .txt_box{width: 100%;}
.sub0103_wrap .con01 .box_wrap .txt_box .box{padding: 20px;border:2px solid #ff7db2;background: #fff; border-radius:10px;}
.sub0103_wrap .con01 .box_wrap .txt_box .box:not(:last-child){margin-bottom: 10px;}
.sub0103_wrap .con01 .box_wrap .txt_box .box strong{display: block;font-size: 15px; color: var(--co01);margin-bottom: 10px;}
.sub0103_wrap .con01 .box_wrap .txt_box .box ul li{font-size: 12px;line-height: 1.5; color: #040000;}

.sub0103_wrap .con01 .box_wrap .img_box{width: 100%;}
.sub0103_wrap .con01 .box_wrap .img_box img{width: 100%;}

.sub0103_wrap .con02 .tit_st01{margin-bottom: 30px;}
.sub0103_wrap .con02 .btn_wrap_st01{margin-top: 30px;}

.sub0103_wrap .con03{background: var(--bg01);}
.sub0103_wrap .con03 h3.h3_tit01{margin-bottom: 20px;}

/* sub0104 */
.sub0104_wrap.sub01 .sub01_top{padding: 60px 0 20px;}

.sub0104_wrap .con01{background: var(--bg01);}
.sub0104_wrap .con01 .box_wrap{margin-top: 30px;}
.sub0104_wrap .con01 .box_wrap .box{display: flex;gap:10px;flex-wrap:wrap;}
.sub0104_wrap .con01 .box_wrap .box:not(:last-child){margin-bottom: 20px;}
.sub0104_wrap .con01 .box_wrap .box .tit{position: relative;display: flex;align-items: center; justify-content: center;width: 100%; height: auto;padding: 20px;border:2px solid #ff7db2; border-radius:10px;background: #fff;margin: 0 auto;}
.sub0104_wrap .con01 .box_wrap .box .tit::after{content:'';position: absolute; right: initial;left: 50%; top: 86%;transform:rotate(90deg) translateX(-50%);background: url(/assets/images/sub/sub0104_icon01.png)center no-repeat; width: 30px;height: 33px; background-size: cover;transform-origin: left;}
.sub0104_wrap .con01 .box_wrap .box .tit p{font-size: 40px; font-weight: 700; color: var(--co01);}
.sub0104_wrap .con01 .box_wrap .box .txt{display: flex;flex-direction: column;justify-content: center;width: 100%;padding: 20px 10px;border:2px solid #ff7db2; border-radius:10px;background: #fff;}
.sub0104_wrap .con01 .box_wrap .box .txt strong{display: block;font-size: 18px;	color: var(--co01); font-weight: 700;margin-bottom: 6px;text-align: center;}
.sub0104_wrap .con01 .box_wrap .box .txt p{font-size: 13px; color: #040000;line-height: 1.5;text-align: center;}

.sub0104_wrap .con01 .box_wrap .box02 .tit p{color: var(--co02);}
.sub0104_wrap .con01 .box_wrap .box02 .txt strong{color: var(--co02);}
.sub0104_wrap .con01 .box_wrap .box03 .tit p{color: var(--co03);}
.sub0104_wrap .con01 .box_wrap .box03 .txt strong{color: var(--co03);}

.sub0104_wrap .con02 h3.h3_tit01 br{display: block;}

.sub0104_wrap .con02 .box_wrap{position: relative;width: calc(100% - 5px); padding: 32px 17px 10px 8px; border-radius:10px; z-index: 10;margin-top: 30px;background: var(--co05);}
.sub0104_wrap .con02 .box_wrap::before{content:'';position: absolute; left: 50%;transform:translate(-50%);top: -14px; background: url(/assets/images/main/sec05_icon01_mob.png)center no-repeat; width: 268px; height: 30px; background-size: cover;}
.sub0104_wrap .con02 .box_wrap::after{content:'';position: absolute; top: -5px; left: -5px;z-index: -1;width: 100%; height: 100%;border-radius:10px;border:2px solid var(--co05);background: #fff;}


.sub0104_wrap .con02 .box_wrap .top ul li{font-size: 13px; color: #040000; line-height: 1.8;}
.sub0104_wrap .con02 .box_wrap .top ul li strong{display: block;color: var(--co01);font-family: 'NanumSquareNeoExtraBold';}
.sub0104_wrap .con02 .box_wrap .top ul li:nth-child(2) strong{color: var(--co02);}
.sub0104_wrap .con02 .box_wrap .top ul li:nth-child(3) strong{color: var(--co03);}

.sub0104_wrap .con02 .box_wrap .box{padding: 20px 10px;background: var(--bg01);margin-top: 20px; border-radius:10px;}
.sub0104_wrap .con02 .box_wrap .box ul{width: fit-content;margin: 0 auto;}
.sub0104_wrap .con02 .box_wrap .box ul li{display: flex;	gap:10px;align-items: center;font-size: 12px; color: #040000;}
.sub0104_wrap .con02 .box_wrap .box ul li:not(:last-child){margin-bottom: 12px;}
.sub0104_wrap .con02 .box_wrap .box ul li em{position: relative;display: block;width: 13px; height: 13px; border:2px solid #ffbbda; border-radius:2px;}
.sub0104_wrap .con02 .box_wrap .box ul li em i{position: absolute;top: -30%;left: -5px;transform:translateY(-50%);background: url(/assets/images/main/chk_icon01_pc.png); width: 26px; height: 24px;background-size: cover;}

.sub0104_wrap .con02 .box_wrap .slide_wrap .slick-list{overflow: visible;padding: 20px 0;}
.sub0104_wrap .con02 .box_wrap .slide_wrap ul li{width: 120px;margin-right: 10px; box-shadow: 4px 6px 12px rgba(0,0,0,.15);}
.sub0104_wrap .con02 .box_wrap .slide_wrap ul li .img_wrap{position:relative; width:100%; padding-bottom:141.6%;}
.sub0104_wrap .con02 .box_wrap .slide_wrap ul li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}

.sub0104_wrap .con03{background: var(--bg01);}
.sub0104_wrap .con03 h3.h3_tit01 br{display: block;}

/*sub0201*/
.sub0201_wrap{line-height: 1;}
.sub0201_wrap .con01{padding: 60px 0;}	
.sub0201_wrap .con01 .tit_wrap{margin-bottom: 30px;}
.sub0201_wrap .con01 .tit_wrap span{display: block;color: var(--co01); margin-bottom: 6px;font-size: 16px;text-align: center;font-family: 'NanumSquareNeoExtraBold';}
.sub0201_wrap .con01 .tit_wrap .txt01{margin-bottom: 50px;}
.sub0201_wrap .con01 .txt01{margin-bottom: 50px;}
.sub0201_wrap .con01 .txt01 p{font-size: 16px; color: #1a1a1a; font-family: 'NanumSquareNeoExtraBold';text-align: center;}
.sub0201_wrap .con01 .img_wrap img{display: block;margin: 0 auto; max-width: 100%; }
.sub0201_wrap .con01 .txt_wrap{margin-top: 30px;}
.sub0201_wrap .con01 .txt_wrap p{font-size: 15px; color: #1a1a1a;line-height: 1.6;text-align: center;}
.sub0201_wrap .con01 .txt_wrap p b{font-family: 'NanumSquareNeoExtraBold';color: var(--co01);}

.sub0201_wrap .con02{padding: 60px 0px;background: #ffedf4;}
.sub0201_wrap .con02 .txt_wrap{margin-bottom: 10px;}
.sub0201_wrap .con02 .txt_wrap p{font-size: 13px; line-height: 1.6;font-family: 'NanumSquareNeoExtraBold';color: #1a1a1a;text-align: center;}
.sub0201_wrap .con02 .txt_wrap p b{color: var(--co01);}
.sub0201_wrap .con02 .img_wrap img{display: block;margin: 0 auto;max-width: 100%;}

.sub0201_wrap .con03{padding: 60px 0px;}
.sub0201_wrap .con03 .btn_wrap_st01 a.btn_st01{font-size: 12px;}

.sub0201_wrap .con04{position: relative;padding: 30px 0; background: var(--co01);}
.sub0201_wrap .con04 p{font-size: 25px; color: #fff; font-weight: 700;text-align: center;}
.sub0201_wrap .con04::after{content:'';position: absolute; left: 50%; bottom: -10px; width: 17px; height: 10px; background: url(/assets/images/main/arr02_mob.png)center no-repeat; background-size: cover;}

.sub0201_wrap .con05{padding: 60px 0;background: #ffedf4;}
#sub_contents .sub0201_wrap .con05 .inner{width: 100%;}
.sub0201_wrap .con05 .box_wrap{display: flex;gap:10px;justify-content: center;flex-wrap:wrap;}
.sub0201_wrap .con05 .box_wrap .box{width: calc((100% - 10px) / 2); height: auto; border:2px solid #ffbbda; border-radius:12px; background: #fff;padding: 20px;}
.sub0201_wrap .con05 .box_wrap .box .img{display: flex;align-items: center;justify-content: center;height: 120px;margin-bottom: 10px;}
.sub0201_wrap .con05 .box_wrap .box .img img{max-width: 100%;}
.sub0201_wrap .con05 .box_wrap .box p{font-size: 16px; color: #1a1a1a; font-weight: 700;text-align: center;}

.sub0201_wrap .con06{padding: 60px 0px;}
.sub0201_wrap .con06 h3.h3_tit01{margin-bottom: 30px;}
.sub0201_wrap .con06 .box_wrap_st01 .box{height: 120px;padding: 15px;}
.sub0201_wrap .con06 .box_wrap_st01 .box p{font-size: 15px;}
.sub0201_wrap .con06 .box_wrap_st01 .box p br{display: block;}

/*sub0202*/
.sub0202_wrap{line-height: 1;}
.sub0202_wrap .con01{padding: 60px 0;}	
.sub0202_wrap .con01 .tit_wrap h3.h3_tit01{margin-bottom: 0;}
.sub0202_wrap .con01 .tit_wrap span{display: block;color: var(--co01); margin-bottom: 6px;font-size: 16px;text-align: center;font-family: 'NanumSquareNeoExtraBold';}

.sub0202_wrap .con{padding: 60px 0;}
.sub0202_wrap .con.bg{background: #ffedf4;}
.sub0202_wrap .con em{position: relative;display: flex; align-items: center; justify-content: center;font-size: 16px;color: #fff;margin: 0 auto 35px;z-index: 10;font-family: 'NanumSquareNeoExtraBold';}
.sub0202_wrap .con em img{position: absolute; left: 50%;top: 50%;transform:translate(-50%,-50%);z-index: -1;width: 60px;}
.sub0202_wrap .con .tit_st01 p b{color: var(--co01);font-weight: 400;}

.sub0202_wrap .con .box_wrap{position: relative;width: calc(100% - 5px); padding: 55px 15px 55px; border-radius:10px; z-index: 10;margin-top: 30px;background: var(--co05);}
.sub0202_wrap .con .box_wrap::before{content:'';position: absolute; left: 50%;transform:translate(-50%);top: -14px; background: url(/assets/images/main/sec05_icon01_mob.png)center no-repeat; width: 268px; height: 30px; background-size: cover;}
.sub0202_wrap .con .box_wrap::after{content:'';position: absolute; top: -5px; left: -5px;z-index: -1;width: 100%; height: 100%;border-radius:10px;border:2px solid var(--co05);background: #fff;}

.sub0202_wrap .con .box_wrap .txt{margin-bottom: 30px;}
.sub0202_wrap .con .box_wrap .txt p{font-size: 16px; color: #040000; text-align: center;}
.sub0202_wrap .con .box_wrap ul{display: flex;gap:15px;justify-content: center;justify-content: center;flex-direction: column;}
.sub0202_wrap .con .box_wrap ul li{display: flex; align-items: center;justify-content: center;flex-direction: column;}
.sub0202_wrap .con .box_wrap ul li .img{display: flex;align-items: center;justify-content: center;width: 180px; height: 180px; padding: 20px; border-radius:50%; border:3px solid #ffbbda;}
.sub0202_wrap .con .box_wrap ul li .img img{max-width: 100%;max-height: 100%;}
.sub0202_wrap .con .box_wrap ul li p{font-size: 14px; color: #1a1a1a; font-weight: 700;text-align: center;margin-top: 15px;line-height: 1.5;}

/*sub0203*/
.sub0203_wrap{line-height: 1;}
.sub0203_wrap .con01{padding: 60px 0;}	
.sub0203_wrap .con01 .tit_wrap{margin-bottom: 30px;}
.sub0203_wrap .con01 .tit_wrap h3.h3_tit01{margin-bottom: 0;}
.sub0203_wrap .con01 .tit_wrap span{display: block;color: var(--co01); margin-bottom: 6px;font-size: 16px;text-align: center;font-family: 'NanumSquareNeoExtraBold';}
.sub0203_wrap .con01 .txt_wrap{margin-top: 30px;}
.sub0203_wrap .con01 .txt_wrap p{font-size: 16px;color: #1a1a1a;text-align: center;font-family: 'NanumSquareNeoExtraBold';}

.sub0203_wrap .con01 .box_wrap{display: flex;flex-wrap:wrap;justify-content: center;gap:20px 10px; width: 350px; margin: 40px auto 0;}
.sub0203_wrap .con01 .box_wrap .box{position: relative;}
.sub0203_wrap .con01 .box_wrap .box img{width: 170px;transition:.4s;}
.sub0203_wrap .con01 .box_wrap .box img.on{position: absolute;top: 0; left: 0;opacity: 0;}
.sub0203_wrap .con01 .box_wrap .box img.off{}
.sub0203_wrap .con01 .box_wrap .box p{position: absolute; left: 50%;top: 50%;transform:translate(-50%,-50%);font-size: 15px; color: #1a1a1a;font-weight: 700;width: 100%;text-align: center;transition:.4s;}
.sub0203_wrap .con01 .box_wrap .box:hover img.on{opacity: 1;}
.sub0203_wrap .con01 .box_wrap .box:hover img.off{opacity: 0;}
.sub0203_wrap .con01 .box_wrap .box:hover p{color: var(--co01);}

.sub0203_wrap .con01 .box_wrap .box.on img.on{opacity: 1;}
.sub0203_wrap .con01 .box_wrap .box.on img.off{opacity: 0;}
.sub0203_wrap .con01 .box_wrap .box.on p{color: var(--co01);}

.sub0203_wrap .con01 .img_wrap{margin-top: 40px;}
.sub0203_wrap .con01 .img_wrap img{display: block;max-width: 100%;margin: 0 auto;}

.sub0203_wrap .con01 .img_box02{display: flex;flex-wrap:wrap;align-items: flex-start;width: 350px;margin: 0 auto;}
.sub0203_wrap .con01 .img_box02 img{width: 70px;}
.sub0203_wrap .con01 .img_box02 img.img03{transform:translateY(0px);}
.sub0203_wrap .con01 .img_box02 img.img07{transform:translateX(0px);}
.sub0203_wrap .con01 .img_box02 img.img08{transform:translateX(0px);}
.sub0203_wrap .con01 .img_box02 img.img09{margin-right: 0px;}
.sub0203_wrap .con01 .img_box02 img.img010{}

/*sub0204*/
.sub0204_wrap{line-height: 1;}
.sub0204_wrap .con{padding: 60px 0;}	
.sub0204_wrap .con.bg{background: #ffedf4;}
.sub0204_wrap .con .tit_wrap{margin-bottom:30px;}
.sub0204_wrap .con .tit_wrap h3.h3_tit01{margin-bottom: 0;}
.sub0204_wrap .con .tit_wrap span{display: block;color: var(--co01); margin-bottom: 6px;font-size: 16px;text-align: center;font-family: 'NanumSquareNeoExtraBold';}
.sub0204_wrap .con .txt_wrap{margin-top: 30px;}
.sub0204_wrap .con .txt_wrap p{font-size: 16px;color: #1a1a1a;text-align: center;font-family: 'NanumSquareNeoExtraBold';}
.sub0204_wrap .con .txt_wrap p b{color: var(--co01);font-weight: 400;}

.sub0204_wrap .con01 .box_wrap{display: flex;flex-wrap:wrap;gap:10px;margin-top: 40px;}
.sub0204_wrap .con01 .box_wrap .box{padding-bottom: 20px;border:2px solid #ffbbda; border-radius:12px;padding: 15px;}
.sub0204_wrap .con01 .box_wrap .box .img{display: flex;align-items: center;justify-content: center;height: 120px;}
.sub0204_wrap .con01 .box_wrap .box .img img{display: block;max-width: 100%;max-height: 100%;}
.sub0204_wrap .con01 .box_wrap .box p{font-size: 13px; color: #1a1a1a; font-weight: 700;text-align: center;margin-top: 15px;line-height: 1.5;}
.sub0204_wrap .con01 .box_wrap .box01{width: 100%;}
.sub0204_wrap .con01 .box_wrap .box02{width: calc((100% - 10px) / 2);}
.sub0204_wrap .con01 .btn_wrap_st01{margin-top: 30px;}

.sub0303_wrap .con02{padding: 80px 0;}
.sub0204_wrap .con02 ul{margin-top: 20px;}
.sub0204_wrap .con02 ul li{position: relative;display: flex;align-items: center; gap:15px; background: #fff; padding: 15px 20px; min-height: initial; border-radius:100px;}
.sub0204_wrap .con02 ul li::after{content:'';position: absolute;top: 100%;left: 50px; background: url(/assets/images/sub/sub0204_arr01.png)center no-repeat; width: 15px;height: 20px;background-size: cover;}
.sub0204_wrap .con02 ul li:nth-child(2n)::after{left: initial; right: 50px;transform:rotateY(180deg);}
.sub0204_wrap .con02 ul li:not(:last-child){margin-bottom: 30px;}
.sub0204_wrap .con02 ul li:nth-child(2n){flex-direction: row-reverse;}
.sub0204_wrap .con02 ul li .icon{border:1px solid #ffa1c8; border-radius:50%;}
.sub0204_wrap .con02 ul li .icon img{width: 60px;}
.sub0204_wrap .con02 ul li p{font-size: 13px; color: #1a1a1a; line-height: 1.4; font-family: 'Ownglyph_corncorn-Rg';}
.sub0204_wrap .con02 ul li:nth-child(2n) p{text-align: right;}
.sub0204_wrap .con02 ul li p b{position: relative;font-weight: 400;z-index: 1;display: inline-block;}


.sub0204_wrap .con03 .box_wrap{display: flex;gap:30px;align-items: center;justify-content: center;flex-direction: column;}
.sub0204_wrap .con03 .box_wrap .box > img{width: 160px;}
.sub0204_wrap .con03 .box_wrap .box p{font-size: 15px; color: #1a1a1a; line-height: 1.6;text-align: center;}
.sub0204_wrap .con03 .box_wrap .box p strong{font-family: 'NanumSquareNeoExtraBold';font-weight: 400;}
.sub0204_wrap .con03 .box_wrap .box a.btn_st01{margin: 20px auto 0;}

/* sub0301 */
.sub0301_wrap{line-height: 1;}
.sub0301_wrap .con01{padding: 80px 0;background: var(--bg01);}
.sub0301_wrap .con01 .img{width: fit-content;margin: 0px auto 20px; }
.sub0301_wrap .con01 .img img{width: 100px;}
.sub0301_wrap .con01 .tit_st01{margin-bottom: 0;}
.sub0301_wrap .con01 .tit_st01 h3.h3_tit01 i{display: block;}
.sub0301_wrap .con01 .tit_st01 p i{display: block;}


.sub0301_wrap .con02{padding: 80px 0px;}
.sub0301_wrap .con02 .box_wrap{display: flex;align-items: center;margin-top: 40px;flex-direction: column;}
.sub0301_wrap .con02 .box_wrap .arr{display: flex;align-items: center; justify-content: center;	width: 30px;height: 60px;}
.sub0301_wrap .con02 .box_wrap .arr img{width: 12px;transform: translateY(-4px) rotate(90deg);}
.sub0301_wrap .con02 .box_wrap .box{position: relative;width: 100%; height: auto;padding-bottom: 20px; border-radius:10px; border:2px solid #ff7cb2;}
.sub0301_wrap .con02 .box_wrap .box em{position: absolute;left: 50%;transform:translateX(-50%);top: -16px;display: flex; align-items: center; justify-content: center;width: 80px; height: 30px;font-size: 16px; color: #fff; font-weight: 700; background: #ff7cb2; border-radius:50px;}
.sub0301_wrap .con02 .box_wrap .box .icon{display: flex;align-items: flex-end; justify-content: center;height: 180px;margin-bottom: 0px;}
.sub0301_wrap .con02 .box_wrap .box .icon img{transform:scale(0.6) translateY(30px);}
.sub0301_wrap .con02 .box_wrap .box .txt p{font-size: 20px; text-align: center;font-family: 'NanumSquareNeoHeavy';color: #1a1a1a;}
.sub0301_wrap .con02 .box_wrap .box .txt span{display: block;font-size: 13px;text-align: center;margin-top: 12px;color: #1a1a1a;}
.sub0301_wrap .con02 .btn_wrap_st01{margin-top: 40px;}
.sub0301_wrap .con02  a.btn_st01.btn_st01-2 {padding: 0 10px;}

.sub0301_wrap .con03{padding: 80px 0px;background: var(--bg01);}
.sub0301_wrap .con03 h3.h3_tit01 br{display: none;}
.sub0301_wrap .con03 h3.h3_tit01 i{display: block;}
.sub0301_wrap .con03 .box_wrap{display: flex; align-items: center;gap:30px;flex-direction: column;margin-top: 30px;}
.sub0301_wrap .con03 .box_wrap .img img{width: 280px;}
.sub0301_wrap .con03 .img02_wrap{display: flex;gap:10px;flex-direction: column;}
.sub0301_wrap .con03 .img02_wrap .img02{border:2px solid #ff7cb2; border-radius:10px;overflow: hidden;}
.sub0301_wrap .con03 .img02_wrap .img02 img{max-width: 100%;}
.sub0301_wrap .con03 .btn_wrap_st01{margin-top: 40px;}

/* sub0302 */
.sub0302_wrap{padding: 80px 0px;	line-height: 1;}
.sub0302_wrap .tit_st01 p{margin-top: 0;margin-bottom: 10px;}
.sub0302_wrap .con01 .inner{display: flex;flex-direction: column-reverse;gap:20px;margin-bottom: 40px;}
.sub0302_wrap .con01 .map_wrap{display: flex;align-items: center; justify-content: center;width: 100%; height: auto;padding: 20px; border:1px solid #ddd; border-radius:6px;}
.sub0302_wrap .con01 .map_wrap img{max-width: 100%;}
.sub0302_wrap .con01 .txt_wrap{width: 100%;}
.sub0302_wrap .con01 .txt_wrap .txt01{background: #f5f5f5;border-radius:3px;padding: 20px 30px;margin-bottom: 40px;}
.sub0302_wrap .con01 .txt_wrap .txt01 p{position: relative;color: #555;font-size: 12px; line-height: 1.6;text-align: center;width: fit-content;margin: 0 auto;}
.sub0302_wrap .con01 .txt_wrap .txt01 p::before{content:'“';position: absolute;top: -15px; left: -25px; font-size: 30px; color: var(--co01); font-weight: 700;}
.sub0302_wrap .con01 .txt_wrap .txt01 p::after{content:'”';position: absolute;top: -15px; right: -25px;  font-size: 30px; color: var(--co01); font-weight: 700;}
.sub0302_wrap .con01 .txt_wrap .txt01 p b{color: #333; font-weight: 700;}
.sub0302_wrap .con01 .txt_wrap .txt02 ul.ul_tab{display: flex; flex-wrap:wrap; gap:5px;}
.sub0302_wrap .con01 .txt_wrap .txt02 ul.ul_tab li{width: calc((100% - 10px) / 3); border:1px solid #ddd; border-radius:3px;transition:.3s;}
.sub0302_wrap .con01 .txt_wrap .txt02 ul.ul_tab li a{display: flex;align-items: center; justify-content: center; height: 35px;font-size: 12px; color: #1a1a1a; cursor:pointer;}
.sub0302_wrap .con01 .txt_wrap .txt02 ul.ul_tab li.on{background: var(--co01);border:1px solid var(--co01);}
.sub0302_wrap .con01 .txt_wrap .txt02 ul.ul_tab li.on a{color: #fff;}

.sub0302_wrap .con02{margin-top: 20px;}
.sub0302_wrap .con02 ul.list_wrap{display: flex;flex-wrap:wrap;gap:30px 20px;}
.sub0302_wrap .con02 ul.list_wrap li{width: calc((100% - 20px) / 2);}
.sub0302_wrap .con02 ul.list_wrap li .img_wrap{position:relative; width:100%; padding-bottom:83.333%;overflow: hidden; border-radius:10px;}
.sub0302_wrap .con02 ul.list_wrap li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}
.sub0302_wrap .con02 ul.list_wrap li .txt_wrap{margin-top: 10px;}
.sub0302_wrap .con02 ul.list_wrap li .txt_wrap p{font-size: 14px;font-family: 'NanumSquareNeoExtraBold';color: #1a1a1a;text-align: center;}

/* sub0303 */
.sub0303_wrap{line-height: 1;}
.sub0303_wrap .con01{padding: 80px 0px;background: #ffedf4;}
#sub_contents .sub0303_wrap .con01 .inner{display: flex;gap:50px;width: 100%;flex-direction: column-reverse;}
.sub0303_wrap .con01 .img_wrap{position: relative;width: 375px;margin: 0 auto;}
.sub0303_wrap .con01 .img_wrap .img01{display: block;margin-left: initial;margin: 0 auto;width: 300px;}
.sub0303_wrap .con01 .img_wrap .img02{position: absolute;top: 0;left: 10px;width: 110px;}
.sub0303_wrap .con01 .img_wrap .img03{position: absolute;bottom: 0px;left: 0px;width: 105px;}
.sub0303_wrap .con01 .img_wrap .img04{position: absolute;bottom: 120px;left: initial;right: 15px;width: 50px;}

.sub0303_wrap .con01 .txt_wrap{width: 100%;}
.sub0303_wrap .con01 .txt_wrap h3.h3_tit01{text-align: center;}
.sub0303_wrap .con01 .txt_wrap .logo{width: fit-content;margin: 20px auto 0;}
.sub0303_wrap .con01 .txt_wrap .logo img{width: 150px;}

.sub0303_wrap .con02{padding: 80px 0;}
.sub0303_wrap h3.h3_tit01 br{display: none;}
.sub0303_wrap h3.h3_tit01 i{display: block;}

.sub0303_wrap .con02 ul{margin-top: 20px;}
.sub0303_wrap .con02 ul li{position: relative;display: flex;align-items: center; gap:15px; background: #ffecf4; padding: 15px 20px; min-height: initial; border-radius:100px;}
.sub0303_wrap .con02 ul li::after{content:'';position: absolute;top: 100%;left: 50px; background: url(/assets/images/sub/arr03.png)center no-repeat; width: 15px;height: 20px;background-size: cover;}
.sub0303_wrap .con02 ul li:nth-child(2n)::after{left: initial; right: 50px;transform:rotateY(180deg);}
.sub0303_wrap .con02 ul li:not(:last-child){margin-bottom: 30px;}
.sub0303_wrap .con02 ul li:nth-child(2n){flex-direction: row-reverse;}
.sub0303_wrap .con02 ul li .icon{border:1px solid #ffa1c8; border-radius:50%;}
.sub0303_wrap .con02 ul li .icon img{width: 60px;}
.sub0303_wrap .con02 ul li p{font-size: 13px; color: #1a1a1a; line-height: 1.4; font-family: 'Ownglyph_corncorn-Rg';}
.sub0303_wrap .con02 ul li:nth-child(2n) p{text-align: right;}
.sub0303_wrap .con02 ul li p b{position: relative;font-weight: 400;z-index: 1;display: inline-block;}
.sub0303_wrap .con02 ul li p b::after{content:'';position: absolute;left: -2px;top: 50%;transform:translateY(-50%);width: calc(100% + 4px); height: 100%; background: #ffcfe5;z-index: -1;}

.sub0303_wrap .con02 ul li:nth-child(3) p br:nth-of-type(1){display: none;}

.sub0303_wrap .btn_wrap_st01{margin-top: 50px;}
.sub0303_wrap a.btn_st01.btn_st01-2{padding: 0px 15px;}

/* sub0304 */
.sub0304_wrap .con01{padding: 80px 0;}
.sub0304_wrap .con01 ul.list_wrap{display: flex;flex-wrap:wrap;gap:30px 20px;margin-top: 30px;}
.sub0304_wrap .con01 ul.list_wrap li{width: calc((100% - 20px) / 2);}
.sub0304_wrap .con01 ul.list_wrap li .img_wrap{position:relative; width:100%; padding-bottom:83.333%;overflow: hidden; border-radius:10px;}
.sub0304_wrap .con01 ul.list_wrap li .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}
.sub0304_wrap .con01 ul.list_wrap li .txt_wrap{margin-top: 10px;}
.sub0304_wrap .con01 ul.list_wrap li .txt_wrap p{font-size: 14px;font-family: 'NanumSquareNeoExtraBold';color: #1a1a1a;text-align: center;}

.sub0304_wrap .con01 a.more_btn{display: flex; align-items: center; justify-content: center;width: 80px; height: 30px;background: #ffa1c8;margin: 50px auto 0;font-size: 14px; color: #fff;font-family: 'NanumSquareNeoExtraBold';border-radius:32px;}

.sub0304_wrap .con01 .btn_wrap_st01{margin-top: 40px;}
.sub0304_wrap .con01 a.btn_st01.btn_st01-2{padding: 0px 15px;}

/* sub0401 */
.sub0401_wrap{line-height: 1;}
.sub0401_wrap .con01{padding: 80px 0px 60px;}
.sub0401_wrap .con01 .tit span{display: block;font-size: 15px; text-align: center;color: var(--co01);font-family: 'NanumSquareNeoExtraBold';margin-bottom: 10px;}
.sub0401_wrap .con01 .tit p{font-size: 24px;color: #1a1a1a;text-align: center;font-weight: 700;}
.sub0401_wrap .con01 .txt{margin-top: 20px;}
.sub0401_wrap .con01 .txt p{font-size: 16px;line-height: 1.6;color: #1a1a1a;text-align: center;}
.sub0401_wrap .con01 .txt p b{color: var(--co01);font-family: 'NanumSquareNeoExtraBold';}

.sub0401_wrap .con02{padding: 60px 0px ;background: #ffedf4;}
.sub0401_wrap .con02 h3.h3_tit01 i{display: block;}
.sub0401_wrap .con02 .txt_wrap p{font-size: 16px; line-height: 1.6;color: #1a1a1a;text-align: center;}
.sub0401_wrap .con02 .txt_wrap p b{color: var(--co01);font-family: 'NanumSquareNeoExtraBold';}

.sub0401_wrap .con02 .box_wrap_st01{margin-top: 40px;}
.sub0401_wrap .con02 .box_wrap_st01 .box{flex-direction: column;height: 100px;}
.sub0401_wrap .con02 .box_wrap_st01 .box span{padding-top: 0; font-size: 12px;font-weight: 700;}
.sub0401_wrap .con02 .box_wrap_st01 .box p{font-size: 20px; font-family: 'NanumSquareNeoHeavy';margin-top: 3px;}
.sub0401_wrap .con02 .btn_wrap_st01{margin-top: 40px;}

.sub0401_wrap .con03{position: relative;padding: 30px 0; background: var(--co01);}
.sub0401_wrap .con03 p{font-size: 24px; color: #fff; font-weight: 700;text-align: center;}
.sub0401_wrap .con03::after{content:'';position: absolute; left: 50%; bottom: -10px; width: 17px; height:10px; background: url(/assets/images/main/arr02_mob.png)center no-repeat; background-size: cover;}

.sub0401_wrap .con04{padding: 60px 0;}
.sub0401_wrap .con04 .box_wrap .box{display: flex;gap:10px;flex-wrap:wrap;}
.sub0401_wrap .con04 .box_wrap .box:not(:last-child){margin-bottom: 20px;}
.sub0401_wrap .con04 .box_wrap .box .tit{position: relative;display: flex;align-items: center; justify-content: center;width: 100%; height: auto;border:3px solid #ffbbda; border-radius:10px;padding: 20px;}
.sub0401_wrap .con04 .box_wrap .box .tit::after{content:'';position: absolute; top: initial; right: initial; left: 50%;bottom: -24px;transform:translateX(-50%) rotate(90deg);background: url(/assets/images/sub/sub0104_icon01.png)center no-repeat;width: 30px; height: 33px; background-size: cover;}
.sub0401_wrap .con04 .box_wrap .box .tit p{font-size: 18px; color: #ff7db2; font-weight: 700;}
.sub0401_wrap .con04 .box_wrap .box .tit p em{font-size: 30px;font-weight: 700;margin-left: 5px;}
.sub0401_wrap .con04 .box_wrap .box .txt{width: 100%;height: auto;border:3px solid #ffbbda; border-radius:10px;padding: 30px;}
.sub0401_wrap .con04 .box_wrap .box .txt p{font-size: 20px; color: #1a1a1a;font-weight: 700;}
.sub0401_wrap .con04 .box_wrap .box .txt span{display: block;font-size: 14px; line-height: 1.6; color: #1a1a1a;margin-top: 10px;}

/* sub0402 */
.sub0402_wrap{line-height: 1;}
.sub0402_wrap .con .tit01 span{display: block;font-size: 15px; text-align: center;color: var(--co01);font-family: 'NanumSquareNeoExtraBold';margin-bottom: 10px;}
.sub0402_wrap .con .tit01 p{font-size: 24px;color: #1a1a1a;text-align: center;font-weight: 700;}
.sub0402_wrap .con .txt01{margin-top: 20px;}
.sub0402_wrap .con .txt01 p{font-size: 16px;line-height: 1.6;color: #1a1a1a;text-align: center;}
.sub0402_wrap .con .txt01 p b{color: var(--co01);font-family: 'NanumSquareNeoExtraBold';}

.sub0402_wrap .con .tit02{}
.sub0402_wrap .con .tit02 em{position: relative;display: flex; align-items: center; justify-content: center;font-size: 16px;color: #fff;font-family: 'NanumSquareNeoExtraBold';z-index: 10;}
.sub0402_wrap .con .tit02 em img{position: absolute;z-index: -1;width: 60px;}
.sub0402_wrap .con .tit02 p{font-size: 24px; color: #1a1a1a; font-weight: 700;text-align: center;margin-top: 30px;}
.sub0402_wrap .con .tit02 span{display: block;font-size: 16px; margin-top: 20px; color: #1a1a1a;text-align: center;}

.sub0402_wrap .con01{padding: 60px 0px;}
.sub0402_wrap .con01 .tit span{display: block;font-size: 36px; text-align: center;color: var(--co01);font-family: 'NanumSquareNeoExtraBold';margin-bottom: 20px;}
.sub0402_wrap .con01 .tit p{font-size: 60px;color: #1a1a1a;text-align: center;font-weight: 700;}
.sub0402_wrap .con01 .txt{margin-top: 70px;}
.sub0402_wrap .con01 .txt p{font-size: 36px;line-height: 54px;color: #1a1a1a;text-align: center;}
.sub0402_wrap .con01 .txt p b{color: var(--co01);font-family: 'NanumSquareNeoExtraBold';}

.sub0402_wrap .con01 .tbl_wrap{margin-top: 50px;}
.sub0402_wrap .con01 .tbl_wrap table{width: 100%;table-layout: fixed;}
.sub0402_wrap .con01 .tbl_wrap table th{padding: 10px 5px;font-size: 13px;color: #fff;font-family: 'NanumSquareNeoHeavy';background: var(--co01);border-right: 1px solid #fff;}
.sub0402_wrap .con01 .tbl_wrap table th:last-child{border-right: 0;}
.sub0402_wrap .con01 .tbl_wrap table th i{display: block;}
.sub0402_wrap .con01 .tbl_wrap table td{padding: 10px 5px;font-size: 12px; color: #040000;text-align: center;border-right: 1px solid #ffbbda;}
.sub0402_wrap .con01 .tbl_wrap table td:first-child{font-family: 'NanumSquareNeoExtraBold';}
.sub0402_wrap .con01 .tbl_wrap table td:last-child{border-right: 0;}
.sub0402_wrap .con01 .tbl_wrap table td.bg01{background: #ffedf4;}

.sub0402_wrap .con02{padding: 60px 0;}
.sub0402_wrap .con02.bg{background: #ffedf4;}
.sub0402_wrap .con02 .img_wrap img{display: block;margin: 40px auto 0;max-width: 100%;}

.sub0402_wrap .con03{padding: 60px 0px;}
.sub0402_wrap .con03 .box_wrap{display: flex;justify-content: center;flex-wrap:wrap;gap:5px;margin-top: 40px;}
.sub0402_wrap .con03 .box_wrap .box{display: flex;flex-direction: column;justify-content: flex-end;align-items: center;height: auto;border:2px solid #ff7db2; border-radius:10px;padding: 20px;}
.sub0402_wrap .con03 .box_wrap .box01{width: calc((100% - 5px) / 2);}
.sub0402_wrap .con03 .box_wrap .box02{width: calc((100% - 5px) / 2);}
.sub0402_wrap .con03 .box_wrap .box img{display: block;margin: 0 auto 20px;max-width: 100%;}
.sub0402_wrap .con03 .box_wrap .box:nth-child(2) img{margin: 0 auto 10px;}
.sub0402_wrap .con03 .box_wrap .box:nth-child(4) img{margin: 0 auto 10px;}
.sub0402_wrap .con03 .box_wrap .box p{font-size: 13px; color: #040000; font-weight: 700;text-align: center;line-height: 1.5;}

/* sub0403 */
.sub0403_wrap{line-height: 1;}
.sub0403_wrap .con .tit01 span{display: block;font-size: 15px; text-align: center;color: var(--co01);font-family: 'NanumSquareNeoExtraBold';margin-bottom: 10px;}
.sub0403_wrap .con .tit01 p{font-size: 24px;color: #1a1a1a;text-align: center;font-weight: 700;}
.sub0403_wrap .con .txt01{margin-top: 20px;}
.sub0403_wrap .con .txt01 p{font-size: 16px;line-height: 1.6;color: #1a1a1a;text-align: center;}
.sub0403_wrap .con .txt01 p b{color: var(--co01);font-family: 'NanumSquareNeoExtraBold';}

.sub0403_wrap .con01{padding: 60px 0px;}
.sub0403_wrap .con01 .tbl_wrap{margin-top: 30px;}
.sub0403_wrap .con01 .tbl_wrap table{width: 100%;}
.sub0403_wrap .con01 .tbl_wrap table th{padding: 10px 5px;font-size: 13px;color: #fff;font-family: 'NanumSquareNeoHeavy';background: var(--co01);border-right: 1px solid #fff;}
.sub0403_wrap .con01 .tbl_wrap table th:last-child{border-right: 0;}
.sub0403_wrap .con01 .tbl_wrap table th i{display: block;}
.sub0403_wrap .con01 .tbl_wrap table td{padding: 10px 5px;font-size: 12px; color: #040000;text-align: center;border-right: 1px solid #ffbbda;}
.sub0403_wrap .con01 .tbl_wrap table td:first-child{font-family: 'NanumSquareNeoExtraBold';}
.sub0403_wrap .con01 .tbl_wrap table td:last-child{border-right: 0;}
.sub0403_wrap .con01 .tbl_wrap table td.bg01{background: #ffedf4;}

.sub0403_wrap .con02{position: relative;background: var(--co01);padding: 60px 0;}
.sub0403_wrap .con02 .bg_img{position: absolute;left: 50%; top: 50%;transform:translate(-50%,-50%);width: 100%;}
.sub0403_wrap .con02 .bg_img img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 120%;}
.sub0403_wrap .con02 .tit01 p{color: #fff;line-height: 1.2;}
.sub0403_wrap .con02 .txt01 p{color: #fff;}
.sub0403_wrap .con02 .txt01 p b{color: #ffff70;}

.sub0403_wrap .con03{padding: 60px 0px;}
.sub0403_wrap .con03 .box_wrap{margin-top: 50px;}
.sub0403_wrap .con03 .box_wrap h2{display: flex;align-items: center; justify-content: center;font-size: 16px; color: #fff;height: 40px;padding: 0px 20px;font-family: 'NanumSquareNeoHeavy';background: var(--co01); border-radius:50px;width: fit-content;margin: 0 auto;}
.sub0403_wrap .con03 .box_flex{display: flex;gap:30px;flex-wrap:wrap;margin-top: 50px;}
.sub0403_wrap .con03 .box_flex .box{position: relative;display: flex;flex-direction: column;align-items: center;justify-content: flex-end;width: 100%; height: auto; border:3px solid #ff7db2; border-radius:10px;padding: 40px 20px 20px;}
.sub0403_wrap .con03 .box_flex .box:not(:last-child)::after{content:'';position: absolute; top: 50%; right: -30px; transform:translateY(-50%);background: url(/assets/images/sub/arr02.png)center no-repeat; width: 12px;height: 20px; background-size: cover;}
.sub0403_wrap .con03 .box_flex .box em{position: absolute;top: -17px; left: 50%;transform:translateX(-50%);display: flex; align-items: center; justify-content: center;width: 100px; height: 35px; font-size: 16px;color: #fff; font-weight: 700; border-radius:50px; background: #ff7db2;}
.sub0403_wrap .con03 .box_flex .box img{max-width: 100%;}
.sub0403_wrap .con03 .box_flex .box:nth-child(2) .txt{margin-top: 40px;}
.sub0403_wrap .con03 .box_flex .box .txt{margin-top: 15px;text-align: center;}
.sub0403_wrap .con03 .box_flex .box .txt p{font-size: 16px; color: #040000;font-family: 'NanumSquareNeoHeavy';line-height: 1.2;}
.sub0403_wrap .con03 .box_flex .box .txt span{display: block;font-size: 14px; line-height: 1.5;color: #040000;margin-top: 10px;}

.sub0403_wrap .con04{padding: 60px 0px;background: #ffedf4;}
.sub0403_wrap .con04 .box_wrap{display: flex;align-items: center;flex-direction: column;justify-content: center;gap:30px;margin-top: 40px;}
.sub0403_wrap .con04 .box_wrap .logo img{width: 200px;}
.sub0403_wrap .con04 .box_wrap ul li:not(:last-child){margin-bottom: 20px;}
.sub0403_wrap .con04 .box_wrap ul li p{font-size: 14px;line-height: 1.6;font-family: 'NanumSquareNeoExtraBold';color: #1a1a1a;}
.sub0403_wrap .con04 .box_wrap ul li span{display: block;font-size: 14px;line-height: 1.6;color: #1a1a1a;}
.sub0403_wrap .con04 a.btn_st01{margin: 30px auto 0;}

/* sub0404 */
.sub0404_wrap{line-height: 1;}
.sub0404_wrap .con01{padding: 60px 0;}
.sub0404_wrap .con01 .inner{display: flex;flex-wrap:wrap;gap:40px;}
.sub0404_wrap .con01 .txt_wrap{width: 100%;}
.sub0404_wrap .con01 .txt_wrap .img{width: fit-content;margin: 0 auto 20px;}
.sub0404_wrap .con01 .txt_wrap .img img{width: 200px;}
.sub0404_wrap .con01 .txt_wrap .txt p{font-size: 14px; color: #1a1a1a; line-height: 1.6;text-align: center;}

.sub0404_wrap .con01 .online_wrap{width: 100%;}
.sub0404_wrap .online_wrap .tit{margin-bottom: 20px;}
.sub0404_wrap .online_wrap .tit strong{position: relative;display: block;padding-left: 10px;font-size: 16px; color: #222; font-weight: 700;font-family: 'NanumSquareNeoBold';}
.sub0404_wrap .online_wrap .tit strong::after{content:'';position: absolute;left: 0;top: 50%; transform:translateY(-50%);width: 2px; height: 14px; background: var(--co01);}

.sub0404_wrap .online_wrap .input_wrap{display: flex; flex-wrap:wrap;gap:10px 5px;}
.sub0404_wrap .online_wrap .input_wrap .input{position: relative;width: calc((100% - 5px) / 2);}
.sub0404_wrap .online_wrap .input_wrap .input02{position: relative;width: 100%;}
.sub0404_wrap .online_wrap .input_wrap input[type="text"]{width: 100%; height: 35px;background: #fff; border:1px solid #ddd; font-size: 12px; color: #222;padding: 0 10px; border-radius:4px;}
.sub0404_wrap .online_wrap .input_wrap input[type="text"]:focus{outline:0;}
.sub0404_wrap .online_wrap .input_wrap input[type="text"] + label{position: absolute;left: 10px;top: 50%; transform:translateY(-50%);font-size: 12px; color: #999;transition:.5s;}
.sub0404_wrap .online_wrap .input_wrap input[type="text"] + label b{color: var(--co01); font-weight: 400;} 
.sub0404_wrap .online_wrap .input_wrap input[type="text"]:focus + label {opacity: 0;}
.sub0404_wrap .online_wrap .input_wrap input[type="text"]:valid + label {opacity: 0;}
.sub0404_wrap .online_wrap .input_wrap select{width: 100%;height: 35px;border:1px solid #ddd;font-size: 12px; color: #222;padding: 0 10px;-webkit-appearance:none; /* for chrome */-moz-appearance:none; /*for firefox*/appearance:none; background: url(/assets/images/sub/select_icon01_tab.png)center right 10px no-repeat #fff; background-size: 11px; border-radius:4px;}
.sub0404_wrap .online_wrap .input_wrap select:focus{outline:0;}
.sub0404_wrap .online_wrap .input_wrap textarea{width: 100%;height: 100px;background: #fff; border:1px solid #ddd;font-size: 12px; color: #222;padding: 10px;border-radius:4px;resize:none;}
.sub0404_wrap .online_wrap .input_wrap textarea + label{position: absolute;left: 10px; top: 10px;font-size: 12px; color: #999;transition:.5s;}
.sub0404_wrap .online_wrap .input_wrap textarea + label b{color: var(--co01); font-weight: 400;}
.sub0404_wrap .online_wrap .input_wrap textarea:focus{outline:0;}
.sub0404_wrap .online_wrap .input_wrap .textarea.filled label{opacity: 0;}
.sub0404_wrap .online_wrap .input_wrap .textarea.focused label{opacity: 0;}

.sub0404_wrap .online_wrap .check_wrap{display: flex; align-items: center;gap:6px;margin-top: 15px;}
.sub0404_wrap .online_wrap .check_wrap input[type="checkbox"]{display: none;}
.sub0404_wrap .online_wrap .check_wrap input[type="checkbox"] + label{position: relative;padding-left: 20px;font-size: 12px; color: #666;}
.sub0404_wrap .online_wrap .check_wrap input[type="checkbox"] + label::after{content:'';position: absolute;left: 0; top: 0; width: 12px; height: 12px; background: #fff; border:1px solid #bbb; border-radius:2px;font-family: 'Pretendard';font-size: 10px;}
.sub0404_wrap .online_wrap .check_wrap input[type="checkbox"]:checked + label::after{content:'✓';background: var(--co01);border:1px solid var(--co01);text-align: center;line-height: 9px;color: #fff;}
.sub0404_wrap .online_wrap .check_wrap .pro_pop_btn{font-size: 12px; color: #222; font-weight: 500; cursor:pointer;}
.sub0404_wrap .online_wrap .online_btn{display: flex; align-items: center; justify-content: center;gap:6px; width: 100%; height: 32px;font-size: 14px; color: #fff; font-weight: 700;border-radius:22px; background: var(--co01); margin-top: 20px;}
.sub0404_wrap .online_wrap .online_btn img{width: 11px;transition:var(--trs04);}
.sub0404_wrap .online_wrap .online_btn:hover img{transform:translateX(0px) rotate(-45deg);}

/* sub0501 */
.sub0501_wrap{line-height: 1;}
.sub0501_wrap .con01{padding: 60px 0px;}
.sub0501_wrap .con01 .tit em{position: relative;display: block;margin: 0 auto 20px;width: fit-content; }
.sub0501_wrap .con01 .tit em img{width: 110px;}
.sub0501_wrap .con01 .tit em p{position: absolute; left: 50%; top: 50%;transform:translate(-50%,-50%);font-size: 22px;color: var(--co01);font-weight: 700;}
.sub0501_wrap .con01 .img{display: block;width: fit-content; margin: 0 auto 30px;}
.sub0501_wrap .con01 .img img{width: 300px;}
.sub0501_wrap .con01 .txt p{font-size: 16px; color: #1a1a1a; line-height: 1.5;text-align: center;font-family: 'NanumSquareNeoExtraBold';}
.sub0501_wrap .con01 .txt p b{color: var(--co01);}

.sub0501_wrap .con02{padding: 60px 0px;background: #ffedf4;}
.sub0501_wrap .con02 .img img{display: block; margin: 0 auto;width: 100%;}
.sub0501_wrap .con02 .box_wrap_st01{margin-top: 20px;}
.sub0501_wrap .con02 .box_wrap_st01 .box{width: 100%;}
.sub0501_wrap .con02 .box_wrap_st01 .box p{line-height: 1.4;}

.sub0501_wrap .con03{padding: 60px 0px 80px;}
.sub0501_wrap .con03 .tit_st01 span{display: block;font-size: 14px; margin-bottom: 10px; color: #1a1a1a;text-align: center;font-family: 'NanumSquareNeoExtraBold';}
.sub0501_wrap .con03 .box_wrap{display: flex;flex-wrap:wrap;gap:30px 10px;}
.sub0501_wrap .con03 .box_wrap .box{display: flex;align-items: center; justify-content: center;width: calc((100% - 20px) / 3); height: 115px; border-radius:12px; border:2px solid #ff79b0;background: linear-gradient(-90deg,rgba(255, 125, 178, 1) 50%, rgba(255, 174, 207, 1) 80%); }
.sub0501_wrap .con03 .box_wrap .box p{font-size: 60px; color: #fff;font-weight: 700;}
.sub0501_wrap .con03 .box_wrap .box02{position: relative;width: 100%;}
.sub0501_wrap .con03 .box_wrap .box02::after{content:'+';position: absolute; top: -37px; left: 50%;transform:translateX(-50%);font-size: 40px; color: #1a1a1a; font-weight: 700;}

.sub0501_wrap .con03 .box_wrap .box .h_box{transform:rotateY(90deg);position: absolute;top: 0; left: 0;display: flex;align-items: center; justify-content: center; width: 99%; height: 100%;background: #fff;border-radius:12px; transition:.5s ease;}	
.sub0501_wrap .con03 .box_wrap .box .h_box strong{display: block;text-align: center;color: #1a1a1a;font-weight: 700;font-size: 18px;}
.sub0501_wrap .con03 .box_wrap .box .h_box strong b{color: var(--co01);}
.sub0501_wrap .con03 .box_wrap .box.on{background: #fff;}
.sub0501_wrap .con03 .box_wrap .box.on .h_box{transform:rotateY(0deg);}

/* sub0502 - 05 */
.sub05_wrap{line-height: 1;}
.sub05_wrap .con01{padding: 40px 0px 120px;}				
.sub05_wrap .con01 .icon{margin-bottom: 15px;}
.sub05_wrap .con01 .icon img{display: block; margin: 0 auto;width: 60px;}
.sub05_wrap .con01 .tit{margin-bottom: 40px;}
.sub05_wrap .con01 .tit .h3_tit01{display: flex;align-items: center; justify-content: center;gap:10px;}
.sub05_wrap .con01 .tit .h3_tit01 b.co01{color: var(--co01);}
.sub05_wrap .con01 .tit .h3_tit01 b.co02{color: var(--co02);}
.sub05_wrap .con01 .tit .h3_tit01 b.co03{color: var(--co03);}
.sub05_wrap .con01 .tit .h3_tit01 b.co04{color: #069aff;}
.sub05_wrap .con01 .tit .h3_tit01 .tag{display: flex;align-items: center; gap:5px;}
.sub05_wrap .con01 .tit .h3_tit01 .tag em{display: flex;align-items: center; justify-content: center;height: 30px; font-size: 16px; border-radius:4px;padding: 0px 15px;color: #fff; background: #ffa1c8;font-family: 'NanumSquareNeoExtraBold';}
.sub05_wrap .con01 .tit .h3_tit01 .tag em.co02{background: #ca78cf;}
.sub05_wrap .con01 .tit .h3_tit01 .tag em.co03{background: #a296f9;}
.sub05_wrap .con01 .tit .h3_tit01 .tag em.co04{background: #64c6ff;}
.sub05_wrap .con01 .tit p{font-size: 15px; color: #1a1a1a;font-family: 'NanumSquareNeoExtraBold';text-align: center;}
.sub05_wrap .con01 .box_wrap{display: flex;justify-content: center;gap:20px;}
.sub05_wrap .con01 .box_wrap .box{position: relative;}
.sub05_wrap .con01 .box_wrap .box img{width: 100px;}
.sub05_wrap .con01 .box_wrap .box p{position: absolute;left: 50%;transform:translateX(-50%); bottom: -30px;width: max-content;text-align: center; font-size: 14px;color: #1a1a1a;font-family: 'NanumSquareNeoHeavy';}

.sub05_wrap .con02{padding-bottom: 60px;}
.sub05_wrap .con02 .tit{margin-bottom: 20px;}
.sub05_wrap .con02 .tit p{font-size: 18px; color: #1a1a1a;font-family: 'NanumSquareNeoExtraBold';text-align: center;}
.sub05_wrap .con02 .box_wrap{display: flex; flex-wrap:wrap;gap:10px;justify-content: center;width: 100%;margin: 0 auto;}
.sub05_wrap .con02 .box_wrap .box{width: calc((100% - 30px) / 4);}
.sub05_wrap .con02 .box_wrap .box .img_wrap{ position:relative; width:100%; padding-bottom:141.475%;}
.sub0503_wrap .con02 .box_wrap .box .img_wrap{ position:relative; width:100%; padding-bottom:126.984%;}
.sub05_wrap .con02 .box_wrap .box .img_wrap img{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}

.sub05_wrap .con03 img{width: 100%;}

/* sub0505 */
.sub0505_wrap .con02{margin:60px 0;}
.sub0505_wrap .con02 .tit p{line-height: 1.6;}
.sub0505_wrap .con02 .tit p b{color:#069aff;}
.sub0505_wrap .con02 .img{display:flex; justify-content:center; margin-top:40px;}
.sub0505_wrap .con02 .img a img{width:280px;}

/* sub0506 */
.sub0506_wrap{line-height: 1;}
.sub0506_wrap .con01{padding: 60px 0 180px;}
.sub0506_wrap .con01 .tit_st01{margin-bottom: 10px;}
.sub0506_wrap .con01 .tit_st01 span{display: block;font-size: 14px; color: #1a1a1a;text-align: center;font-family: 'NanumSquareNeoExtraBold'; margin-bottom: 10px;}
.sub0506_wrap .con01 .box_con{position: relative;}
.sub0506_wrap .con01 .box_con .arr{position: absolute;left: 50%;transform:translateX(-50%);top: -65px;z-index: -1;}
.sub0506_wrap .con01 .box_con .arr img{width: 340px;}
.sub0506_wrap .con01 .box_wrap{display: flex;gap:10px;justify-content: center;align-items: flex-end;padding: 0px; border-bottom: 4px solid #1a1a1a;}
.sub0506_wrap .con01 .box_wrap .box{position: relative;display: flex;align-items: flex-end;width: calc((100% - 30px) / 4);}
.sub0506_wrap .con01 .box_wrap .box .img{width: 100%;}
.sub0506_wrap .con01 .box_wrap .box .img img{position: absolute;top: 56%;left: 50%;transform:translate(-50%,-50%);max-width: 60%;}
.sub0506_wrap .con01 .box_wrap .box .bg{width: 100%;}
.sub0506_wrap .con01 .box_wrap .box:nth-child(1){height: 100px;}
.sub0506_wrap .con01 .box_wrap .box:nth-child(2){height: 140px;}
.sub0506_wrap .con01 .box_wrap .box:nth-child(3){height: 180px;}
.sub0506_wrap .con01 .box_wrap .box:nth-child(4){height: 220px;}
.sub0506_wrap .con01 .box_wrap .box:nth-child(1) .bg{background: url(/assets/images/sub/sub0506_bg01.png)bottom no-repeat; background-size: cover; height: 100px;background-position: top;}
.sub0506_wrap .con01 .box_wrap .box:nth-child(2) .bg{background: url(/assets/images/sub/sub0506_bg02.png)bottom no-repeat; background-size: cover; height: 140px;background-position: top;}
.sub0506_wrap .con01 .box_wrap .box:nth-child(3) .bg{background: url(/assets/images/sub/sub0506_bg03.png)bottom no-repeat; background-size: cover; height: 180px;background-position: top;}
.sub0506_wrap .con01 .box_wrap .box:nth-child(4) .bg{background: url(/assets/images/sub/sub0506_bg04.png)bottom no-repeat; background-size: cover; height: 220px;background-position: top;}
.sub0506_wrap .con01 .box_wrap .box .txt{position: absolute;top: calc(100% + 15px);bottom: initial;left: 50%;transform:translateX(-50%);width: 100%;}	
.sub0506_wrap .con01 .box_wrap .box .txt p{font-size: 13px; line-height: 1.5;color: var(--co01); font-weight: 700; text-align: center;margin-bottom: 5px;}
.sub0506_wrap .con01 .box_wrap .box .txt span{display: block;font-size: 11px; color: #040000; line-height: 1.5;text-align: center;}
.sub0506_wrap .con01 .box_wrap .box .txt span br{display: none;}

.sub0506_wrap .con02{position: relative;background: var(--co01);padding: 25px 0;}
.sub0506_wrap .con02 p{font-size: 20px; color: #fff; font-weight: 700;text-align: center;	line-height: 1.5;}
.sub0506_wrap .con02 p b{color: #ffff70;}
.sub0506_wrap .con02 p i{display: block;}
.sub0506_wrap .con02::after{content:'';position: absolute; left: 50%; bottom: -10px; width: 17px; height: 10px; background: url(/assets/images/main/arr02_mob.png)center no-repeat; background-size: cover;}

.sub0506_wrap .con03{padding: 50px 0; background: #ffedf4;}
.sub0506_wrap .con03 .tit_st01{margin-bottom: 0;}
.sub0506_wrap .con03 .tit_st01 p{margin-top: 15px;}

.sub0506_wrap .con04{padding: 60px 0px ;}
.sub0506_wrap .con04 h3.h3_tit01{margin-bottom: 60px;}
.sub0506_wrap .con04 .box_wrap{display: flex;flex-wrap:wrap;justify-content: center;gap:60px 0;width: 100%; margin: 0 auto;}
.sub0506_wrap .con04 .box_wrap .box{position: relative;width: 100%;}
.sub0506_wrap .con04 .box_wrap .box img{display: block;height: 250px;margin: 0 auto;}
.sub0506_wrap .con04 .box_wrap .box .txt{position: absolute;left: 0;bottom: -20px;width: 100%;text-align: center;}
.sub0506_wrap .con04 .box_wrap .box .txt p{font-size: 16px;margin-bottom: 10px;font-weight: 700;color: var(--co01);text-align: center;}
.sub0506_wrap .con04 .box_wrap .box .txt span{display: block;font-size: 13px; color: #040000;text-align: center;}

.sub0506_wrap .con05{padding: 60px 0; background: #ffedf4;}
.sub0506_wrap .con05 .tit_wrap .tit{display: flex;justify-content: center;gap:20px;margin-bottom: 25px;}
.sub0506_wrap .con05 .tit_wrap .tit em{position: relative; z-index: 10;}
.sub0506_wrap .con05 .tit_wrap .tit em img{width: 100px;}
.sub0506_wrap .con05 .tit_wrap .tit em:not(:last-child)::after{content:'+';position: absolute; right: -16px; top: 50%;transform:translateY(-50%);font-size: 20px;color: #1a1a1a;font-weight: 700;}
.sub0506_wrap .con05 .tit_wrap .tit em h3.h3_tit01{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%);z-index: 10;}
.sub0506_wrap .con05 .tit_wrap .tit_st01 span{display: block;font-size: 18px; color: #1a1a1a; text-align: center;font-family: 'NanumSquareNeoExtraBold'; }
.sub0506_wrap .con05 .tit_wrap .tit_st01 p{margin-top: 25px;font-size: 13px;}
.sub0506_wrap .con05 .tit_wrap .tit_st01 p b{color: var(--co01);}

.sub0506_wrap .con05 a.btn_st01{width: fit-content;margin: 25px auto 0;}

}