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

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

/* === Main === */
#wrap {position:relative; width:100%; max-width:1400px; min-width: 375px; margin:0 auto; overflow:hidden;}
.inner{width:100%; margin:0 auto; padding: 0 2.6%; }

svg.curzr{display: none;}

#intro_wrap{position: fixed;top: 0; left: 0;width: 100%; height: 100vh;background: linear-gradient(125deg, rgba(90, 66, 236, 1) 20%, rgba(9, 187, 254, 1) 100%);z-index: 9999;}
#intro_wrap p{position: absolute; top: 45%;left: 50%;transform:translate(-50%,-50%);font-size: 68px; color: #fff; font-weight: 700;text-align: center;width: 100%;}
#intro_wrap p.txt01{}
#intro_wrap p.txt02{opacity: 0;}

/*header*/
#header{position: absolute;width: 100%;top: 0;z-index: 7000;line-height: 1;}
#header .inner{display: flex;align-items: center; justify-content: space-between; height: 80px;}
#header h1 a img{width: 85px;}
#header .right{display: flex;align-items: center;gap:20px;}
#header ul.gnb{display: none;gap:70px;}
#header ul.gnb li a{position: relative;font-size: 20px; color: #222;font-weight: 700;text-transform:uppercase;}
#header ul.gnb li a::after{content:'';position: absolute;left: 0; bottom: 0px;width: 0%; height: 2px;transition:.3s ease;background: #222;}
#header ul.gnb li a:hover::after{width: 100%;}

#header a.contact{display: flex;align-items: center; justify-content: center;gap:10px;width: 112px; height: 32px;font-size: 14px; color: #fff; font-weight: 700;background: linear-gradient(125deg,rgba(90, 66, 236, 1) 20%, rgba(9, 187, 254, 1) 100%); border-radius:24px;text-transform:uppercase;}
#header a.contact img{width: 13px;}

/* navi */
#header.nav{background: #fff;}
#header.nav .nav_btn img.off{opacity: 0;}
#header.nav .nav_btn img.on{opacity: 1;}

