: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; }
.main-banner { background-color: var(--bs-blue); height: 750px; }
.main-banner .deco {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.main-banner .deco > img { position: absolute; top:0; }
.main-banner .deco > img:nth-child(2){ top: 50px; right: 45px; }
.main-banner .deco > img:nth-child(3){ top: 170px; right: 163px; }
.main-banner .deco > img:nth-child(5){ top: 310px; right: -55px; }
.main-banner .txt { position: relative; top:200px; z-index: 1; }
.main-banner h2 {
    color:#fff;
    font-size: 40px;
    font-weight: 300;
    line-height: 54px;
    letter-spacing: -1px;
    margin-bottom: 40px;
}
.cont-cs { padding:100px 0;}
/*.main-banner .txt button {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), #0D89E8;
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    color:#fff;
    font-weight: 700;
    font-size: 19px;
    box-sizing: border-box;
    width: 163px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    text-align: center;
}*/
.main-banner .txt a.blackbtn {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), #0D89E8;
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    color:#fff;
    font-weight: 700;
    font-size: 19px;
    box-sizing: border-box;
    width: 163px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    text-align: center;
}
.main-banner .txt a.whitebtn {
    color: #03223a;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 16px;
    font-weight: 700;
    font-size: 19px;
    box-sizing: border-box;
    width: 163px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    text-align: center;
}
.cont1 .sub-cont .deco > img:nth-child(1) { top:215px; left: -30px; }
.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; }
.sub-cont:nth-child(2) > .r-side > h5 {
    font-weight: 400;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -1px;
    margin-left: 70px;
    color:#333;
}
.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 {
    border: 6px solid #4f81fe;
    border-radius: 12px;
    width: 1020px;
    margin: auto;
    height: 500px;
    overflow: hidden;
    position: relative;
}
.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 .chat-cs > ul{ position: relative; left: 120px; height:500px; }
.cont1 .chat-cs > ul > li {
    position: absolute;
    padding: 0 28px;
    display: inline-block;
    background-color: #fff;
    height: 74px;
    line-height: 74px;
    border-radius: 12px;
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
    box-sizing: border-box;
    font-weight: 500;
    font-size: 16px;
    color:#000;
    min-width: 400px;
}
.cont1 .chat-cs > ul > li:nth-child(1) { top:80px; }
.cont1 .chat-cs > ul > li:nth-child(1) img {
    position: absolute;
    bottom: -13px;
    left: -48px
}
.cont1 .chat-cs > ul > li:nth-child(1) p { padding-left: 40px; }
.cont1 .chat-cs > ul > li:nth-child(2) { top:180px; left: -40px; }
.cont1 .chat-cs > ul > li:nth-child(3) {
    top:280px;
    left: 30px;
    display: flex;
}
.cont1 .chat-cs > ul > li:nth-child(3) img{
    position: relative!important;
    width: 59px;
    height: 55px;
    margin: auto 10px auto -18px;
}
.cont1 .chat-cs > ul > li:nth-child(4) { top:380px; left: -105px; }
.cont-cs.cont2 { padding-top:0; }
.cont2 > .sub-cont { padding-top:100px;}
.cont2 > .sub-cont:nth-child(1) { background: linear-gradient(#0d89e81f, transparent); padding-bottom: 80px; }
.cont2 > .sub-cont:nth-child(1) .deco > img:nth-child(1){ bottom: 130px; left: 60px;}
.cont2 > .sub-cont:nth-child(1) .deco > img:nth-child(2){ top: 240px; right: 140px; }
.cont2 > .sub-cont:nth-child(2) .deco > img:nth-child(1){ top: 350px; left: 70px;}
.cont2 > .sub-cont:nth-child(2) .deco > img:nth-child(2){ bottom: 250px; right: 150px; }
.cont3 { background: rgba(13, 137, 232, 0.1); }
.cont3 h3 { margin-bottom: 50px; }
.cont3 .deco { opacity: .5; z-index: -1; }
.cont3 .deco > span { position: absolute; }
.cont3 .deco > img:nth-child(1) { top: 20px; left: 100px; }
.cont3 .deco > span:nth-child(2){
    top: 250px;
    right: -120px;
    transform: rotate(45deg);
}
.cont3 .deco > span:nth-child(3){
    bottom: 100px;
    left: -120px;
    transform: rotate(-45deg);
}
.cont4 { padding-bottom: 0!important; }
.cont4 > .sub-cont:nth-child(2){
    background:url('https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/booking-bg.jpg') center/cover no-repeat;
    padding:100px 0;
    margin-top:100px;
}
.cont4 > .sub-cont:nth-child(2) .card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:60px;
    background-color: #fff;
    border-radius: 30px;
    margin-bottom: 20px;
}
.cont4 > .sub-cont:nth-child(2) .card:last-child { margin-bottom: 0; }
.cont4 > .sub-cont:nth-child(2) .card .txt { text-align: left; }
.cont4 > .sub-cont:nth-child(2) .card .txt h6 { color:var(--bs-blue); font-weight: 700; font-size: 16px; line-height: 22px; }
.cont4 > .sub-cont:nth-child(2) .card .txt h5 { color:#333; font-weight: 700; font-size: 28px; letter-spacing: -1px; line-height: 42px; }
.cont4 > .sub-cont:nth-child(2) .card .pic { position: relative; }
.cont4 > .sub-cont:nth-child(2) .card:nth-child(1) .pic .deco img { top:130px; right: 0; }
.cont4 > .sub-cont:nth-child(2) .card:nth-child(2) .pic .deco img { top:60px; right: 0; }
.cont4 > .sub-cont:nth-child(2) .card:nth-child(3) .pic .deco img { top:60px; right: 0; }
.cont5 h3 { margin-bottom: 50px; }
.cont5 .sub-cont { padding:100px 0; }
.cont5 .sub-cont:nth-child(1) .sub_content .card {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    height: 500px;
    align-items: center;
    margin-bottom: 16px;
    padding: 0;
}
.cont5 .sub-cont:nth-child(1) .sub_content .card:last-child { margin-bottom: 0; }
.cont5 .sub-cont:nth-child(1) .sub_content .card:nth-child(1){ background-color: #c2e1f9; }
.cont5 .sub-cont:nth-child(1) .sub_content .card:nth-child(2){ background-color: #e7f4fd; }
.cont5 .sub-cont:nth-child(1) .sub_content .card:nth-child(3){ background-color: #c2e1f9; }
.cont5 .sub-cont:nth-child(1) .sub_content .flx-btw { align-items: flex-start; }
.cont5 .sub-cont:nth-child(1) .sub_content .flx-btw .card:nth-child(1){ background-color: #e7f4fd; width:49.5%; }
.cont5 .sub-cont:nth-child(1) .sub_content .flx-btw .card:nth-child(2){ background-color: #e7f4fd; width:49.5%; }
.cont5 .sub-cont:nth-child(1) .sub_content .flx-btw .card .txt { width:100%; }
.cont5 .sub-cont:nth-child(1) .sub_content .card .txt {
    padding-left:60px;
    text-align: left;
    width: 50%;
}
.cont5 .sub-cont:nth-child(1) .sub_content .card .txt h6 {
    color:#4F81FF;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -1px;
    font-weight: 700;
    margin-bottom: 16px;
}
.cont5 .sub-cont:nth-child(1) .sub_content .card .txt h2 {
    color:#333;
    font-size: 48px;
    line-height: 57px;
    letter-spacing: -1px;
    font-weight: 700;
    margin-bottom: 24px;
}
.cont5 .sub-cont:nth-child(1) .sub_content .card .txt p {
    color:#333;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -1px;
    font-weight: 500;
}
.cont5 .sub-cont:nth-child(1) .sub_content .card .pic {
    position: relative;
    width:70%;
    height: 100%;
}
.cont5 .sub-cont:nth-child(1) .sub_content .card .pic > img { position: absolute; }
.cont5 .sub-cont:nth-child(1) .sub_content .card:nth-child(1) .pic > img { right: -16px; bottom: -18px; }
.cont5 .sub-cont:nth-child(1) .sub_content .card:nth-child(2) .pic > img { right: -16px; bottom: -18px; }
.cont5 .sub-cont:nth-child(1) .sub_content .card:nth-child(3) .pic > img { right:60px; top:45px; }
.cont5 .sub-cont:nth-child(2) { background:url('https://castingn-mall.s3.ap-northeast-2.amazonaws.com/static/images/event/advantage-bg.jpg') center/cover no-repeat; }
.cont5 .sub-cont:nth-child(2) .flx { justify-content: center; }
.cont5 .sub-cont:nth-child(2) .flx .card {
    width:380px;
    height: 300px;
    border-radius: 10px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 20px -2px rgba(45, 45, 45, 0.1);
    margin: 0 15px 25px;
}
.cont5 .sub-cont:nth-child(2) .flx .card:first-child{ margin-left: 0; }
.cont5 .sub-cont:nth-child(2) .flx .card:nth-child(3n) { margin-right: 0;}
.cont5 .sub-cont:nth-child(2) .flx .card:nth-child(4) { margin-left: 0; margin-bottom:0; }
.cont5 .sub-cont:nth-child(2) .flx .card:nth-child(5) { margin-bottom: 0;}
.cont5 .sub-cont:nth-child(2) .flx .card p {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    width:100%;
}
.inquiry-cont { background-color: var(--bs-blue); }
.inquiry-cont h5 {
    font-weight: 500;
    font-size: 28px;
    line-height: 42px;
    color:#fff;
    margin:20px 0 40px ;
}
.inquiry-cont dl { margin-bottom: 20px;}
.inquiry-cont dl dt {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color:#fff;
}
.inquiry-cont dl dd input {
    width:100%;
    color:#fff;
    padding:0 15px;
    height: 48px;
    line-height: 48px;
    background: rgba(247, 246, 242, 0.1);
    border-bottom: 1px solid #BDB8B3;
    border-radius: 6px 6px 0px 0px;
    font-size: 16px;
}
.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 {
    width: 116px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: #fff;
    color:var(--bs-blue);
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    border-radius: 6px;
}
.inquiry-cont dl:last-child { margin-bottom: 0; }
.inquiry-cont .agr-area { text-align: left; margin:10px 0; }
.inquiry-cont .agr-area > label > span { color:#fff; }
.qa-cont h3 { margin-bottom: 60px; }
.qa-cont .qa-cs {
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    box-sizing: border-box;
}
.qa-cont .qa-cs > li .qst {
    border-bottom:1px solid #C9C9C9;
    box-sizing: border-box;
    color:#222;
    font-weight: 400;
    font-size: 16px;
    line-height: 58px;
    padding:36px 0 36px 10px;
    position: relative;
}
.qa-cont .qa-cs > li .qst > span {
    position: absolute;
    right:20px;
    top:0;
    bottom: 0;
    margin:auto;
    width:28px;
    height:28px;
    display: inline-block;
}
.qa-cont .qa-cs > li .qst > span:before,
.qa-cont .qa-cs > li .qst > span:after {
    content: '';
    display: inline-block;
    width:18px;
    height: 3px;
    border-radius: 8px;
    background-color: #222;
    position: absolute;
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transition: .2s;
}
.qa-cont .qa-cs > li .qst > span:after { transform: rotate(90deg); }
.qa-cont .qa-cs > li.on .qst > span:after { transform: rotate(0deg); }
.qa-cont .qa-cs > li .as {
    display: none;
    padding: 32px 12px;
    background-color:#f5f5f5;
}
.qa-cont .qa-cs > li.on .as{ border-bottom: 1px solid #C9C9C9; box-sizing: border-box; }
.qa-cont .qa-cs > li .as > .txt > h6 {
    font-weight: 700;
    font-size: 24px;
    line-height: 48px;
    color:#000;
}
.qa-cont .qa-cs > li .as > .txt > ul.num-style { padding-left: 30px; }
.qa-cont .qa-cs > li .as > .txt > ul.num-style > li {
    list-style: number;
    font-weight: 500;
    font-size: 24px;
    line-height: 48px;
    color:#000;
}
.qa-cont .qa-cs > li .as > .txt > p {
    font-weight: 500;
    font-size: 22px;
    line-height: 48px;
    color: #000000;
}
.blur-img-cs { position: relative; }
.blur-img-cs:after {
    content: '';
    width:100%;
    height: 200px;
    background: linear-gradient(transparent,#fff);
    display: block;
    position: absolute;
    bottom:0;
    left: 0;
}
.doong1 { animation: doongdoong 1s linear infinite alternate; }
.doong2 { animation: doongdoong 2s linear infinite alternate; }
.doong3 { animation: doongdoong 3s linear infinite alternate; }
.evt-scl { opacity: 0; transform:translateY(100px); 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:translateY(0); }
@-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 .txt { top:50px; left: 50px; }
    .main-banner h2 {
        width:228px;
        font-weight: 300;
        font-size: 32px;
        line-height: 42px;
    }
    .main-banner .deco > img:nth-child(2) {
        top:290px;
        right:50px;
        width:65%
    }
    .main-banner .deco > img:nth-child(3) {
        top: 350px;
        width: 65%;
        right: 100px;
    }
    .main-banner .deco > img:nth-child(5) {
        right: 10px;
        top: 455px;
        width: 70%;
    }
    .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;
        z-index: 1;
    }
    .main-btn.whitebtn {
        color: #03223a;
        border: 1px solid #fff;
        background: #fff;
    }
    h4.sub_tit {
        font-weight: 400;
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -1px;
        margin-bottom: 30px;
    }
    .cont-cs { padding: 60px 0; }
    .cont1 { padding-bottom: 120px; }
    .cont1 .sub-cont .sub_content {
        width:100%;
        height: 150px;
    }
    .cont1 .sub_content {
        width: 90%;
        margin: auto;
        border: 1px solid #dfdfdf;
        border-radius: 10px;
        overflow: hidden;
        padding: 0;
    }
    .cont1 .sub-cont .deco > img:nth-child(1){
        top: -40px;
        left: 18px;
        width: 10%;
    }
    .cont1 .sub-cont .deco > img:nth-child(2){
        bottom: -25px;
        right: 8px;
        width: 20%;
    }
    .cont1 .sub-cont:nth-child(2) {
        flex-direction: column-reverse;
        margin-top:80px;
        align-items: flex-start;
    }
    .cont1 .sub-cont:nth-child(2) > div { flex-basis: 100%; width:100%; }
    .sub-cont:nth-child(2) > .r-side > h5 {
        margin-left: 0;
        margin-bottom: 40px;
        text-align: center;
        font-weight: 700;
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -1px;
    }
    .cont1 .chat-cs > ul { left:0; height: auto; }
    .cont1 .chat-cs > ul > li {
        font-weight: 500;
        font-size: 12px;
        letter-spacing: -0.7px;
        height: 52px;
        line-height: 52px;
        min-width: 100%;
        text-align: center;
        border-radius: 40px;
        box-shadow: 0 1px 3px rgba(0,0,0,.05);
        position: inherit;
        top:0!important;
        left: 0!important;
        right: 0!important;
        margin-bottom: 12px;
        justify-content: center;
        align-items: center;
    }
    .cont1 .chat-cs > ul > li > img { display: none; }
    .cont1 .chat-cs > ul > li > p { padding:0!important; }
    .cont1 .chat-cs > ul > li:last-child > p {
        vertical-align: middle;
        display: inline-block;
        line-height: initial;
    }
    .cont1 .chat-cs > ul > li:last-child { margin-bottom: 0; }
    .cont1 .sub-cont:nth-child(2) .deco .circle { left:-180px; }
    .cont1 .sub-cont:nth-child(2) .deco .wave {
        left: auto;
        right: -20px;
        bottom: -88px;
        top: auto;
    }
    .cont2 > .sub-cont { padding-top:70px; }
    h3.sub_tit {
        font-weight: 800;
        font-size: 30px;
        line-height: 40px;
        color:#333;
        letter-spacing: -1px;
    }
    h3.sub_tit > sub {
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
    }
    .blur-img-cs:after { height: 40px; }
    .cont2 > .sub-cont:nth-child(1) { padding-bottom: 0px; }
    .cont2 > .sub-cont:nth-child(1) .deco > img:nth-child(1) {
        bottom: 0;
        left: 0;
        width: 25%;
    }
    .cont2 > .sub-cont:nth-child(1) .deco > img:nth-child(2) {
        top: 30%;
        right: 5%;
        width: 12%;
    }
    .cont2 > .sub-cont:nth-child(2) .deco > img:nth-child(1) {
        top: 25%;
        left: -2%;
        width: 11%;
    }
    .cont2 > .sub-cont:nth-child(2) .deco > img:nth-child(2) {
        bottom: 0;
        right: 0;
        width: 21%;
    }
    .cont3 .sub_content img { width: 32.5%; margin-bottom: 3px; }
    .cont4 > .sub-cont:nth-child(2) {  margin-top:60px; padding:60px 0; }
    .cont4 > .sub-cont:nth-child(2) .card { background: none; padding:0; flex-direction: column; margin-bottom: 35px;  }
    .cont4 > .sub-cont:nth-child(2) .card .txt { text-align: center; }
    .cont4 > .sub-cont:nth-child(2) .card .txt h6 {
        color: rgba(255, 255, 255, 0.5);
        font-weight: 700;
        font-size: 24px;
        line-height: 22px;
    }
    .cont4 > .sub-cont:nth-child(2) .card .txt h5 {
        color:#fff;
        font-weight: 700;
        font-size: 28px;
        line-height: 42px;
        letter-spacing: -1px;
    }
    .cont4 > .sub-cont:nth-child(2) .card:nth-child(1) .pic .deco img { top: 140px; }
    .cont4 > .sub-cont:nth-child(2) .card:nth-child(2) .pic .deco img { top:100px; }
    .cont5 .sub-cont { padding-top: 0; }
    .cont5 .sub-cont:last-child { padding-bottom: 0px; }
    .cont5 .sub-cont:nth-child(1) .sub_content .card {
        flex-direction: column;
        padding: 40px;
        height: 480px;
    }
    .cont5 .sub-cont:nth-child(1) .sub_content .card .txt {
        padding: 0px;
        text-align: center;
        width: 100%;
    }
    .cont5 .sub-cont:nth-child(1) .sub_content .card .txt h2 { font-size:40px; line-height: 48px; }
    .cont5 .sub-cont:nth-child(1) .sub_content .card .pic { width:100%; position: absolute; }
    .cont5 .sub-cont:nth-child(1) .sub_content .card:nth-child(1) .pic > img { right: -15px; bottom: 30px; }
    .cont5 .sub-cont:nth-child(1) .sub_content .card:nth-child(2) .pic > img { right: -15px; bottom: 30px; }
    .cont5 .sub-cont:nth-child(1) .sub_content .card:nth-child(3) .pic > img { right: 40px; top: 290px; width: 80%; }
    .cont5 .sub-cont:nth-child(1) .sub_content .flx-btw .card:nth-child(1),
    .cont5 .sub-cont:nth-child(1) .sub_content .flx-btw .card:nth-child(2) { width:100%; }
    .cont5 .sub-cont:nth-child(1) .sub_content .flx-btw .card:nth-child(1) { height:290px; }
    .cont5 .sub-cont:nth-child(1) .sub_content .flx-btw .card:nth-child(2) { height:240px; }
    .cont5 .sub-cont { padding-bottom: 60px; }
    .cont5 .sub-cont:nth-child(2) { background: none; }
    .cont5 .sub-cont:nth-child(2) .flx .card { width:100%; margin:0 auto 15px; height: 220px; }
    .cont5 .sub-cont:nth-child(2) .flx .card:nth-child(4) { margin-bottom: 15px; }
    .cont5 .sub-cont:nth-child(2) .flx .card p {
        font-weight: 500;
        font-size: 20px;
        line-height: 32px;
        letter-spacing: -1px;
    }
    .inquiry-cont dl dd input { width:calc(100% - 30px); }
    .evt-scl.dl1,.evt-scl.dl2,.evt-scl.dl3,.evt-scl.dl4,.evt-scl.dl5,.evt-scl.dl6 { transition-delay: 0s; }
    .inquiry-cont { padding-bottom: 100px; }
    .inquiry-cont button { width: 100%; }
}