/*
@font-face {
    font-family: 'yg-jalnan';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root { --bs-blue :#4F81FF;}
html,body { padding: 0; margin: 0; }
.wrap { width:1200px; margin:auto; position:relative; }
.blue { color:var(--bs-blue); }
.center { text-align: center}
.flx { display: flex; flex-wrap: wrap; }
.flx-btw { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
h3.sub_tit {
    text-align: center;
    color:#333;
    font-size: 40px;
    line-height: 52px;
    font-weight: 800;
    margin-bottom: 30px;
}
h3.sub_tit > sub {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block;
}
h4.sub_tit {
    font-weight: 400;
    font-size: 36px;
    line-height: 50px;
    color:#333;
    text-align: center;
    margin-bottom: 98px;
}
.sub_content { position:relative; }
.sub-cont { position: relative; }
.deco {
    position: absolute!important;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.deco > * { position: absolute; }
.cont-cs { padding:140px 0;}
.main-banner { background-color: #F4F9FF; height: 750px; }
.main-banner .wrap { height: 100%;}
.main-banner .deco {
    top: 0;
    width: 100%;
    height: 100%;
}
.main-banner .deco > img:nth-child(1) {
    left:0;
    top:-55px;
}
.main-banner .deco > img:nth-child(2){
    top: 82px;
    left: 275px;
    width: 65px;
}
.main-banner .deco > img:nth-child(3){
    left: 44%;
    bottom: 0;
}
.main-banner .deco > img:nth-child(4){
    right: 43%;
    bottom: 52%;
}
.main-banner .deco > img:nth-child(5){
    right: 0px;
    transform: rotate3d(0, 1, 0, 180deg);
    z-index: 2;
    bottom: 305px;
    transform: scaleX(-1);
}
.main-banner .deco > img:nth-child(6){
    right: -50px;
    z-index: 2;
    bottom: 150px;
}

.main-banner .deco > span:nth-child(7) {
    top: 40px;
    left: 50%;
}
.main-banner .deco > span:nth-child(8) {
    top: 48%;
    left: 50%;
}
.main-banner .deco > span:nth-child(9) {
    bottom: 44%;
    left: -35px;
}
.main-banner .deco > span:nth-child(10) {
    bottom: 20%;
    left: 32%;
}
.main-banner .txt { position: relative; top:200px; z-index: 1; display: inline-block; }
.main-banner .txt:before,.main-banner .txt:after{
    font-family: 'yg-jalnan';
    color:#4F81FF;
    font-size: 52px;
    font-weight: 300;
    letter-spacing: -1px;
    position: absolute;
    top:20px;
}
.main-banner .txt:before { content: '“'; left:-40px; }
.main-banner .txt:after{ content: '”'; right:-40px; }
.main-banner h2 {
    color:#4F81FF;
    font-size: 52px;
    font-weight:700;
    line-height: 58px;
    letter-spacing: -1px;
    margin-bottom: 40px;
}
.main-banner .txt p {
    color:#4F81FF;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 120px;
}
.main-banner .txt button {
    background: var(--bs-blue);
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.2);
    border-radius: 32px;
    color:#fff;
    font-weight: 500;
    font-size: 25px;
    box-sizing: border-box;
    padding: 18px 30px;
    display: inline-block;
    text-align: center;
}
.main-banner .box-cs {
    position: absolute;
    right: 0;
    top: -50px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 800px;
    width: 510px;
    z-index: 1;
}
.main-banner .box-cs .box {
    width:240px;
    box-shadow: 7.07066px 8.42649px 8px rgba(0, 0, 0, 0.0901961);
    border-radius: 60px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
}
.main-banner .box-cs .box:nth-child(2n) {
    margin-bottom: 0;
}
.main-banner .box-cs .box:nth-child(1) {
    background-color: var(--bs-blue);
    text-align: center;
    padding:100px 0 30px;
    margin-right: 30px;
}
.main-banner .box-cs .box:nth-child(1) > p {
    color:#fff;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
}
.main-banner .box-cs .box:nth-child(1) > p > b { font-size: 1.25em; }
.main-banner .box-cs .box:nth-child(2) {
    background-image: url('https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/main-banner-img02.png');
    height: 450px;
    margin-right: 30px;
    background-color:#E0E6ED;
    background-position: bottom 30px center;
}
.main-banner .box-cs .box:nth-child(3) {
    background-image: url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/main-banner-img01.png);
    height: 350px;
    background-position: right -79px top 40px;
    padding-top: 90px;
}
.main-banner .box-cs .box:nth-child(4) {
    background-color: var(--bs-blue);
    background-image: url('https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/main-banner-img03.png');
    height: 312px;
    background-position: bottom -20px left;
}
.main-banner .box-cs .box:nth-child(4) .txt-balloon {
    background: url('https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/txt-balloon.png') no-repeat;
    height: 100px;
    position: relative;
    left: -38px;
    width: 240px;
    text-align: center;
    padding-top:25px;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    top:15px;
}
.cont1 { padding-bottom:180px; }
.cont1 .sub-cont .sub-tit-cs {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.cont1 .sub-cont .sub-tit-cs > img { margin-right: 8px; }
.cont1 .sub-cont .sub-tit-cs small {
    font-size: .7em;
    font-weight: 600;
}
.cont1 .sub-cont .sub_content { z-index: 1; }
.cont1 .sub-cont .deco > img:nth-child(1) {
    top:50%;
    left: 50%;
}
.cont1 .sub-cont .deco > img:nth-child(2) { bottom: -92px; right: -11px; }
.cont1 .sub-cont:nth-child(2) {
    display: flex;
    margin-top:160px;
    align-items: center;
}
.cont1 .sub-cont:nth-child(2) > div { flex-basis: 50%; position: relative; }
.cont1 .sub-cont:nth-child(2) > .l-side img { position: absolute; }
.cont1 .sub-cont:nth-child(2) .deco { z-index: -1; }
.cont1 .sub-cont:nth-child(2) .deco .wave {
    width: 156px;
    height: 103px;
    left: 420px;
    top: 2px;
    background:url('https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/anniversaryGift/wave.png');
    animation: wave-animate 4s linear infinite;
}
.cont1 .sub-cont:nth-child(2) .deco .circle {
    background: linear-gradient(90deg, rgba(0, 127, 196, 0.6) 0.02%, #FFFFFF 32115.96%);
    width:310px;
    height: 310px;
    border-radius: 50%;
    opacity: .1;
    top:115px;
    left: 0;
}
.cont1 .sub-cont .sub_content > .flx-btw > li {
    width:220px;
    box-sizing: border-box;
    border: 2px solid #E5EBFF;
    box-shadow: 3.95075px 0.625738px 8px rgba(0, 0, 0, 0.0901961);
    border-radius: 41px;
    text-align: center;
    height:424px;
    position: relative;
    overflow: hidden;
    background-color:#fff;
}
.cont1 .sub-cont .sub_content > .flx-btw > li:nth-child(2n){
    top:65px;
}
.cont1 .sub-cont .sub_content > .flx-btw > li > img {
    position: absolute;
    bottom:38px;
    left: 0;
    right: 0;
    margin: auto;
}
.cont1 .sub-cont .sub_content > .flx-btw > li:nth-child(1) {
    background-image: url('https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/deco-img03.png');
    background-repeat: no-repeat;
    background-position: bottom 42%center;
    background-size: 150px;
}
.cont1 .sub-cont .sub_content > .flx-btw > li:nth-child(5) {
    background-image: url('https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/deco-img03.png');
    background-repeat: no-repeat;
    background-position: top 41% right -46px;
    background-size: 150px;
}
.cont1 .sub-cont .sub_content > .flx-btw > li:nth-child(2) > img { width:65%; }
.cont1 .sub-cont .sub_content > .flx-btw > li:nth-child(4) > img { left: -30px; }
.cont1 .sub-cont .sub_content > .flx-btw > li:nth-child(5) > img { bottom: 0;}
.cont1 .sub-cont .sub_content > .flx-btw > li > .item-top > span {
    padding:18px 0 10px;
    display:block;
    color:var(--bs-blue);
    font-size: 16px;
    font-weight: bold;
}
.cont1 .sub-cont .sub_content > .flx-btw > li > .item-top > h6 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}
.cont1 .sub-cont .sub_content > .flx-btw > li > .item-top > sub {
    color:var(--bs-blue);
    font-size: 14px;
}
.cont1 .sub-cont .sub_content > img{
    position: absolute;
    top:0;
    left:0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.cont1 .sub-cont .sub_content > img:nth-child(2){
    opacity: 0;
    animation:cont1-img 9s infinite cubic-bezier(0, 1, 1,0) alternate;
}
@keyframes cont1-img {
    0%,35%,65%,100% {opacity: 0;}
    36%,64% {opacity: 1;}
}
.cont1 .sub-cont .deco > img:nth-child(1){
    top: 140px;
    left: 38%;
}
.cont1 .sub-cont .deco > span:nth-child(2){
    top: 100px;
    right: 200px;
}
.cont1 .sub-cont .deco > span:nth-child(3) {
    top: 150px;
    left: 250px;
}
.cont1 .sub-cont .deco > span:nth-child(4) {
    bottom: -75px;
    right: 150px;
}
.cont1 .sub-cont .deco > span:nth-child(5) {
    bottom: -90px;
    left: 180px;
}
.cont1 .sub-cont:nth-child(2) {
    flex-direction: column-reverse;
    margin-top:80px;
    align-items: flex-start;
}
.cont2 { background: #F4F9FF; }
.cont2 .sub_content > ul { margin-bottom: 80px; }
.cont2 .sub_content li > small {
    padding: 18px 0 10px;
    display: block;
    color: var(--bs-blue);
    font-size: 16px;
    font-weight: bold;
}
.cont2 .sub_content li > p {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 28px;
}
.cont2 .sub_content > button {
    background: #1A1A1A;
    border-radius: 30px;
    padding: 16px 35px;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color:#fff;
}
.cont2 .sub_content li:nth-child(3) > p { line-height: 18px; }
.cont2 .sub_content li > p > sub { font-size: .6em; }
.cont3 { overflow: hidden; position: relative; }
.cont3:after {
    content: '';
    display: block;
    position: absolute;
    background: linear-gradient(0deg, #E9F3FF 0%, #E9F3FF 0.59%, transparent 50.98%, transparent 100%);
    bottom:0;
    left:0;
    height: 140px;
    width:100%;
}
.sub_tit-icon {
    text-align: center;
    display: block;
    margin: 0 auto 15px;
}
.cont3 .snack-list {
    display: flex;
    flex-wrap: wrap;
    background: #DDEDFF;
    justify-content: space-evenly;
    border-radius: 80px;
    padding: 40px 0 0;
}
.cont3 .snack-list p {
    font-size: 20px;
    line-height: 24px;
    color:#000;
    font-weight: 700;
    margin:25px 0  38px;
}
.cont3 .deco > img:nth-child(1) {
    bottom: -20%;
    left: 21%;
}
.cont3 .deco > img:nth-child(2) {
    bottom: -18%;
    right: 15%;
    width: 165px;
}
.cont3 .deco > span:nth-child(3) {
    bottom: -10%;
    left: 15%;
}
.cont3 .deco > span:nth-child(4) {
    bottom: -8%;
    right: 39%;
}
.cont4 { background: #F4F9FF; }
.cont4 .sub_content { z-index: 1; }
.cont4 .snack-service-benefit {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cont4 .snack-service-benefit > li {
    border-radius: 45px;
    width: 320px;
    background: #F4F9FF;
    border: 0.29px solid #4F81FF;
    box-shadow: 2.96306px 0.469303px 13px rgba(49, 49, 49, 0.0392157);
    border-radius: 46px;
    box-sizing: border-box;
    overflow: hidden;
}
.cont4 .snack-service-benefit > li > .sub-head {
    background: #fff;
    padding: 28px 0;
}
.cont4 .snack-service-benefit > li > .sub-head > small {
    display: block;
    color: var(--bs-blue);
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}
.cont4 .snack-service-benefit > li > .sub-head > p {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
}
.cont4 .snack-service-benefit > li > .sub-head > strong {
    color:var(--bs-blue);
    font-size:32px;
}
.cont4 .snack-service-benefit > li > .sub-body {
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cont4 .deco span.deco-circle {
    background: #e9f3ff;
    width:230px;
    height: 230px;
    border-radius: 50%;
}
.cont4 .deco span:nth-child(1){
    top: 125px;
    right: 300px;
}
.cont4 .deco span:nth-child(2){
    bottom:-20px;
    left:-20px;
}
.cont4 .deco span:nth-child(3){
    right: -40px;
    top: 105px;
}
.cont4 .deco span:nth-child(4){
    left:-100px;
    bottom:100px;
}
.cont5 { background: var(--bs-blue); }
.cont5 .sub_tit-cs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.cont5 .sub_tit-cs h3.sub_tit {
    color:#fff;
    text-align: left;
    font-weight: 300;
    margin: 0;
}
.cont5 .sub_tit-cs .sub_tit-caption {
    display: inline-flex;
    height: 60px;
}
.cont5 .sub_tit-cs .sub_tit-caption > dt {
    border-right:1px solid #fff;
    color:#fff;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    padding-right: 10px;
    margin-right: 10px;
}
.cont5 .sub_tit-cs .sub_tit-caption > dd {
    color:#fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}
!*.cont5-main-cs { margin-bottom: 55px; }*!
.cont5-sub-cs > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 85px;
}
.cont5-sub-cs li > .txt-balloon {
    background:#fff;
    border-radius: 30px;
    position: relative;
    width: 300px;
    height: 440px;
}
.cont5-sub-cs li > .txt-balloon > .snack-logo {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cont5-sub-cs li > .txt-balloon > p {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #84A7FF;
}
.cont5-sub-cs li > .txt-balloon > hr {
    margin:16px auto;
    width:90px;
    border-color:#A2BCFF;
}
.cont5-sub-cs li > .txt-balloon > .txt-balloon-tail {
    position: absolute;
    top: -12px;
    left: 135px;
}
.cont5-sub-cs li > .txt-balloon > .txt-balloon-tail:after {
    content: '';
    width: 1.725rem;
    height: 1.725rem;
    background-color: #fff;
    border-radius: 0.4rem;
    clip-path: polygon(0% 0%, 100% 100%, 100% 0%);
    position: absolute;
    transform: rotate(-45deg);
}
.cont5-sub-cs li:nth-child(1) > .txt-balloon {
    width: 135px;
    height: 200px;
}
.cont5-sub-cs li:nth-child(1) > .txt-balloon > .txt-balloon-tail {
    right: 17px;
    top: 42%;
    left: 118px;
}
.cont5-sub-cs li:nth-child(1) > .txt-balloon > .txt-balloon-tail:after {
    transform: rotate(45deg);
}
.cont5-sub-cs li:nth-child(1) > .txt-balloon > p {
    color:#4F81FF;
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding:20px 0;
}
.cont5 .deco > span:nth-child(1){
    bottom: 160px;
    left: 15px;
}
.cont5 .deco > span:nth-child(2){
    bottom: 70px;
    left: 80px;
}
.cont6 .sub-cont { margin-bottom: 70px; }
.cont6 .sub-cont > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cont6 .sub-cont:last-child { margin-bottom: 0; }
.cont7 { background: #F4F9FF; }
.cont7 .sub_tit {
    text-align: left;
    margin-bottom: 5px;
    font-size: 48px;
}
.cont7 .sub_p {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}
.cont7 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:60px 0 70px;
}
.cont7 ul > li {
    background: #fff;
    width: 210px;
    height:285px;
    border-radius: 30px;
    text-align: center;
}
.cont7 ul > li > .img-cs {
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:30px 0 8px;
}
.cont7 ul > li > h6 {
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 25px;
}
.cont7 ul > li > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #868992;
}
.cont7 .bot-cs {
    text-align: center;
}
.cont7 .bot-cs > h6 {
    font-weight: 800;
    font-size: 28px;
    line-height: 30px;
}
.cont7 .bot-cs > p {
    margin-bottom: 70px;
    font-size: 16px;
    margin-top: 40px;
}
.cont7 .bot-cs > button {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color:#fff;
    background: #202020;
    border-radius: 30px;
    width:200px;
    height:60px;
    line-height:60px;
    display: inline-block;
}
.cont8 .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.cont8 .l-side {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.cont8 .l-side > .top {
    margin-bottom: 170px;
}
.cont8 .l-side > .top > h3 {
    font-weight: 900;
    font-size: 48px;
    line-height: 58px;
}
.cont8 .l-side > .top > p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.cont8 .l-side > .top > .sub-txt2 {
    color:#4F81FF;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}
.cont8 .l-side > .top > .sub-txt2 > span {
    font-weight: 600;
    position: relative;
}
.cont8 .l-side > .top > .sub-txt2 > span:before {
    content: '';
    display: block;
    background: #DBEBFF;
    height: 24px;
    width: 110px;
    position: absolute;
    z-index: -1;
    left: -10px;
    top: 8px;
}
.cont8 .l-side > .bott > h5 {
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 18px;
}
.cont8 .l-side > .bott > h5 > span {
    color:#fff;
    border-radius: 50%;
    margin-left: 10px;
    background: var(--bs-blue);
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
}
.cont8 .l-side > .bott > p {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}
.cont9 { background: #F4F9FF; }
.cont9 .chat-box {
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 13px rgba(49, 49, 49, 0.0588235);
    border-radius: 30px;
    margin: 0 auto 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:90%;
    padding: 30px 40px;
}
.cont9 .chat-box > img { margin-right: 40px; }
.cont9 .chat-box > p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    flex-grow: 1;
}
.cont9 .chat-box:last-child { margin-bottom: 0px; }
.cont9 .sub_content { margin-bottom: 90px; }
.cont9 button {
    background: #1A1A1A;
    border-radius: 30px;
    padding: 18px 30px;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color:#fff;
}
.cont10 .sub_tit { margin-bottom: 100px; }
.cont11 { background: #F8F8F8; }
.cont11 .faq-box {

}
.cont11 .faq-box > h6 {
    color:#8B8B8B;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    border-bottom: 2px solid #A4A4A4;
    padding:0 0 6px 30px;
}
.cont11 .faq-box > h6 > b {
    font-weight: 900;
}
.cont11 .faq-box > h6 > small {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}
.cont11 .faq-box > .txt-cs {
    background: #F1F1F1;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-bottom: 56px;
}
.cont11 .faq-box > .txt-cs > p {
    padding:30px 35px;
    font-weight: 500;
    font-size: 15.9841px;
    line-height: 30px;
}
.cont11 .flx-btw { align-items: flex-start; }
.cont11 .flx-btw .l-area, .cont11 .flx-btw .r-area { width: 560px; }
.dim {
    background: rgba(0,0,0,0.7);
    position: fixed;
    left: 0;
    top: 0;
    width:100vw;
    height: 100vh;
    display: none;
}
.inquiry-cont {
    background-color: #fff;
    width:540px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    padding:0 20px 20px;
}
.inquiry-cont .x-box {
    width: 18px;
    height: 18px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.inquiry-cont .x-box:before,
.inquiry-cont .x-box:after {
    content: '';
    display:block;
    height:2px;
    width:100%;
    background-color:#333;
    top:8px;
    position: absolute;
}
.inquiry-cont .x-box:before {
    transform:rotate(-45deg);
}
.inquiry-cont .x-box:after {
    transform:rotate(45deg);
}
.inquiry-cont h5 {
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    margin:20px 0 30px ;
}
.inquiry-cont h6 {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
}
.inquiry-cont dl {
    margin-bottom:5px;
    border: 1px solid #BDB8B3;
    padding:0 15px;
    line-height: 48px;
    border-radius: 6px;
    width: calc(100% - 30px);
}
.inquiry-cont dl dt {
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
}
.inquiry-cont dl dt > span.ipt {
    font-size: 9px;
    color:#2656F6;
    margin: 0 5px 0 3px;
}
.inquiry-cont dl dt > span.error-txt { color:#ff0000; }
.inquiry-cont dl dd { line-height: 26px; }
.inquiry-cont dl dd input { font-size: 16px; width: 100%; }
.inquiry-cont dl dd input::placeholder { color:rgba(255,255,255,.5); }
.inquiry-cont dl dd input::-webkit-input-placeholder { color:rgba(255,255,255,.5); }
.inquiry-cont dl dd input:-ms-input-placeholder { color:rgba(255,255,255,.5); }
.inquiry-cont button {
    height: 60px;
    line-height: 60px;
    color: #fff;
    background-color:#03223A;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    border-radius: 6px;
    width: 100%;
    text-align: center;
}
.inquiry-cont dl:last-child { margin-bottom: 0; }
.inquiry-cont .agr-area { text-align: left; margin:10px 0; }

.txt-star01, .txt-star02 {
    width: 20px;
    height: 20px;
}
.txt-star02 {
    transform: rotate(45deg);
}
.txt-star01 > i, .txt-star02 i {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 100%;
}
.txt-star01 > i:after,
.txt-star01 > i:before,
.txt-star02 > i:after,
.txt-star02 > i:before{
    content: '';
    display: inline-block;
    height: 100%;
    background: #BBCEFF;
    width:5px;
    position: absolute;
}
.txt-star01 > i:before,.txt-star02 > i:before { left:0; }
.txt-star01 > i:after,.txt-star02 > i:after { right:0; }
.txt-star01 > i:nth-child(2),.txt-star02 > i:nth-child(2) {
    transform:rotate(90deg);
}
.doong1 { animation: doongdoong 1s linear infinite alternate; }
.doong2 { animation: doongdoong 2s linear infinite alternate; }
.doong3 { animation: doongdoong 3s linear infinite alternate; }
.evt-scl.l-sd { transform:translateX(100px); }
.evt-scl.r-sd { transform:translateX(-100px); }
.evt-scl.t-sd { transform:translateY(100px); }
.evt-scl.b-sd { transform:translateY(-100px); }
.evt-scl { opacity: 0; transition: .5s; }
.evt-scl.dl1 { transition-delay: .5s; }
.evt-scl.dl2 { transition-delay: .6s; }
.evt-scl.dl3 { transition-delay: .7s; }
.evt-scl.dl4 { transition-delay: .8s; }
.evt-scl.dl5 { transition-delay: .9s; }
.evt-scl.dl6 { transition-delay: 1s; }
.evt-scl.scl-on { opacity: 1; transform:translate(0,0); }
.txt-star02.scl-on { transform: rotate(45deg); }
@-webkit-keyframes doongdoong {
    from { transform: translateY(0); }
    to { transform: translateY(30px); }
}
@-webkit-keyframes wave-animate {
    form { background-position: 0%; }
    to { background-position: 156px; }
}
.m-hide { display: block; }
.m-show { display: none; }
@media screen and (max-width: 768px) {
    .wrap { width:auto; margin:auto 15px; height: 100%; }
    .m-mg0 { margin:0!important; }
    .m-hide { display: none; }
    .m-show { display: block; }
    .m-block { display: block; }
    .main-banner { height: 895px; }
    .main-banner > .wrap { padding-top:55px; }
    .main-banner .txt {
        top: 0;
        text-align: center;
        width: 340px;
        margin: auto;
        display: block;
    }
    .main-banner .txt:before,.main-banner .txt:after { top: 5px; }
    .main-banner .txt:before { left: 35px; }
    .main-banner .txt:after { right: 35px; }
    .main-banner .txt p { margin-bottom: 0px; font-size: 22px; }
    .main-banner .txt button {
        display: inline-block!important;
        position: absolute;
        width: 205px;
        bottom: -595px;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 20px;
    }
    .main-banner h2 {
        text-align: center;
        margin-bottom: 20px;
    }
    .main-banner .box-cs {
        position: relative;
        top:0;
        width: calc(100% - 40px);
        margin: 45px auto;
        align-items: center;
        justify-content: space-between;
        height: 450px;
    }
    .main-banner .box-cs .box {
        margin:auto;
        width: 45%;
        border-radius: 30px;
    }
    .main-banner .box-cs .box:nth-child(1){
        padding: 20px 0;
        margin:0;
    }
    .main-banner .box-cs .box:nth-child(1) > p {
        font-size: 12px;
        line-height: 16px;
    }
    .main-banner .box-cs .box:nth-child(1) > img {
        width:55px;
    }
    .main-banner .box-cs .box:nth-child(2){
        margin:0;
        height: 295px;
        background-size: 190px;
    }
    .main-banner .box-cs .box:nth-child(3){
        padding: 0;
        margin:0;
        height: 240px;
        background-position: right -40px top;
        background-size: 295px;
    }
    .main-banner .box-cs .box:nth-child(4){
        margin:0;
        height: 200px;
        background-size: 125px;
    }
    .main-banner .box-cs .box:nth-child(4) .txt-balloon {
        background-size: 165px;
        width:160px;
        height:70px;
        padding-top:15px;
        left:15px;
        font-size: 14px;
        line-height: 20px;
    }
    .main-banner .deco > img:nth-child(1) { left: -90px; top: -33px; }
    .main-banner .deco > img:nth-child(2) { top: 350px; left: 340px; width: 35%; }
    .main-banner .deco > img:nth-child(3) { top: 742px; width: 65%; right: 100px; }
    .main-banner .deco > img:nth-child(4) { right: 83%; bottom: 430px; z-index: 1; width: 45px; }
    .main-banner .deco > img:nth-child(5) { right: 5px; top: 545px; width: 55px; }
    .main-banner .deco > img:nth-child(6) { right: -30px; z-index: 2; bottom: 265px; width: 90px; }
    .main-banner .deco > span:nth-child(7) { top: 27px; left: 60%; }
    .main-banner .deco > span:nth-child(8) { left:0; top: 400px; }
    .main-banner .deco > span:nth-child(9) { bottom: 650px; left: 87%; }
    .main-banner .deco > span:nth-child(10) { bottom: 400px; left: 94%; }
    .main-btn {
        background: #03223A;
        width:100%;
        height: 40px;
        line-height: 40px;
        color:#fff;
        font-weight: 700;
        font-size: 14px;
        text-align: center;
        position: absolute;
        bottom: 0;
    }
    h4.sub_tit {
        font-weight: 500;
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -1px;
        margin-bottom: 30px;
    }
    .cont-cs { padding: 60px 0; }
    .cont1 .sub-cont .sub-tit-cs { flex-direction: column; align-items: center; }
    .cont1 .sub-cont .sub-tit-cs > img { margin-right: 0; width:90px; }
    .cont1 h4.sub_tit { width:95%; }
    .cont1 .sub-cont .sub_content > .flx-btw > li { width: 48%; height: 260px;margin-bottom: 12px }
    .cont1 .sub-cont .sub_content > .flx-btw > li:nth-child(2n) { top: 0; }
    .cont1 .sub-cont .sub_content > .flx-btw > li > .item-top > h6 { font-size: 20px; line-height: 20px; }
    .cont1 .sub-cont .sub_content > .flx-btw > li > .item-top > span { padding: 14px 0 4px; }
    .cont1 .sub-cont .sub_content > .flx-btw > li:nth-child(1) { background-size: 85px; }
    .cont1 .sub-cont .sub_content > .flx-btw > li > img { width:125px; }
    .cont1 .sub-cont .sub_content > .flx-btw > li:nth-child(2) > img { width:35%; }
    .cont1 .sub-cont .sub_content > .flx-btw > li:nth-child(3) > img { width:65px; }
    .cont1 .sub-cont .sub_content > .flx-btw > li:nth-child(5) > img { width: 105px;  }
    .cont1 .sub-cont .deco > img:nth-child(1) { top: 705px; left: 23%; }
    .cont1 .sub-cont .deco > span:nth-child(2) { top: 618px; right: 323px; }
    .cont1 .sub-cont .deco > span:nth-child(3) { top: 210px; left: 25px; }
    .cont1 .sub-cont .deco > span:nth-child(4) { bottom: 150px; right: 0; }
    .cont1 .sub-cont .deco > span:nth-child(5) { bottom:50px; }
    .cont2 .sub_content > ul { justify-content: center; }
    .cont3 { padding-bottom: 80px; }
    .cont3 .snack-list { border-radius: 30px; }
    .cont3 .snack-list > li { width:48%; }
    .cont3 .deco > img:nth-child(1) { bottom: -12%; left: 7%; }
    .cont3 .deco > img:nth-child(2) { bottom: -8%; right: -8%; width: 125px; }
    .cont3 .deco > img:nth-child(3) { bottom: -2%; left: 67%; }
    .cont3 .deco > img:nth-child(4) { bottom: -5%; right: 55%; }
    .cont4 .snack-service-benefit > li { margin-bottom: 45px; }
    .cont4 .snack-service-benefit > li:last-child { margin-bottom: 0; }
    .cont4 .deco > img:nth-child(1) { top: 180px; right: 10px; }
    .cont4 .deco > img:nth-child(2) { bottom: 1170px; left: 2px; }
    .cont4 .deco > img:nth-child(3) { right: -120px; top: 655px; }
    .cont4 .deco > img:nth-child(4) { left: -155px; bottom: 450px; }
    .cont5 .sub_tit-cs { flex-direction: column; margin-bottom: 0; }
    .cont5 .sub_tit-cs .sub_tit-caption { flex-direction: column; }
    .cont5 .sub_tit-cs .sub_tit-caption > dt { border:none; margin-bottom: 15px; }
    .cont5 .sub_tit-cs .sub_tit-caption > dd { border-left:1px solid #fff; padding-left:20px; }
    .cont5 .sub_tit-cs .sub_tit-caption { height:auto; margin-bottom: 30px; }
    .cont5-sub-cs > ul { flex-direction: column; padding: 0; }
    .cont5-sub-cs li > .txt-balloon { margin: 0 auto 40px; }
    .cont5-sub-cs li:last-child > .txt-balloon { margin-bottom: 0; }
    .cont5-sub-cs li:nth-child(1) { margin-bottom: 40px; }
    .cont5-sub-cs li:nth-child(1) > .txt-balloon { margin:auto; width:155px; height: 70px;  }
    .cont5-sub-cs li:nth-child(1) > .txt-balloon img { float: left; width: 45px; margin:10px 0 10px 10px; }
    .cont5-sub-cs li:nth-child(1) > .txt-balloon p { display: inline-block; }
    .cont5-sub-cs li:nth-child(1) > .txt-balloon > .txt-balloon-tail { right: 5px; top: 75%; left: -21px; }
    .cont5-sub-cs li:nth-child(1) > .txt-balloon > .txt-balloon-tail:after { transform: rotate(135deg); }
    .cont5 .deco > span:nth-child(1) { bottom: 48%; left: 15px; }
    .cont5 .deco > span:nth-child(2) { bottom: 24%; left: 90%; }
    .cont6 li { margin-bottom: 40px; }
    .cont6 li img { width:50%; display: block; margin:auto; }
    .cont6 li:last-child { margin-bottom: 0; }
    .cont7 .sub_tit { font-size: 30px; }
    .cont7 ul { margin-top:25px; margin-bottom: 30px; }
    .cont7 ul > li { width:48%; padding-bottom: 20px; margin-bottom: 15px; height: auto; }
    .cont7 ul > li > .img-cs { height: auto; }
    .cont7 ul > li > .img-cs > img { width:20%; }
    .cont7 ul > li > h6 { font-size: 16px; margin-bottom: 15px; }
    .cont7 ul > li > p {
        font-size: 12px;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cont7 .bot-cs > p { margin-top:25px; margin-bottom: 35px; }
    .cont7 .bot-cs > button { font-size: 20px; height: 45px; line-height: 45px; }
    h3.sub_tit {
        font-weight: 600;
        font-size: 30px;
        line-height: 40px;
        color:#333;
        letter-spacing: -1px;
    }
    h3.sub_tit > sub { font-weight: 700; font-size: 16px; line-height: 22px; }
    .cont8 .l-side { width: 100%; }
    .cont8 .l-side > .top { width: 100%; margin-bottom: 60px; }
    .cont8 .l-side > .top > h3 { font-size: 30px; line-height: 36px; }
    .cont8 .l-side > .top > p { font-weight: 600; }
    .cont8 .l-side > .bott > img { margin-bottom: 20px; }
    .cont9 .chat-box { margin-bottom: 15px; border-radius: 15px; padding: 20px; }
    .cont9 .chat-box > img { display: none; }
    .cont9 .chat-box > p { font-size: 12px; line-height: 24px; text-align: center;  }
    .cont9 .sub_content { margin-bottom: 40px; }
    .cont9 button { font-size: 18px; padding: 12px 20px; }
    .cont11 .faq-box > h6 { padding-left: 0; font-size: 20px; border-width: 3px; }
    .cont11 .faq-box > .txt-cs { margin-bottom: 0; }
    .cont11 .faq-box > .txt-cs > p { padding: 20px; }
    .evt-scl.dl1,.evt-scl.dl2,.evt-scl.dl3,.evt-scl.dl4,.evt-scl.dl5,.evt-scl.dl6 { transition-delay: 0s; }
    .inquiry-cont { width:320px; padding: 0 10px 10px;}
    .inquiry-cont h5 { margin:10px 0 15px; }
    .inquiry-cont button { height: 45px; }
    .inquiry-cont dl dt { line-height: 20px; }
    .inquiry-cont dl dd input { width:calc(100% - 30px); }
    .agr-area .rdbox label { font-size: 12px; }
}*/
:root {
    --bs-black:#333;
    --bs-blue :#4F81FF;
    --thin-blue:#E5EBFF;
    --dark-gray-blue:#3D495B;
    --rdus20: 20px;
    --rdus30: 30px;
}
.pt60 { padding-top: 60px; }
.pb60 { padding-bottom: 60px; }
.pt80 { padding-top: 80px; }
.pb80 { padding-bottom: 80px; }
.pt100 { padding-top: 100px; }
.pb100 { padding-bottom: 100px; }
.snack-renewer * { color:var(--bs-black) }
.snack-renewer [class*='btn'] { border-radius: var(--rdus20); font-size: 20px; font-weight: 700 }
.snack-renewer [class*='__btn-blue']{ background: var(--bs-blue); color:#fff }
.snack-renewer [class*='__btn-blue-outln'] { border:1px solid var(--bs-blue); color:var(--bs-blue); background:#fff; box-sizing: border-box; }
.snack-renewer .card { border-radius: var(--rdus30) }
.snack-renewer .cont { padding: 80px 0 }
.snack-renewer .sec-cont { background: #F4F9FF }
.snack-renewer .blue { color:var(--bs-blue) }


.main-cont { height: 664px; overflow: hidden }
h4.main-tit { font-size: 48px; font-weight: 800; line-height: 70px; margin-bottom: 40px; }
h4.main-tit small {
    font-size: .5em;
    font-weight: 700;
    line-height: 100%;
    display: block;
    margin-bottom: 20px;
}
.main-bnr { width:610px; padding:100px 0 126px }
.main-bnr p { font-size: 20px; font-weight: 500; line-height: 32px; margin-bottom: 94px; }
.main-bnr .btn-cs a { height: 88px; line-height: 88px; display: inline-block; text-align: center; }
.main-bnr .btn-cs a:nth-child(1){ width:248px; }
.main-bnr .btn-cs a:nth-child(2){ width:342px; }
.main-cont .deco { width:488px; right: 0; margin-left: auto; }
.main-cont .partner-logos { width: 100%; height: 100%; }
.main-cont .partner-logos .card {
    padding: 0;
    width:220px;
    height:220px;
    border-radius: 60px;
    border: 1px solid #CCD5F2;
    background: #FFF;
    box-shadow: 6px 10px 15px 0px rgba(79, 129, 255, 0.30);
    position: absolute;
    box-sizing: border-box;
}
.main-cont .partner-logos .card > div { display: inline-block; }
.partner-logo_snackfor {
    background: url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/partner-logo_snackfor.png) no-repeat;
    width:150px;
    height: 27px;
}
.partner-logo_dndnsnack {
    background: url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/partner-logo_dndnsnack.png) no-repeat;
    width:140px;
    height: 40px;
}
.partner-logo_snack24 {
    background: url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/partner-logo_snack24.png) no-repeat;
    width:148px;
    height:41px;
}
.partner-logo_pentry {
    background: url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/partner-logo_pentry.png) no-repeat;
    width:130px;
    height: 47px;
}
.partner-logo_workershigh {
    background: url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/partner-logo_workershigh.png) no-repeat;
    width:160px;
    height: 26px;
}
.main-cont .partner-logos .card:nth-child(1){ top:20px; right:0 }
.main-cont .partner-logos .card:nth-child(2){ top:155px; }
.main-cont .partner-logos .card:nth-child(3){ top:289px; right:0 }
.main-cont .partner-logos .card:nth-child(4){ top:423px; }
.main-cont .partner-logos .card:nth-child(5){ bottom:-155px; right:0 }
.main-cont .main-tit .motion-icons {
    position: relative;
    width:60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
}
.main-cont .main-tit .motion-icons i {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    opacity: 0;
    transition: .5s;
}
.main-cont .main-tit .motion-icons i.on { opacity: 1; }
.main-cont .main-tit .motion-icons i:nth-child(1){ background-image:url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/motion_01.png); }
.main-cont .main-tit .motion-icons i:nth-child(2){ background-image:url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/motion_02.png); }
.main-cont .main-tit .motion-icons i:nth-child(3){ background-image:url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/motion_03.png); }
.main-cont .main-tit .motion-icons i:nth-child(4){ background-image:url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/motion_04.png); }
.main-cont .main-tit .motion-icons i:nth-child(5){ background-image:url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/motion_05.png); }
.main-cont .main-tit .motion-icons i:nth-child(6){ background-image:url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/motion_06.png); }
.main-cont .main-tit .motion-icons i:nth-child(7){ background-image:url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/motion_07.png); }
.main-cont .main-tit .motion-icons i:nth-child(8){ background-image:url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/motion_08.png); }



