.scrollbar::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
    border-radius: 20px;
}

.renewal{
    padding-top: 90px;
}

.renewal dd {
	position: relative;
}

.renewal *{
    box-sizing: border-box;
}

.renewal .row > *{
    float: none;
}

.renewal input[type=radio] {
    display: none;
}

.renewal input[type=file] {
    display: none;
}

.renewal input[type=checkbox] {
    display: none;
}

.renewal .inp {
    padding: 0 20px;
    width: 100%;
    height: 50px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.renewal .inp:focus {
    border-color: #000;
}

.renewal .inp::-webkit-input-placeholder {
    color: #999;
}

.renewal .inp::-moz-placeholder {
    color: #999;
}

.renewal .inp:-ms-input-placeholder {
    color: #999;
}

.renewal .inp::-ms-input-placeholder {
    color: #999;
}

.renewal .inp::placeholder {
    color: #999;
}

.renewal .inp-sel {
    background: #fff url("../img/common/ico_arrow_down.svg") no-repeat right 20px center;
    background-size: 20px auto;
    -webkit-appearance: none;
    /* for chrome */
    -moz-appearance: none;
    /*for firefox*/
    appearance: none;
}

.renewal .inp-con .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.renewal .inp-con .col dt {
    padding-right: 10px;
    width: 18.33%;
    font-weight: 700;
    word-break: keep-all;
    line-height: 1.3;
}

.renewal .inp-con .col dd {
    width: 81.67%;
}

.renewal .inp-con .row {
    margin-top: 20px;
}

.renewal .inp-con .row dt {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}

.renewal .inp-con .row dt span {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #666;
}

.renewal .inp-con .inp-addr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.renewal .inp-con .inp-addr .inp {
    width: calc(100% - 105px);
}

.renewal .inp-con .inp-addr .btn {
    margin-left: 10px;
    width: 95px;
    height: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background-color: #000;
    border-radius: 6px;
}

.renewal .inp-radio1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.renewal .inp-radio1 .radio-item {
    margin-right: 20px;
    width: calc(33.33% - 13.5px);
}

.renewal .inp-radio1 .radio-item:last-of-type {
    margin-right: 0;
}

.renewal .inp-radio1 .radio-item label {
    display: block;
    width: 100%;
    height: 63px;
    line-height: 61px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.renewal .inp-radio1 .radio-item input[type=radio]:checked + label {
    border-color: #000;
}

.renewal .inp-radio2 .radio-item {
    margin-bottom: 10px;
    width: 100%;
}

.renewal .inp-radio2 .radio-item:last-of-type {
    margin-bottom: 0;
}

.renewal .inp-radio2 .radio-item label {
    display: block;
    padding: 20px;
    width: 100%;
    background-color: #fff;
    border: 3px solid #ddd;
    border-radius: 10px;
}

.renewal .inp-radio2 .radio-item label strong {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}

.renewal .inp-radio2 .radio-item label span {
    width: 14px;
    color: #666;
}

.renewal .inp-radio2 .radio-item input[type=radio]:checked + label {
    border-color: #000;
}

.renewal .inp-identity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.renewal .inp-identity .inp {
    width: 48.6%;
}

.renewal .inp-identity span {
    display: block;
    width: 2.8%;
    text-align: center;
}

.renewal .inp-identity .after {
    position: relative;
    width: 48.6%;
}

.renewal .inp-identity .after .inp {
    padding-right: 90%;
    width: 100%;
    text-align: center;
}

.renewal .inp-identity .after p {
    position: absolute;
    left: 10%;
    top: 57%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
}

.renewal .inp-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.renewal .inp-card .inp {
    width: 23%;
}

.renewal .inp-card span {
    display: block;
    width: 2.66%;
    text-align: center;
}

.renewal .inp-expiration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.renewal .inp-expiration .inp {
    width: 48.6%;
}

.renewal .inp-expiration span {
    display: block;
    width: 2.8%;
    text-align: center;
}

.renewal .inp-chk {
    margin-top: 40px;
}

.renewal .inp-chk .check-item {
    margin-bottom: 20px;
}

.renewal .inp-chk .check-item.link-custom {
    margin-bottom: 20px;
	display: flex;
    gap: 20px;
    align-items: center;
}

.renewal .inp-chk .check-item:last-of-type {
    margin-bottom: 0;
}

.renewal .inp-chk .check-item label {
    position: relative;
    display: block;
    padding-left: 30px;
    line-height: 1.4;
    color: #666;
}

.renewal .inp-chk .check-item label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    background: #ddd url("../img/common/ico_check.svg") no-repeat center center;
    background-size: 11px auto;
    border-radius: 6px;
}

.renewal .inp-chk .check-item input[type=checkbox]:checked + label {
    color: #000;
}

.renewal .inp-chk .check-item input[type=checkbox]:checked + label::before {
    background-color: #000;
}

.renewal .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 240px;
    background-color: #EB0C0C;
}