.nav_btn{display: block;position: relative;}
.nav_btn img{transition:.3s;}
.nav_btn img.off{width: 17px;}
.nav_btn img.on{opacity: 0;position: absolute;right: 0;top: 50%; transform:translateY(-50%);width: 22px;}
.navigation{display: none;position: absolute;left: 0; top: 80px; width: 100%; height: calc(100vh - 80px); background: url(/assets/images_m/main/nav_bg_tab.png)left bottom no-repeat #fff; background-size: 505px;z-index: 8000;padding: 0 20px;line-height: 1;}
.navigation .lnb{margin-top: 110px;border-top: 1px solid #222;;}
.navigation .lnb h3 a{display: flex;align-items: center;font-size: 25px; color: #222; font-weight: 700; height: 80px;border-bottom: 1px solid #222;text-transform:uppercase;}
.navigation p.copy{position: absolute;left: 20px; bottom: 40px;font-size: 20px; color: #666;}

/* visual_wrap */
#visual_wrap{position: relative;width: 100%;height: 100vh;overflow: hidden; line-height: 1;}
#visual_wrap video{width: 100%; height: 100vh; object-fit:cover;}
#visual_wrap .txt_wrap{position: absolute; width: 100%;left: 0;bottom: 75px;display: flex;align-items: flex-end;justify-content: space-between;text-transform:uppercase;}
#visual_wrap .txt_wrap .left{transform:translateY(65px);}
#visual_wrap .txt_wrap .left p{font-size: 100px; line-height: 115px; color: #222; font-weight: 800;}
#visual_wrap .txt_wrap .right p{font-size: 20px; line-height: 30px; color: #bbb;font-weight: 500;text-align: right;}

.section{line-height: 1;}
.section .sec_tit{display: flex;align-items: flex-start;justify-content: flex-start; flex-direction: column;gap:20px; margin-bottom: 80px;}
.section .sec_tit p{font-size: 30px; color: #222; line-height: 45px;font-weight: 700;}
.section .sec_tit p b{font-weight: 500;-webkit-text-fill-color: rgba(26, 26, 26, 0.1);-webkit-background-clip: text;background-repeat: no-repeat;background-image: linear-gradient(90deg, var(--co01) 0%, var(--co01) 50%, transparent 50.1%);background-size: 0% 100%;font-weight: 700;}
.section .sec_tit span{display: block;font-size: 20px; line-height: 30px; color: #bbb;font-weight: 700;text-align: left;text-transform:uppercase;}

/* section01 */
#section01{background: url(/assets/images_m/main/sec01_bg03_tab.jpg)center no-repeat; background-size: cover;transition:.5s;}
#section01.bg01{background: url(/assets/images_m/main/sec01_bg03_tab.jpg)center no-repeat; background-size: cover;}
#section01.bg02{background: url(/assets/images_m/main/sec01_bg02_tab.jpg)center no-repeat; background-size: cover;}
#section01.bg03{background: url(/assets/images_m/main/sec01_bg01_tab.jpg)center no-repeat; background-size: cover;}
#section01 .con_wrap{display: flex;}
#section01 .con_wrap .con{flex:1;}
#section01 .con_wrap .con a{display: flex;align-items: center; justify-content: center;height: 100vh;}
#section01 .con_wrap .con:not(:last-child){border-right: 1px solid rgba(255,255,255,.5);}
#section01 .con_wrap .con .txt p{font-size: 25px; color: #fff; font-weight: 700;text-align: center;}
#section01 .con_wrap .con .txt span{display: block;font-size: 15px; color: rgba(255,255,255,.5);margin-top: 20px;text-align: center;}

/* section02 */
#section02{position: relative;padding: 110px 0;overflow: hidden;}
#section02::after{content:'';animation:sec02Ani 5s ease infinite;position: absolute;left: -300px; bottom: -490px; background: url(/assets/images_m/main/sec02_bg01_tab.png)center no-repeat; width: 689px; height: 768px; background-size: cover;z-index: -1;}
@keyframes sec02Ani{
0%,100%{transform:scale(1);}
50%{transform:scale(2);}
}

#section02 .sec02_slide .slick-list{overflow: visible;}
#section02 .sec02_slide li{width: 240px; margin-right: 50px;transition:.4s ease;}
#section02 .sec02_slide li.slick-center{transform:scale(1.13);}
#section02 .sec02_slide li .img_wrap{position:relative; width:100%; padding-bottom:178%; border-radius:10px; overflow: hidden;}	
#section02 .sec02_slide li .img_wrap img,
#section02 .sec02_slide li .img_wrap video,
#section02 .sec02_slide li .img_wrap iframe{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;}

#section02 .siide_items{display: flex;align-items: center; justify-content: center;gap:20px;margin-top: 80px;}
#section02 .siide_items img{width: 35px;}
#section02 .siide_items .sec02_dots{position: relative;width: 210px; height: 4px;background: #ddd; border-radius:	2.5px;overflow: hidden;}
#section02 .siide_items .sec02_dots li{position: absolute;left: 0;top: 0;width: 0;height: 100%;background: var(--co01);text-indent: -9999px;}
#section02 .siide_items .sec02_dots li.slick-active{animation: sec02Dots 3s  linear forwards;}
@keyframes sec02Dots{
0%{width: 0;}
100%{width: 100%;}
}

/* section03 */
#section03{padding: 110px 0; background: #f5f5f5;}
#section03 .inner{display: flex;align-items: flex-start;flex-direction: column;}
#section03 .sec_tit{flex-direction: row;align-items: flex-end;justify-content: space-between;width: 100%;margin-bottom: 45px;gap:20px;}
#section03 .sec_tit a.more_btn{display: flex;align-items: center; justify-content: center;width: 150px; height: 40px; border:2px solid var(--co01); border-radius:28px; background: #8877ef;font-size: 15px; color: #fff;font-weight: 600;text-transform:uppercase;transition:.4s;}
#section03 .sec_tit a.more_btn:hover{background: var(--co01);}

#section03 .list_wrap{width: 100%;}
#section03 .list_wrap .list:not(:last-child){border-bottom: 1px solid #ddd;}
#section03 .list_wrap .list a{display: flex;gap:60px;padding: 45px 0;}
#section03 .list_wrap .list:first-child a{padding-top: 0;}
#section03 .list_wrap .list:last-child a{padding-bottom: 0;}
#section03 .list_wrap .list .date{width: 52px;}
#section03 .list_wrap .list .date span{display: block;font-size: 13px; color: #bbb; font-weight: 900;text-align: center;}
#section03 .list_wrap .list .date p{font-size: 30px; color: #222; font-weight: 800; text-align: center; margin-bottom: 15px;}
#section03 .list_wrap .list .txt_wrap{width: calc(100% - 112px);}
#section03 .list_wrap .list .txt_wrap .txt{height: 115px;}
#section03 .list_wrap .list .txt_wrap p{font-size: 16px; color: #222; font-weight: 700;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
#section03 .list_wrap .list .txt_wrap span{display: block;font-size: 15px; color: #666; line-height: 22px; margin-top: 10px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap:break-word;}
#section03 .list_wrap .list .txt_wrap em{font-size: 14px; color: var(--co01);font-weight: 800;}
#section03 .list_wrap .list:hover .txt_wrap em{border-bottom: 2px solid var(--co01);}

/* section04 */
#section04{position: relative;overflow: hidden;padding: 270px 0px 210px;}
#section04::after{content:'';animation:sec02Ani 5s ease infinite;position: absolute;right: -200px;bottom: -470px; background: url(/assets/images_m/main/sec04_bg01_tab.png)center no-repeat; width: 688px; height: 768px; background-size: cover;z-index: -1;}
#section04 .inner{display: flex;align-items: center; justify-content: center;height: auto;}
#section04 .txt_wrap p{font-size: 55px; line-height: 75px; color: #222; font-weight: 800;text-align: center;}
#section04 a.mail_btn{position: absolute;top: 43%;left: 50%;transform:translate(-50%,-50%);display: flex;align-items: center; justify-content: center; width: 117px; height: 70px; border-radius:35px; border:2px solid var(--co01); background: rgba(90,66,236,.7);}
#section04 a.mail_btn img{width: 40px;}

/* footer */
#footer{padding: 70px 0;background: #222; line-height: 1;}
#footer .top{display: flex;align-items: flex-start; justify-content: flex-start;flex-direction: column;gap:35px;margin-bottom: 40px;}
#footer .top .left p{font-size: 70px; line-height: 50px; color: #fff; font-weight: 700;text-transform:uppercase;}
#footer .top .left p b{color: var(--co01);font-weight: 700;}
#footer .top .right p{font-size: 20px; color: #fff; line-height: 30px;}

#footer .bot{display: flex;align-items: flex-start;flex-direction: column; justify-content: flex-start;gap:55px;margin-top: 0px;}
#footer .bot p{font-size: 15px; color: #fff; line-height: 29px;}

#footer .bot .btn_wrap{display: flex;gap:5px;}
#footer .bot .btn_wrap a{position: relative;z-index: 1;}
#footer .bot .btn_wrap a span{position: relative;display: flex;align-items: center; justify-content: center;width: 100px; height: 32px; font-size: 16px; color: #fff; border:1px solid #fff; border-radius:19px;text-transform:uppercase; background: #222;transition:.3s ease;}
#footer .bot .btn_wrap a:hover span{transform:translate(-2px,-2px);}
#footer .bot .btn_wrap a::after{content:'';position: absolute;top: 0; left: 0;width: 100%; height: 100%; background: #fff;z-index: -1;border-radius:19px;}

/* ==sub================================================= */
#header.sub_header{position: relative;}

#sub_contents{padding: 100px 0 80px;min-height: calc(100vh - 521px);}
#sub_contents .contop{display: flex;justify-content: space-between; align-items: flex-end;line-height: 1; margin-bottom: 60px;}
#sub_contents .contop h3{font-size: 50px; color: #222; font-weight: 500;text-transform:uppercase;}
#sub_contents .contop ul.sub_nav{display: flex;gap:40px;align-items: center;}
#sub_contents .contop ul.sub_nav > li{position: relative;}
#sub_contents .contop ul.sub_nav > li:not(:first-child){min-width: 140px;}
#sub_contents .contop ul.sub_nav > li:not(:last-child)::after{content:'';position: absolute; right: -23px; top: 50%;transform:translateY(-50%);background: url(/assets/images_m/sub/sub_nav_arr_pc.png)center no-repeat; width: 5px; height: 10px; background-size: cover;}
#sub_contents .contop ul.sub_nav > li:first-child img{width: 16px;}
#sub_contents .contop ul.sub_nav > li em{position: relative;display: block;font-size: 16px; color: #333; font-weight: 500; cursor:pointer;width: 100%;padding-right: 20px;}
#sub_contents .contop ul.sub_nav > li em::after{content:'';position: absolute;position: absolute; right: 0; top: 50%;transform:translateY(-50%);background: url(/assets/images_m/sub/tab_arr_pc.png)center no-repeat; width: 18px; height: 18px; background-size: cover; border-radius:50%;transition:.4s;}
#sub_contents .contop ul.sub_nav > li em.on::after{transform:translateY(-50%) rotate(180deg);}
#sub_contents .contop ul.sub_nav > li ul.menu{display: none;position: absolute;left: -20px; top: 35px;width: 160px; border-radius:10px; padding: 20px; background: #fff; box-shadow: 6px 6px 12px rgba(64,63,63,.25);}
#sub_contents .contop ul.sub_nav > li ul.menu li a{display: block;font-size: 15px; color: #666; font-weight: 500;text-align: center;}
#sub_contents .contop ul.sub_nav > li ul.menu li:not(:last-child){margin-bottom: 15px;}

.sub_txt_st01{display: flex; align-items: flex-start;flex-direction: column;gap:25px;margin-bottom: 80px;}
.sub_txt_st01 .tit{width: 100%;transform: translateY(0px);}
.sub_txt_st01 .tit p{font-size: 28px; color: #333; font-weight: 700;}
.sub_txt_st01 .tit p em{display: inline-block;font-size: 35px; color: var(--co01);font-weight: 700;margin-left: 5px;}
.sub_txt_st01 .txt{width: 100%;}
.sub_txt_st01 .txt p{font-size: 16px; color: #666; line-height: 1.6;}

/* sub0101 */
.sub0101_wrap{line-height: 1;}
.sub0101_wrap .con:not(:last-child){margin-bottom: 100px;}
.sub0101_wrap .con{display: flex;flex-direction: column;}
.sub0101_wrap .con .sub_txt_st01{width: 100%;margin-bottom: 30px;}
.sub0101_wrap .con .box_wrap{width: 100%;}

.sub0101_wrap .con01 .box_wrap .txt_wrap{margin-bottom: 30px;}
.sub0101_wrap .con01 .box_wrap .txt_wrap p{font-size: 20px; color: #333; font-weight: 700; line-height: 1.6;}
.sub0101_wrap .con01 .box_wrap .txt_wrap span{display: block;font-size: 16px; color: #666; line-height: 1.6; margin-top: 10px;}
.sub0101_wrap .con01 .box_wrap .img_wrap{position: relative;width: 100%; height: 220px; border-radius:12px;background: url(/assets/images_m/sub/sub0101_img01.jpg)center no-repeat; background-size: cover; background-attachment: fixed;}
.sub0101_wrap .con01 .box_wrap .img_wrap p{position: absolute;bottom: -10px; left: 0;font-size: 90px; font-weight: 700; color: rgba(255,255,255,.1); text-transform:uppercase;width: 100%; text-align: center;}

.sub0101_wrap .con02 .box_wrap{display: flex;gap:20px;}
.sub0101_wrap .con02 .box_wrap .box{display: flex;align-items: center; justify-content: center;flex-direction: column;gap:30px;flex:1; height: 300px;border-radius:12px; border:1px solid #ddd;background: #f5f5f5;padding: 20px;}
.sub0101_wrap .con02 .box_wrap .box:nth-child(2){gap:20px;}
.sub0101_wrap .con02 .box_wrap .box .icon{display: flex;align-items: center; justify-content: center;height: 72px;}
.sub0101_wrap .con02 .box_wrap .box .icon img{display: block;width: 60px;}
.sub0101_wrap .con02 .box_wrap .box .txt p{font-size: 20px; color: var(--co01); font-weight: 700;text-align: center;}
.sub0101_wrap .con02 .box_wrap .box .txt span{display: block;margin-top: 16px;font-size: 15px; color: #666; line-height: 1.6; text-align: center;}
.sub0101_wrap .con02 .box_wrap .box .txt span br{display: none;}

/* sub0201 */
.sub0201_wrap{line-height: 1;}
.sub0201_wrap ul.list_slide{display: flex;flex-wrap:wrap; gap:30px;}
.sub0201_wrap ul.list_slide li{width: calc((100% - 60px) / 3);}
.sub0201_wrap ul.list_slide li .img_wrap{position:relative; width:100%;  overflow: hidden; border-radius:15px;}
.sub0201_wrap ul.list_slide li .img_wrap img,
.sub0201_wrap ul.list_slide li .img_wrap iframe,
.sub0201_wrap ul.list_slide li .img_wrap video{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;}

.sub0201_wrap ul.list_slide.shorts li .img_wrap{padding-bottom:177.778%;}
.sub0201_wrap ul.list_slide.long{gap:30px;}
.sub0201_wrap ul.list_slide.long li{width: calc((100% - 30px) / 2);}
.sub0201_wrap ul.list_slide.long li .img_wrap{padding-bottom:56.25%;}

/* sub0401 */
.sub0401_wrap{line-height: 1;}
.sub0401_wrap .list_wrap{display: flex;flex-wrap:wrap;gap:30px 50px;}
.sub0401_wrap .list_wrap .list{width: calc((100% - 100px) / 3);}
.sub0401_wrap .list_wrap .list .img_wrap{position:relative; width:100%; padding-bottom:100%;overflow: hidden; border-radius:12px;}
.sub0401_wrap .list_wrap .list .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;}
.sub0401_wrap .list_wrap .list .txt_wrap{display: flex;align-items: center;justify-content: space-between;margin-top: 15px;}
.sub0401_wrap .list_wrap .list .txt_wrap p{font-size: 16px; color: #333; font-weight: 700;width: calc(100% - 100px);white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  line-height: 1.2;}
.sub0401_wrap .list_wrap .list .txt_wrap a{display: flex;align-items: center; justify-content: center;width: 80px; height: 28px; font-size: 14px; font-weight: 500;background: #333; color: #fff; border-radius:20px;}

/* sub0501 */
.sub0501_wrap{line-height: 1;}
.sub0501_wrap .online_wrap{display: flex;flex-wrap:wrap;gap:30px 20px;}
.sub0501_wrap .online_wrap .input_wrap{display: flex;width: calc((100% - 20px) / 2);}
.sub0501_wrap .online_wrap .input_wrap.w02{width: 100%;}
.sub0501_wrap .online_wrap .input_wrap p{width: 100px;font-size: 18px; line-height: 50px; color: #333; font-weight: 700;}
.sub0501_wrap .online_wrap .input_wrap p em{color: var(--co01);font-weight: 700;}
.sub0501_wrap .online_wrap .input_wrap .input{width: calc(100% - 100px);}
.sub0501_wrap .online_wrap .input_wrap .input input[type="text"]{width: 100%; height: 50px; background: #f5f5f5; border-radius:4px; border:0;font-size: 15px; color: #333;padding: 0 15px;}
.sub0501_wrap .online_wrap .input_wrap .input input[type="text"]:focus{outline:0;}
.sub0501_wrap .online_wrap .input_wrap .input select{width: 100%; height: 50px; background: url(/assets/images_m/sub/select_arr.png)center right 15px no-repeat #f5f5f5; border-radius:4px; border:0;font-size: 15px; color: #333;padding: 0 15px;-webkit-appearance:none; /* for chrome */-moz-appearance:none; /*for firefox*/appearance:none;}
.sub0501_wrap .online_wrap .input_wrap .input select:focus{outline:0;}
.sub0501_wrap .online_wrap .input_wrap .ra_wrap{display: flex;gap:10px;width: 100%;}
.sub0501_wrap .online_wrap .input_wrap .ra_wrap input[type="radio"]{display: none;}
.sub0501_wrap .online_wrap .input_wrap .ra_wrap input[type="radio"] + label{display: flex;align-items: center; justify-content: center;width: calc((100% - 30px) / 4); height: 50px; font-size: 15px; color: #333;border-radius:4px; background: #f5f5f5;transition:.3s ease; cursor:pointer;}
.sub0501_wrap .online_wrap .input_wrap .ra_wrap input[type="radio"]:checked + label{color: #fff; background: var(--co01);}
.sub0501_wrap .online_wrap .input_wrap .input textarea{width: 100%; height: 200px; background: #f5f5f5; border-radius:4px; border:0;font-size: 15px; color: #333;padding: 15px; resize:none;}
.sub0501_wrap .online_wrap .input_wrap .input textarea:focus{outline:0;}
.sub0501_wrap .online_wrap .input_wrap .input textarea::placeholder{color: #999;}
.sub0501_wrap .online_wrap .input_wrap .chk_wrap{display: flex;align-items: center; gap:6px; margin-top: 20px;}
.sub0501_wrap .online_wrap .input_wrap .chk_wrap input[type="checkbox"]{display: none;}
.sub0501_wrap .online_wrap .input_wrap .chk_wrap input[type="checkbox"] + label{position: relative;padding-left: 26px;font-size: 14px; color: #999;}
.sub0501_wrap .online_wrap .input_wrap .chk_wrap input[type="checkbox"] + label::after{content:'';position: absolute;left: 0; top: -1px; width: 18px; height: 18px;border:1px solid #ddd;	color: #fff;text-align: center;}
.sub0501_wrap .online_wrap .input_wrap .chk_wrap input[type="checkbox"]:checked + label::after{content:'';border:5px solid var(--co01); }
.sub0501_wrap .online_wrap .input_wrap .chk_wrap a.pri_btn{position: relative;font-size: 14px; color: #333; font-weight: 700;}
.sub0501_wrap .online_wrap .input_wrap .chk_wrap a.pri_btn::after{content:'';position: absolute;left: 50%;transform:translateX(-50%); bottom: -6px; width: 50px; height: 1px; background: #333;}
.sub0501_wrap .online_wrap a.submit_btn{display: flex;align-items: center; justify-content: center;width: 200px; height: 50px; border-radius:30px;margin: 50px auto 0;font-size: 15px; font-weight: 700; background: #333;color: #fff;}

/* 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% - 20px); }
.pri_pop_wrap .pop_x_btn{display: block;position: relative;width: fit-content;font-size: 20px; color: #fff;font-weight: 700;margin-bottom: 20px;padding-right: 25px; margin-left: auto;}
.pri_pop_wrap .pop_x_btn::after{content:'';position: absolute;right: 0; top: 50%; transform:translateY(-50%);width: 18px; height: 2px; background: #fff;}
.pri_pop_wrap .pop_box{width: 100%; height: 397px;background: #fff; border-radius:12px;padding: 35px 30px;}
.pri_pop_wrap .pop_box .txt{overflow-y: scroll;height: 100%;}
.pri_pop_wrap .pop_box .txt p{font-size: 16px; 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);  /*스크롤바 뒷 배경 색상*/}

}