@charset 'utf-8';
@import url(font.css);
@import url(swiper.min.css);


/* reset */
*{box-sizing:border-box; letter-spacing:-0.5px;}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,select,option{margin:0;padding:0;border:0;outline:0;font-size:14px;vertical-align:baseline;background:transparent;}
body{line-height:1;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block;}
nav ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,q:before, q:after{content:'';content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
video,iframe{display:block;}
dl,ul,ol,menu,li{list-style:none;}
body{word-break:keep-all;word-wrap:break-word;}
body,th,td,input,select,textarea,button,label{color:#111;font-size:14px;font-weight:300;line-height:19px;font-family:"Pretendard","애플 SD 산돌고딕 Neo","Apple SD Gothic Neo","돋움",Dotum,Helvetica, Sans-serif;}
a{color:inherit;text-decoration:none;}
a:active, a:hover{text-decoration:none;}
address,caption,cite,code,dfn,em,var{font-style:normal;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
button,input{margin:0;padding:0;border:0;outline:0;font-size:14px;vertical-align:baseline;background:transparent;cursor:pointer;*overflow:visible;}
img{vertical-align:middle; border:0;}
html{overflow-y:scroll;height:100%;}
body{height:100%;}
html.ovhi{overflow-y:hidden;}
input::placeholder{color:#DEE2E6;}
/*-------------------------------------------
	common 
-------------------------------------------*/
.u_skip{display:inline-block;overflow:hidden;position:absolute;width:1px;height:1px;font-size:1px;line-height:1px;text-indent:4px;white-space:nowrap}
.hide,.blind{position:absolute; width:1px; height:1px; top:0; left:0; overflow:hidden; visibility:hidden; font-size:0; line-height:0;}
caption{width:1px; height:1px; top:0; left:0; overflow:hidden; visibility:hidden; font-size:0; line-height:0;}
textarea{padding:5px 10px; color:#333; border:1px solid #c8c8c8;}

/*-------------------------------------------
					layout
-------------------------------------------*/
.eml{letter-spacing:0.05em;}
#dem{display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:url("../images/common/dem.png"); z-index:8888;}
.cont{max-width:1200px; margin:auto; position:relative;}

/*-- header -------------------------------*/
.newWrap header{position:fixed; top:0; left:0; width:100%; background:#112B22E5; z-index:99; height:80px; transition:all .3s ease;}
.newWrap header.act{background-color:#ffffffE5;}
.newWrap header .logo{position:absolute; top:24.5px; left:64px; z-index:99;}
.newWrap header .logo h1{height:31px; line-height:31px; color:#fff; font-weight:500;}
.newWrap header .logo h1 a{display:block; padding-left:31px; font-size:24px; background:url('../images/main/logo.png') 0/18px 25px no-repeat;}
.newWrap header .logo h1 a:hover{color:#fff;}
.newWrap header nav{position:relative; height:100%;}
.newWrap header nav .menu{display:flex; height:100%; column-gap:32px; align-items:center; justify-content:center;}
.newWrap header nav .menu>li{padding:20px 0;}
.newWrap header nav .menu>li>a,
.newWrap header nav .menu>li>span{color:#fff; font-weight:500; font-size:16px;}
.newWrap header nav .menu>li>a.on,
.newWrap header nav .menu>li>a:hover,
.newWrap header nav .menu>li>span:hover{color:#FFFBDC; cursor:pointer;}
.newWrap header nav .menu>li{position:relative;}
.newWrap header nav .menu>li ol{position:absolute; top:50px; left:-28px; height:0; visibility:hidden; opacity:0; overflow:hidden; background-color:#fff; border-radius:8px; padding:32px;box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12); transform:translateY(10px); transition:all .3s ease;}
.newWrap header nav .menu>li.act ol{height:153px; opacity:1; visibility:visible; transform:translateY(0);}
.newWrap header nav .menu>li ol li{padding-bottom:16px; white-space:nowrap;}
.newWrap header nav .menu>li ol li:last-child{padding-bottom:0;}
.newWrap header nav .btns{display:flex; position:absolute; top:50%; right:64px; transform:translate(0, -50%)}
.newWrap header nav .btns li{justify-content:center;}
.newWrap header nav .btns li a{position:relative; color:#fff; font-size:14px; font-weight:500;}
.newWrap header nav .btns li:first-child a{padding-right:16px}
.newWrap header nav .btns li:first-child a:after{display:block; content:""; position:absolute; top:3px; right:8px; width:1px; height:12px; background-color:#fff;}
/*hover*/
.newWrap header.act .logo h1 a{background:url('../images/main/logo_off.png') 0/18px 25px no-repeat;}
.newWrap header.act .logo h1 a{color:#112B22;}
.newWrap header.act nav .menu>li>a{color:#111;}
.newWrap header.act nav .menu>li>a.on,
.newWrap header.act nav .menu>li>a:hover,
.newWrap header.act nav .menu>li>span:hover{color:#112B22; font-weight:700}
.newWrap header.act nav .btns li a,
.newWrap header.act nav .menu>li>span{color:#111;}
.newWrap header.act nav .btns li:first-child a:after{background-color:#111;}


/*-- container ----------------------------*/
.newWrap #container{z-index:2; position:relative;}
.newWrap section{max-width:1200px; margin:auto;}
/*-- footer ------------------------------*/
.newWrap footer{width:100%; padding:16px 0 40px; background-color:#12271C; z-index:9; color:#FFFFFF80; font-weight:400;}
.newWrap footer .top{display:flex; justify-content:space-between; border-bottom:1px solid #FFFFFF1A; padding:16px 0;}
.newWrap footer .top .left{display:flex; gap:24px;}
.newWrap footer .top .left li a{font-size:15px; line-height:24px;}
.newWrap footer .top .copy{font-size:13px; line-height:22px;}
.newWrap footer .cen{display:flex; justify-content:space-between; padding-top:16px; padding-bottom:68px; position:relative;}
.newWrap footer .cen .left ul{display:grid; grid-template-columns: 1fr 1fr;}
.newWrap footer .cen .left ul li{ font-size:13px; line-height:22px;}
.newWrap footer .cen .left ul li span{display:inline-block; padding-right:8px; font-weight:600;}
.newWrap footer .cen .right{line-height:22px; font-size:13px;}
.newWrap footer .cen .right span{font-weight:600; display:block;}
.newWrap footer .cen .logo{position:absolute; bottom:0; left:0;}
.newWrap footer .cen .logo span{display:block; height:44px; line-height:44px; font-size:34px; color:#fff; padding-left:44px; background:url('../images/main/footer_logo.png') 0/32px 44px no-repeat;}



/*-- main ----------------------------*/

.newWrap  .headline .headlineSwiper .swiper-slide{height:700px; position:relative;}
.newWrap  .headline .headlineSwiper .swiper-slide:after{position:absolute; top:0; left:0; width:100%; height:100%; content:""; background-color:rgba(0, 0, 0, 0.3); z-index:1;}
.newWrap  .headline .headlineSwiper .swiper-slide .con{position:absolute; top:50%; left:50%; width:850px; transform:translate(-50%,-50%); z-index:2;}
.newWrap  .headline .headlineSwiper .swiper-slide .con p{line-height:150%; font-size:60px; color:#fff; font-weight:700; text-align:center;}
.newWrap  .headline .headlineSwiper .swiper-slide a.btn_arrow{position:absolute; bottom:154px; left:50%; width:157px; height:50px; border:2px solid #fff; border-radius:25px; display:flex; justify-content:center; align-items:center; transform:translate(-50%, 0); z-index:2; transition:.3s;}
.newWrap  .headline .headlineSwiper .swiper-slide a.btn_arrow span{font-size:16px; color:#fff; padding-right:25px; background:url('../images/main/btn_arrow_w_right.png') 100% 50%/15px 8px no-repeat; font-weight:300;}
.newWrap  .headline .headlineSwiper .swiper-slide a.btn_arrow:hover{background-color:#fff;}
.newWrap  .headline .headlineSwiper .swiper-slide a.btn_arrow:hover span{color:#111;background:url('../images/main/btn_arrow_b_right.png') 100% 50%/15px 8px no-repeat;}
.newWrap  .headline .headlineSwiper .swiper-slide.item01{background:url('../images/main/headline_01.png'); background-position:center; background-size:cover;}
.newWrap  .headline .headlineSwiper .swiper-slide.item02{background:url('../images/main/headline_02.png'); background-position:center; background-size:cover;}
.newWrap  .headline .headlineSwiper .swiper-slide.item03{background:url('../images/main/headline_03.png'); background-position:center; background-size:cover;}
.newWrap  .headline .headlineSwiper .swiper-slide.item04{background:url('../images/main/headline_04.png'); background-position:center; background-size:cover;}
.newWrap  .headline .headlineSwiper .swiper-pagination{display:flex; bottom:0; justify-content:center; align-items:center; margin-bottom:54px;}
.newWrap  .headline .headlineSwiper .swiper-pagination .swiper-pagination-bullet{width:14px; height:14px; background-color:#FFFBDC; opacity:1; border:0;}
.newWrap  .headline .headlineSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#112B22}

.newWrap #container section .title{display:block;}
.newWrap #container section .title h2{font-size:40px; font-weight:700; line-height:130%;}
.newWrap #container section .title p{font-size:16px; font-weight:300; line-height:140%; padding-top:20px;}
.newWrap #container section .title p br{display:none;}
.newWrap #container .bannerBox .title{padding-top:120px; font-size:82px; line-height:130%; font-weight:700; color:#E2D6CC;}
.newWrap #container .bannerBox p br{display:none;}
.newWrap #container .bannerBox p{padding-top:20px; font-size:20px; line-height:140%; color:#E2D6CC;}
.newWrap #container .bannerBox{position:relative; height:500px; overflow:hidden;}
.newWrap #container .bannerBox .bg{position:absolute; top:-50px; left:0; width:100%; height:700px; background:url('../images/main/02_banner.png') center/cover no-repeat; will-change: transform;}
.newWrap #container .bannerBox .cont{position:relative; z-index:2;}

.newWrap #container .bannerBox2{padding:200px 0;}
.newWrap #container .bannerBox2 .title{display:flex; justify-content:center; gap:80px; position:relative;}
.newWrap #container .bannerBox2 .title:after{display:block; position:absolute; top:40px; left:51%; width:250px; height:280px; content:""; background:url('../images/main/hand.png') 0/250px 280px no-repeat;  transform:translate(-50%, -50%); animation: handSwing 2s ease-in-out infinite; z-index:1;}
.newWrap #container .bannerBox2 .title span{position:relative; font-size:90px; color:#112B22; font-weight:700; line-height:130%; z-index:2}
.newWrap #container .bannerBox2 .title span:nth-child(2){z-index:1}
.newWrap #container .bannerBox2 p{padding-top:36px; text-align:center; font-size:28px; font-weight:500; line-height:140%; color:#112B22;}
.newWrap #container .bannerBox2 p br{display:none;}

@keyframes handSwing {
    0% {
        transform: translate(-50%, -50%) rotate(-12deg);
    }
    50% {
        transform: translate(-50%, -50%) rotate(8deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-12deg);
    }
}


.newWrap #container section.sect02{max-width:100%; overflow:hidden; padding:140px 0 200px;}
.newWrap #container section.sect02 .cont{width:1200px; margin:auto; position:relative;}
.newWrap #container section.sect02 .cont .title{padding-bottom:48px;}
.newWrap #container section.sect02 .bizSwiper{overflow:hidden; position:relative; padding-bottom:70px;}
.newWrap #container section.sect02 .bizSwiper .swiper-wrapper{display:grid; gap:24px; transition:all 0.6s;}
.newWrap #container section.sect02 .bizSwiper .swiper-slide{position:relative; min-width:0; height:380px; display:flex; border-radius:8px; overflow:hidden; flex-shrink:0; transition:all .3s;}
.newWrap #container section.sect02 .bizSwiper .swiper-slide .imgs{min-width:150px; flex:1; position:relative;}
.newWrap #container section.sect02 .bizSwiper .swiper-slide .imgs:after{position:absolute; top:0; left:0; width:100%; height:100%; background-color:rgba(0, 0, 0, 0.3); content:""; z-index:2; opacity:1;}
.newWrap #container section.sect02 .bizSwiper .swiper-slide .imgs span{position:absolute; top:20px; left:0; width:100%; text-align:center; font-size:16px; font-weight:600; line-height:24px; color:#fff; opacity:1; z-index:3;}
.newWrap #container section.sect02 .bizSwiper .swiper-slide .imgs img{width:100%; height:100%; object-fit:cover;}
.newWrap #container section.sect02 .bizSwiper .swiper-slide .imgs .pc{display:block;}
.newWrap #container section.sect02 .bizSwiper .swiper-slide .imgs .mo{display:none;}
.newWrap #container section.sect02 .bizSwiper .swiper-slide .txt{position:relative; padding:20px; z-index:2; padding:40px; color:#fff;}
.newWrap #container section.sect02 .bizSwiper .swiper-slide .txt span{display:block; font-size:16px; line-height:24px; font-weight:600; padding-bottom:32px;}
.newWrap #container section.sect02 .bizSwiper .swiper-slide .txt strong{display:block; font-size:20px; font-weight:600; line-height:24px;}
.newWrap #container section.sect02 .bizSwiper .swiper-slide .txt p{margin-top:20px; font-size:16px; line-height:160%; font-weight:400; white-space: nowrap;}
.newWrap #container section.sect02 .bizSwiper .swiper-slide .txt a{position:absolute; width:36px; height:36px; bottom:20px; right:20px; border-radius:6px; display:block; background:#fff url('../images/main/btn2_arrow_right_on.png') 50%/13.5px 10px no-repeat;}
.newWrap #container section.sect02 .bizSwiper .swiper-wrapper .item01 .txt{background-color:#0A1A14;}
.newWrap #container section.sect02 .bizSwiper .swiper-wrapper .item02 .txt{background-color:#112B22;}
.newWrap #container section.sect02 .bizSwiper .swiper-wrapper .item03 .txt{background-color:#2E5D4D;}
.newWrap #container section.sect02 .bizSwiper .swiper-wrapper .item04 .txt{background-color:#3A705D;}
.newWrap #container section.sect02 .bizSwiper .swiper-wrapper .item05 .txt{background-color:#5DA28A;}
.newWrap #container section.sect02 .bizSwiper .swiper-wrapper .item06 .txt{background-color:#76C7AB;}
.newWrap #container section.sect02 .bizSwiper.active-0 .swiper-wrapper{grid-template-columns:655px 150px 150px 150px 150px 150px;}
.newWrap #container section.sect02 .bizSwiper.active-1 .swiper-wrapper{grid-template-columns:150px 655px 150px 150px 150px 150px;}
.newWrap #container section.sect02 .bizSwiper.active-2 .swiper-wrapper{grid-template-columns:150px 150px 655px 150px 150px 150px;}
.newWrap #container section.sect02 .bizSwiper.active-3 .swiper-wrapper{grid-template-columns:150px 150px 150px 655px 150px 150px;}
.newWrap #container section.sect02 .bizSwiper.active-4 .swiper-wrapper{grid-template-columns:150px 150px 150px 150px 655px 150px; transform:translateX(-174px)}
.newWrap #container section.sect02 .bizSwiper.active-5 .swiper-wrapper{grid-template-columns:150px 150px 150px 150px 150px 655px; transform:translateX(-348px)}

.newWrap #container section.sect02 .bizSwiper .swiper-slide.active .imgs span{opacity:0;}
.newWrap #container section.sect02 .bizSwiper .swiper-slide.active .imgs:after{opacity:0;}
.newWrap #container section.sect02 .bizSwiper .swiper-slide.active .imgs img{transform:scale(1.03);}

.newWrap #container section.sect03{max-width:100%; overflow:hidden; padding:140px 0 200px;}
.newWrap #container section.sect03 .cont{width:1200px; margin:auto;}
.newWrap #container section.sect03 .cont .title{padding-bottom:48px;}
.newWrap #container section.sect03 .topSw{overflow:visible !important; height:710px;}
.newWrap #container section.sect03 .topSw .swiper-wrapper{align-items:stretch;}
.newWrap #container section.sect03 .topSw .swiper-slide{width:420px; height:640px; overflow:hidden; border-radius:16px;}
.newWrap #container section.sect03 .topSw .swiper-slide:after{display:block; content:""; width:420px; height:640px; transition: transform 0.5s ease; transform: scale(1); transform-origin:center center; z-index:2;}
.newWrap #container section.sect03 .topSw .swiper-slide.item01:after{background:url('../images/main/topSw_01.png') 0/420px 640px no-repeat;}
.newWrap #container section.sect03 .topSw .swiper-slide.item02:after{background:url('../images/main/topSw_02.png') 0/420px 640px no-repeat;}
.newWrap #container section.sect03 .topSw .swiper-slide.item03:after{background:url('../images/main/topSw_03.png') 0/420px 640px no-repeat;}
.newWrap #container section.sect03 .topSw .swiper-slide.item04:after{background:url('../images/main/topSw_04.png') 0/420px 640px no-repeat;}
.newWrap #container section.sect03 .topSw .swiper-slide.item05:after{background:url('../images/main/topSw_05.png') 0/420px 640px no-repeat;}
.newWrap #container section.sect03 .topSw .swiper-slide.item06:after{background:url('../images/main/topSw_06.png') 0/420px 640px no-repeat;}
.newWrap #container section.sect03 .topSw .swiper-slide:hover:after{transform: scale(1.08);}
.newWrap #container section.sect03 .topSw .swiper-slide .con{position:absolute; top:40px; left:40px; color:#fff; z-index:3;}
.newWrap #container section.sect03 .topSw .swiper-slide .con .tit{font-weight:700; font-size:42px; line-height:130%;}
.newWrap #container section.sect03 .topSw .swiper-slide .con .sub{padding:4px 0 0; font-weight:300; font-size:16px; line-height:140%;}
.newWrap #container section.sect03 .topSw .swiper-slide.item03 .con .tit{color:#112B22;}
.newWrap #container section.sect03 .topSw .swiper-slide.item03 .con .sub{color:#112B22;}
.newWrap #container section.sect03 .topSw .swiper-slide.item04 .con .tit{color:#112B22;}
.newWrap #container section.sect03 .topSw .swiper-slide.item04 .con .sub{color:#112B22;}
.newWrap #container section.sect03 .topSw .swiper-slide.item06 .con .tit{color:#112B22;}
.newWrap #container section.sect03 .topSw .swiper-slide.item06 .con .sub{color:#112B22;}


.newWrap #container section.sect04{max-width:100%; overflow:hidden; padding:140px 0 200px;}
.newWrap #container section.sect04 .cont{width:1200px; margin:auto;}
.newWrap #container section.sect04 .cont .title{padding-bottom:48px;}
.newWrap #container section.sect04 .topSw2{overflow:visible !important; height:470px; padding-bottom:70px;}
.newWrap #container section.sect04 .topSw2 .swiper-wrapper{align-items:stretch;}
.newWrap #container section.sect04 .topSw2 .swiper-slide{width:400px; height:400px; overflow:hidden; border-radius:16px; background-color:#F3F3F3;}
.newWrap #container section.sect04 .topSw2 .swiper-slide:after{display:block; content:""; width:400px; height:400px; transition: transform 0.5s ease; transform: scale(1); transform-origin:center center; z-index:2;}
.newWrap #container section.sect04 .topSw2 .swiper-slide .con{padding:36px 0 20px; height:100%; position:relative; text-align:center;}
.newWrap #container section.sect04 .topSw2 .swiper-slide .con .tt{margin-bottom:10px; border:1px solid #C4C4C4; font-size:14px; font-weight:700; color:#606060; display:flex; margin:0 auto 10px; justify-content:center; align-items:center; width:84px; height:30px; border-radius:15px;}
.newWrap #container section.sect04 .topSw2 .swiper-slide .con .tit{font-weight:700; font-size:26px; line-height:140%; padding-bottom:10px;}
.newWrap #container section.sect04 .topSw2 .swiper-slide .con .sub{padding:0; font-weight:400; font-size:17px; line-height:140%;}
.newWrap #container section.sect04 .topSw2 .swiper-slide .con .imgs{display:flex; align-items:center; flex-direction:column; text-align:center; margin:auto; position:absolute; bottom:20px; left:0; width:100%;}
.newWrap #container section.sect04 .topSw2 .swiper-slide .con .imgs>img{width:160px; transition:transform .6s cubic-bezier(0.22, 1, 0.36, 1);}
.newWrap #container section.sect04 .topSw2 .swiper-slide.item03 .con .imgs>img{width:200px}
.newWrap #container section.sect04 .topSw2 .swiper-slide .con .imgs .shadow{margin-top:10px; transition:transform .6s cubic-bezier(0.22, 1, 0.36, 1), opacity .6s ease; box-shadow:none !important;}
.newWrap #container section.sect04 .topSw2 .swiper-slide .con .imgs .shadow img{width:144px;}
.newWrap #container section.sect04 .topSw2 .swiper-slide:hover .con .imgs > img{transform:translateY(-12px);}
.newWrap #container section.sect04 .topSw2 .swiper-slide:hover .con .imgs .shadow{transform:scale(0.82); opacity:.7;}

.newWrap #container section.sect05{max-width:100%; overflow:hidden; padding:140px 0 140px; background-color:#F5F5F7;}
.newWrap #container section.sect05.bg0{max-width:100%; overflow:hidden; padding:140px 0 140px; background-color:#fff;}
.newWrap #container section.sect05 .cont{width:1200px; margin:auto;}
.newWrap #container section.sect05 .cont .contbox{display:grid; grid-template-columns:1fr 1fr; gap:20px; padding-top:48px; padding-bottom:128px; position:relative;}
.newWrap #container section.sect05 .cont .contbox .con{background-color:#fff; padding:40px; border-radius:16px; border:1px solid #fff;}
.newWrap #container section.sect05 .cont .contbox .con:hover{border:1px solid #BEA36B; box-shadow:0 12px 12px #0000000D}
.newWrap #container section.sect05 .cont .contbox .con .tagbox{display:flex; height:24px; margin-bottom:12px;}
.newWrap #container section.sect05 .cont .contbox .con .tagbox .tag{border-radius:4px; font-size:14px; font-weight:700; line-height:24px; color:#F4F1EA; padding:0 8px 0 28px; background:#112B22 url('../images/main/icon_crown.png') 8px 4px/16px no-repeat;}
.newWrap #container section.sect05 .cont .contbox .con .tit{display:flex; justify-content:space-between; align-items:center; margin-bottom:32px;}
.newWrap #container section.sect05 .cont .contbox .con .tit span{font-size:40px; line-height:42px; font-weight:700;}
.newWrap #container section.sect05 .cont .contbox .con .tit em{font-size:30px; color:#FF5236; font-weight:700;}
.newWrap #container section.sect05 .cont .contbox .con .iconbox{display:flex; justify-content:space-between; background-color:#F4F1EA; padding:18px 30px;}
.newWrap #container section.sect05 .cont .contbox .con .iconbox span{font-size:18px; font-weight:600; line-height:25px; padding-left:26px;}
.newWrap #container section.sect05 .cont .contbox .con .iconbox .icon01{background:url('../images/main/icon_01.png') 0/20px no-repeat;}
.newWrap #container section.sect05 .cont .contbox .con .iconbox .icon02{background:url('../images/main/icon_02.png') 0/20px no-repeat;}
.newWrap #container section.sect05 .cont .contbox .con .iconbox .icon03{background:url('../images/main/icon_03.png') 0/20px no-repeat;}
.newWrap #container section.sect05 .cont .contbox .con ul{padding-top:30px;}
.newWrap #container section.sect05 .cont .contbox .con ul li{padding-bottom:18px; font-weight:600; line-height:24px; font-size:16px;}
.newWrap #container section.sect05 .cont .contbox .con ul li:last-child{padding-bottom:0;}
.newWrap #container section.sect05 .cont .contbox .con ul li span{display:inline-block; padding-left:28px; background:url('../images/main/check_on.png') 0 50%/20px no-repeat;}
.newWrap #container section.sect05 .cont .contbox .con ul li span.off{background:url('../images/main/check_off.png') 0 50%/20px no-repeat; color:#808080;}
.newWrap #container section.sect05 .cont .contbox .btns{position:absolute; bottom:0; left:50%;  transform:translate(-50%, 0);}
.newWrap #container section.sect05 .cont .contbox .btns a{display:flex; align-items:center; justify-content:center; width:196px; height:62px; line-height:62px; background-color:#112B22; border-radius:150px;}
.newWrap #container section.sect05 .cont .contbox .btns a span{display:block; padding-right:44px; color:#fff; font-size:18px; font-weight:500; line-height:26px; background:url('../images/main/btn3_arrow_b_right.png') 100% 50%/26px no-repeat;}
.newWrap #container section.sect05 .cont .contbox .btns:hover a{background-color:#112B22CC;}
.newWrap #container section.sect05.bg0 .cont .contbox .con{border:1px solid #BEA36B; box-shadow:0 12px 12px #0000000D}

.newWrap .main .swiper .nav{position:absolute; bottom:0; left:0; width:80px; height:30px; display:flex; justify-content:space-between;}
.newWrap .main .swiper .nav .swiper-button-next,
.newWrap .main .swiper .nav .swiper-button-prev{width:30px; height:30px; border:0; position:relative; top:0; bottom:0; margin:0;}
.newWrap .main .swiper .nav .swiper-button-next svg,
.newWrap .main .swiper .nav .swiper-button-prev svg{display:none;}
.newWrap .main .swiper .nav .swiper-button-next{left:auto;right:auto;background:url('../images/main/btn_arrow_right_on.png') 0/30px no-repeat;}
.newWrap .main .swiper .nav .swiper-button-prev{right:auto;left:auto;background:url('../images/main/btn_arrow_left_on.png') 0/30px no-repeat;}
.newWrap .main .swiper .nav .swiper-button-next.swiper-button-disabled{background:url('../images/main/btn_arrow_right_off.png') 0/30px no-repeat;}
.newWrap .main .swiper .nav .swiper-button-prev.swiper-button-disabled{background:url('../images/main/btn_arrow_left_off.png') 0/30px no-repeat;}





/*-- sub ----------------------------*/
.newWrap .sub{padding:180px 0 140px;}
.newWrap .sub .cont h2{font-size:40px; line-height:130%; padding-bottom:40px; font-weight:700;}
.newWrap .sub .mytop{margin-bottom:60px;}
.newWrap .sub .mytop .contBox{display:flex; justify-content:space-between; gap:20px; border-radius:10px; padding:40px; border:1px solid #F1EBE7}
.newWrap .sub .mytop .contBox .left{position:relative; width:100%; display:flex; justify-content:space-between;}
.newWrap .sub .mytop .contBox .left .nameBox{font-size:30px; line-height:140%; font-weight:500;}
.newWrap .sub .mytop .contBox .left .nameBox .name{font-size:30px;}
.newWrap .sub .mytop .contBox .left .nameBox .name span{font-weight:700; font-size:30px;}
.newWrap .sub .mytop .contBox .left .nameBox .name span.gold{color:#926F53;}
.newWrap .sub .mytop .contBox .left .nameBox .email{padding-top:8px; font-size:18px; line-height:140%; font-weight:500;}
.newWrap .sub .mytop .contBox .left .nameBox .day{position:relative; margin-top:20px; font-size:14px; line-height:140%; font-weight:500; padding-left:7px;}
.newWrap .sub .mytop .contBox .left .nameBox .day+.day{margin-top:0;}
.newWrap .sub .mytop .contBox .left .nameBox .day:after{position:absolute; top:50%; left:0; width:3px; height:3px; margin-top:-2px; background-color:#112B22; content:""; border-radius:3px;}
.newWrap .sub .mytop .contBox .left .useredit{position:absolute; top:30%; right:0; transform:translate(0, -50%); display:flex; flex-direction:column; justify-content:center; align-items:center;}
.newWrap .sub .mytop .contBox .left .useredit .icon{width:50px; height:50px; margin-bottom:14px;}
.newWrap .sub .mytop .contBox .left .useredit .icon.icon01{background:url('../images/common/Chips_01.png') 0/50px no-repeat;}
.newWrap .sub .mytop .contBox .left .useredit .icon.icon02{background:url('../images/common/Chips_02.png') 0/50px no-repeat;}
.newWrap .sub .mytop .contBox .left .useredit .icon.icon03{background:url('../images/common/Chips_03.png') 0/50px no-repeat;}
.newWrap .sub .mytop .contBox .left .useredit  a{font-size:14px; line-height:140%; font-weight:500; border-bottom:1px solid #112B22; color:#112B22;}
.newWrap .sub .mytop .contBox .right{width:100%; padding-left:20px; text-align:center; display:flex; flex-direction:column; align-items:center; justify-content:center; position:relative;}
.newWrap .sub .mytop .contBox .right:after{position:absolute; top:50%; left:0; width:1px; height:84px; margin-top:-42px; background-color:#F1EBE7; content:"";}
.newWrap .sub .mytop .contBox .right .txt{margin-bottom:8px; color:#112B22; font-size:18px; line-height:140%; font-weight:700;}
.newWrap .sub .mytop .contBox .right a.btn{display:inline-block; height:38px; width:180px; border:1px solid #DEE2E6; border-radius:10px; font-size:16px; line-height:38px; font-weight:500;}
.newWrap .sub .mytop .contBox .right a.btn:hover{background-color:#112B22;}
.newWrap .sub .mytop .contBox .right a.btn span{display:inline-block; padding-right:24px; background:url('../images/main/btn4_arrow_b_right.png') right center/16px no-repeat;}
.newWrap .sub .mytop .contBox .right a.btn:hover span{color:#fff; background:url('../images/main/btn_arrow_w_right2.png') right center/16px no-repeat;}
.newWrap .sub .mytop .contBox .right.col-03{display:grid; grid-template-columns:repeat(3, 1fr);}
.newWrap .sub .mytop .contBox .right.col-03:after{display:none;}
.newWrap .sub .mytop .contBox .right.col-03 .col{position:relative; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px;}
.newWrap .sub .mytop .contBox .right.col-03 .col:after{position:absolute; top:50%; left:0; width:1px; height:84px; margin-top:-42px; background-color:#F1EBE7; content:"";}
.newWrap .sub .mytop .contBox .right.col-03 .col span{font-size:18px; line-height:140%; font-weight:500; color:#555555;}
.newWrap .sub .mytop .contBox .right.col-03 .col p{font-size:24px; line-height:140%; font-weight:700; color:#112B22;}
.newWrap .sub .mytop .contBox .right.col-03 .col p a{display:inline-block; padding-right:32px; background:url('../images/common/icon_copy.png') 100% center/24px no-repeat;}
.newWrap .sub .mytop .contBox .right.col-03 .col p a:hover{background:url('../images/common/icon_copy_2.png') 100% center/24px no-repeat;}

.newWrap .sub .mytop .mypay{border:1px solid #E0E5E6; border-radius:10px; padding:40px; margin-top:20px;}
.newWrap .sub .mytop .mypay .top{padding-bottom:20px; display:flex; justify-content:space-between; align-items:center;}
.newWrap .sub .mytop .mypay .top .title{line-height:38px; font-size:18px; line-height:140%; font-weight:700;}
.newWrap .sub .mytop .mypay .top .btn01{border:1px solid #112B22; height:38px; line-height:38px; padding:0 12px; border-radius:4px; color:#112B22; font-size:18px; font-weight:500;}
.newWrap .sub .mytop .mypay .top .btn01:hover{border-color:#A27B5C; background-color:#A27B5C; color:#fff;}
.newWrap .sub .mytop .mypay .colorBox{display:grid; grid-template-columns:1fr 1fr; gap:40px; position:relative; background-color:#F6F2EF; border:1px solid #F1EBE7; padding:40px; border-radius:10px;}
.newWrap .sub .mytop .mypay .colorBox:after{position:absolute; top:50%; left:50%; width:1px; height:20px; margin:-10px 0 0 -1px; background-color:#E2D6CC; content:"";}
.newWrap .sub .mytop .mypay .colorBox .col{display:flex; justify-content:space-between; align-items:center; color:#A27B5C;}
.newWrap .sub .mytop .mypay .colorBox .col span{font-weight:500; font-size:14px; line-height:140%;}
.newWrap .sub .mytop .mypay .colorBox .col p{font-size:30px; line-height:140%; font-weight:700; display:flex; gap:4px; align-items:center; justify-content:center;}
.newWrap .sub .mytop .mypay .colorBox .col p em{font-weight:700; font-size:30px;}

.newWrap .sub .tabBox ul{display:grid; grid-template-columns:repeat(5, 1fr); align-items:center;}
.newWrap .sub .tabBox ul li{height:60px; text-align:center; border:1px solid #E0E5E6; border-width:1px 0 1px 1px;}
.newWrap .sub .tabBox ul li:last-child{border-right:1px solid #E0E5E6;}
.newWrap .sub .tabBox ul li.act a,
.newWrap .sub .tabBox ul li:hover a{background-color:#112B22; border:1px solid #112B22;}
.newWrap .sub .tabBox ul li.act +li,
.newWrap .sub .tabBox ul li:hover +li{border-lefr-color:#112B22;}
.newWrap .sub .tabBox ul li a{font-size:18px; line-height:140%; font-weight:500; display:flex; align-items:center; width:100%; height:100%; justify-content:center;}
.newWrap .sub .tabBox ul li.act a,
.newWrap .sub .tabBox ul li:hover a{font-weight:700; color:#fff;}
.newWrap .sub .tabContent{padding-top:60px;}
.newWrap .sub .tabContent .tabtop{display:flex; padding-bottom:20px; border-bottom:2px solid #000000; margin-bottom:30px;}
.newWrap .sub .tabContent .tabtop .title{font-size:32px; line-height:140%; font-weight:700; padding-right:20px;}
.newWrap .sub .tabContent .tabtop .date{display:flex; align-items:center;}
.newWrap .sub .tabContent .tabtop .date button{width:40px; height:40px; background-size:40px;}
.newWrap .sub .tabContent .tabtop .date button.btn_prev{background-image:url('../images/main/btn_arrow_left.png');}
.newWrap .sub .tabContent .tabtop .date button.btn_next{background-image:url('../images/main/btn_arrow_right.png');}
.newWrap .sub .tabContent .tabtop .date .day{padding:0 12px; font-size:24px; line-height:130%; font-weight:700;}
.newWrap .sub .tabContent .tabBox02{ overflow-x:auto; margin-bottom:60px; margin-top:-10px;}
.newWrap .sub .tabContent .tabBox02 ul{display:flex; border-bottom:1px solid #E0E5E6;}
.newWrap .sub .tabContent .tabBox02 ul li a{display:inline-block; white-space:nowrap; padding:0 30px 20px; border-bottom:1px solid #E0E5E6; margin-bottom:-1px; font-size:18px; font-weight:500; color:#666;}
.newWrap .sub .tabContent .tabBox02 ul li.on a,
.newWrap .sub .tabContent .tabBox02 ul li:hover a{color:#111;border-bottom:1px solid #111111;}
.newWrap .sub .tabContent .tab1contBox .showLink{position:relative; display:grid; padding:40px; border:1px solid #F1EBE7; border-radius:10px; margin-top:40px;}
.newWrap .sub .tabContent .tab1contBox .showLink:first-child{margin-top:0;}
.newWrap .sub .tabContent .tab1contBox .showLink.col-04{grid-template-columns:42.5% 1fr 1fr 1fr;}
.newWrap .sub .tabContent .tab1contBox .showLink.col-03{grid-template-columns:42.5% 1fr 1fr;}
.newWrap .sub .tabContent .tab1contBox .showLink .inBox{position:relative; padding-left:104px;}
.newWrap .sub .tabContent .tab1contBox .showLink .inBox .icon{position:absolute; top:0; left:0; width:84px; height:84px; background-size:84px;}
.newWrap .sub .tabContent .tab1contBox .showLink .inBox .icon.icon01{background-image:url('../images/common/icon_01.png');}
.newWrap .sub .tabContent .tab1contBox .showLink .inBox .icon.icon02{background-image:url('../images/common/icon_02.png');}
.newWrap .sub .tabContent .tab1contBox .showLink .inBox .icon.icon03{background-image:url('../images/common/icon_03.png');}
.newWrap .sub .tabContent .tab1contBox .showLink .inBox .icon.icon04{background-image:url('../images/common/icon_04.png');}
.newWrap .sub .tabContent .tab1contBox .showLink .inBox .icon.icon05{background-image:url('../images/common/icon_05.png');}
.newWrap .sub .tabContent .tab1contBox .showLink .inBox .icon.icon06{background-image:url('../images/common/icon_06.png');}
.newWrap .sub .tabContent .tab1contBox .showLink .inBox .text li{display:flex;}
.newWrap .sub .tabContent .tab1contBox .showLink .inBox .text li:nth-child(1){font-size:24px; line-height:140%; font-weight:500; margin-bottom:4px;}
.newWrap .sub .tabContent .tab1contBox .showLink .inBox .text li:nth-child(2){font-size:18px; line-height:140%; font-weight:500; color:#926F53; margin-bottom:20px;}
.newWrap .sub .tabContent .tab1contBox .showLink .inBox .text a{display:flex; justify-content:center; align-items:center; height:38px; border:1px solid #DEE2E6; border-radius:8px; font-size:16px; line-height:38px; font-weight:500; padding:0 20px; transition: all 0s ease-in-out !important;}
.newWrap .sub .tabContent .tab1contBox .showLink .inBox .text a+a{margin-left:20px;}
.newWrap .sub .tabContent .tab1contBox .showLink .inBox .text a span{display:inline-block; padding-right:24px; background:url('../images/main/btn4_arrow_b_right.png') right center/16px no-repeat;}
.newWrap .sub .tabContent .tab1contBox .showLink .inBox .text a:hover{color:#fff;background-color:#112B22; border-color:#112B22;}
.newWrap .sub .tabContent .tab1contBox .showLink .inBox .text a:hover span{color:#fff; background:#112B22 url('../images/main/btn_arrow_w_right2.png') right center/16px no-repeat;}
.newWrap .sub .tabContent .tab1contBox .showLink .col{border-left:1px solid #E2D6CC; height:84px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px;}
.newWrap .sub .tabContent .tab1contBox .showLink .col span{font-size:18px; line-height:140%; font-weight:500; color:#555555;}
.newWrap .sub .tabContent .tab1contBox .showLink .col p{font-size:24px; line-height:140%; font-weight:700; color:#112B22;}
.newWrap .tableTopEdit{display:flex; gap:16px; margin-bottom:60px;}
.newWrap .tableTopEdit .dateArea{display:flex; justify-content:space-between; gap:26px; position:relative;}
.newWrap .tableTopEdit .dateArea:after{position:absolute; top:50%; left:50%; width:10px; height:1px; margin:-1px 0 0 -5px; background-color:#D9D9D9; content:""}
.newWrap .tableTopEdit .dateArea .dateBox{position:relative; width:190px;}
.newWrap .tableTopEdit .dateArea .dateBox input{width:100%; height:40px; padding:0 44px 0 16px; border:1px solid #DEE2E6; font-size:16px; color:#111; box-sizing:border-box; font-weight:500}
.newWrap .tableTopEdit .dateArea .dateBox input.active{border-color:#111;}
.newWrap .tableTopEdit .dateArea .dateBox .calendarBtn{position:absolute; top:50%; right:16px; width:40px; height:40px; transform:translateY(-50%); border:0; background:url('../images/common/icon_date.png') center/40px no-repeat; cursor:pointer;}
.newWrap .tableTopEdit .inputBox{border:1px solid #DEE2E6; display:flex; justify-content:left; align-items:center; padding:8px;}
.newWrap .tableTopEdit .inputBox input{width:100%; font-size:16px; line-height:22px; font-weight:500; border:0;}
.newWrap .tableTopEdit .btn01{display:flex; justify-content:center; align-items:center; border:1px solid #111; width:110px; margin-left:4px; height:40px; font-size:18px; line-height:140%; font-weight:500;}
.newWrap .tableTopEdit .btn01:hover{color:#fff; border-color:#112B22; background-color:#112B22;}
.newWrap .selectBox{position:relative; width:190px;}
.newWrap .selectBox select{width:100%; height:40px; padding:0 60px 0 16px; border:1px solid #DEE2E6; font-size:16px; font-weight:500; background-color:#fff; appearance:none; -webkit-appearance:none; -moz-appearance:none; cursor:pointer;}
.newWrap .selectBox select option{background-color:#fff;}
.newWrap .selectBox::after{content:""; position:absolute; top:50%; right:16px; width:40px; height:40px; transform:translateY(-50%); background:url('../images/common/select_arrow.png') center/40px no-repeat; pointer-events:none;}
.newWrap .searchviewBox.ty01{display:flex; align-items:center; justify-content:space-between; margin-bottom:20px;}
.newWrap .searchviewBox.ty02{display:flex; align-items:center; justify-content:space-between; margin-bottom:20px;}
.newWrap .searchviewBox .total{display:flex; gap:4px; font-size:18px; line-height:25px; font-weight:500; color:#111;}
.newWrap .searchviewBox .total span{font-weight:700; font-size:18px; }
.newWrap .searchviewBox .point{display:flex; align-items:center; gap:4px; font-size:24px; line-height:34px; font-weight:700; color:#FF5236;}
.newWrap .searchviewBox .point span{font-size:24px;}
.newWrap .tableBox .table{width:100%;}
.newWrap .tableBox .mo{display:none;}
.newWrap .tableBox .table li{display:table-cell;}
.newWrap .tableBox .table thead th{text-align:left; border-bottom:1px solid #DDDDDD; border-top:1px solid #112B22; color:#112B22; font-size:16px; line-height:24px; font-weight:700}
.newWrap .tableBox .table tbody td{border-bottom:1px solid #DDDDDD; font-size:14px; color:#666666; line-height:20px;}
.newWrap .tableBox.table01 table thead th{padding:20px 12px;}
.newWrap .tableBox.table01 table tbody td{padding:20px 12px;}
.newWrap .performance{margin-bottom:60px; border:1px solid #F1EBE7; padding:40px; border-radius:10px; display:grid; grid-template-columns:450px 1fr; gap:10px; color:#112B22;}
.newWrap .performance .left .txt{font-size:18px; line-height:140%; font-weight:500;}
.newWrap .performance .right ul li{display:flex; position:relative; justify-content:space-between; padding-left:17px; font-size:18px; line-height:25px; margin-top:8px;font-weight:500;}
.newWrap .performance .right ul li:first-child{margin-top:0;}
.newWrap .performance .right ul li:after{position:absolute; top:50%; left:10px; content:""; background-color:#112B22; width:3px; height:3px; margin-top:-2px; border-radius:3px;}
.newWrap .performance .right ul li em{padding-right:10px;}
.newWrap .performance .right ul li.last{border-top:1px solid #E2D6CC; padding:10px; margin-top:10px;}
.newWrap .performance .right ul li.last:after{display:none;}
.newWrap .performance .right ul li.last em{padding-right:0;}

/*--------------------sub page-------------------------*/
.newWrap .subheadline .imgs{min-height:400px; width:100%;}
.newWrap .subheadline .imgs.sub01{background:url('../images/sub/subheadline01.png'); background-position:center; background-size:cover;}
.newWrap .subheadline .imgs.sub02{background:url('../images/sub/subheadline02.png'); background-position:center; background-size:cover;}
.newWrap .subTab{border-bottom:1px solid #D6D7DA; padding-top:100px;}
.newWrap .subTab ul{display:flex; justify-content:center; align-items:center; gap:40px;}
.newWrap .subTab ul li a{padding:16px 0; display:block; font-size:26px; line-height:36px; color:#D6D7DA; font-weight:700;}
.newWrap .subTab ul li.act a{color:#111;}
.newWrap .sub1{padding:140px 0 140px;}
.newWrap .sub1 .cont h2{font-size:40px; font-weight:700; text-align:center; line-height:140%; margin-bottom:140px;}
.newWrap .sub1 .subtopimg .imgs{padding-bottom:80px;}
.newWrap .sub1 .subtopimg .imgs .pc{display:block;}
.newWrap .sub1 .subtopimg .imgs .mo{display:none;}
.newWrap .sub1 .subtopimg .imgs img{width:100%;}
.newWrap .iconNtextArea{display:grid; grid-template-columns:34% 1fr; gap:20px;}
.newWrap .iconNtextArea+.iconNtextArea{margin-top:80px;}
.newWrap .iconNtextArea .title{font-size:32px; line-height:150%; font-weight:700; color:#112B22;}
.newWrap .iconNtextArea .iconList .subtitle{font-size:20px; line-height:140%; font-weight:700; padding:10px 0; margin-bottom:60px;}
.newWrap .iconNtextArea .iconList .item{display:grid; grid-template-columns:60px 1fr; gap:10px; align-items:center; opacity:0; transition: opacity .8s ease, transform .8s cubic-bezier(0.22, 1, 0.36, 1); transform:translateY(60px);}
.newWrap .iconNtextArea .iconList .item.show{opacity:1; transform:none;}
.newWrap .iconNtextArea .iconList .item+.item{margin-top:60px;}
.newWrap .iconNtextArea .iconList .item .icon{width:60px; height:60px; background-repeat:no-repeat; background-size:60px;}
.newWrap .iconNtextArea .iconList .item .tit{font-size:20px; line-height:140%; font-weight:700;}
.newWrap .iconNtextArea .iconList .item .tit p{padding-top:4px;}
.newWrap .iconNtextArea .iconList .item .txt{grid-column: 1 / span 2; font-size:16px; line-height:140%; font-weight:300;}
.newWrap .iconNtextArea .iconList .item .txt ul li{padding-left:7px; position:relative;}
.newWrap .iconNtextArea .iconList .item .txt ul li+li{margin-top:4px;}
.newWrap .iconNtextArea .iconList .item .txt ul li:after{position:absolute; top:50%; left:0; width:3px; height:3px; background-color:#111; border-radius:3px; content:""; margin-top:-2px;}
.newWrap .iconNtextArea .iconList .item .icon.icon01{background-image:url('../images/sub/icon_01.png');}
.newWrap .iconNtextArea .iconList .item .icon.icon02{background-image:url('../images/sub/icon_02.png');}
.newWrap .iconNtextArea .iconList .item .icon.icon03{background-image:url('../images/sub/icon_03.png');}
.newWrap .iconNtextArea .iconList .item .icon.icon04{background-image:url('../images/sub/icon_04.png');}
.newWrap .iconNtextArea .iconList .item .icon.icon05{background-image:url('../images/sub/icon_05.png');}
.newWrap .iconNtextArea .iconList .item .icon.icon06{background-image:url('../images/sub/icon_06.png');}
.newWrap .iconNtextArea .iconList .item .icon.icon07{background-image:url('../images/sub/icon_07.png');}
.newWrap .iconNtextArea .iconList .item .icon.icon08{background-image:url('../images/sub/icon_08.png');}
.newWrap .iconNtextArea .iconList .item .icon.icon09{background-image:url('../images/sub/icon_09.png');}
.newWrap .iconNtextArea .iconList .item .icon.icon10{background-image:url('../images/sub/icon_10.png');}
.newWrap .iconNtextArea .iconList .item .icon.icon11{background-image:url('../images/sub/icon_11.png');}
.newWrap .iconNtextArea .iconList .item .icon.icon12{background-image:url('../images/sub/icon_12.png');}
.newWrap .iconNtextArea .iconList .item .icon.icon13{background-image:url('../images/sub/icon_13.png');}
.newWrap .iconNtextArea .iconList .item .icon.icon14{background-image:url('../images/sub/icon_14.png');}
.newWrap .iconNtextArea .iconList .item .icon.icon15{background-image:url('../images/sub/icon_15.png');}
.newWrap .iconNtextArea .iconList .item .icon.icon16{background-image:url('../images/sub/icon_16.png');}
.newWrap .iconNtextArea .iconList .item .icon.icon17{background-image:url('../images/sub/icon_17.png');}
.newWrap .iconNtextArea .iconList .item .icon.icon18{background-image:url('../images/sub/icon_18.png');}
.newWrap .iconNtextArea .iconList .item .icon.icon19{background-image:url('../images/sub/icon_19.png');}
.newWrap .iconNtextArea .iconList .item .icon.icon20{background-image:url('../images/sub/icon_20.png');}
.newWrap .iconNtextArea .iconList .item .icon.icon21{background-image:url('../images/sub/icon_21.png');}
.newWrap .iconNtextArea .iconList .item .icon.icon22{background-image:url('../images/sub/icon_22.png');}

.newWrap .paging{display:flex; align-items:center; justify-content:center; margin-top:60px;}
.newWrap .paging .num{width:40px; height:40px; display:flex; align-items:center; justify-content:center; border-radius:50%; font-size:16px; font-weight:500; color:#666; transition:all .3s ease;}
.newWrap .paging .num.active{background:#0D2A22; color:#fff;}
.newWrap .paging .arrow{width:40px; height:40px; transition:all .3s ease;}
.newWrap .paging .prev{margin-right:20px; background:url('../images/common/paging_arrow_left.png') center/40px no-repeat;}
.newWrap .paging .next{margin-left:20px; background:url('../images/common/paging_arrow_right.png') center/40px no-repeat;}
.newWrap .paging .arrow.disabled{opacity:.3; pointer-events:none;}

/*admin*/
.newWrap .adminTab{margin-bottom:60px; overflow-x:auto;}
.newWrap .adminTab ul{display:flex; gap:48px; border-bottom:1px solid #DDDDDD;}
.newWrap .adminTab ul li a{display:block; padding:10px 0; color:#1D1D1F; font-size:20px; line-height:28px; font-weight:400; margin-bottom:-1px;}
.newWrap .adminTab ul li.act a{color:#112B22; font-weight:600; border-bottom:2px solid #112B22;}
.newWrap header nav .menu.ty2>li{padding:32px 0;}
.newWrap header nav .menu>li ol.submenu{position:fixed; top:80px; left:0; width:100%; box-shadow:none; padding:0; display:flex; gap:32px; justify-content:center; align-items:center;}
.newWrap header nav .menu>li.act ol.submenu{ height:68px; border-bottom:1px solid #EEEEEE;  visibility:visible; opacity:1;}
.newWrap header nav .menu>li.act ol.submenu li{padding:0; font-size:16px; line-height:28px; font-weight:500; color:#111;}
.newWrap header nav .btns.admin{padding:10px 20px; border:1px solid #fff; border-radius:8px; cursor:pointer;}
.newWrap header nav .btns.admin span{font-size:16px; font-weight:500; color:#fff; padding-right:24px; background:url('../images/main/btn_arrow_w_right2.png') right center/16px no-repeat;}
.newWrap header nav .btns.admin:hover{border-color:#112B22; background-color:#fff;}
.newWrap header nav .btns.admin:hover span{background:#fff url('../images/main/btn_arrow_w_right3.png') right center/16px no-repeat;color:#112B22}
.newWrap header.act nav .btns.admin{padding:10px 20px; border:1px solid #DEE2E6; border-radius:8px;}
.newWrap header.act nav .btns.admin span{font-size:16px; font-weight:500; color:#111; padding-right:24px; background:url('../images/main/btn_arrow_w_right3.png') right center/16px no-repeat;}
.newWrap header.act nav .btns.admin:hover{border-color:#112B22; background-color:#112B22;}
.newWrap header.act nav .btns.admin:hover span{background:#112B22 url('../images/main/btn_arrow_w_right2.png') right center/16px no-repeat;color:#fff;}








.adPickBox{}
.adPickBox .adpickArea{display:grid; grid-template-columns:repeat(5, 1fr); gap:15px;}
.adPickBox .adpickArea .item{display:grid; grid-template-columns: 58px 1fr; gap:10px; border:1px solid #ddd; border-radius:8px; padding:20px 10px; box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05); cursor:pointer;}
.adPickBox .adpickArea .item img{width:58px;}
.adPickBox .adpickArea .item li:last-child{width:125px; font-size:14px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.adPickBox .adpickArea .item li+li{margin-top:8px;}
.adPickBox .adpickArea .item .tit{font-size:18px; font-weight:700;}
.adPickBox .adpickArea .item .commission{font-size:16px;}
.adPickBox .adpickArea .item .commission span{display:inline-block; padding-left:3px; font-weight:700; font-size:16px; color:#FF5236;}





*, ::before, ::after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/* ! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com */*,::after,::before{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}::after,::before{--tw-content:''}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0px}.inset-x-4{left:1rem;right:1rem}.bottom-0{bottom:0px}.left-0{left:0px}.right-0{right:0px}.right-0\.5{right:0.125rem}.top-0{top:0px}.top-0\.5{top:0.125rem}.top-full{top:100%}.top-1\/2{top:50%}.top-\[60px\]{top:60px}.z-40{z-index:40}.z-50{z-index:50}.z-10{z-index:10}.z-\[9998\]{z-index:9998}.my-3{margin-top:0.75rem;margin-bottom:0.75rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-0\.5{margin-bottom:0.125rem}.mb-\[60px\]{margin-bottom:60px}.ml-6{margin-left:1.5rem}.ml-auto{margin-left:auto}.mr-2{margin-right:0.5rem}.mr-3{margin-right:0.75rem}.mt-1{margin-top:0.25rem}.-ml-2{margin-left:-0.5rem}.mt-2{margin-top:0.5rem}.mb-1{margin-bottom:0.25rem}.mb-2{margin-bottom:0.5rem}.mb-3{margin-bottom:0.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-0\.5{margin-top:0.125rem}.mt-4{margin-top:1rem}.mb-1\.5{margin-bottom:0.375rem}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.h-3\.5{height:0.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-8{height:2rem}.h-\[18px\]{height:18px}.h-\[20px\]{height:20px}.h-\[22px\]{height:22px}.h-screen{height:100vh}.h-\[14px\]{height:14px}.h-10{height:2.5rem}.h-12{height:3rem}.h-20{height:5rem}.h-48{height:12rem}.h-6{height:1.5rem}.h-full{height:100%}.h-1\.5{height:0.375rem}.h-9{height:2.25rem}.max-h-\[50vh\]{max-height:50vh}.min-h-screen{min-height:100vh}.w-3\.5{width:0.875rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-64{width:16rem}.w-8{width:2rem}.w-full{width:100%}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-48{width:12rem}.w-6{width:1.5rem}.w-1\.5{width:0.375rem}.w-9{width:2.25rem}.min-w-\[18px\]{min-width:18px}.min-w-\[20px\]{min-width:20px}.min-w-\[22px\]{min-width:22px}.min-w-0{min-width:0px}.min-w-\[14px\]{min-width:14px}.max-w-4xl{max-width:56rem}.max-w-7xl{max-width:80rem}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.translate-y-full{--tw-translate-y:100%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.grid-cols-5{grid-template-columns:repeat(5, minmax(0, 1fr))}.grid-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:0.25rem}.gap-1\.5{gap:0.375rem}.gap-2\.5{gap:0.625rem}.gap-3{gap:0.75rem}.gap-2{gap:0.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-y-0\.5 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.125rem * var(--tw-space-y-reverse))}.space-y-1 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.25rem * var(--tw-space-y-reverse))}.space-y-2 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))}.space-y-4 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-3 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.75rem * var(--tw-space-y-reverse))}.divide-y > :not([hidden]) ~ :not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-100 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(243 244 246 / var(--tw-divide-opacity, 1))}.self-end{align-self:flex-end}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:0.5rem}.rounded-md{border-radius:0.375rem}.rounded-xl{border-radius:0.75rem}.rounded{border-radius:0.25rem}.rounded-2xl{border-radius:1rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-l{border-left-width:1px}.border-l-4{border-left-width:4px}.border-transparent{border-color:transparent}.border-white\/10{border-color:rgb(255 255 255 / 0.1)}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-orange-400{--tw-border-opacity:1;border-color:rgb(251 146 60 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.bg-emerald-300{--tw-bg-opacity:1;background-color:rgb(110 231 183 / var(--tw-bg-opacity, 1))}.bg-emerald-500{--tw-bg-opacity:1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-purple-300{--tw-bg-opacity:1;background-color:rgb(216 180 254 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/5{background-color:rgb(255 255 255 / 0.05)}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-amber-100{--tw-bg-opacity:1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-amber-600{--tw-bg-opacity:1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.bg-black\/50{background-color:rgb(0 0 0 / 0.5)}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity:1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-orange-50{--tw-bg-opacity:1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.bg-purple-100{--tw-bg-opacity:1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-green-300{--tw-bg-opacity:1;background-color:rgb(134 239 172 / var(--tw-bg-opacity, 1))}.bg-white\/20{background-color:rgb(255 255 255 / 0.2)}.bg-emerald-100{--tw-bg-opacity:1;background-color:rgb(209 250 229 / var(--tw-bg-opacity, 1))}.bg-emerald-600{--tw-bg-opacity:1;background-color:rgb(5 150 105 / var(--tw-bg-opacity, 1))}.bg-gradient-to-r{background-image:linear-gradient(to right, var(--tw-gradient-stops))}.from-blue-50{--tw-gradient-from:#eff6ff var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from:#3b82f6 var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.to-purple-50{--tw-gradient-to:#faf5ff var(--tw-gradient-to-position)}.to-indigo-600{--tw-gradient-to:#4f46e5 var(--tw-gradient-to-position)}.object-contain{object-fit:contain}.p-2{padding:0.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-3{padding:0.75rem}.p-5{padding:1.25rem}.p-1\.5{padding:0.375rem}.px-1{padding-left:0.25rem;padding-right:0.25rem}.px-1\.5{padding-left:0.375rem;padding-right:0.375rem}.px-2{padding-left:0.5rem;padding-right:0.5rem}.px-3{padding-left:0.75rem;padding-right:0.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:0.25rem;padding-bottom:0.25rem}.py-2{padding-top:0.5rem;padding-bottom:0.5rem}.py-2\.5{padding-top:0.625rem;padding-bottom:0.625rem}.py-3{padding-top:0.75rem;padding-bottom:0.75rem}.px-0\.5{padding-left:0.125rem;padding-right:0.125rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-0\.5{padding-top:0.125rem;padding-bottom:0.125rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.pb-16{padding-bottom:4rem}.pb-3{padding-bottom:0.75rem}.pt-2{padding-top:0.5rem}.pb-4{padding-bottom:1rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.align-middle{vertical-align:middle}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-sm{font-size:0.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:0.75rem;line-height:1rem}.text-\[9px\]{font-size:9px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-base{font-size:1rem;line-height:1.5rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.text-emerald-100{--tw-text-opacity:1;color:rgb(209 250 229 / var(--tw-text-opacity, 1))}.text-emerald-200{--tw-text-opacity:1;color:rgb(167 243 208 / var(--tw-text-opacity, 1))}.text-emerald-400{--tw-text-opacity:1;color:rgb(52 211 153 / var(--tw-text-opacity, 1))}.text-emerald-950{--tw-text-opacity:1;color:rgb(2 44 34 / var(--tw-text-opacity, 1))}.text-purple-300{--tw-text-opacity:1;color:rgb(216 180 254 / var(--tw-text-opacity, 1))}.text-purple-950{--tw-text-opacity:1;color:rgb(59 7 100 / var(--tw-text-opacity, 1))}.text-slate-300{--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-amber-500{--tw-text-opacity:1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-amber-600{--tw-text-opacity:1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity:1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity:1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-orange-500{--tw-text-opacity:1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity:1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-orange-700{--tw-text-opacity:1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity:1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity:1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity:1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.text-blue-100{--tw-text-opacity:1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.text-white\/80{color:rgb(255 255 255 / 0.8)}.text-emerald-600{--tw-text-opacity:1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.underline-offset-2{text-underline-offset:2px}.opacity-90{opacity:0.9}.opacity-0{opacity:0}.shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgb(0 0 0 / 0.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)}.ring-purple-300\/40{--tw-ring-color:rgb(216 180 254 / 0.4)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.transition-colors{transition-property:color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.duration-200{transition-duration:200ms}.duration-300{transition-duration:300ms}.ease-out{transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}.hover\:bg-white\/5:hover{background-color:rgb(255 255 255 / 0.05)}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-amber-700:hover{--tw-bg-opacity:1;background-color:rgb(180 83 9 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/15:hover{background-color:rgb(255 255 255 / 0.15)}.hover\:bg-emerald-700:hover{--tw-bg-opacity:1;background-color:rgb(4 120 87 / var(--tw-bg-opacity, 1))}.hover\:text-emerald-400:hover{--tw-text-opacity:1;color:rgb(52 211 153 / var(--tw-text-opacity, 1))}.hover\:text-slate-200:hover{--tw-text-opacity:1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-amber-800:hover{--tw-text-opacity:1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-red-500:hover{--tw-text-opacity:1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.hover\:underline:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.hover\:brightness-110:hover{--tw-brightness:brightness(1.1);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.focus\:border-transparent:focus{border-color:transparent}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246 / var(--tw-ring-opacity, 1))}.active\:scale-\[0\.98\]:active{--tw-scale-x:0.98;--tw-scale-y:0.98;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:0.5}.group:hover .group-hover\:translate-x-0\.5{--tw-translate-x:0.125rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:bg-purple-400\/20{background-color:rgb(192 132 252 / 0.2)}.group:hover .group-hover\:text-purple-200{--tw-text-opacity:1;color:rgb(233 213 255 / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:bottom-6{bottom:1.5rem}.sm\:right-6{right:1.5rem}.sm\:h-40{height:10rem}.sm\:h-9{height:2.25rem}.sm\:h-\[calc\(100vh-120px\)\]{height:calc(100vh - 120px)}.sm\:max-h-\[680px\]{max-height:680px}.sm\:w-40{width:10rem}.sm\:w-auto{width:auto}.sm\:w-\[420px\]{width:420px}.sm\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:items-start{align-items:flex-start}.sm\:items-end{align-items:flex-end}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:gap-1{gap:0.25rem}.sm\:rounded-2xl{border-radius:1rem}.sm\:border{border-width:1px}.sm\:border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.sm\:p-6{padding:1.5rem}.sm\:text-left{text-align:left}.sm\:text-right{text-align:right}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:shadow-2xl{--tw-shadow:0 25px 50px -12px rgb(0 0 0 / 0.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}}@media (min-width: 768px){.md\:mb-0{margin-bottom:0px}.md\:ml-64{margin-left:16rem}.md\:hidden{display:none}.md\:pb-0{padding-bottom:0px}}



.tableBox.table02 .table{width:100%;}
.tableBox.table02 .table tbody{border:1px solid #ddd;}
.tableBox.table02 .table tbody th{text-align:left; padding:20px 12px; color:#112B22; font-size:14px; font-weight:700; border-bottom:1px solid #ddd; border-right:1px solid #ddd; background-color:#efefef;}
.tableBox.table02 .table tbody td{padding:20px 12px; border-bottom:1px solid #ddd;}

.inputArea{display:flex; align-items:center; gap:24px}
.inputArea+p{margin-top:8px;}
.inputBox{border:1px solid #DEE2E6; display:flex; justify-content:left; align-items:center; padding:9px 16px;}
.inputBox input{width:100%; font-size:14px; line-height:20px; font-weight:500; border:0;}
.btnArea{display:flex; justify-content:center; gap:24px; align-items:center; padding:30px 0 0;}
.btnArea .btn01{display:flex; justify-content:center; align-items:center; border:1px solid #112B22; width:100%; margin-left:0; height:40px; font-size:14px; line-height:140%; font-weight:500;}
.btnArea .btn02{display:flex; justify-content:center; align-items:center; border:1px solid #112B22; width:100%; margin-left:0; height:25px; font-size:14px; line-height:140%; font-weight:500;}
.btnArea .btn01.b01,
.btnArea .btn02.b01{width:120px;background-color:#112B22; color:#fff;}
.btnArea .btn01.b02,
.btnArea .btn02.b02{width:120px;border:1px solid #112B22; color:#112B22;}
.btnArea .btn02.b03{width:70px;border:1px solid #112B22; color:#112B22;}
.textarea{border:1px solid #DEE2E6; width:100%;}


.searchviewBox.ty01{display:flex; align-items:center; justify-content:space-between; margin-bottom:20px;}
.searchviewBox .total{display:flex; gap:4px; font-size:14px; line-height:25px; font-weight:500; color:#111; gap:30px;}
.searchviewBox .total li{position:relative;}
.searchviewBox .total li:after{position:absolute; top:50%; margin-top:-8px; right:-15px; background-color:#ddd; width:1px; height:16px; content:"";}
.searchviewBox .total li:last-child:after{display:none;}
.searchviewBox .total span{display:inline-block; padding-left:10px; font-weight:700;}
.searchviewBox .right{display:flex; align-items:center; gap:10px; font-size:24px; line-height:34px; font-weight:700; color:#FF5236;}
.searchviewBox .right span{font-size:24px;}


.tableInpuat{display:flex; gap:10px;}
.tableInpuat .btn02{min-width:60px; width:auto;}
.tableInpuat .selectBox{width:auto; min-width:80px}
.tableInpuat .selectBox select{height:25px; padding:0 30px 0 12px; background-color:#fff; font-size:14px; font-weight:400;}
.tableInpuat .selectBox::after{right:-5px; background: url(../images/common/select_arrow.png) center / 30px no-repeat;}


.mb30{margin-bottom:30px;}
.subtit{font-size:20px; font-weight:700; padding:15px 0;}
.imp{color:#ff0000}
.inlinke{text-decoration:underline; color:#0011ff}












































/* 태블릿 */
@media (max-width: 1200px){
    .newWrap .cont{max-width:100%; padding:0 20px; margin:auto; position:relative;}

    .newWrap header{height:72px;}
    .newWrap header .logo{top:20px; left:20px; z-index:5;}
    .newWrap header .mobileBtn{position:absolute; top:22px; cursor:pointer; right:20px; width:28px; height:28px; background:url('../images/main/mobile_btn.png') 0/28px no-repeat; z-index:5;}
    .newWrap header nav{position:fixed; top:0; left:100%; width:100%; height:100vh; overflow:hidden; background-color:#fff; transition:left .4s cubic-bezier(0.22, 1, 0.36, 1);}
    .newWrap header.open .logo a{color:#112B22; background:url('../images/main/logo_off.png') 0/18px 25px no-repeat; z-index:5;}
    .newWrap header.open .mobileBtn{background:url('../images/main/btn_exit.png') 0/28px no-repeat;}
    .newWrap header.open nav{left:0; height:100vh; padding-top:72px}
    .newWrap header nav .menu{display:block; height:calc(100vh - 150px); column-gap:0;  overflow-y:auto;}
    .newWrap header nav .menu>li{padding:0 20px}
    .newWrap header nav .menu>li>a,
    .newWrap header nav .menu>li>span{display:block; padding:23px 0; color:#111; border-bottom:1px solid #E9EAEB; font-size:20px; line-height:26px;}
    .newWrap header nav .menu>li>a.on,
    .newWrap header nav .menu>li>a:hover,
    .newWrap header nav .menu>li>span:hover{color:#111;}
    .newWrap header nav .menu>li>span:hover{border-top:1px solid #111111;}
    .newWrap header nav .menu>li>span{background:url('../images/main/btn_aorrw_down.png') right 10px center/28px no-repeat;}
    .newWrap header nav .menu>li.act span{border-bottom:0; background:url('../images/main/btn_aorrw_up.png') right 10px center/28px no-repeat;}
    .newWrap header nav .menu>li.act+li a{border-top:1px solid #E9EAEB;}
    .newWrap header nav .menu>li ol{position:relative; top:0; left:0; border-radius:0; padding:0; box-shadow:none;}
    .newWrap header nav .menu>li.act ol{height:153px;  padding:8px 0; opacity:1; visibility:visible; transform:translateY(0);}
    .newWrap header nav .menu>li ol li{padding-bottom:8px; white-space:nowrap; font-size:16px; line-height:37px; color:#112B22; font-weight:500;}
    .newWrap header nav .menu>li ol li:last-child{padding-bottom:56px;}
    .newWrap header nav .btns{bottom:36px; top:auto; right:auto; left:50%; transform:translate(-50%, 0);}
    .newWrap header nav .btns li a{color:#112B22; font-size:16px; font-weight:500;}
    .newWrap header nav .btns li:first-child a{padding-right:16px}
    .newWrap header nav .btns li:first-child a:after{display:block; content:""; position:absolute; top:3px; right:8px; width:1px; height:12px; background-color:#fff;}
    .newWrap header.act .logo h1 a{background:url('../images/main/logo_off.png') 0/18px 25px no-repeat;}
    .newWrap header.open nav .btns li:first-child a:after{display:block; content:""; position:absolute; top:3px; right:8px; width:1px; height:12px; background-color:#E9EAEB;}
    .newWrap header.act .logo h1{color:#112B22;}
    .newWrap header.act nav .menu>li>a{color:#111;}
    .newWrap header.act nav .menu>li>a.on,
    .newWrap header.act nav .menu>li>a:hover{color:#112B22; font-weight:700}
    .newWrap header.act nav .btns li a{color:#111;}
    .newWrap header.act nav .btns li:first-child a:after{background-color:#111;}

    .newWrap header nav .menu.ty2>li{padding:0 20px;}
    .newWrap header nav .menu>li ol.submenu{position:relative; top:0; display:flex; gap:24px; flex-direction:column; justify-content:flex-start; align-items:flex-start;}
    .newWrap header nav .menu>li.act ol.submenu{ height:auto; border-bottom:1px solid #EEEEEE;}
    .newWrap header nav .menu>li.act ol.submenu li{padding:0; font-size:16px; line-height:28px; font-weight:500; color:#111;}
    .newWrap header nav .btns.admin{position:absolute; bottom:20px; left:40px; width:calc(100% - 80px); height:58px; padding:10px 20px; border:1px solid #fff; border-radius:8px; transform: translate(0, 0); align-items:center; display:flex; justify-content:center; align-items:center;}
    .newWrap header nav .btns.admin span{font-size:16px; font-weight:500; color:#fff; padding-right:24px; background:url('../images/main/btn_arrow_w_right2.png') right center/16px no-repeat;}
    .newWrap header.act nav .btns.admin{padding:10px 20px; border:1px solid #DEE2E6; border-radius:8px;}
    .newWrap header.act nav .btns.admin span{font-size:16px; font-weight:500; color:#111; padding-right:24px; background:url('../images/main/btn_arrow_w_right3.png') right center/16px no-repeat;}
    .newWrap header.open nav .btns.admin{padding:10px 20px; border:1px solid #DEE2E6; border-radius:8px;}
    .newWrap header.open nav .btns.admin span{font-size:16px; font-weight:500; color:#111; padding-right:24px; background:url('../images/main/btn_arrow_w_right3.png') right center/16px no-repeat;}



    /*-- footer ------------------------------*/
    .newWrap footer{width:100%; padding:16px 0 100px; background-color:#12271C; z-index:9; color:#FFFFFF80; font-weight:400;}
    .newWrap footer .top{display:flex; flex-direction:column; justify-content:space-between; border-bottom:1px solid #FFFFFF1A; padding:16px 0; gap:24px;}
    .newWrap footer .top .left{display:flex; gap:24px;}
    .newWrap footer .top .left li a{font-size:15px; line-height:24px;}
    .newWrap footer .top .copy{font-size:13px; line-height:22px;}
    .newWrap footer .cen{display:flex; flex-direction:column; justify-content:space-between; padding-top:16px; padding-bottom:80px; position:relative;}
    .newWrap footer .cen .left ul{display:grid; grid-template-columns: 1fr;}
    .newWrap footer .cen .left ul li{padding:4px 0; font-size:13px; line-height:22px; margin-bottom:0px;}
    .newWrap footer .cen .left ul li span{display:inline-block; padding-right:8px; font-weight:600;}
    .newWrap footer .cen .right{line-height:22px;}
    .newWrap footer .cen .right span{font-weight:600; display:block;}
    .newWrap footer .cen .logo{position:absolute; bottom:0; left:0;}
    .newWrap footer .cen .logo span{display:block; height:44px; line-height:44px; font-size:34px; color:#fff; padding-left:44px; background:url('../images/main/footer_logo.png') 0/32px 44px no-repeat;}





    /*-- container ----------------------------*/
    .newWrap #container section{max-width:auto; margin:auto;}
    .newWrap #container section .title h2{font-size:26px;}
    .newWrap #container section .title p{font-size:16px; padding-top:12px;}
    .newWrap #container section .title p br{display:block;}
    .newWrap #container .bannerBox .title{padding:20px 0; font-size:40px; line-height:130%; font-weight:700; color:#E2D6CC;}
    .newWrap #container .bannerBox p br{display:block;}
    .newWrap #container .bannerBox{position:relative; height:390px; overflow:hidden;}
    .newWrap #container .bannerBox .bg{position:absolute; top:0; left:0; width:100%; height:500px; background:url('../images/main/02_banner_mo.png') center/cover no-repeat; will-change: transform;}
    .newWrap #container .bannerBox .cont{position:relative; z-index:2;}
    .newWrap #container .bannerBox2{padding:0 0;}
    .newWrap #container .bannerBox2 .title{display:flex; justify-content:center; gap:40px; position:relative;}
    .newWrap #container .bannerBox2 .title:after{display:block; position:absolute; top:25px; left:52%; width:88px; height:88px; content:""; background:url('../images/main/hand.png') 0/88px 88px no-repeat;  transform:translate(-50%, -50%); animation: handSwing 2s ease-in-out infinite; z-index:1;}
    .newWrap #container .bannerBox2 .title span{position:relative; font-size:32px; color:#112B22; font-weight:700; line-height:42px; z-index:2}
    .newWrap #container .bannerBox2 .title span:nth-child(2){z-index:1}
    .newWrap #container .bannerBox2 p{padding-top:12px; text-align:center; font-size:16px; font-weight:500; line-height:160%; color:#112B22;}
    .newWrap #container .bannerBox2 p br{display:block;}


    @keyframes handSwing {
        0% {
            transform: translate(-50%, -50%) rotate(-12deg);
        }
        50% {
            transform: translate(-50%, -50%) rotate(8deg);
        }
        100% {
            transform: translate(-50%, -50%) rotate(-12deg);
        }
    }

    .newWrap #container section.sect02{max-width:100%; overflow:hidden;  padding:80px 0;}
    .newWrap #container section.sect02 .cont{width:auto; margin:auto; position:relative; padding:0 20px;}
    .newWrap #container section.sect02 .cont .title{padding-bottom:48px;}
    .newWrap #container section.sect02 .bizSwiper{overflow:visible; position:relative; padding-bottom:70px;}
    .newWrap #container section.sect02 .bizSwiper .swiper-wrapper{display:flex; flex-direction:column; gap:12px; margin:auto; transition:all 0.6s; max-width:700px;}
    .newWrap #container section.sect02 .bizSwiper .swiper-slide{display:flex; border-radius:8px; overflow:hidden; flex-shrink:0; position:relative; min-width:0; flex-direction:column; width:100%; height:auto; max-height:72px; transition:max-height .6s;}
    .newWrap #container section.sect02 .bizSwiper .swiper-slide .imgs{min-width:150px; flex:1; position:relative; transition:all .3s;}
    .newWrap #container section.sect02 .bizSwiper .swiper-slide .imgs:after{position:absolute; top:0; left:0; width:100%; height:100%; background-color:rgba(0, 0, 0, 0.3); content:""; z-index:2; opacity:1;}
    .newWrap #container section.sect02 .bizSwiper .swiper-slide .imgs span{position:absolute; top:24px; left:20px; width:100%; text-align:left; font-size:16px; font-weight:600; line-height:24px; color:#fff; opacity:1; z-index:3;}
    .newWrap #container section.sect02 .bizSwiper .swiper-slide .imgs img{width:100%; height:100%; object-fit:cover;}
    .newWrap #container section.sect02 .bizSwiper .swiper-slide .imgs .pc{display:none;}
    .newWrap #container section.sect02 .bizSwiper .swiper-slide .imgs .mo{display:block;}
    .newWrap #container section.sect02 .bizSwiper .swiper-slide .txt{position:relative; padding:20px; z-index:2; padding:40px 40px 60px; color:#fff; background-color:#000;transition:all .3s;}
    .newWrap #container section.sect02 .bizSwiper .swiper-slide .txt span{display:block; font-size:16px; line-height:24px; font-weight:600; padding-bottom:32px;}
    .newWrap #container section.sect02 .bizSwiper .swiper-slide .txt strong{display:block; font-size:20px; font-weight:600; line-height:24px;}
    .newWrap #container section.sect02 .bizSwiper .swiper-slide .txt p{margin-top:20px; font-size:16px; line-height:160%; font-weight:400; white-space: nowrap;}
    .newWrap #container section.sect02 .bizSwiper .swiper-slide .txt a{position:absolute; width:36px; height:36px; bottom:20px; right:20px; border-radius:6px; display:block; background:#fff url('../images/main/btn2_arrow_right_on.png') 50%/13.5px 10px no-repeat;}
    .newWrap #container section.sect02 .bizSwiper .swiper-slide.active .imgs span{opacity:0;}
    .newWrap #container section.sect02 .bizSwiper .swiper-slide.active .imgs:after{opacity:0;}
    .newWrap #container section.sect02 .bizSwiper .swiper-slide.active .imgs img{transform:scale(1); object-fit:cover;}
    .newWrap #container section.sect02 .bizSwiper .swiper-slide.active{max-height:1000px;}
    .newWrap #container section.sect02 .bizSwiper.active-0 .swiper-wrapper,
    .newWrap #container section.sect02 .bizSwiper.active-1 .swiper-wrapper,
    .newWrap #container section.sect02 .bizSwiper.active-2 .swiper-wrapper,
    .newWrap #container section.sect02 .bizSwiper.active-3 .swiper-wrapper,
    .newWrap #container section.sect02 .bizSwiper.active-4 .swiper-wrapper,
    .newWrap #container section.sect02 .bizSwiper.active-5 .swiper-wrapper{grid-template-columns:none;  transform:translateX(0);}
    .newWrap #container section.sect02 .bizSwiper .swiper-slide .imgs{width:100%; min-width:auto;}
    .newWrap #container section.sect02 .bizSwiper .swiper-slide .imgs img{width:100%;}
    .newWrap #container section.sect02 .bizSwiper .swiper-slide .txt{position:relative; bottom:0; left:0;width:100%; opacity:0; transition:opacity .3s ease;}
    .newWrap #container section.sect02 .bizSwiper .swiper-slide.active .txt{opacity:1;}
    .newWrap #container section.sect02 .bizSwiper .nav{margin-top:24px;}

    .newWrap #container section.sect03{max-width:100%; overflow:hidden; padding:70px 0 70px;}
    .newWrap #container section.sect03 .cont{width:auto; margin:auto;}
    .newWrap #container section.sect03 .cont .title{padding-bottom:48px;}
    .newWrap #container section.sect03 .topSw{overflow:visible !important; height:460px;}
    .newWrap #container section.sect03 .topSw .swiper-wrapper{align-items:stretch;}
    .newWrap #container section.sect03 .topSw .swiper-slide{width:290px; height:460px; overflow:hidden; border-radius:14px;}
    .newWrap #container section.sect03 .topSw .swiper-slide:after{display:block; content:""; width:290px; height:460px; transition: transform 0.5s ease; transform: scale(1); transform-origin:center center; z-index:2;}
    .newWrap #container section.sect03 .topSw .swiper-slide.item01:after{background:url('../images/main/topSw_01.png') 0/290px 460px no-repeat;}
    .newWrap #container section.sect03 .topSw .swiper-slide.item02:after{background:url('../images/main/topSw_02.png') 0/290px 460px no-repeat;}
    .newWrap #container section.sect03 .topSw .swiper-slide.item03:after{background:url('../images/main/topSw_03.png') 0/290px 460px no-repeat;}
    .newWrap #container section.sect03 .topSw .swiper-slide.item04:after{background:url('../images/main/topSw_04.png') 0/290px 460px no-repeat;}
    .newWrap #container section.sect03 .topSw .swiper-slide.item05:after{background:url('../images/main/topSw_05.png') 0/290px 460px no-repeat;}
    .newWrap #container section.sect03 .topSw .swiper-slide.item06:after{background:url('../images/main/topSw_06.png') 0/290px 460px no-repeat;}
    .newWrap #container section.sect03 .topSw .swiper-slide:hover:after{transform: scale(1.08);}
    .newWrap #container section.sect03 .topSw .swiper-slide .con{position:absolute; top:24px; left:24px; color:#fff; z-index:3;}
    .newWrap #container section.sect03 .topSw .swiper-slide .con .tit{font-weight:700; font-size:30px; line-height:130%;}
    .newWrap #container section.sect03 .topSw .swiper-slide .con .sub{padding:4px 0 0; font-weight:300; font-size:14px; line-height:140%;}
    .newWrap #container section.sect03 .topSw .swiper-slide .con .sub br{display:none;}

    .newWrap #container section.sect04{max-width:100%; overflow:hidden; padding:70px 0 70px;}
    .newWrap #container section.sect04 .cont{width:auto; margin:auto;}
    .newWrap #container section.sect04 .cont .title{padding-bottom:48px;}
    .newWrap #container section.sect04 .topSw2{overflow:visible !important; height:470px; padding-bottom:0;}
    .newWrap #container section.sect04 .topSw2 .swiper-wrapper{align-items:stretch;}
    .newWrap #container section.sect04 .topSw2 .swiper-slide{width:350px; height:350px; overflow:hidden; border-radius:16px; background-color:#F3F3F3;}
    .newWrap #container section.sect04 .topSw2 .swiper-slide:after{display:block; content:""; width:400px; height:400px; transition: transform 0.5s ease; transform: scale(1); transform-origin:center center; z-index:2;}
    .newWrap #container section.sect04 .topSw2 .swiper-slide .con{padding:36px 0 20px; height:100%; position:relative; text-align:center;}
    .newWrap #container section.sect04 .topSw2 .swiper-slide .con .tt{margin-bottom:10px; border:1px solid #C4C4C4; font-size:14px; font-weight:700; color:#606060; display:flex; margin:0 auto 10px; justify-content:center; align-items:center; width:84px; height:30px; border-radius:15px;}
    .newWrap #container section.sect04 .topSw2 .swiper-slide .con .tit{font-weight:700; font-size:26px; line-height:140%; padding-bottom:10px;}
    .newWrap #container section.sect04 .topSw2 .swiper-slide .con .sub{font-weight:400; font-size:17px; line-height:140%;}
    .newWrap #container section.sect04 .topSw2 .swiper-slide .con .imgs{display:flex; align-items:center; flex-direction:column; text-align:center; margin:auto; position:absolute; bottom:20px; left:0; width:100%;}
    .newWrap #container section.sect04 .topSw2 .swiper-slide .con .imgs>img{width:135px; transition:transform .6s cubic-bezier(0.22, 1, 0.36, 1);}
    .newWrap #container section.sect04 .topSw2 .swiper-slide.item03 .con .imgs>img{width:180px}
    .newWrap #container section.sect04 .topSw2 .swiper-slide .con .imgs .shadow{margin-top:10px; transition:transform .6s cubic-bezier(0.22, 1, 0.36, 1), opacity .6s ease;}
    .newWrap #container section.sect04 .topSw2 .swiper-slide .con .imgs .shadow img{width:144px;}
    .newWrap #container section.sect04 .topSw2 .swiper-slide:hover .con .imgs > img{transform:translateY(-12px);}
    .newWrap #container section.sect04 .topSw2 .swiper-slide:hover .con .imgs .shadow{transform:scale(0.82); opacity:.7;}

    .newWrap #container section.sect05{max-width:100%; overflow:hidden; padding:70px 0 70px; background-color:#F5F5F7;}
    .newWrap #container section.sect05 .cont{width:auto; margin:auto;}
    .newWrap #container section.sect05 .cont .contbox{display:grid; grid-template-columns:1fr; gap:20px; padding-top:48px; padding-bottom:128px; position:relative;}
    .newWrap #container section.sect05 .cont .contbox .con{background-color:#fff; padding:40px; border-radius:16px;}
    .newWrap #container section.sect05 .cont .contbox .con .tagbox{display:flex; height:20px; margin-bottom:8px;}
    .newWrap #container section.sect05 .cont .contbox .con .tagbox .tag{border-radius:4px; font-size:12px; font-weight:700; line-height:20px; color:#F4F1EA; padding:0 8px 0 24px; background:#112B22 url('../images/main/icon_crown.png') 4px 2px/16px no-repeat;}
    .newWrap #container section.sect05 .cont .contbox .con .tit{display:flex; justify-content:space-between; align-items:center; margin-bottom:20px;}
    .newWrap #container section.sect05 .cont .contbox .con .tit span{font-size:20px; line-height:28px; font-weight:700;}
    .newWrap #container section.sect05 .cont .contbox .con .tit em{font-size:20px; color:#FF5236; font-weight:700;}
    .newWrap #container section.sect05 .cont .contbox .con .iconbox{display:flex; justify-content:space-between; background-color:#F4F1EA; padding:13px 12px;}
    .newWrap #container section.sect05 .cont .contbox .con .iconbox span{font-size:14px; font-weight:600; line-height:20px; padding-left:22px;}
    .newWrap #container section.sect05 .cont .contbox .con .iconbox .icon01{background:url('../images/main/icon_01.png') 0/18px no-repeat;}
    .newWrap #container section.sect05 .cont .contbox .con .iconbox .icon02{background:url('../images/main/icon_02.png') 0/18px no-repeat;}
    .newWrap #container section.sect05 .cont .contbox .con .iconbox .icon03{background:url('../images/main/icon_03.png') 0/18px no-repeat;}
    .newWrap #container section.sect05 .cont .contbox .con ul{padding-top:20px;}
    .newWrap #container section.sect05 .cont .contbox .con ul li{padding-bottom:12px; font-weight:600; line-height:20px; font-size:13px;}
    .newWrap #container section.sect05 .cont .contbox .con ul li:last-child{padding-bottom:0;}
    .newWrap #container section.sect05 .cont .contbox .con ul li span{display:inline-block; padding-left:22px; background:url('../images/main/check_on.png') 0 50%/14px no-repeat;}
    .newWrap #container section.sect05 .cont .contbox .con ul li span.off{background:url('../images/main/check_off.png') 0 50%/14px no-repeat; color:#808080;}
    .newWrap #container section.sect05 .cont .contbox .btns{position:absolute; bottom:0; left:50%;  transform:translate(-50%, 0);}
    .newWrap #container section.sect05 .cont .contbox .btns a{display:flex; align-items:center; justify-content:center; width:196px; height:62px; line-height:62px; background-color:#112B22; border-radius:150px;}
    .newWrap #container section.sect05 .cont .contbox .btns a span{display:block; padding-right:44px; color:#fff; font-size:18px; font-weight:500; line-height:26px; background:url('../images/main/btn3_arrow_b_right.png') 100% 50%/26px no-repeat;}

    .newWrap .main .swiper .nav{position:absolute; bottom:0; left:0; width:80px; height:30px; display:none; justify-content:space-between;}
    .newWrap .main .swiper .nav .swiper-button-next,
    .newWrap .main .swiper .nav .swiper-button-prev{width:30px; height:30px; border:0; position:relative; top:0; bottom:0; margin:0;}
    .newWrap .main .swiper .nav .swiper-button-next svg,
    .newWrap .main .swiper .nav .swiper-button-prev svg{display:none;}
    .newWrap .main .swiper .nav .swiper-button-next{left:auto;right:auto;background:url('../images/main/btn_arrow_right_on.png') 0/30px no-repeat;}
    .newWrap .main .swiper .nav .swiper-button-prev{right:auto;left:auto;background:url('../images/main/btn_arrow_left_on.png') 0/30px no-repeat;}
    .newWrap .main .swiper .nav .swiper-button-next.swiper-button-disabled{background:url('../images/main/btn_arrow_right_off.png') 0/30px no-repeat;}
    .newWrap .main .swiper .nav .swiper-button-prev.swiper-button-disabled{background:url('../images/main/btn_arrow_left_off.png') 0/30px no-repeat;}

    /*-- sub ----------------------------*/
    .newWrap .sub{padding:114px 0 70px;}
    .newWrap .sub .cont h2{padding-bottom:28px;}
    .newWrap .sub .mytop{margin-bottom:60px;}
    .newWrap .sub .mytop .contBox{display:flex; justify-content:space-between; flex-direction:column; gap:40px; border-radius:10px; padding:20px;}
    .newWrap .sub .mytop .contBox .left{position:relative; width:100%; display:flex; justify-content:space-between;}
    .newWrap .sub .mytop .contBox .left .nameBox{font-size:30px; line-height:140%; font-weight:500;}
    .newWrap .sub .mytop .contBox .left .nameBox .name span{font-weight:700;}
    .newWrap .sub .mytop .contBox .left .nameBox .name span.gold{color:#926F53;}
    .newWrap .sub .mytop .contBox .left .nameBox .email{padding-top:8px; font-size:18px; line-height:140%; font-weight:500;}
    .newWrap .sub .mytop .contBox .left .nameBox .day{position:relative; margin-top:20px; font-size:14px; line-height:140%; font-weight:500; padding-left:7px;}
    .newWrap .sub .mytop .contBox .left .nameBox .day+.day{margin-top:0;}
    .newWrap .sub .mytop .contBox .left .nameBox .day:after{position:absolute; top:50%; left:0; width:3px; height:3px; margin-top:-2px; background-color:#112B22; content:""; border-radius:3px;}
    .newWrap .sub .mytop .contBox .left .useredit{position:absolute; top:95px; right:0; transform:translate(0, 0); display:flex; flex-direction:column; justify-content:center; align-items:center;}
    .newWrap .sub .mytop .contBox .left .useredit .icon{width:50px; height:50px; margin-bottom:14px;}
    .newWrap .sub .mytop .contBox .left .useredit .icon.icon01{background:url('../images/common/Chips_01.png') 0/50px no-repeat;}
    .newWrap .sub .mytop .contBox .left .useredit .icon.icon02{background:url('../images/common/Chips_02.png') 0/50px no-repeat;}
    .newWrap .sub .mytop .contBox .left .useredit .icon.icon03{background:url('../images/common/Chips_03.png') 0/50px no-repeat;}
    .newWrap .sub .mytop .contBox .left .useredit  a{font-size:14px; line-height:140%; font-weight:500; border-bottom:1px solid #112B22; color:#112B22;}
    .newWrap .sub .mytop .contBox .right{width:100%; padding-left:20px; text-align:center; display:flex; flex-direction:column; align-items:center; justify-content:center; position:relative;}
    .newWrap .sub .mytop .contBox .right:after{position:absolute; top:-20px; left:0; width:100%; height:1px; margin-top:-1px; background-color:#F1EBE7; content:"";}
    .newWrap .sub .mytop .contBox .right .txt{margin-bottom:12px; color:#112B22; font-size:18px; line-height:140%; font-weight:700;}
    .newWrap .sub .mytop .contBox .right a.btn{display:block; height:58px; width:100%; border:1px solid #DEE2E6; border-radius:8px; font-size:16px; line-height:58px; font-weight:500;}
    .newWrap .sub .mytop .contBox .right a.btn span{display:inline-block; padding-right:24px; background:url('../images/main/btn4_arrow_b_right.png') right center/16px no-repeat;}
    .newWrap .sub .mytop .contBox .right.col-03{display:grid; grid-template-columns:1fr; padding-left:0;}
    .newWrap .sub .mytop .contBox .right.col-03:after{display:none;}
    .newWrap .sub .mytop .contBox .right.col-03 .col{position:relative; display:flex; flex-direction:column; align-items:center; justify-content:center; padding:20px;}
    .newWrap .sub .mytop .contBox .right.col-03 .col:after{position:absolute; top:0; left:0; width:100%; height:1px; margin-top:-1px; background-color:#F1EBE7; content:"";}
    .newWrap .sub .mytop .contBox .right.col-03 .col span{font-size:18px; line-height:140%; font-weight:500; color:#555555;}
    .newWrap .sub .mytop .contBox .right.col-03 .col p{font-size:24px; line-height:140%; font-weight:700; color:#112B22;}
    .newWrap .sub .mytop .contBox .right.col-03 .col p a{display:inline-block; padding-right:32px; background:url('../images/common/icon_copy.png') 100% center/24px no-repeat;}
    .newWrap .sub .mytop .mypay{border:1px solid #E0E5E6; border-radius:10px; padding:20px; margin-top:20px;}
    .newWrap .sub .mytop .mypay .top{padding-bottom:20px; display:flex; justify-content:space-between; align-items:center;}
    .newWrap .sub .mytop .mypay .top .title{line-height:38px; font-size:18px; line-height:140%; font-weight:700;}
    .newWrap .sub .mytop .mypay .top .btn01{border:1px solid #112B22; height:38px; line-height:38px; padding:0 12px; border-radius:4px; color:#112B22; font-size:18px; font-weight:500;}
    .newWrap .sub .mytop .mypay .colorBox{display:grid; grid-template-columns:1fr; gap:20px; position:relative; background-color:#F6F2EF; border:1px solid #F1EBE7; padding:20px; border-radius:10px;}
    .newWrap .sub .mytop .mypay .colorBox:after{display:none;}
    .newWrap .sub .mytop .mypay .colorBox .col{display:flex; justify-content:space-between; align-items:center; color:#A27B5C;}
    .newWrap .sub .mytop .mypay .colorBox .col span{font-weight:500; font-size:14px; line-height:140%;}
    .newWrap .sub .mytop .mypay .colorBox .col p{font-size:30px; line-height:140%; font-weight:700; display:flex; gap:4px; align-items:center; justify-content:center;}
    .newWrap .sub .mytop .mypay .colorBox .col p em{font-weight:700; font-size:30px;}

    .newWrap .sub .tabBox{margin:0 -20px;}
    .newWrap .sub .tabBox .tab{min-width:390px; width:100%;}
    .newWrap .sub .tabBox ul{display:grid; margin:0; grid-template-columns:repeat(5, 1fr); align-items:center;}
    .newWrap .sub .tabBox ul li{position:relative; height:60px;padding-right:1px; text-align:center; border:1px solid #E0E5E6; border-width:1px 0 1px 0;}
    .newWrap .sub .tabBox ul li:last-child{border-right:0;}
    .newWrap .sub .tabBox ul li.act a,
    .newWrap .sub .tabBox ul li:hover a{background-color:#112B22; border:0;}
    .newWrap .sub .tabBox ul li.act +li,
    .newWrap .sub .tabBox ul li:hover +li{border-lefr-color:0;}
    .newWrap .sub .tabBox ul li a{position:relative; font-size:15px; line-height:140%; font-weight:500; display:flex; align-items:center; width:100%; height:100%; justify-content:center;}
    .newWrap .sub .tabBox ul li:after{width:1px; background-color:#D9D9D9; height:22px; position:absolute; content:""; top:50%; right:0; margin-top:-11px;}
    .newWrap .sub .tabBox ul li.act a,
    .newWrap .sub .tabBox ul li:hover a{font-weight:700; color:#fff;}
    .newWrap .sub .tabBox ul li:last-child:after{display:none;}
    .newWrap .sub .tabContent{padding-top:60px;}
    .newWrap .sub .tabContent .tabtop{display:flex; padding-bottom:20px; border-bottom:2px solid #000000; margin-bottom:30px;}
    .newWrap .sub .tabContent .tabtop .title{font-size:32px; line-height:140%; font-weight:700; padding-right:20px;}
    .newWrap .sub .tabContent .tabtop .date{display:flex; align-items:center;}
    .newWrap .sub .tabContent .tabtop .date button{width:40px; height:40px; background-size:40px;}
    .newWrap .sub .tabContent .tabtop .date button.btn_prev{background-image:url('../images/main/btn_arrow_left.png');}
    .newWrap .sub .tabContent .tabtop .date button.btn_next{background-image:url('../images/main/btn_arrow_right.png');}
    .newWrap .sub .tabContent .tabtop .date .day{padding:0 12px; font-size:24px; line-height:130%; font-weight:700;}
    .newWrap .sub .tabContent .tabBox02{ overflow-x:auto; margin-bottom:30px; margin-top:-10px;}
    .newWrap .sub .tabContent .tabBox02 ul li a{display:inline-block; white-space:nowrap; padding:0 8px 20px;  margin-bottom:-1px; font-size:15px; font-weight:500; color:#666;}
    .newWrap .sub .tabContent .tabBox02 ul li.on a,
    .newWrap .sub .tabContent .tabBox02 ul li:hover a{color:#111;border-bottom:1px solid #111111;}
    .newWrap .sub .tabContent .tab1contBox .showLink{position:relative; display:grid; padding:40px; border:1px solid #F1EBE7; border-radius:10px; margin-top:40px;}
    .newWrap .sub .tabContent .tab1contBox .showLink+.showLink{margin-top:20px !important;}
    .newWrap .sub .tabContent .tab1contBox .showLink:first-child{margin-top:0;}
    .newWrap .sub .tabContent .tab1contBox .showLink.col-04{grid-template-columns:1fr;}
    .newWrap .sub .tabContent .tab1contBox .showLink.col-03{grid-template-columns:1fr;}
    .newWrap .sub .tabContent .tab1contBox .showLink .inBox{position:relative; display:grid; padding-left:0; grid-template-columns:104px 1fr;}
    .newWrap .sub .tabContent .tab1contBox .showLink .inBox .icon{position:relative; width:84px; height:84px; background-size:84px;}
    .newWrap .sub .tabContent .tab1contBox .showLink .inBox .icon.icon01{background-image:url('../images/common/icon_01.png');}
    .newWrap .sub .tabContent .tab1contBox .showLink .inBox .icon.icon02{background-image:url('../images/common/icon_02.png');}
    .newWrap .sub .tabContent .tab1contBox .showLink .inBox .icon.icon03{background-image:url('../images/common/icon_03.png');}
    .newWrap .sub .tabContent .tab1contBox .showLink .inBox .icon.icon04{background-image:url('../images/common/icon_04.png');}
    .newWrap .sub .tabContent .tab1contBox .showLink .inBox .icon.icon05{background-image:url('../images/common/icon_05.png');}
    .newWrap .sub .tabContent .tab1contBox .showLink .inBox .icon.icon06{background-image:url('../images/common/icon_06.png');}
    .newWrap .sub .tabContent .tab1contBox .showLink .inBox .text{margin-bottom:20px;}
    .newWrap .sub .tabContent .tab1contBox .showLink .inBox .text li{display:flex; flex-direction:column;}
    .newWrap .sub .tabContent .tab1contBox .showLink .inBox .text li:nth-child(1){font-size:24px; line-height:140%; font-weight:500; margin-bottom:4px;}
    .newWrap .sub .tabContent .tab1contBox .showLink .inBox .text li:nth-child(2){font-size:18px; line-height:140%; font-weight:500; min-height:50px; color:#926F53; margin-bottom:0;}
    .newWrap .sub .tabContent .tab1contBox .showLink .inBox .text li:nth-child(3){margin-left:-104px; margin-top:20px;}
    .newWrap .sub .tabContent .tab1contBox .showLink .inBox .text a{display:flex; justify-content:center; align-items:center; width:100%; height:58px; border:1px solid #DEE2E6; border-radius:8px; font-size:16px; line-height:58px; font-weight:500; padding:0 20px;}
    .newWrap .sub .tabContent .tab1contBox .showLink .inBox .text a+a{margin-top:20px; margin-left:0;}
    .newWrap .sub .tabContent .tab1contBox .showLink .inBox .text a span{display:inline-block; padding-right:24px; background:url('../images/main/btn4_arrow_b_right.png') right center/16px no-repeat;}
    .newWrap .sub .tabContent .tab1contBox .showLink .col{border-left:0; border-top:1px solid #E2D6CC; height:auto; padding:20px 0; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px;}
    .newWrap .sub .tabContent .tab1contBox .showLink .col span{font-size:18px; line-height:140%; font-weight:500; color:#555555;}
    .newWrap .sub .tabContent .tab1contBox .showLink .col p{font-size:24px; line-height:140%; font-weight:700; color:#112B22;}

    .newWrap .tableTopEdit{display:flex; flex-direction:column; gap:16px; margin-bottom:60px;}
    .newWrap .tableTopEdit .dateArea{display:flex; justify-content:space-between; gap:26px; position:relative;}
    .newWrap .tableTopEdit .dateArea:after{position:absolute; top:50%; left:50%; width:10px; height:1px; margin:-1px 0 0 -5px; background-color:#D9D9D9; content:""}
    .newWrap .tableTopEdit .dateArea .dateBox{position:relative; width:100%;}
    .newWrap .tableTopEdit .dateArea .dateBox>input{width:100%; height:46px; padding:0 44px 0 16px; border:1px solid #DEE2E6; font-size:16px; color:#111; box-sizing:border-box; font-weight:500}
    .newWrap .tableTopEdit .dateArea .dateBox>input.active{border-color:#111;}
    .newWrap .tableTopEdit .dateArea .dateBox .calendarBtn{position:absolute; top:50%; right:16px; width:40px; height:40px; transform:translateY(-50%); border:0; background:url('../images/common/icon_date.png') center/40px no-repeat; cursor:pointer;}
    .newWrap .tableTopEdit .inputBox{border:1px solid #DEE2E6; display:flex; justify-content:left; align-items:center; padding:11px 16px 10px;}
    .newWrap .tableTopEdit .inputBox input{width:100%; font-size:16px; line-height:22px; font-weight:500; border:0;}
    .newWrap .tableTopEdit .btn01{display:flex; justify-content:center; align-items:center; border:1px solid #112B22; width:100%; margin-left:0; height:65px; font-size:18px; line-height:140%; font-weight:500; background-color:#112B22; color:#fff;}
    .newWrap .selectBox{position:relative; width:100%;}
    .newWrap .selectBox select{width:100%; height:46px; padding:0 60px 0 16px; border:1px solid #DEE2E6; font-size:16px; font-weight:500; background-color:#fff; appearance:none; -webkit-appearance:none; -moz-appearance:none; cursor:pointer;}
    .newWrap .selectBox select option{background-color:#fff;}
    .newWrap .selectBox::after{content:""; position:absolute; top:50%; right:16px; width:40px; height:40px; transform:translateY(-50%); background:url('../images/common/select_arrow.png') center/40px no-repeat; pointer-events:none;}
    .newWrap .searchviewBox.ty01{display:flex; align-items:center; justify-content:space-between; margin-bottom:20px;}
    .newWrap .searchviewBox .total{display:flex; gap:4px; font-size:18px; line-height:25px; font-weight:500; color:#111;}
    .newWrap .searchviewBox .total span{font-weight:700;}
    .newWrap .searchviewBox .point{display:flex; align-items:center; gap:4px; font-size:24px; line-height:34px; font-weight:700; color:#FF5236;}
    .newWrap .searchviewBox .point span{font-size:24px;}
    .newWrap .tableBox{overflow-x:scroll;}
    .newWrap .tableBox .table{min-width:1200px;}
    .newWrap .tableBox.table01.ty2 .table{min-width:auto; margin:auto; min-width:1000px;}
    /*.newWrap .tableBox.table01.ty2 .table thead,
    .newWrap .tableBox.table01.ty2 .table tbody{display:flex; justify-content:center; flex-direction:column;}*/
    .newWrap .tableBox.table01.ty2 .table thead th{padding:15px 0; font-size:12px;}
    .newWrap .tableBox.table01.ty2 .table tbody td{padding:15px 0; font-size:12px;}
    .newWrap .tableBox.table01.ty2 .mo{display:block;}
    .newWrap .tableBox.table01.ty2 .pc{display:none;}
    .newWrap .performance{margin-bottom:60px; border:1px solid #F1EBE7; padding:20px; border-radius:10px; display:grid; grid-template-columns:1fr; gap:20px; color:#112B22;}
    .newWrap .performance .left .txt{font-size:18px; line-height:140%; font-weight:500;}
    .newWrap .performance .right ul li{display:flex; position:relative; justify-content:space-between; padding-left:17px; font-size:18px; line-height:25px; margin-top:8px;font-weight:500;}
    .newWrap .performance .right ul li:first-child{margin-top:0;}
    .newWrap .performance .right ul li:after{position:absolute; top:50%; left:10px; content:""; background-color:#112B22; width:3px; height:3px; margin-top:-2px; border-radius:3px;}
    .newWrap .performance .right ul li em{padding-right:10px;}
    .newWrap .performance .right ul li.last{border-top:1px solid #E2D6CC; padding:10px; margin-top:10px;}
    .newWrap .performance .right ul li.last:after{display:none;}
    .newWrap .performance .right ul li.last em{padding-right:0;}



    /*--------------------sub page-------------------------*/

    .newWrap .subheadline .imgs{width:100%; height:844px;}
    .newWrap .subheadline .imgs.sub01{background:url('../images/sub/subheadline01_mo.png'); background-position:center; background-size:cover;}
    .newWrap .subheadline .imgs.sub02{background:url('../images/sub/subheadline02_mo.png'); background-position:center; background-size:cover;}
    .newWrap .subTab{border-bottom:1px solid #D6D7DA; padding-top:64px;}
    .newWrap .subTab ul{display:flex; justify-content:center; align-items:center; gap:24px;}
    .newWrap .subTab ul li a{padding:16px 0; display:block; font-size:20px; line-height:28px; color:#D6D7DA; font-weight:700;}
    .newWrap .subTab ul li.act a{color:#111;}
    .newWrap .sub1{padding:100px 0 70px;}
    .newWrap .sub1 .cont h2{font-size:32px; font-weight:700; text-align:center; line-height:130%; margin-bottom:100px;}
    .newWrap .sub1 .subtopimg .imgs{padding-bottom:80px; margin:0 -20px;}
    .newWrap .sub1 .subtopimg .imgs .pc{display:none;}
    .newWrap .sub1 .subtopimg .imgs .mo{display:block;}
    .newWrap .sub1 .subtopimg .imgs img{width:100%;}
    .newWrap .iconNtextArea{display:grid; grid-template-columns:1fr; gap:20px;}
    .newWrap .iconNtextArea br{display:none;}
    .newWrap .iconNtextArea+.iconNtextArea{margin-top:80px;}
    .newWrap .iconNtextArea .title{font-size:26px; line-height:140%; font-weight:700; color:#112B22; text-align:center;}
    .newWrap .iconNtextArea .iconList .subtitle{font-size:20px; line-height:140%; font-weight:700; padding:10px 0; margin-bottom:60px; text-align:center;}
    .newWrap .iconNtextArea .iconList .item{display:grid; grid-template-columns:60px 1fr; gap:10px; align-items:center; opacity:0; transition: opacity .8s ease, transform .8s cubic-bezier(0.22, 1, 0.36, 1); transform:translateY(60px);}
    .newWrap .iconNtextArea .iconList .item.show{opacity:1; transform:none;}
    .newWrap .iconNtextArea .iconList .item+.item{margin-top:30px;}
    .newWrap .iconNtextArea .iconList .item .icon{width:60px; height:60px; background-repeat:no-repeat; background-size:60px;}
    .newWrap .iconNtextArea .iconList .item .tit{font-size:20px; line-height:140%; font-weight:700;}
    .newWrap .iconNtextArea .iconList .item .tit p{padding-top:4px; font-size:16px; line-height:140%;}
    .newWrap .iconNtextArea .iconList .item .txt{grid-column: 1 / span 2; font-size:16px; line-height:140%; font-weight:300;}
    .newWrap .iconNtextArea .iconList .item .txt ul li{padding-left:7px; position:relative;}
    .newWrap .iconNtextArea .iconList .item .txt ul li+li{margin-top:4px;}
    .newWrap .iconNtextArea .iconList .item .txt ul li:after{position:absolute; top:50%; left:0; width:3px; height:3px; background-color:#111; border-radius:3px; content:""; margin-top:-2px;}















}






.adPickBox{}
.adPickBox .adpickArea{display:grid; grid-template-columns:repeat(5, 1fr); gap:15px;}
.adPickBox .adpickArea .item{display:grid; grid-template-columns: 58px 1fr; gap:10px; border:1px solid #ddd; border-radius:8px; padding:20px 10px; box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05); cursor:pointer;}
.adPickBox .adpickArea .item img{width:58px;}
.adPickBox .adpickArea .item li:last-child{width:125px; font-size:14px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.adPickBox .adpickArea .item li+li{margin-top:8px;}
.adPickBox .adpickArea .item .tit{font-size:18px; font-weight:700;}
.adPickBox .adpickArea .item .commission{font-size:16px;}
.adPickBox .adpickArea .item .commission span{display:inline-block; padding-left:3px; font-weight:700; font-size:16px; color:#FF5236;}





*, ::before, ::after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/* ! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com */*,::after,::before{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}::after,::before{--tw-content:''}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0px}.inset-x-4{left:1rem;right:1rem}.bottom-0{bottom:0px}.left-0{left:0px}.right-0{right:0px}.right-0\.5{right:0.125rem}.top-0{top:0px}.top-0\.5{top:0.125rem}.top-full{top:100%}.top-1\/2{top:50%}.top-\[60px\]{top:60px}.z-40{z-index:40}.z-50{z-index:50}.z-10{z-index:10}.z-\[9998\]{z-index:9998}.my-3{margin-top:0.75rem;margin-bottom:0.75rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-0\.5{margin-bottom:0.125rem}.mb-\[60px\]{margin-bottom:60px}.ml-6{margin-left:1.5rem}.ml-auto{margin-left:auto}.mr-2{margin-right:0.5rem}.mr-3{margin-right:0.75rem}.mt-1{margin-top:0.25rem}.-ml-2{margin-left:-0.5rem}.mt-2{margin-top:0.5rem}.mb-1{margin-bottom:0.25rem}.mb-2{margin-bottom:0.5rem}.mb-3{margin-bottom:0.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-0\.5{margin-top:0.125rem}.mt-4{margin-top:1rem}.mb-1\.5{margin-bottom:0.375rem}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.h-3\.5{height:0.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-8{height:2rem}.h-\[18px\]{height:18px}.h-\[20px\]{height:20px}.h-\[22px\]{height:22px}.h-screen{height:100vh}.h-\[14px\]{height:14px}.h-10{height:2.5rem}.h-12{height:3rem}.h-20{height:5rem}.h-48{height:12rem}.h-6{height:1.5rem}.h-full{height:100%}.h-1\.5{height:0.375rem}.h-9{height:2.25rem}.max-h-\[50vh\]{max-height:50vh}.min-h-screen{min-height:100vh}.w-3\.5{width:0.875rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-64{width:16rem}.w-8{width:2rem}.w-full{width:100%}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-48{width:12rem}.w-6{width:1.5rem}.w-1\.5{width:0.375rem}.w-9{width:2.25rem}.min-w-\[18px\]{min-width:18px}.min-w-\[20px\]{min-width:20px}.min-w-\[22px\]{min-width:22px}.min-w-0{min-width:0px}.min-w-\[14px\]{min-width:14px}.max-w-4xl{max-width:56rem}.max-w-7xl{max-width:80rem}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.translate-y-full{--tw-translate-y:100%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.grid-cols-5{grid-template-columns:repeat(5, minmax(0, 1fr))}.grid-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:0.25rem}.gap-1\.5{gap:0.375rem}.gap-2\.5{gap:0.625rem}.gap-3{gap:0.75rem}.gap-2{gap:0.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-y-0\.5 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.125rem * var(--tw-space-y-reverse))}.space-y-1 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.25rem * var(--tw-space-y-reverse))}.space-y-2 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))}.space-y-4 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-3 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.75rem * var(--tw-space-y-reverse))}.divide-y > :not([hidden]) ~ :not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-100 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(243 244 246 / var(--tw-divide-opacity, 1))}.self-end{align-self:flex-end}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:0.5rem}.rounded-md{border-radius:0.375rem}.rounded-xl{border-radius:0.75rem}.rounded{border-radius:0.25rem}.rounded-2xl{border-radius:1rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-l{border-left-width:1px}.border-l-4{border-left-width:4px}.border-transparent{border-color:transparent}.border-white\/10{border-color:rgb(255 255 255 / 0.1)}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-orange-400{--tw-border-opacity:1;border-color:rgb(251 146 60 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.bg-emerald-300{--tw-bg-opacity:1;background-color:rgb(110 231 183 / var(--tw-bg-opacity, 1))}.bg-emerald-500{--tw-bg-opacity:1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-purple-300{--tw-bg-opacity:1;background-color:rgb(216 180 254 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/5{background-color:rgb(255 255 255 / 0.05)}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-amber-100{--tw-bg-opacity:1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-amber-600{--tw-bg-opacity:1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.bg-black\/50{background-color:rgb(0 0 0 / 0.5)}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity:1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-orange-50{--tw-bg-opacity:1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.bg-purple-100{--tw-bg-opacity:1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-green-300{--tw-bg-opacity:1;background-color:rgb(134 239 172 / var(--tw-bg-opacity, 1))}.bg-white\/20{background-color:rgb(255 255 255 / 0.2)}.bg-emerald-100{--tw-bg-opacity:1;background-color:rgb(209 250 229 / var(--tw-bg-opacity, 1))}.bg-emerald-600{--tw-bg-opacity:1;background-color:rgb(5 150 105 / var(--tw-bg-opacity, 1))}.bg-gradient-to-r{background-image:linear-gradient(to right, var(--tw-gradient-stops))}.from-blue-50{--tw-gradient-from:#eff6ff var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from:#3b82f6 var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.to-purple-50{--tw-gradient-to:#faf5ff var(--tw-gradient-to-position)}.to-indigo-600{--tw-gradient-to:#4f46e5 var(--tw-gradient-to-position)}.object-contain{object-fit:contain}.p-2{padding:0.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-3{padding:0.75rem}.p-5{padding:1.25rem}.p-1\.5{padding:0.375rem}.px-1{padding-left:0.25rem;padding-right:0.25rem}.px-1\.5{padding-left:0.375rem;padding-right:0.375rem}.px-2{padding-left:0.5rem;padding-right:0.5rem}.px-3{padding-left:0.75rem;padding-right:0.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:0.25rem;padding-bottom:0.25rem}.py-2{padding-top:0.5rem;padding-bottom:0.5rem}.py-2\.5{padding-top:0.625rem;padding-bottom:0.625rem}.py-3{padding-top:0.75rem;padding-bottom:0.75rem}.px-0\.5{padding-left:0.125rem;padding-right:0.125rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-0\.5{padding-top:0.125rem;padding-bottom:0.125rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.pb-16{padding-bottom:4rem}.pb-3{padding-bottom:0.75rem}.pt-2{padding-top:0.5rem}.pb-4{padding-bottom:1rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.align-middle{vertical-align:middle}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-sm{font-size:0.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:0.75rem;line-height:1rem}.text-\[9px\]{font-size:9px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-base{font-size:1rem;line-height:1.5rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.text-emerald-100{--tw-text-opacity:1;color:rgb(209 250 229 / var(--tw-text-opacity, 1))}.text-emerald-200{--tw-text-opacity:1;color:rgb(167 243 208 / var(--tw-text-opacity, 1))}.text-emerald-400{--tw-text-opacity:1;color:rgb(52 211 153 / var(--tw-text-opacity, 1))}.text-emerald-950{--tw-text-opacity:1;color:rgb(2 44 34 / var(--tw-text-opacity, 1))}.text-purple-300{--tw-text-opacity:1;color:rgb(216 180 254 / var(--tw-text-opacity, 1))}.text-purple-950{--tw-text-opacity:1;color:rgb(59 7 100 / var(--tw-text-opacity, 1))}.text-slate-300{--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-amber-500{--tw-text-opacity:1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-amber-600{--tw-text-opacity:1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity:1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity:1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-orange-500{--tw-text-opacity:1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity:1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-orange-700{--tw-text-opacity:1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity:1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity:1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity:1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.text-blue-100{--tw-text-opacity:1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.text-white\/80{color:rgb(255 255 255 / 0.8)}.text-emerald-600{--tw-text-opacity:1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.underline-offset-2{text-underline-offset:2px}.opacity-90{opacity:0.9}.opacity-0{opacity:0}.shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgb(0 0 0 / 0.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)}.ring-purple-300\/40{--tw-ring-color:rgb(216 180 254 / 0.4)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.transition-colors{transition-property:color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.duration-200{transition-duration:200ms}.duration-300{transition-duration:300ms}.ease-out{transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}.hover\:bg-white\/5:hover{background-color:rgb(255 255 255 / 0.05)}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-amber-700:hover{--tw-bg-opacity:1;background-color:rgb(180 83 9 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/15:hover{background-color:rgb(255 255 255 / 0.15)}.hover\:bg-emerald-700:hover{--tw-bg-opacity:1;background-color:rgb(4 120 87 / var(--tw-bg-opacity, 1))}.hover\:text-emerald-400:hover{--tw-text-opacity:1;color:rgb(52 211 153 / var(--tw-text-opacity, 1))}.hover\:text-slate-200:hover{--tw-text-opacity:1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-amber-800:hover{--tw-text-opacity:1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-red-500:hover{--tw-text-opacity:1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.hover\:underline:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.hover\:brightness-110:hover{--tw-brightness:brightness(1.1);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.focus\:border-transparent:focus{border-color:transparent}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246 / var(--tw-ring-opacity, 1))}.active\:scale-\[0\.98\]:active{--tw-scale-x:0.98;--tw-scale-y:0.98;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:0.5}.group:hover .group-hover\:translate-x-0\.5{--tw-translate-x:0.125rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:bg-purple-400\/20{background-color:rgb(192 132 252 / 0.2)}.group:hover .group-hover\:text-purple-200{--tw-text-opacity:1;color:rgb(233 213 255 / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:bottom-6{bottom:1.5rem}.sm\:right-6{right:1.5rem}.sm\:h-40{height:10rem}.sm\:h-9{height:2.25rem}.sm\:h-\[calc\(100vh-120px\)\]{height:calc(100vh - 120px)}.sm\:max-h-\[680px\]{max-height:680px}.sm\:w-40{width:10rem}.sm\:w-auto{width:auto}.sm\:w-\[420px\]{width:420px}.sm\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:items-start{align-items:flex-start}.sm\:items-end{align-items:flex-end}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:gap-1{gap:0.25rem}.sm\:rounded-2xl{border-radius:1rem}.sm\:border{border-width:1px}.sm\:border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.sm\:p-6{padding:1.5rem}.sm\:text-left{text-align:left}.sm\:text-right{text-align:right}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:shadow-2xl{--tw-shadow:0 25px 50px -12px rgb(0 0 0 / 0.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}}@media (min-width: 768px){.md\:mb-0{margin-bottom:0px}.md\:ml-64{margin-left:16rem}.md\:hidden{display:none}.md\:pb-0{padding-bottom:0px}}



















/* 모바일 */
@media (max-width: 844px){


    .newWrap .headline .headlineSwiper .swiper-slide{max-width:1920px; height:auto; min-height:844px; position:relative;}
    .newWrap .headline .headlineSwiper .swiper-slide .con{padding:50px; width:100%;}
    .newWrap .headline .headlineSwiper .swiper-slide .con br{display:none;}
    .newWrap .headline .headlineSwiper .swiper-slide .con p{line-height:130%; font-size:40px;}
    .newWrap .headline .headlineSwiper .swiper-slide a.btn_arrow{position:absolute; bottom:154px; left:50%; width:157px; height:50px; border:2px solid #fff; border-radius:25px; display:flex; justify-content:center; align-items:center; transform:translate(-50%, 0); z-index:2; transition:.3s;}
    .newWrap .headline .headlineSwiper .swiper-slide a.btn_arrow span{font-size:16px; color:#fff; padding-right:25px; background:url('../images/main/btn_arrow_w_right.png') 100% 50%/15px 8px no-repeat; font-weight:300;}
    .newWrap .headline .headlineSwiper .swiper-slide a.btn_arrow:hover{background-color:#fff;}
    .newWrap .headline .headlineSwiper .swiper-slide a.btn_arrow:hover span{color:#111;background:url('../images/main/btn_arrow_b_right.png') 100% 50%/15px 8px no-repeat;}
    .newWrap .headline .headlineSwiper .swiper-slide.item01{background:url('../images/main/headline_01_mo.png'); background-position:cover; background-size:cover;}
    .newWrap .headline .headlineSwiper .swiper-slide.item02{background:url('../images/main/headline_02_mo.png'); background-position:cover; background-size:cover;}
    .newWrap .headline .headlineSwiper .swiper-slide.item03{background:url('../images/main/headline_03_mo.png'); background-position:cover; background-size:cover;}
    .newWrap .headline .headlineSwiper .swiper-slide.item04{background:url('../images/main/headline_04_mo.png'); background-position:cover; background-size:cover;}
    .newWrap .headline .headlineSwiper .swiper-pagination{display:flex; bottom:0; justify-content:center; align-items:center; margin-bottom:54px;}
    .newWrap .headline .headlineSwiper .swiper-pagination .swiper-pagination-bullet{width:14px; height:14px; background-color:#FFFBDC; opacity:1;}
    .newWrap .headline .headlineSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#112B22}

}