.renewal .header h2 {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.renewal .header p {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.renewal .contents {
    padding: 100px 0;
}

.renewal .contents .inner {
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1280px;
    width: 100%;
}

.renewal .inp-section {
    margin-bottom: 80px;
}

.renewal .inp-section h3 {
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #000;
}

.renewal .choice-con {
    padding-top: 40px;
}

.renewal .choice-con .choice-count .title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
}

.renewal .choice-con .choice-option {
    margin-top: 20px;
    padding: 30px;
    background-color: #F8F8F8;
    border-radius: 10px;
}

.renewal .choice-con .choice-option .cash {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
}

.renewal .choice-con .choice-option ul {
    margin-bottom: 40px;
}

.renewal .choice-con .choice-option ul li {
    font-size: 18px;
    line-height: 1.4;
}

.renewal .choice-con .alert {
    margin-top: 12px;
    font-size: 12px;
    color: #EB0C0C;
}

.renewal .service-btn {
    display: block;
    margin: 20px auto 150px;
    width: 400px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #000;
    border-radius: 6px;
}

.renewal .regist-con {
    overflow: hidden;
    padding-top: 40px;
}

.renewal .regist-con .swiper {
    position: relative;
}

.renewal .regist-con .swiper-wrapper {
    height: auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.renewal .regist-con .inp-regist {
    position: relative;
    margin-right: 24px;
    padding: 30px;
    width: calc(33.33% - 16px);
    min-width: 380px;
    background-color: #F8F8F8;
    border-radius: 10px;
}

.renewal .regist-con .inp-regist:last-of-type {
    margin-right: 0;
}

.renewal .regist-con .inp-regist .close-btn {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 24px;
}

.renewal .regist-con .inp-regist .req {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
}

.renewal .regist-con .inp-regist .pet-image {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 120px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.renewal .regist-con .inp-regist .pet-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.renewal .regist-con .inp-regist .pet-image .image-btn {
    display: block;
    width: 100%;
    height: 100%;
}

.renewal .regist-con .inp-regist .pet-image .image-btn img {
    margin: 0 auto;
	width: 80px;
}

.renewal .regist-con .inp-regist .pet-image .image-btn.image-pet img {
	object-fit: contain;
	padding: 5px;
	width: 100%;
}

.renewal .regist-con .inp-regist .pet-image.upload .image-btn {
    display: none;
}

.renewal .regist-con .inp-regist.inp-blank {
    padding: 0;
    height: auto;
    background-color: #fff;
    border: 1px dashed #ddd;
}

.renewal .regist-con .inp-regist.inp-blank .regist-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
}

.renewal .regist-con .inp-regist.inp-blank .regist-btn::before {
    content: "";
    margin: 0 auto 10px;
    width: 71px;
    height: 71px;
    background: url("../img/common/ico_regist.svg") no-repeat center center;
    background-size: 100% auto;
}

.renewal .method-con {
    padding-top: 40px;
}

.renewal .method-con .guide {
    margin-top: 20px;
    padding: 20px;
    background-color: #F8F8F8;
    border-radius: 10px;
}

.renewal .method-con .guide p {
    font-size: 12px;
    color: #EB0C0C;
    line-height: 1.5;
}

.renewal .year-con {
    display: none;
}

.renewal .year-con.active {
    display: block;
}

.renewal .year-con .guide {
    margin-top: 20px;
}

.renewal .year-con .guide p {
    font-size: 12px;
    color: #EB0C0C;
    line-height: 1.5;
}

.renewal .terms-con .items {
    padding-top: 40px;
}

.renewal .terms-con .items h4 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
}

.renewal .terms-con .items .desc {
    overflow: hidden auto;
    padding: 20px;
    max-height: 180px;
    color: #666;
    line-height: 1.5;
    border-radius: 10px;
    border: 1px solid #ddd;
    white-space: pre-line;
}

.renewal .terms-con .guide {
    margin-top: 10px;
    font-size: 12px;
    color: #EB0C0C;
}

.renewal .sign-con {
    margin: 80px 0 120px;
    padding-top: 40px;
    border-top: 1px solid #ddd;
}

.renewal .sign-con dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.renewal .sign-con dl dt {
    margin-right: 10px;
    font-size: 18px;
    font-weight: 700;
}

.renewal .sign-con dl dd {
    font-size: 18px;
    font-weight: 700;
}

.renewal .sign-con dl.sign dd {
    border-bottom: 1px solid #000;
    cursor: pointer;
}

.renewal .sign-con dl.sign dd .img-con {
    width: 200px;
    height: 40px
}
/* 23.12.05 서명 텍스트 추가 */
.renewal .sign-con dl.sign dd .img-con p{
    line-height: 40px;
    text-align: center;
    opacity: .4;
    font-weight: 300;
    font-size: 16px;
}

.renewal .sign-con dl.sign dd.active .img-con {
    height: auto;
}

.renewal .sign-con dl.sign dd.active .img-con img {
	width: 100%;
}

.renewal .sumbit-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.renewal .sumbit-con .btn {
    width: 160px;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 6px;
}

.renewal .sumbit-con .btn + .btn {
    margin-left: 20px;
}

.renewal .sumbit-con .btn.agree-btn {
    background-color: #222;
}

.renewal .sumbit-con .btn.sumbit-btn {
    background-color: #EB0C0C;
}

.renewal .pop-draw {
    display: none;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}

.renewal .pop-draw .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 40px;
    width: 500px;
    background-color: #fff;
    border-radius: 20px;
}

