* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    color: #222;
    font-family: 'GmarketSansMedium';
    letter-spacing: -1;
}

html,
body {
    position: relative;
    height: 100%;
    max-width: 1920px;
}

.box {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    z-index: 2;
}

/* header */
.mobile_header {
    display: none;
}

.col-8 {
    margin: 0 auto;
    position: relative;
}

.header {
    height: 9.375rem;
    display: flex;
    align-items: center;
}

.header>.col-8 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#navbar {
    background-color: transparent !important;
}

.nav {
    justify-content: space-between;
    align-items: center;
}

.nav-link {
    color: #575757 !important;
    font-size: 1.25rem !important;
}

.logo {
    display: flex;
    flex-direction: column;
    font-size: 1.5rem;
    cursor: pointer;
}

.logo>span {
    font-size: .7188rem;
    color: #575757;
    letter-spacing: 1;
    font-weight: lighter;
}

.phone_num {
    padding: .3125rem 1.5625rem;
    background-color: #525252;
    border-radius: .5rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
}

/* header */


.main_content {
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
}

.content_layout {
    display: flex;
    flex-wrap: wrap;
    width: 45%;
    justify-content: space-between;
}

.sun_loan {
    width: 60%;
    padding: 30px 80px 40px 30px;
    position: relative;
    background-color: #FFD748;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.go {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.sun_title {
    font-size: 1.25rem;
    font-weight: 400;
    color: #fff;
}

.sun_title>span {
    color: #FD9A00;
}

.form {
    width: 37%;
    padding: 20px;
    background-color: #7DC9FF;
}

.form>form {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.form * {
    margin: 3px 0;
}

.form div {
    color: #fff;
    font-weight: 400;
}

.form_title {
    font-size: 1.5625rem;
    line-height: 120%;
}

div.form_subtitle {
    font-size: .75rem;
    color: #EAF6FF;
}

.form>form>input {
    color: #969696;
    font-size: .9375rem;
    font-weight: 400;
    border-radius: 1000px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 3px 5px;
    border: none;
}
.form>form>input:focus{
    outline: solid 2px #d9d9d9;
}
.private_check {
    font-size: .625rem;
    text-align: right;
}

.submit {
    border-radius: 1000px;
    background-color: #0770BC;
    color: #fff;
    font-size: 1.125rem;
    border: none;
    padding: 7px 14px;
}

.rock_loan,
.autoloan_layout {
    display: flex;
    margin: 20px 0 0 0;
    padding: 50px 40px;
    justify-content: space-between;
    background-color: #E6E6E6;
}

.rock_loan_img {
    width: 40%;
}

.rock_title_text,
.rock_title_text>span {
    color: #575757;
    font-size: 1.25rem;
}

.rock_title_text>span {
    font-weight: 900;
}

.autoloan {
    font-size: 2.1875rem;
    font-weight: bold;
}

.auto_title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.autoloan_layout {
    margin: 20px 0 60px 0;
}

.main_left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 55%;
    z-index: -1;
    height: 100%;
}

.main_left_title,
.main_left_title>span {
    font-size: 2.5rem;
}

.main_left_title {
    font-weight: 500;
    line-height: 120%;
    padding: 30px 0;
}

.main_left_title>span {
    color: #FD9A00;
    font-weight: 900;
}

.main_list>li {
    list-style: outside;
    list-style-image: url("../img/orange_check.png");
    font-size: 1.25rem;
    color: #575757;
    padding: 10px 0;
}

.autoloan_text {
    font-size: 3.125rem;
    font-weight: bold;
}

#sun li {
    list-style-image: url("../img/orange_check.png");
}

#rock li {
    list-style-image: url("../img/green_check.png");
}

#auto li {
    list-style-image: url("../img/red_check.png");
}

#rock .main_left_title>span {
    color: #97C63A;
}

#auto .main_left_title>span {
    color: #FE5B4D;

}

.mobile_left{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    display: none;
}




/* footer */
.footer {
    padding: 50px 0;
    background-color: #FBFBFB;
}

.footer * {
    letter-spacing: 0;
}

.footer>.col-8 {
    display: flex;
    align-items: center;
}

.footer_left {
    display: flex;
    flex-wrap: wrap;
}

.footer_num,
.footer_num>span,
.footer_name,
.footer_name>span {
    color: #575757;
    font-size: .9375rem;
    font-weight: 500;
}

.footer_name>span {
    font-weight: bold;
}

.footer_name>span,
.footer_num>span {
    padding: 0 1.25rem 0 0;
}

.footer_content {
    padding: 1.25rem 0;
    color: #969696;
    font-size: .75rem;
    line-height: 1.25rem;
    font-weight: 500;
}

.footer_content>span {
    color: #575757;
    font-weight: 500;
}

.footer_phone,
.footer_phone>span {
    color: #969696;
    font-size: .75rem;
}

.footer_phone>span {
    padding: 0 1.25rem 0 0;
    font-weight: bold;
}

/* footer */