h6.sub-tit {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 60px;
}
h6.sub-tit small {
    display: block;
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 52px;
}
.icon-inquery {
    background: url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/icon_inquery.png) no-repeat;
    width:22px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.icon-download,.icon-download2 {
    width:22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.icon-download { background: url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/icon_download.png) no-repeat; }
.icon-download2 { background: url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/icon_download2.png) no-repeat; }
.icon_up-chart {
    background: url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/icon_upChart.png) no-repeat;
    width:32px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}
.icon_arrow-down {
    width:14px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    background: url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/icon_arrowDown.png) center no-repeat;
}
.cont01 { padding:100px 0; }
.cont01 .table-bdr {
    border: 1px solid #CCD5F2;
    border-radius: var(--rdus20);
    overflow: hidden;
    box-sizing: border-box;
}
.cont01 .table-bdr table { border-collapse: collapse; }
.cont01 .table-bdr table th,
.cont01 .table-bdr table td {
    border:1px solid #CCD5F2;
    box-sizing: border-box;
    padding:20px 0;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}
.cont01 .table-bdr table th { border-top:none; line-height: 16px; color:#000; background-color: #FBFBFB; }
.cont01 .table-bdr table td { color:#555; line-height: 22px; }
.cont01 .table-bdr table th:first-child, .cont01 .table-bdr table tr td:first-child { border-left: none; }
.cont01 .table-bdr table th:last-child, .cont01 .table-bdr table tr td:last-child { border-right: none; }
.cont01 .table-bdr table tr:last-child td,
.cont01 .table-bdr table tr:nth-child(4) td:nth-child(4){ border-bottom: none; }
.cont01 .table-bdr table tr td .partner-logos { width: 100%; background-size: 80px; background-position: center; }
.cont01 .table-bdr table tr:last-child td .partner-logos { background-size: 100px; }


.cont02 .sub_content li {
    width:220px;
    box-sizing: border-box;
    border: 2px solid var(--thin-blue);
    box-shadow: 3.95075px 0.625738px 8px rgba(0, 0, 0, 0.0901961);
    border-radius: 41px;
    text-align: center;
    height:424px;
    position: relative;
    overflow: hidden;
    background-color:#fff;
}
.cont02 .sub_content li:nth-child(2n){
    top:65px;
}
.cont02 .sub_content li > img {
    position: absolute;
    bottom:38px;
    left: 0;
    right: 0;
    margin: auto;
}
.cont02 .sub_content li:nth-child(1) {
    background-image: url('https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/deco-img03.png');
    background-repeat: no-repeat;
    background-position: bottom 42%center;
    background-size: 150px;
}
.cont02 .sub_content li:nth-child(5) {
    background-image: url('https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/deco-img03.png');
    background-repeat: no-repeat;
    background-position: top 41% right -46px;
    background-size: 150px;
}
.cont02 .sub_content li:nth-child(1) > img { width:88%; }
.cont02 .sub_content li:nth-child(2) > img { width:65%; }
.cont02 .sub_content li:nth-child(4) > img { width: 88%; }
.cont02 .sub_content li:nth-child(5) > img { bottom: 0;}
.cont02 .sub_content li > .item-top > span {
    padding:18px 0 10px;
    display:block;
    color:#9DA1AC;
    font-size: 14px;
    font-weight: bold;
}
.cont02 .sub_content li > .item-top > h6 { font-weight: 700; font-size: 20px; line-height: 29px; }
.cont02 .sub_content li > .item-top > sub { color:var(--bs-blue); font-size: 16px; }
.cont03 { text-align: center; }
.cont03 .tag {
    border-radius: 50px;
    border: 1px solid var(--bs-blue);
    background: rgba(79, 129, 255, 0.08);
    box-sizing: border-box;
    padding: 8px 15px;
    color: var(--bs-blue);
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    width: 200px;
    margin: 16px auto 0;
}
.cont03 a.btn__btn-blue {
    width: 360px;
    line-height: 88px;
    text-align: center;
    height: 88px;
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin: auto;
}
.cont03_swiper { padding-bottom: 60px; overflow: hidden; position: relative; }
.cont03_swiper:before,
.cont03_swiper:after{
    content: '';
    position: absolute;
    height: 100%;
    top:0;
    width: 216px;
    z-index: 2;
}
.cont03_swiper:before { left:0; background: linear-gradient(-90deg, rgba(255,255,255,.4) 0%, #FFF 100%); }
.cont03_swiper:after { right:0; background: linear-gradient(90deg, rgba(255,255,255,.4) 0%, #FFF 100%); }
.cont03_swiper .swiper-wrapper { width: 720px; }
.cont03_swiper .swiper-slide {
    width: 720px!important;
    border-radius: var(--rdus30);
    box-sizing: border-box;
    background-color: #FFF;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.10);
    padding:28px 43px;
    margin: 0 12px;
    background-position: right 30px bottom;
    border:1px solid;
    text-align: left;
    height: 260px;
    background-repeat: no-repeat;
}
.cont03_swiper .swiper-slide .tag-tit {
    text-align: center;
    color: #FFF;
    font-size: 24px;
    font-weight: 800;
    /*width: 104px;*/
    height: 48px;
    line-height: 48px;
    display: inline-block;
    border-radius: 50px;
    margin-bottom: 32px;
    padding: 0 20px;
}
.cont03_swiper .swiper-slide dl { margin-bottom: 24px; display: flex; }
.cont03_swiper .swiper-slide dl dt {
    width: 116px;
    padding-left: 32px;
    color: #333;
    font-size: 16px;
    font-weight: 700;
}
.cont03_swiper .swiper-slide dl dd { padding-left: 16px; font-size: 16px; font-weight: 500; }
.cont03_swiper .swiper-slide dl:nth-child(2) dt { background:url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/icon_schedule.png) left center no-repeat ; }
.cont03_swiper .swiper-slide dl:nth-child(3) dt { background:url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/icon_won.png) left center no-repeat ; }
.cont03_swiper .swiper-slide dl:nth-child(4) dt { background:url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/icon_light-bulb.png) left top no-repeat ; }
.cont03_swiper .snack24-card { border-color: #FFE100; background-image: url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/cont03_snack24.png); }
.cont03_swiper .snack24-card .tag-tit { background-color: #FFE100; }
.cont03_swiper .snackfor-card { border-color: #FC8A17; background-image: url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/cont03_snackfor.png); }
.cont03_swiper .snackfor-card .tag-tit { background-color:#FC8A17; }
.cont03_swiper .pentry-card { border-color:#E7333D; background-image: url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/cont03_-pentry.png); }
.cont03_swiper .pentry-card .tag-tit{ background-color:#E7333D; }
.cont03_swiper .dndnsnack-card { border-color:#5E3388; background-image: url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/cont03_dndnsnanck.png); }
.cont03_swiper .dndnsnack-card .tag-tit { background-color:#5E3388; }
.cont03_swiper .workershigh-card { border-color:#1D286E; background-image: url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/cont03_workshigh.png); }
.cont03_swiper .workershigh-card .tag-tit { background-color:#1D286E; }
.cont04 .in-workmarket-box {
    border-radius: 50px;
    position: relative;
    width: 544px;
    height: 250px;
    border: 1px solid #CBD4F1;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(79, 129, 255, 0.25);
    margin: 120px auto 0;
}
.cont04 .in-workmarket-box:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    border-top:1px solid #CBD4F1;
    opacity: 0.9;
    background: #FFF;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.cont04 .in-workmarket-box > img {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 125px;
    z-index: 1;
}
.cont04 .in-workmarket-box .item-list li {
    width: 100px;
    height: 100px;
    border-radius: var(--rdus30);
    box-shadow: 0px 4px 4px 0px rgba(79, 129, 255, 0.25);
    color:#fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}
.cont04 .in-workmarket-box .item-list li:nth-child(1) {
    border: 1px solid #F8C61B;
    background: linear-gradient(180deg, #FFDF37 0%, #F2B927 100%);
    transform: rotate(-15deg);
    left: 80px;
    top: -32px;
}
.cont04 .in-workmarket-box .item-list li:nth-child(2) {
    border: 1px solid #E39246;
    background: linear-gradient(180deg, #FCA016 0%, #FC7716 100%);
    left: 165px;
    top: -75px;
}
/*.cont04 .in-workmarket-box .item-list li:nth-child(3) {
    border: 1px solid #5A337E;
    background: linear-gradient(180deg, #72298B 0%, #4E298B 100%);
    transform: rotate(8deg);
    left: 215px;
    top: -40px;
}*/
.cont04 .in-workmarket-box .item-list li:nth-child(3) {
    border: 1px solid #585858;
    background: linear-gradient(180deg, #414141 0%, #010101 100%);
    transform: rotate(17deg);
    left: 248px;
    top: -34.24px;
}
.cont04 .in-workmarket-box .item-list li:nth-child(4) {
    border: 1px solid #D14E58;
    background: linear-gradient(180deg, #F9374E 0%, #D82E2E 100%);
    transform: rotate(-30deg);
    left: 341px;
    top: -47px;
    z-index: -1;
}
.cont04 .deco .tag {
    position: absolute;
    padding: 15px 45px;
    border-radius: 120px;
    border: 1px solid #E9E9E9;
    background: #FFF;
    box-sizing: border-box;
    color: #555;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
}
.cont04 .deco .tag:nth-child(1) { bottom: 200px; left: 40px; }
.cont04 .deco .tag:nth-child(2) { bottom: 100px; left: 140px; }
.cont04 .deco .tag:nth-child(3) { bottom: 0px; left: 40px; }
.cont04 .deco .tag:nth-child(4) { bottom: 200px; right: 40px; }
.cont04 .deco .tag:nth-child(5) { bottom: 100px; right: 140px; }
.cont04 .deco .tag:nth-child(6) { bottom: 0px; right: 40px; }
.cont05 .sub-ct01 .box {
    width: 384px;
    height: 280px;
    border-radius: var(--rdus30);
    background-color: #FBFBFB;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top 14px center;
}
.cont05 .sub-ct01 .box:nth-child(1){
    background-image: url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/cont0501-img01.png);
    left:167px;
}
.cont05 .sub-ct01 .box:nth-child(2){ background-image: url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/cont0501-img02.png); }
.cont05 .sub-ct01 .box:nth-child(3){
    background-position: top 64px center;
    background-image: url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/cont0501-img03.png);
}
.cont05 .sub-ct01 .box p {
    padding-top: 198px;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
}
.cont05 .sub-ct01 .box strong {
    color: var(--bs-blue);
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
}

.cont05 .sub-ct02 ul { margin-bottom: 60px; }
.cont05 .sub-ct02 .card {
    padding: 0;
    border-radius: var(--rdus30);
    border: 1px solid var(--thin-blue);
    background: #FFF;
    text-align: center;
    width: 220px;
    height: 294px;
    box-sizing: border-box;
}
.cont05 .sub-ct02 .card strong {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    margin-bottom: 8px;
}
.cont05 .sub-ct02 .card p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.32px;
}
.cont05 .sub-ct02 .card > div { display: inline-block; }
.cont05 .sub-ct02-img01 {
    width: 48px;
    height: 48px;
    background:url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/cont0501-icon01.png);
    margin: 47px auto 27px;
}
.cont05 .sub-ct02-img02 {
    width: 44px;
    height: 56px;
    background:url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/cont0501-icon02.png);
    margin: 43px auto 23px;
}
.cont05 .sub-ct02-img03 {
    width: 60px;
    height: 44px;
    background:url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/cont0501-icon03.png);
    margin: 49px auto 29px;
}
.cont05 .sub-ct02-img04 {
    width: 58px;
    height: 62px;
    background:url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/cont0501-icon04.png);
    margin: 40px auto 20px;
}
.cont05 .sub-ct02-img05 {
    width: 44px;
    height: 48px;
    background:url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/cont0501-icon05.png) center/100%;
    margin: 47px auto 27px;
}
.cont05 .sub-ct02 button {
    background: var(--dark-gray-blue);
    border-radius: var(--rdus20);
    width: 360px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    display: block;
    margin: auto;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
}
.cont05 .sub-ct02-01 { display: flex; }
.cont05 .sub-ct02-01 .card {
    width: 660px;
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--thin-blue);
    border-radius: var(--rdus20);
}
.cont05 .sub-ct02-01 .content {
    margin:84px 0 0 80px;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
}
.cont05 .sub-ct02-01 .content small {
    color: var(--bs-blue);
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}
.cont05 .sub-ct02-01 .content small > span {
    color:#fff;
    background: var(--bs-blue);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-left: 4px;
}
.cont05 .sub-ct03-01 .subject {
    color: #333;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    display: block;
    margin-bottom: 32px;
}
.cont05 .sub-ct03-01 ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cont05 .sub-ct03-01 ol > li {
    margin:0 24px 24px 0;
    height: 162px;
    background-color: #FBFBFB;
    padding: 44px 0 0 90px;
    width: calc(50% - 102px);
    position: relative;
    border-radius: var(--rdus30);
}
.cont05 .sub-ct03-01 ol > li > strong {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
}
.cont05 .sub-ct03-01 ol > li > p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 10px;
}
.cont05 .sub-ct03-01 ol > li > sub {
    margin-top:24px;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    display: block;
}
.cont05 .sub-ct03-01 ol > li:before{
    content: '';
    display: inline-block;
    width: 48px;
    height: 42px;
    position: absolute;
    top:41px;
    left:28px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.cont05 .sub-ct03-01 ol > li:nth-child(1):before{ background-image: url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/emoti01.png) }
.cont05 .sub-ct03-01 ol > li:nth-child(2):before{ background-image: url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/emoti03.png); }
.cont05 .sub-ct03-01 ol > li:nth-child(3):before{ background-image: url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/emoti04.png); }
.cont05 .sub-ct03-01 ol > li:nth-child(4):before{ background-image: url(https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/0329/emoti02.png); }
.cont05 .sub-ct03-01 ol > li:nth-child(2n){ margin-right: 0; }
.cont05 .sub-ct03-01 ol > li:nth-child(3),
.cont05 .sub-ct03-01 ol > li:nth-child(4){ margin-bottom: 0; }
.cont06 strong {
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 48px;
}
.cont06 button {
    background: var(--dark-gray-blue);
    border-radius: var(--rdus20);
    width: 360px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    display: block;
    margin: auto;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
}
.cont07 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:24px;
}
.cont07 li { wmargin-bottom:22px; }
.cont07 li:nth-child(2n) { margin-right:0 }
.cont07 li .box-tit {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #BAC2DA;
}
.cont07 li .textbox {
    border-radius: 0px 0px 20px 20px;
    background: #FAFAFA;
    padding: 32px 14px 32px 32px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
    height: calc(100% - 109px);
}
@media screen and (min-width: 769px) {
    .pc_pb100 { padding-bottom: 100px; }
}
@media screen and (max-width: 769px) {
    .m_pb60 { padding-bottom: 60px; }
    .wrap { width: calc(100% - 56px); }
    h4.main-tit { text-align: center; font-size: 44px; margin-bottom: 20px; }
    h6.sub-tit { font-size: 32px; line-height: 44px; margin-bottom: 30px; letter-spacing: -2px; }
    h6.sub-tit small { line-height: 44px; letter-spacing: -1.5px;}
    .snack-renewer .cont { padding: 60px 0; }
    .main-cont { padding:60px 0; height: auto; }
    .main-bnr { padding:0 }
    .main-bnr p { margin-bottom: 40px; }
    .main-bnr .btn-cs a { width: 100%!important; }
    .main-bnr .btn-cs a:first-child { margin-bottom: 20px; }
    .cont01 .m_small-font { font-size:20px; line-height: 44px; }
    .cont01 .table-bdr { margin-bottom: 40px; }
    .cont01 .table-bdr table th { text-align: center; }
    .cont01 .table-bdr table td { font-size:14px; }
    .cont01 .table-bdr table td:first-child { width:34%; }
    .cont01 .partner-logos { width:80px; background-size: 100%; height: 22px; margin: auto; }
    .cont01 .partner-logos.partner-logo_pentry { height: 30px; }
    .cont01 .partner-logo_workershigh { width:100px; }
    .cont01-tables-group { overflow: hidden; height: 1040px; transition: 1s; }
    .cont01-tables-group.on { height: 2250px; }
    .cont01-tables-group:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        margin: auto;
        width: calc(100% + 102px);
        height: 375px;
        left: -56px;
        background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.00) 99.99%, #FFF 100%);
        transition: 1s;
    }
    .cont01-tables-group.on:after { display: none; }
    .cont01-tables-group button {
        position: absolute;
        bottom:0;
        border-radius: 12px;
        border: 1px solid #727272;
        background: #FFF;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        width: 100%;
        height: 68px;
        line-height: 68px;
        z-index: 1;
    }
    .cont01-tables-group button > span.close { display: none; }
    .cont01-tables-group button > span.close i { transform: rotate(180deg); }
    .cont01-tables-group button.on > span.close { display: block; }
    .cont01-tables-group button.on > span.open { display: none; }
    .cont02 .sub_content ul { justify-content: center }
    .cont02 .sub_content li {
        width: 48%;
        margin-right: 7px;
        height: 64vw;
        top:0!important;
        margin-bottom: 20px;
    }
    .cont02 .sub_content li:nth-child(2n){ margin-right: 0; }
    .cont02 .sub_content li:nth-child(5){ margin-bottom: 0; }
    .cont02 .sub_content li > .item-top > span { padding: 16px 0 4px; }
    .cont02 .sub_content li > .item-top > h6 { line-height: 28px; }
    .cont02 .sub_content li > .item-top > sub { font-size:14px; letter-spacing: -.5px; }
    .cont02 .sub_content li > img { bottom: 12px; }
    .cont02 .sub_content li:nth-child(1) { background-size: 100px; }
    .cont02 .sub_content li:nth-child(2) > img { width: 50%; }
    .cont02 .sub_content li:nth-child(3) > img { width: 39%; }
    .cont02 .sub_content li:nth-child(5) > img { width: 65%; }

    .icon-download, .icon-download2 { margin-left:12px; }
    .cont03 .tag { margin-top: 8px;}
    .cont03_swiper { margin-top:50px; }
    .cont03_swiper:before, .cont03_swiper:after { content: none; }
    .cont03_swiper .swiper-slide {
        width:100%!important;
        height: 458px;
        padding:16px 30px 0;
        background-size: 75%;
        background-position: bottom center;
        text-align: center;
    }
    .cont03_swiper .swiper-slide dl dt { width: auto; text-align: left }
    .cont03_swiper .swiper-slide dl:last-child { flex-direction: column; }
    .cont03_swiper .swiper-slide dl:last-child dd { padding-left: 32px; text-align: left }
    .cont03_swiper .swiper-slide .tag-tit { margin:0 auto 30px; padding: 0 20px }
    .cont03_swiper .swiper-wrapper { width:100%; }
    .cont03 a.btn__btn-blue { width: 100%; }
    .cont04 .in-workmarket-box { width:100%; height: 292px; }
    .cont04 .in-workmarket-box > img { top:165px; }
    .cont04 .in-workmarket-box .item-list li:nth-child(1){ left: 43px; top: 20px; z-index: 1; }
    .cont04 .in-workmarket-box .item-list li:nth-child(2){
        left: 175px;
        top: -66px;
        transform: rotate(-17deg);
    }
    .cont04 .in-workmarket-box .item-list li:nth-child(3){
        left: 161px;
        top: 18px;
        right: 0;
        margin: auto;
        z-index: 2;
    }
    .cont04 .in-workmarket-box .item-list li:nth-child(4){ right: 36px; top: -65px; left: 74px; transform: rotate(10deg); }
    .cont04 .in-workmarket-box .item-list li:nth-child(5){ right: 12px; top: 21px; }
    .cont04 .in-workmarket-box:after { z-index: 3; }
    .cont04 .in-workmarket-box > img { z-index: 4; }
    .cont05 .sub-ct01 .box {
        width: calc(50% - 7px);
        border: 1px solid #CFD8F2;
        margin-bottom: 7px;
        height: 200px;
        box-sizing: border-box;
    }
    .cont05 .sub-ct01 .box:nth-child(1) { background-size: 50px; background-position-x: 60px; }
    .cont05 .sub-ct01 .box:nth-child(2) { background-size: 80px; }
    .cont05 .sub-ct01 .box:nth-child(3) {
        width: 100%;
        margin-bottom: 0;
        background-size: 90%;
        background-position: top 28px center;
        height:168px;
    }
    .cont05 .sub-ct01 .box p { font-size:14px; line-height: 28px; padding-top:120px; letter-spacing: -1px; }
    .cont05 .sub-ct01 .box strong { font-size: 22px; line-height: 28px; }
    .cont05 .sub-ct01 .box:nth-child(3) p { display: inline-block;  font-size: 24px; line-height: 100%; }
    .cont05 .sub-ct01 .box:nth-child(3) strong { font-size: 24px; line-height: 100%; }
    .cont05 h6.sub-tit small { line-height: 130%; margin-top:10px; }
    .cont05 .sub-ct02 ul { justify-content: center; margin-bottom: 40px; }
    .cont05 .sub-ct02 ul li { margin:0 3px; }
    .cont05 .sub-ct02 ul li:nth-child(1) { margin-left: 0; }
    .cont05 .sub-ct02 ul li:nth-child(3) { margin-right: 0; }
    .cont05 .sub-ct02 .card { width:114px; height: 114px; margin-bottom: 8px; border-radius: 20px }
    .cont05 .sub-ct02 .card p { display: none; }
    .cont05 .sub-ct02 .card strong { line-height: 100%; }
    .cont05 .sub-ct02 .card:nth-child(1) > div { width: 32px; height: 32px; background-size: 32px; margin:24px auto 15px; }
    .cont05 .sub-ct02 .card:nth-child(2) > div { width: 28px; height: 36px; background-size: 28px 36px; margin:24px auto 13px; }
    .cont05 .sub-ct02 .card:nth-child(3) > div { width: 40px; height: 30px; background-size: 40px 30px; margin:26px auto 15px; }
    .cont05 .sub-ct02 .card:nth-child(4) > div { width: 40px; height: 43px; background-size: 40px 43px; margin:27px auto 8px; }
    .cont05 .sub-ct02 .card:nth-child(5) > div { width: 28px; height: 31px; background-size: 28px 31px; margin:28px auto 19px;}
    .cont05 .sub-ct02 button { width: 100%; height: 68px; line-height: 68px; }
    .cont05 .sub-ct02-01 { flex-direction: column-reverse; }
    .cont05 .sub-ct02-01 .content { margin:0 0 20px; font-size: 32px; line-height: 44px; }
    .cont05 .sub-ct02-01 .card { width:calc(100% - 30px); height: auto; padding: 15px; }
    .cont05 .sub-ct03-01 .subject { font-size: 24px; line-height: 100%; margin-bottom: 28px; }
    .cont05 .sub-ct03-01 ol > li { width: 100%; margin:0 0 16px 0; padding: 80px 0 0 28px; }
    .cont05 .sub-ct03-01 ol > li:before { top:20px; left:28px; }
    .cont05 .sub-ct03-01 ol > li > sub { position: absolute; top: 20px; left: 82px; }
    .cont05 .sub-ct03-01 ol > li:nth-child(3), .cont05 .sub-ct03-01 ol > li:nth-child(4) { margin-bottom: 16px; }
    .cont05 .cont05_swiper li { justify-content: center; display: flex; }
    .cont06 strong { line-height: 48px; }
    .cont06 button { width: 100%; heigh:68px; line-height: 68px; }
    .cont07 ul { grid-template-columns: 1fr }
    .cont07 li { margin:0 0 48px; width:100%; }
    .cont07 li .box-tit { letter-spacing: -1px; padding-bottom: 16px }
    .cont07 li .textbox { padding:20px 16px; letter-spacing: -1px; }
}