.renewal .pop-draw .draw {
    position: relative;
    width: 100%;
    height: 150px;
    border: 1px solid #ddd;
}

.renewal .pop-draw .drawCanvas {
    width: 100%;
}

.renewal .pop-draw .btn-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
}

.renewal .pop-draw .btn-con .btn {
    width: 100px;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    background-color: #222;
}

.renewal .pop-draw .btn-con .btn + .btn {
    margin-left: 20px;
}

.renewal .pop-draw .btn-con .btn.cancel-btn {
    background-color: #ddd;
}

@media all and (max-width: 1600px) {
    .renewal{
        padding-top: 75px;
    }
}

@media all and (max-width: 720px) {
    .scrollbar::-webkit-scrollbar {
        width: 0.56vw;
    }

    .scrollbar::-webkit-scrollbar-thumb {
        border-radius: 2.78vw;
    }

    .renewal .inp {
        padding: 0 2.78vw;
        height: 11.11vw;
        font-size: 3.61vw;
        border-width: 0.28vw;
        border-radius: 1.39vw;
    }

    .renewal .inp-sel {
        background-position: right 2.78vw center;
        background-size: 5.56vw auto;
    }

    .renewal .inp-con .col {
        display: block;
        padding: 5.56vw 0;
        border-width: 0.28vw;
    }

    .renewal .inp-con .col dt {
        margin-bottom: 2.78vw;
        padding-right: 0;
        width: 100%;
        font-size: 3.61vw;
    }

    .renewal .inp-con .col dd {
        width: 100%;
    }

    .renewal .inp-con .row {
        margin-top: 5.56vw;
    }

    .renewal .inp-con .row dt {
        margin-bottom: 2.78vw;
        font-size: 3.61vw;
    }

    .renewal .inp-con .row dt span {
        margin-top: 1.67vw;
        font-size: 3.06vw;
    }

    .renewal .inp-con .inp-addr {
        margin-bottom: 2.78vw;
    }

    .renewal .inp-con .inp-addr .inp {
        width: calc(100% - 20vw);
    }

    .renewal .inp-con .inp-addr .btn {
        margin-left: 1.39vw;
        width: 18.61vw;
        height: 11.11vw;
        font-size: 3.33vw;
        border-radius: 0.83vw;
    }

    .renewal .inp-radio1 .radio-item {
        margin-right: 2.78vw;
        width: calc(33.33% - 1.88vw);
    }

    .renewal .inp-radio1 .radio-item label {
        height: 13.89vw;
        line-height: 13.61vw;
        font-size: 3.61vw;
        border-width: 0.28vw;
        border-radius: 1.39vw;
    }

    .renewal .inp-radio1.col {
        display: block;
    }

    .renewal .inp-radio1.col .radio-item {
        margin-bottom: 2.78vw;
        width: 100%;
    }

    .renewal .inp-radio1.col .radio-item:last-of-type {
        margin-bottom: 0;
    }

    .renewal .inp-radio2 .radio-item {
        margin-bottom: 2.78vw;
    }

    .renewal .inp-radio2 .radio-item label {
        padding: 5.56vw 4.17vw;
        border-width: 0.28vw;
        border-radius: 1.39vw;
    }

    .renewal .inp-radio2 .radio-item label strong {
        margin-bottom: 1.39vw;
        font-size: 3.61vw;
    }

    .renewal .inp-radio2 .radio-item label span {
        width: 3.33vw;
    }

    .renewal .inp-identity .inp {
        width: 47.2%;
    }

    .renewal .inp-identity span {
        width: 5.6%;
        font-size: 3.33vw;
    }

    .renewal .inp-identity .after .inp {
        padding-right: 85%;
    }

    .renewal .inp-identity .after p {
        left: 15%;
        font-size: 3.61vw;
    }

    .renewal .inp-card .inp {
        width: 21.7%;
    }

    .renewal .inp-card span {
        width: 4.4%;
        font-size: 3.33vw;
    }

    .renewal .inp-expiration .inp {
        width: 46.8%;
    }

    .renewal .inp-expiration span {
        width: 6.4%;
        font-size: 3.33vw;
    }

    .renewal .inp-chk {
        margin-top: 5.56vw;
    }

    .renewal .inp-chk .check-item {
        margin-bottom: 4.17vw;
    }

    .renewal .inp-chk .check-item label {
        padding-left: 7.22vw;
        font-size: 3.61vw;
    }

    .renewal .inp-chk .check-item label::before {
        left: 0;
        top: 0;
        width: 5.56vw;
        height: 5.56vw;
        background-size: 2.78vw auto;
        border-radius: 0.83vw;
    }

    .renewal .header {
        height: 44.44vw;
    }

    .renewal .header h2 {
        margin-bottom: 2.78vw;
        font-size: 6.94vw;
    }

    .renewal .header p {
        font-size: 3.61vw;
    }

    .renewal .contents {
        padding: 13.89vw 0;
    }

    .renewal .contents .inner {
        padding: 0 5.56vw;
    }

    .renewal .inp-section {
        margin-bottom: 11.11vw;
    }

    .renewal .inp-section h3 {
        padding-bottom: 4.17vw;
        font-size: 4.72vw;
        border-width: 0.28vw;
    }

    .renewal .choice-con {
        padding-top: 5.56vw;
    }

    .renewal .choice-con .choice-count .title {
        margin-bottom: 5.56vw;
        font-size: 3.89vw;
    }

    .renewal .choice-con .choice-option {
        margin-top: 5.56vw;
        padding: 5.56vw;
        border-radius: 1.39vw;
    }

    .renewal .choice-con .choice-option .cash {
        margin-bottom: 2.78vw;
        font-size: 5.83vw;
    }

    .renewal .choice-con .choice-option ul {
        margin-bottom: 5.56vw;
    }

    .renewal .choice-con .choice-option ul li {
        font-size: 3.89vw;
    }

    .renewal .choice-con .alert {
        margin-top: 2.78vw;
        font-size: 3.06vw;
    }

    .renewal .service-btn {
        margin: 5.56vw auto 11.11vw;
        width: 100%;
        height: 13.89vw;
        font-size: 3.61vw;
        border-radius: 0.83vw;
    }

    .renewal .regist-con {
        padding-top: 5.56vw;
    }

    .renewal .regist-con .inp-regist {
        margin-right: 2.78vw;
        padding: 5.56vw;
        width: 72.22vw;
        min-width: auto;
        border-radius: 1.39vw;
    }

    .renewal .regist-con .inp-regist .close-btn {
        right: 5.56vw;
        top: 5.56vw;
        width: 5.56vw;
    }

    .renewal .regist-con .inp-regist .req {
        width: 5.56vw;
        height: 5.56vw;
        line-height: 5.56vw;
        font-size: 3.61vw;
    }

    .renewal .regist-con .inp-regist .pet-image {
        height: 27.78vw;
        border-radius: 1.39vw;
        border-width: 0.28vw;
    }

    .renewal .regist-con .inp-regist .pet-image .image-btn img {
        width: 11.11vw;
    }

    .renewal .regist-con .inp-regist.inp-blank {
        border-width: 0.28vw;
    }

    .renewal .regist-con .inp-regist.inp-blank .regist-btn {
        padding: 4.17vw;
        font-size: 4.17vw;
    }

    .renewal .regist-con .inp-regist.inp-blank .regist-btn::before {
        margin: 0 auto 2.78vw;
        width: 13.89vw;
        height: 13.89vw;
    }

    .renewal .method-con {
        padding-top: 5.56vw;
    }

    .renewal .method-con .guide {
        margin-top: 5.56vw;
        padding: 4.17vw;
        border-radius: 1.39vw;
    }

    .renewal .method-con .guide p {
        font-size: 3.06vw;
    }

    .renewal .year-con .guide {
        margin-top: 5.56vw;
    }

    .renewal .year-con .guide p {
        font-size: 3.06vw;
    }

    .renewal .terms-con .items {
        padding-top: 5.56vw;
    }

    .renewal .terms-con .items h4 {
        margin-bottom: 2.78vw;
        font-size: 3.89vw;
    }

    .renewal .terms-con .items .desc {
        padding: 4.17vw;
        max-height: 41.67vw;
        border-radius: 1.39vw;
        border-width: 0.28vw;
    }

    .renewal .terms-con .guide {
        margin-top: 2.78vw;
        font-size: 3.06vw;
    }

    .renewal .sign-con {
        margin: 11.11vw 0 20.83vw;
        padding-top: 5.56vw;
        border-width: 0.28vw;
    }

    .renewal .sign-con dl {
        margin-bottom: 2.78vw;
    }

    .renewal .sign-con dl dt {
        margin-right: 2.78vw;
        font-size: 3.89vw;
    }

    .renewal .sign-con dl dd {
        font-size: 3.89vw;
    }

    .renewal .sign-con dl.sign dd {
        border-width: 0.28vw;
    }

    .renewal .sign-con dl.sign dd .img-con {
        width: 36.11vw;
        height: 8.33vw;
    }

    .renewal .sumbit-con .btn {
        width: calc(50% - 1.39vw);
        height: 13.89vw;
        font-size: 3.61vw;
        border-radius: 0.83vw;
    }

    .renewal .sumbit-con .btn + .btn {
        margin-left: 2.78vw;
    }

    .renewal .pop-draw .inner {
        width: calc(100% - 2.78vw);
        padding: 5.56vw;
        border-radius: 2.78vw;
    }

    .renewal .pop-draw .draw {
        height: 27.78vw;
        border-width: 0.28vw;
    }

    .renewal .pop-draw .btn-con {
        margin-top: 2.78vw;
    }

    .renewal .pop-draw .btn-con .btn {
        width: calc(100% - 1.39vw);
        height: 13.89vw;
        font-size: 3.61vw;
        border-radius: 0.83vw;
    }

    .renewal .pop-draw .btn-con .btn + .btn {
        margin-left: 2.78vw;
    }

	.renewal .sign-con dl.sign dd .img-con p {
		font-size: 14px;
		letter-spacing: -0.5px;
		line-height: 8.33vw;
	}
}


.main_slide{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 90px;
    height: 590px;
    box-sizing: border-box;
}

.main_slide .swiper{
    overflow: hidden;
    margin: 0 1% 0 0;
    width: 65%;
    height: 100%;
    border-radius: 20px;
}

.main_slide .swiper .swiper-wrapper{
    height: 100%;
}

.main_slide .swiper .swiper-slide{
    position: relative;
    width: 100%;
    height: 100%;
}

.main_slide .swiper .swiper-slide .img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.main_slide .swiper .swiper-slide .img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_slide .swiper .swiper-slide .title{
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
}

.main_slide .swiper .swiper-slide .title img{
    width: 100%;
}

.main_slide .swiper .swiper-pagination{
    bottom: 30px;
}

.main_slide .main_banner_top{
    width: 25%;
    background: none;
}

.main_slide .main_banner_top .wrap{
    width: auto;
    margin: 0 auto;
    padding: 0;
}

.main_slide .main_banner_top .wrap .main_pic{
    overflow: hidden;
    padding: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #AE8625, #F7EF8A, #D2AC47, #EDC967, #AE8625, #F7EF8A, #D2AC47, #EDC967,  #AE8625, #F7EF8A);
    border-radius: 20px;
}

.main_slide .main_banner_top .wrap .main_pic .contents_roll{
    height: 350px;
}

.main_slide .gold_bg{
    position: relative;
}

.main_slide .main_scroll_bg{
    height: calc(100% - 10px);
    border-radius: 18px;
}

.main_slide .main_home_btn{
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
}

@media all and (max-width: 1600px) {
    .main_slide{
        padding-top: 75px;
        height: 575px;
    }
}

@media all and (max-width: 1200px) {
    .main_slide{
        display: block;
        height: auto;
    }

    .main_slide .swiper{
        margin: 0 auto;
        width: 90%;
        height: 500px;
    }

    .main_slide .swiper .swiper-slide .title{
        max-width: 500px;
        width: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .main_slide .swiper .swiper-pagination{
        bottom: 100px;
    }

    .main_slide .main_banner_top{
        z-index: 1;
        position: relative;
        margin: -20px auto;
        width: 80%;
    }

    .main_slide .main_banner_top .wrap .main_pic{
        height: auto;
    }

    .main_slide .main_scroll_bg{
        height: auto;
    }

    .main_slide .main_home_btn{
        position: relative;
        left: 0;
        bottom: 0;
        transform: translate(0, 5px);
    }

    .main_slide .main_banner_top .wrap .main_pic .contents_roll{
        height: 250px;
    }
}

@media all and (max-width: 1000px) {
    .main_slide .swiper{
        height: 400px;
    }
}

.pc_on{
    display: block;
}

.mobile_on{
    display: none;
}

@media all and (max-width: 1200px) {
    .pc_on{
        display: none;
    }

    .mobile_on{
        display: block;
    }
}

.renewal .inp-section h3{
    position: relative;
}

.renewal .inp-section h3 .inp-chk{
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media all and (max-width: 720px) {
    .renewal .inp-section h3 .inp-chk{
        top: 0.78vw;
        transform: translateY(0);
    }
}

.swiper-button-prev,
.swiper-button-next{margin-top: 0; width: 16px; height: 32px; transform: translateY(-50%);}

.swiper-button-prev{background: url("../img/common/ico_arrow_left.svg") no-repeat center center / 100% auto;}
.swiper-button-next{background: url("../img/common/ico_arrow_right.svg") no-repeat center center / 100% auto;}

.swiper-button-next:after,
.swiper-button-prev:after{display: none;}

.renewal .promise_box img {
	width: 100%;
}
.renewal .prom_prod_img img {
	width: 100%;
}
.renewal #postWrap img {
	width: 20px;
	height: 20px;
}
.renewal .ifrm-wrapper {
	position: absolute;
	opacity: 0;
	z-index: -99;
}
.renewal .ifrm-wrapper.on {
	position: relative;
	opacity: 1;
	margin-top: 20px;
	border-radius: 10px;
	z-index: 0;
}
.renewal iframe.ifrm {
	width:0px;
	height:0px;
	border:0;
}
.renewal .ifrm-wrapper.on iframe.ifrm {
	width: 100%;
	height: 1500px;
	zoom: 30%;
}
body.ifrm_basic {
	/*zoom: 30%;*/
}
