@charset "utf-8";

.inner {
    position: relative;
    width: 1356px;
    margin: auto;
    box-sizing: border-box;
}

.swiper {
    position: relative;
    overflow: hidden;
}

#header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 90;
    width: 100%;
    height: 155px;
    background-color: #fff;
    box-shadow: 0 0 20px 15.4px rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
}

#header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

#nav {
    display: flex;
    align-items: center;
}

#nav ul {
    display: flex;
    align-items: center;
}

#nav li {
    position: relative;
}

#nav li + li {
    margin-left: 50px;
}

#nav li + li::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 2px;
    width: 1px;
    height: 22px;
    background-color: #d3d2d2;
}

#nav li a {
    font-family: 'TmoneyRoundWindExtraBold';
    font-size: 22px;
    letter-spacing: -0.025em;
    color: #333;
}

#nav li.first {
    padding-left: 52px;
}

#nav .roket {
    position: absolute;
    left: 0;
    /* top: -5px; */
    margin-left: -40px;
    margin-top: -45px;
}

.btn_quote {
    display: block;
    width: 164px;
    height: 46px;
    margin-left: 32px;
    margin-right: 40px;
    background-color: #ffaf09;
    border-radius: 20px;
    box-sizing: border-box;
}

.btn_quote span {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.menu {
    cursor: pointer;
}

.container {
    padding-top: 155px;
    zoom: 0.9
}

.main_swiper {
    padding-top: 66px;
    padding-bottom: 97px;
}

.main_swiper .swiper-slide {
    position: relative;
    width: 1190px;
    height: 442px;
    padding: 88px 68px;
    box-sizing: border-box;
}

.main_swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.main_swiper h2 {
    font-family: 'TmoneyRoundWindExtraBold';
    font-size: 69px;
    letter-spacing: -0.05em;
    color: #fff;
    text-shadow: 0px 5px 35px rgba(0, 0, 0, 0.26);
}

.main_swiper h2 span {
    display: block;
    font-size: 30px;
    letter-spacing: 0;
    font-family: 'TmoneyRoundWindRegular';
}

.main_swiper p {
    padding-top: 25px;
    font-size: 30px;
    font-family: 'TmoneyRoundWindRegular';
    text-shadow: 0px 5px 35px rgba(0, 0, 0, 0.26);
    color: #fff;
}

.main_swiper .swiper-slide.slide2 {
    padding: 87px 74px;
}

.main_swiper .swiper-slide.slide3,
.main_swiper .swiper-slide.slide4 {
    padding: 67px 69px;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
    width: 120px;
    height: 120px;
    opacity: 1 !important;
}

.swiper .swiper-button-prev,
.nav_arrow2 .swiper-button-prev,
.nav_arrow3 .swiper-button-prev {
    left: 0;
    background: url("../img/prev.png") center no-repeat;
}

.swiper .swiper-button-next,
.nav_arrow2 .swiper-button-next,
.nav_arrow3 .swiper-button-next {
    right: 0;
    background: url("../img/next.png") center no-repeat;
}

.nav_arrow {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    width: 1356px;
    margin: auto;
}

.nav_arrow .swiper-button-prev,
.nav_arrow .swiper-button-next,
.nav_arrow2 .swiper-button-prev,
.nav_arrow2 .swiper-button-next,
.nav_arrow3 .swiper-button-prev,
.nav_arrow3 .swiper-button-next   {
    margin: 0;
    transform: translateY(-50%);
}

.nav_arrow .swiper-button-next,
.nav_arrow2 .swiper-button-next {
    right: -50px;
}

.nav_arrow .swiper-button-prev,
.nav_arrow2 .swiper-button-prev  {
    left: -50px;
}

.main_swiper .swiper-pagination {
    line-height: 0;
    bottom: 55px !important;   
}

.main_swiper .swiper-pagination-bullet {
    width: 13px;
    height: 14px;
    margin: 0 4.5px !important;
    background-color: #dedede;
}

.main_swiper .swiper-pagination-bullet-active {
    width: 60px;
    height: 14px;
    border-radius: 7px;
    background-color: #2170ef;
}

.main_mini_banner {
    background-color: #eff2f7;
}

.main_mini_banner .inner {
    padding: 45px 0 44px 180px;
}

.main_mini_banner h3 {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #4588f4;
    font-family: 'TmoneyRoundWindExtraBold';
    font-size: 24px;
    letter-spacing: -0.015em;
}

.main_mini_banner .main_notice_swiper {
    height: 37px;
}

.main_mini_banner a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 28px;
    letter-spacing: -0.02em;
    color: #333;
    font-weight: bold;
}

.main_item {
    position: relative;
    padding: 115px 0 40px;
}

.main_item h2 {
    line-height: 1;
    font-size: 40px;
    font-family: 'TmoneyRoundWindExtraBold';
    color: #333;
    letter-spacing: -0.015em;
}

.main_item h2 span {
    padding-left: 10px;
    color: #77c6fc;
}

a.more {
    display: block;
    width: 167px;
    height: 49px;
    border-radius: 23.36px;
    border: 3px solid #2170ef;
    background-color: #fff;
    line-height: 47px;
    font-size: 22px;
    font-weight: bold;
    color: #2170ef;
    text-align: center;
    box-sizing: border-box;
}

a.more span {
    padding-left: 15px;
    font-weight: bold;
}

.main_item a.more {
    position: absolute;
    right: 0;
    top: -6px;
}

.main_item1 {
    padding-bottom: 12px;
}

.main_item1 h2 {
    padding-bottom: 32px;
}

.card_swiper {
    margin: auto;
    width: 1416px;
    margin: auto;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.card_wrap {
    display: flex;
    flex-wrap: wrap;
}

.card_swiper .card_wrap {
    width: 1356px;
    margin: auto;
}

.card_wrap .card {
    position: relative;
    width: 303px;
    height: 430px;
    margin-right: 46px;
    margin-bottom: 100px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
}

.card_wrap .card:nth-child(4n) {
    margin-right: 0;
}

.card .thum {
    position: relative;
    height: 184px;
    padding: 20px 19px 10px;
    box-sizing: border-box;
}

.card .thum > img {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    bottom: 10px;
    height: 70%;
}

.card .thum > div > img {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    bottom: 10px;
    height: 70%;
}


.card .thum .brand {
    display: block;
    height: 35px;
}

.card .thum .brand img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.card .desc {
    padding: 0 18px;
}

.card .desc h3 {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.05em;
    color: #333;
    line-height: 1;
    white-space: pre;
}

.card .desc p {
    padding-top: 12px;
    font-size: 16px;
    letter-spacing: -0.05em;
    color: #333;
    line-height: 1.5;
    height: 65px;
}

.card .desc .price {
    display: block;
    padding-top: 0px;
    font-size: 36px;
    color: #2170ef;
    font-weight: 300;
}

.card .desc .price  strong{
  font-weight: 700;
}

.card button {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 68px;
    border-radius: 0 0 20px 20px;
    background-color: #2170ef;
}

.card button span {
    font-size: 24px;
    color: #fff;
    font-family: 'TmoneyRoundWindExtraBold';
}

.nav_arrow2,
.nav_arrow3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    width: 1356px;
    margin: auto;
}

.nav_arrow2 .swiper-button-prev,
.nav_arrow2 .swiper-button-next,
.nav_arrow3 .swiper-button-prev,
.nav_arrow3 .swiper-button-next  {
    width: 120px;
    height: 120px;
    opacity: 1 !important;
}

.nav_arrow2 .swiper-button-prev {
    left: -64px;
}

.nav_arrow2 .swiper-button-next {
    right: -64px;
}

.main_banner {
    position: relative;
    width: 1500px;
    height: 440px;
    margin: auto;
    padding: 59px 70px;
    border-radius: 20px;
    background-color: #eff2f7;
    box-sizing: border-box;
}

.main_banner a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.main_banner > img {
    position: absolute;
    right: 17px;
    bottom: -110px;
}

.main_banner h2 {
    font-size: 52px;
    font-family: 'TmoneyRoundWindExtraBold';
    color: #333;
    letter-spacing: -0.05em;
}

.main_banner p {
    padding-top: 10px;
    font-size: 30px;
    letter-spacing: -0.01em;
    font-family: 'TmoneyRoundWindRegular';
    color: #333;
}

.main_banner p strong {
    color: #2170ef;
    font-family: 'TmoneyRoundWindExtraBold';
}

.main_banner ul {
    padding-top: 60px;
    display: flex;
    align-items: center;
}

.main_banner li + li {
    margin-left: 18px;
}

.main_item2 {
    padding: 170px 0 26px;
}

.main_item2 h2 {
    padding-bottom: 80px;
}

.hot_tab {
    display: flex;
    width: 100%;
    margin-bottom: 106px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.hot_tab li {
    width: 100%;
    height: 77px;
    text-align: center;
    font-size: 26.9px;
    line-height: 75px;
    color: #fff;
    font-family: 'TmoneyRoundWindExtraBold';
    cursor: pointer;
}

.hot_tab li.tab1 {
    background-color: #2170ef;
}

.hot_tab li.tab2 {
    background-color: #377ef1;
}

.hot_tab li.tab3 {
    background-color: #4d8df2;
}

.hot_tab li.tab4 {
    background-color: #639bf4;
}

.hot_tab li.tab5 {
    background-color: #7aa9f5;
}

.hot_tab li.on {
    background-color: #ffaf09;
}

.hot_tab_swiper {
    width: 100%;
    margin-bottom: 76px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.hot_tab_swiper2 {
    width: 1412px;
    margin: auto;
    /* padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px; */
    box-sizing: border-box;
}

.hot_tab_swiper2 .swiper-slide {
    width: 100%;
    overflow: hidden;
}

.hot_tab_swiper2 .card_wrap {
    margin: auto;
    width: 1416px;
    margin: auto;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    background-color: #fff;
    box-sizing: border-box;
}

.hot_tab_swiper .swiper-slide {
    width: 20%;
    height: 77px;
    text-align: center;
    font-size: 26.9px;
    line-height: 75px;
    color: #fff;
    font-family: 'TmoneyRoundWindExtraBold';
    cursor: pointer;
}

.hot_tab_swiper .swiper-slide.tab1 {
    background-color: #2170ef;
}

.hot_tab_swiper .swiper-slide.tab2 {
    background-color: #377ef1;
}

.hot_tab_swiper .swiper-slide.tab3 {
    background-color: #4d8df2;
}

.hot_tab_swiper .swiper-slide.tab4 {
    background-color: #639bf4;
}

.hot_tab_swiper .swiper-slide.tab5 {
    background-color: #7aa9f5;
}

.hot_tab_swiper .swiper-slide-thumb-active {
    background-color: #ffaf09 !important;
} 

.card_wrap2 .card {
    margin-bottom: 70px;
    height: 463px;
}

.card_wrap2 .card .desc .price {
    color: #333;
    /*padding-top: 60px;*/
}

.tab_box {
    display: none;
}

.main_banner2 {
    height: 407px;
}

.main_banner2 > img {
    top: 44px;
    bottom: auto;
    right: -102px;
}

.main_reivew {
    margin-top: 136px;
    height: 569px;
    padding: 97px 0 55px;
    background: url("../img/main_reivew.png") #ececec center no-repeat;
    box-sizing: border-box;
}

.main_reivew a.more {
    top: 14px;
}

.main_reivew p {
    padding-top: 5px;
    font-size: 23.61px;
    letter-spacing: -0.01em;
    color: #333333;
}

.main_reivew .inner {
    height: 100%;
}

.main_review_box {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
}

.review_card {
    position: relative;
    width: 424px;
    height: 287px;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #cdcbcb;
    box-shadow: 0 0 17px 17px rgba(0, 0, 0, 0.07);
    box-sizing: border-box;
    overflow: hidden;
}

.review_card + .review_card {
    margin-left: 42px;
}

.review_card a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.review_card .thum {
    position: relative;
    width: 100%;
    height: 195px;
    padding: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
}

.review_card .thum .label {
    display: block;
    width: 72px;
    height: 34px;
    font-size: 22px;
    color: #fff;
    line-height: 34px;
    text-align: center;
    font-family: 'TmoneyRoundWindExtraBold';
    border-radius: 11.23px;
    background-color: #7ac6fc;
}


.review_card .thum .label.rent {
    background-color: #7faef9;
}

.review_card .desc {
    padding: 17px 27px;
}

.review_card h3 {
    font-size: 24px;
    font-weight: bold;
    color: #2170ef;
}

.review_card ul {
    display: flex;
}

.review_card li {
    font-size: 18px;
    color: #666666;
}

.review_card li + li::before {
    content: "|";
    margin: 0 8px;
    font-size: 18px;
    color: #666666;
}

.main_item3 {
    padding: 112px 0 104px;
}

.main_item3 h2 {
    padding-bottom: 58px;
}

.qna_list {

}

.qna_list li {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.qna_list li:last-child {
    border: 0;
}

.qna_list li a {
    display: block;
    padding: 32px 166px 33px 30px;
    font-size: 24px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qna_list .date {
    position: absolute;
    right: 40px;
    top: 32px;
    font-size: 20px;
    color: #999999;
}

.main_download {
    height: 642px;
    padding: 82px 0 100px;
    background: url("../img/main_download.png") #edf7ff center no-repeat;
    box-sizing: border-box;
}

.main_download h2 {
    padding-bottom: 32px;
}

.main_download p {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -0.05em;
    line-height: 1.5;
    color: #77c6fc;
}

.down_box {
    position: relative;
    width: 530px;
    height: 234px;
    margin-top: 72px;
    border-radius: 20px;
    padding: 70px 0 30px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 20px 15.4px rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
}

.down_box h3 {
    font-size: 41.09px;
    color: #000;
    letter-spacing: -0.025em;
    font-family: 'TmoneyRoundWindRegular';
}

.down_box h3 strong {
    position: relative;
    color: #1f63e8;
    font-family: 'TmoneyRoundWindExtraBold';
}

.down_box h3 strong::after {
    content: "";
    position: absolute;
    right: -53px;
    top: -35px;
    width: 54px;
    height: 40px;
    background: url("../img/now.png") center no-repeat;
}

.down_box_list {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.down_box_list li {
    width: 198px;
    height: 62px;
    line-height: 60px;
    border-radius: 31.34px;
    box-shadow: 0 0 16px 3px rgba(0, 0, 0, 0.07);
    box-sizing: border-box;
}

.down_box_list li + li {
    margin-left: 28px;
}

.down_box_list li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    font-family: 'TmoneyRoundWindExtraBold';
    font-size: 18.11px;
}

.down_box_list li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-top: -3px;
}

.main_item4 {
    padding: 92px 0 50px;
}

.main_item4 h2 {
    padding-bottom: 48px;
}

.card_swiper2 {
    width: 1416px;
    margin: auto;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.card3 {
    position: relative;
    width: 424px;
    height: 361px;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #cdcbcb;
    overflow: hidden;
    box-sizing: border-box;
}

.card3 a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.card3 .thum {
    height: 245px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card3 .desc {
    padding: 15px 26px;
}

.card3 h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    white-space: break-spaces;
    overflow: hidden;
    /* text-overflow: ellipsis; */
}

.card3 p {
    padding-top: 5px;
    font-size: 18px;
    color: #666;
}

.card_swiper_wrap {
    position: relative;
}

.nav_arrow3 .swiper-button-prev {
    left: -70px;
}

.nav_arrow3 .swiper-button-next {
    right: -70px;
}

.main_awards {
    position: relative;
    padding-top: 79px;
    height: 800px;
    text-align: center;
    background-color: #1f63e8;
    box-sizing: border-box;
}

.main_awards h2 {
    font-family: 'TmoneyRoundWindExtraBold';
    font-size: 40px;
    color: #fff;
    line-height: 1.375;
}

.main_awards h2 strong {
    color: #60fd02;
}
  
.main_awards p {
    padding-top: 48px;
    font-weight: bold;
    font-size: 26px;
    color: #add9e6;
}

.main_awards a {
    display: block;
    width: 460px;
    height: 76px;
    text-align: center;
    line-height: 74px;
    margin: 102px auto 0;
    border-radius: 38px;
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    border: 4px solid #ffffff;
    background-color: #022f88;
    box-sizing: border-box;
}

.main_awards > img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -84px;
}

#footer {
    padding: 124px 80px 134px;
    background-color: #f9fcff;
}

.foot_nav {
    display: flex;
}

.foot_nav li a {
    font-size: 22px;
    font-weight: bold;
    color: rgba(51, 51, 51, 0.9);
}

.foot_nav li + li::before {
    content: "|";
    font-size: 22px;
    font-weight: bold;
    color: rgba(51, 51, 51, 0.9);
    margin: 0 28px;
}

#footer .inner > strong {
    display: block;
    padding-top: 20PX;
    font-size: 22px;
    color: #2170ef;
}

#footer address {
    padding-top: 64px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.688;
    color: #898989;
    font-style: normal;
}

#footer .copy {
    padding-top: 35px;
    font-size: 17px;
    font-family: 'TmoneyRoundWindExtraBold';
    color: #cbcbcb;
    letter-spacing: -0.05em;
}

.sns_list {
    display: flex;
    padding-top: 36px;
}

.sns_list li + li {
    margin-left: 14px;
}

.right_foot {
    position: absolute;
    right: 0;
    top: 75px;
}

.right_foot > img {
    position: absolute;
    right: 0;
    top: 0;
}

.right_foot h2 {
    font-family: 'TmoneyRoundWindExtraBold';
    font-weight: bold;
    color: #333;
}

.right_foot strong {
    position: relative;
    display: inline-block;
    padding-right: 72px;
    color: #2170ef;
    font-size: 40px;
    font-family: 'TmoneyRoundWindExtraBold';
}

.right_foot strong span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
}

.right_foot strong > img {
    position: absolute;
    right: 0;
    bottom: 20px;
}

.right_foot p {
    padding-top: 50px;
    font-size: 20px;
    line-height: 1.4;
    color: rgba(56, 56, 56, 0.9);
    font-family: 'TmoneyRoundWindExtraBold';
}

.menu_wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 155px;
    z-index: 100;
    width: 100%;
    height: 427px;
    padding: 34px 0;
    border-top: 1px solid #eff2f7;
    background-color: rgba(255, 255, 255, 0.97);
    box-sizing: border-box;
}

.menu_wrap .inner {
    display: flex;
}

.menu_cont {
    display: flex;
}

.menu_list {
    width: 260px;
    box-sizing: border-box;
}

.menu_list.last {
    width: 200px;
}

.menu_list h2 {
    font-size: 24px;
    line-height: 1;
    font-family: 'TmoneyRoundWindExtraBold';
    color: #2170ef;
    letter-spacing: -0.05em;
}

.menu_list ul {
    padding-top: 42px;
}

.menu_list li + li {
    padding-top: 25px;
}

.menu_list li a {
    font-family: 'TmoneyRoundWindRegular';
    color: #333;
    letter-spacing: -0.05em;
    font-size: 20px;
}

.menu_event h3 {
    padding-top: 15px;
    padding-left: 14px;
    font-family: 'TmoneyRoundWindExtraBold';
    color: #333;
    font-size: 22px;
    letter-spacing: -0.05em;
}

.menu_event p {
    padding-left: 14px;
    font-family: 'TmoneyRoundWindRegular';
    color: #999999;
    font-size: 20px;
    letter-spacing: -0.05em;
}

.quick_menu {
    position: fixed;
    right: 22px;
    top: 183px;
    z-index: 101;
    width: 308px;
    box-sizing: border-box;
}

.quick_download {
    position: relative;
    height: 446px;
    padding-top: 116px;
    background-color: #77c6fc;
    border-radius: 10px;
    text-align: center;
    background: url("../img/quick.png") center no-repeat;
    box-sizing: border-box;
}

.quick_download > img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -70px;
}

.quick_download p {
    font-family: 'TmoneyRoundWindExtraBold';
    font-size: 20px;
    color: #fff;
    letter-spacing: -0.05em;
}

.quick_download p strong {
    display: block;
    font-size: 29px;
    padding-bottom: 13px;
}
  
.quick_download .down_box_list {
    display: block;
    width: calc(100% - 68px);
    margin: 20px auto 0;
    background-color: #fff;
    padding: 22px 0;
    border-radius: 20px;
    box-sizing: border-box;
}

.quick_download .down_box_list li {
    margin: auto;
}

.quick_download .down_box_list li + li {
    margin: 15px auto 0;
}

.quick_list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    flex-direction: column;
    padding-top: 200px;
    padding-right: 64px;
}

.estimate {
    position: relative;
    cursor: pointer;
}

.estimate span {
    position: absolute;
    left: -145px;
    top: -120px;
    width: 225px;
    height: 104px;
    line-height: 90px;
    text-align: center;
    font-size: 26px;
    color: #fff;
    letter-spacing: -0.05em;
    font-family: 'TmoneyRoundWindExtraBold';
    background: url("../img/bubble.png") center no-repeat;
    box-sizing: border-box;
}

.quick_list .top {
    margin-top: 40px;
    cursor: pointer;
}

.sub_banner {
    position: relative;
    width: 100%;
    height: 122px;
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box;
}

.sub_banner .inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sub_banner h2 {
    color: #999999;
    font-size: 40px;
    letter-spacing: -0.015em;
    font-family: 'TmoneyRoundWindRegular';
}

.sub_banner h2 span {
    color: #77c6fc;
}

.sub_banner ul {
    display: flex;
    align-items: center;
}

.sub_banner li {
    font-size: 20px;
    color: #666;
    font-family: 'TmoneyRoundWindRegular';
}

.sub_banner li + li::before {
    content: ">";
    font-size: 20px;
    color: #666;
    margin: 0 19px;
}

.about_item {
    padding: 88px 0 125px;
    background-color: #f9fafc;
}

.about_item h2 {
    padding-left: 30px;
    color: #2170ef;
    letter-spacing: -0.05em;
    font-size: 69px;
    font-family: 'TmoneyRoundWindExtraBold';
}

.about_item h2 span {
    display: block;
    font-size: 27px;
    color: #333;
    letter-spacing: -0.05em;
    font-family: 'TmoneyRoundWindRegular';
}

.about_item ul {
    padding-top: 80px;
    display: flex;
}

.about_item li {
    position: relative;
    width: 440px;
    height: 448px;
    padding: 0 23px 36px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
}

.about_item li + li {
    margin-left: 18px;
}

.about_item .desc {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
}

.about_item h3 {
    font-family: 'TmoneyRoundWindExtraBold';
    font-size: 28px;
    color: #666666;
    letter-spacing: -0.025em;
}

.about_item p {
    padding-top: 18px;
    color: #777;
    font-size: 20px;
    letter-spacing: -0.025em;
    font-family: 'TmoneyRoundWindRegular';
}

.about_item2 {
    padding: 95px 0 100px;
    text-align: center;
}

.about_item2 h2 {
    padding-bottom: 50px;
    font-size: 40px;
    color: #333333;
    line-height: 1.5;
    letter-spacing: -0.015em;
    font-family: 'TmoneyRoundWindRegular';
}

.awards_list {
    padding: 100px 0 82px;
    background-color: #f9fafc;
}

.awards_list h2 {
    padding-bottom: 40px;
    font-size: 40px;
    color: #333;
    letter-spacing: -0.015em;
    font-family: 'TmoneyRoundWindExtraBold';
}

.awards_swiper {
    width: 1500px;
    margin: auto;
    padding: 52px 70px 9px;
    border-radius: 20px;
    background-color: #eff2f7;
    box-sizing: border-box;
}

.card_wrap3 {
    display: flex;
    flex-wrap: wrap;
    width: 1356px;
    margin: auto;
    justify-content: space-between;
    box-sizing: border-box;
}

.card_wrap3 .card4 {
    width: 334px;
    height: 466px;
    padding: 19px;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 0 0 20px 20px;
    background: url("../img/card4.png") center no-repeat;
    box-sizing: border-box;
}

.card_wrap3 .card4 .thum {
    padding: 20px;
    height: 344px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
}

.card_wrap3 .card4 .thum .label {
    display: block;
    width: 80px;
    height: 31px;
    line-height: 33px;
    text-align: center;
    border-radius: 15px;
    font-size: 20.33px;
    color: #fff;
    font-family: 'TmoneyRoundWindExtraBold';
    background-color: #2170ef;
}

.card_wrap3 .card4 .desc {
    padding: 14px 0;
}

.card_wrap3 .card4 h3 {
    font-size: 22px;
    font-family: 'TmoneyRoundWindExtraBold';
    color: #333;
    letter-spacing: -0.025em;
}

.card_wrap3 .card4 p {
    font-size: 22px;
    letter-spacing: -0.025em;
    color: #999999;
}

.awards_swiper .swiper-button-prev, .awards_swiper .swiper-button-next {
    margin-top: -60px;
}

.ceo_about {
    padding: 75px 0 202px;
}

.ceo_about h2 {
    padding-bottom: 52px;
    font-size: 40px;
    font-family: 'TmoneyRoundWindExtraBold';
    color: #333;
    letter-spacing: -0.015em;
}

.ceo_about p {
    font-size: 24px;
    color: #333333;
    line-height: 1.667;
    letter-spacing: -0.015em;
    font-family: 'TmoneyRoundWindRegular';
}

.ceo_about img {
    position: absolute;
    right: 0;
    bottom: -107px;
}

.brand_wrap {
    padding-bottom: 175px;
    background-color: #f9fafc;
}

.step_box {
    padding: 47px 0 68px;
    display: flex;
    align-items: center;
}

.step_box ul {
    display: flex;
}

.step_box li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #b4b3b3;
    background-color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    letter-spacing: -0.015em;
    color: #b4b3b3;
    font-family: 'TmoneyRoundWindExtraBold';
    box-sizing: border-box;
}

.step_box li + li {
    position: relative;
    margin-left: 30px;
}

.step_box li + li::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background-color: #b4b3b3;
}

.step_box li.on {
    border-color: #2170ef;
    background-color: #2170ef;
    color: #fff;
}

.step_box h2 {
    padding-left: 40px;
    color: #333;
    font-family: 'TmoneyRoundWindExtraBold';
    font-size: 24px;
    letter-spacing: -0.015em;
}

.brand_nav {
    width: 100%;
    min-height: 228px;
    background-color: #fff;
    border: 2px solid #2170ef;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
}

.brand_nav_list {
    display: flex;
}

.brand_nav_list li {
    width: 50%;
    text-align: center;
}

.brand_nav_list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 22px 0 18px;
    font-size: 24px;
    color: #999999;
    border-bottom: 1px solid #b4b3b3;
    font-family: 'TmoneyRoundWindExtraBold';
    box-sizing: border-box;
}

.brand_nav_list li.on a {
    background-color: #2170ef;
    color: #fff;
}

.brand_list_box {
    padding: 17px 53px 6px;
}

.brand_list_box ul {
    display: flex;
    flex-wrap: wrap;
}

.brand_list_box li {
    position: relative;
    width: 116px;
    height: 116px;
    padding: 12px 0 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 50%;
    margin-bottom: 13px;
    margin-right: 110px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}

.brand_list_box li div {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -20px;
}

.brand_list_box li:nth-child(6n) {
    margin-right: 0;
}

.brand_list_box h3 {
    /* padding-top: 24px; */
    font-size: 18px;
    color: #000000;
    font-family: 'TmoneyRoundWindRegular';
}

.brand_list_box li.on {
    background-color: #edf7ff;
}

.brand_wrap .card_wrap2 {
    padding-top: 85px;
}

.brand_wrap .card_wrap2 .card {
    height: 430px;
    margin-bottom: 100px;
}

.brand_wrap .card_wrap2 .card .desc .price {
    padding-top: 88px;
}

.brand_detail {
    position: relative;
    padding-left: 500px;
}

.brand_left {
    position: absolute;
    left: 0;
    top: 0;
}

.brand_left .inside {
    width: 430px;
}

.brand_left.on {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 155px;
    max-width: 1350px;
}

.brand_left .thum {
    position: relative;
    width: 100%;
    height: 260px;
    padding: 14px 0 16px;
    box-sizing: border-box;
}

.brand_left .thum > img {
    display: block;
    margin: 28px auto 0;
}

.brand_left .desc {
    position: relative;
    width: 100%;
    height: 227px;
    padding: 32px 30px;
    border-radius: 20px;
    border: 2px solid #2170ef;
    box-sizing: border-box;
}

.brand_left .desc h2 {
    color: #333333;
    letter-spacing: -0.015em;
    font-size: 36.34px;
    font-family: 'TmoneyRoundWindExtraBold';
}

.brand_left .desc p {
    font-size: 19.12px;
    color: #333;
    letter-spacing: -0.015em;
    font-family: 'TmoneyRoundWindRegular';
}

.brand_left .desc .price {
    position: absolute;
    left: 30px;
    bottom: 32px;
    font-size: 30px;
    color: #2170ef;
}

.brand_left .desc .price strong::before {
    content: "|";
    font-size: 30px;
    color: #2170ef;
    margin: 0 14px;
    font-weight: normal;
}

.model_select {
    min-height: 1115px;
}

.brand_left button {
    margin-top: 20px;
    width: 100%;
    height: 86px;
    border-radius: 20px;
    background-color: #2170ef;
}

.brand_left button span {
    display: block;
    font-size: 26px;
    color: #fff;
    font-family: 'TmoneyRoundWindExtraBold';
    letter-spacing: -0.015em;
}

.brand_right {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e5e5e5; 
}

.brand_right > h2 {
    padding: 30px 40px 29px;
    font-size: 28.61px;
    color: #333;
    letter-spacing: -0.015em;
    font-family: 'TmoneyRoundWindRegular';
    border-bottom: 1px solid #e5e5e5; 
}

.brand_detail_list > li {
    border-bottom: 1px solid #e5e5e5; 
}

.detail_tit {
    position: relative;
    cursor: pointer;
}

.detail_tit h2 {
    height: 86px;
    padding: 0 32px;
    line-height: 84px;
    font-size: 22px;
    color: #999;
    font-family: 'TmoneyRoundWindExtraBold';
    letter-spacing: -0.015em;
    box-sizing: border-box;
}

.detail_tit .toggle {
    position: absolute;
    right: 38px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 17px;
    height: 12px;
    background: url("../img/toggle.png") center no-repeat;
    transition: all 0.3s;
}

.detail_text_box {
    display: none;
    padding: 16px 32px 32px;
}

.brand_detail_list > li.on {
    background-color: #f9fafc;
}

.brand_detail_list > li.on .detail_text_box {
    display: block;
}

.brand_detail_list > li.on h2 {
    color: #333;
}

.brand_detail_list > li.on .detail_tit .toggle {
    background: url("../img/toggle2.png") center no-repeat;
}

.radio_box {
    padding: 44px 42px 40px 45px;
    border-radius: 20px;
    border: 1px solid #2170ef;
    background-color: #fff;
}

.radio_box li + li {
    margin-top: 36px;
}

.radio, .check {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0;
}

.radio_box .radio_label {
    position: relative;
    width: 100%;
    display: block;
    padding-left: 56px;
    font-size: 22px;
    color: #333333;
    font-family: 'TmoneyRoundWindRegular';
    cursor: pointer;
    box-sizing: border-box;
}

.radio_box .radio_label strong {
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'TmoneyRoundWindExtraBold';
    font-size: 22px;
    color: #333333;
}

.radio_box .radio_label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    background: url("../img/radio.png") center no-repeat;
    box-sizing: border-box;
}

.radio_box input[type=radio]:checked  + label::before {
    background: url("../img/radio_on.png") center no-repeat;
}

.bottom_popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
}

.bottom_popup.on {
    display: block;
}

.bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.bottom_popup .pop_cont {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 924px;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    box-sizing: border-box;
}

.bottom_popup .pop_cont .inner {
    width: 1054px;
}

.bottom_popup .pop_cont .close {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -58px;
    z-index: 3;
    cursor: pointer;
}

.car_info {
    position: relative;
    padding: 20px 46px 35px;
}

.car_info .tit {

}

.car_info .tit h2 {
    padding-top: 37px;
    color: #333333;
    font-size: 38px;
    letter-spacing: -0.015em;
    font-family: 'TmoneyRoundWindExtraBold';
}

.car_info .tit p {
    padding-top: 2px;
    font-family: 'TmoneyRoundWindRegular';
    font-size: 20px;
    color: #333;
    letter-spacing: -0.015em;
}

.car_info .price_list {
    padding-top: 60px;
}

.car_info .price_list li {
    position: relative;
    padding-left: 125px;
    font-size: 30px;
    color: #333;
}

.car_info .price_list li + li {
    margin-top: 9px;
}

.car_info .price_list li .label {
    position: absolute;
    left: 0;
    top: 2px;
    display: block;
    width: 96px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    text-align: center;
    font-family: 'TmoneyRoundWindExtraBold';
    font-size: 18px;
    color: #fff;
    background-color: #7ac6fc;
    box-sizing: border-box;
}

.car_info .price_list li .label.rent {
    background-color: #7faef9;
}

.car_info > p {
    padding-top: 23px;
    font-size: 18.21px;
    color: #999;
    letter-spacing: -0.025em;
}

.car_info > p span {
    display: block;
    padding-top: 11px;
    font-size: 14px;
    color: #999999;
    letter-spacing: -0.05em;
}

.car_info .thum {
    position: absolute;
    right: 20px;
    top: 68px;
}

.car_info .thum div {
    position: relative;
    width: 100%;
    height: 180px;
}

.car_info .thum img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.car_info .thum dl {
    width: 350px;
    height: 60px;
    display: flex;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    border: 1px solid #2170ef;
    border-radius: 20px;
    box-sizing: border-box;
}

.car_info .thum dt {
    position: relative;
    padding-right: 34px;
    font-size: 30px;    
    color: #2170ef;
}

.car_info .thum dt::after {
    content: "";
    position: absolute;
    right: 17px;
    top: 3px;
    width: 1px;
    height: 30px;
    background-color: #2170ef;
}

.car_info .thum dd {
    font-weight: bold;
    color: #2170ef;
    font-size: 30px;
}

.cs_form {
    position: relative;
    padding: 34px 108px 38px;
    border-radius: 20px;
    background-color: #eff2f7;
}

.cs_form ul {
    width: 427px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.cs_form ul li {
    width: calc(50% - 12px);
    height: 48px;
    margin-right: 24px;
}

.cs_form ul li:nth-child(2n),
.cs_form ul li.last {
    margin-right: 0;
}

.cs_form ul li.last {
    width: 100%;
    margin-top: 20px;
}

.cs_form ul li input {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 20px;
    border: 1px solid #999999;
    background-color: #fff;
    box-sizing: border-box;
}

.cs_form ul li input::placeholder {
    color: #999999;
}

.cs_form .radio_label,
.request_box .radio_label {
    position: relative;
    width: 100%;
    display: block;
    padding-left: 40px;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
    box-sizing: border-box;
}

.cs_form p {
    padding-top: 30px;
}

.cs_form .radio_label a,
.request_box .radio_label a {
    padding-left: 8px;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #999;
    font-weight: bold;
}

.cs_form .radio_label::before,
.request_box .radio_label::before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    width: 34px;
    height: 34px;
    background: url("../img/radio.png") center no-repeat;
    box-sizing: border-box;
}

.cs_form input[type=radio]:checked  + label::before,
.request_box input[type=radio]:checked  + label::before {
    background: url("../img/radio_on2.png") center no-repeat;
}

.cs_form button {
    position: absolute;
    right: 56px;
    top: 34px;
    width: 315px;
    height: 116px;
    border-radius: 20px;
    background: #2170ef;
}

.cs_form button span {
    display: block;
    font-size: 26px;
    color: #ffffff;
    letter-spacing: -0.02em;
    font-family: 'TmoneyRoundWindExtraBold';
}

.btm_banner {
    position: relative;
    width: 100%;
    height: 163px;
    margin-top: 30px;
    border: 1px solid #2170ef;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.btm_banner h3 {
    padding-right: 68px;
    font-size: 20px;
    color: #2170ef;
    font-family: 'TmoneyRoundWindRegular';
    letter-spacing: -0.015em;
}

.btm_banner h3 strong {
    font-family: 'TmoneyRoundWindExtraBold';
}

.btm_banner ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btm_banner li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btm_banner li p {
    padding-left: 16px;
    font-size: 18px;
    color: #333;
    letter-spacing: -0.02em;
    font-family: 'TmoneyRoundWindRegular';
}

.btm_banner li strong {
    display: block;
    font-size: 28px;
    font-family: 'TmoneyRoundWindExtraBold';
}

.btm_banner li + li {
    margin-left: 66px;
}

.btm_banner li + li::before {
    content: "";
    position: absolute;
    left: -28px;
    top: 10px;
    width: 1px;
    height: 50px;
    background-color: #2170ef;
}

.result_alert {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
}

.result_alert.on {
    display: block;
}

.result_alert .desc {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 200;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 509px;
    text-align: center;
    background: url("../img/result_alert.png") center no-repeat;
    box-sizing: border-box;
}

.result_alert .inside {
    position: relative;
    height: 100%;
    padding: 82px 0;
    box-sizing: border-box;
}

.result_alert h2 {
    font-family: 'TmoneyRoundWindExtraBold';
    font-size: 38px;
    color: #77c6fc;
}

.result_alert p {
    padding-top: 40px;
    font-size: 26px;
    color: #333333;
    font-family: 'TmoneyRoundWindRegular';
}

.result_alert button {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    bottom: 82px;
    width: 294px;
    height: 117px;
    border-radius: 20px;
    background-color: #2170ef;
}

.result_alert button span {
    display: block;
    font-size: 28px;
    color: #fff;
    letter-spacing: -0.02em;
    font-family: 'TmoneyRoundWindExtraBold';
}

.sub_banner_img {
    width: 100%;
    height: 340px;
    margin-top: 20px;
    border-bottom: 1px solid #ebebeb;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
}

.sub_banner_img1 {
    background-color: #f9fafc;
}

.sub_banner_img .inner {
    padding-left: 28px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -20px;
}

.sub_banner_img h2 {
    font-size: 69px;
    color: #2170ef;
    letter-spacing: -0.05em;
    font-family: 'TmoneyRoundWindExtraBold';
}

.sub_banner_img p {
    font-size: 27px;
    color: #333333;
    letter-spacing: -0.05em;
    font-weight: bold;
    font-family: 'TmoneyRoundWindRegular';
}

.brand_info {
    padding: 115px 0 82px;
}

.brand_info h2 {
    padding-bottom: 52px;
    font-size: 40px;
    font-family: 'TmoneyRoundWindRegular';
    letter-spacing: -0.015em;
    color: #333;
}

.brand_info .brand_list_box {
    width: 100%;
    height: 314px;
    padding: 20px 53px 6px;
    background-color: #fff;
    border: 2px solid #2170ef;
    border-radius: 20px;
    box-sizing: border-box;
}

.brand_info .brand_list_box li {
    margin-bottom: 28px;
}

.brand_info .brand_list_box li.last {
    padding: 0;
    justify-content: center;
}

.brand_info .brand_list_box li.last h3 {
    color: #2170ef;
    font-family: 'TmoneyRoundWindExtraBold';
}

.sub1 {
    padding-bottom: 107px;
}

.sub1 .card,
.sub3_2 .card {
    height: 422px;
}

.card:hover,
.notice_list > div:hover,
.card3:hover {
    box-shadow: 0 0 17px 17px rgba(0, 0, 0, 0.07);
}

.sub1 .card .thum .brand,
.sub3_2 .card .thum .brand {
    position: absolute;
    right: 20px;
    top: 23px;
}

.sub1 .card .thum .label,
.sub3_2 .card .thum .label {
    display: flex;
    align-items: center;
    width: 180px;
    height: 35px;
    padding: 0 10px;
    border-radius: 17.5px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    letter-spacing: -0.07em;
    background-color: #01c0fa;
    box-sizing: border-box;
    z-index:1;
}

.sub1 .card .thum .label img,
.sub3_2 .card .thum .label img {
    padding-right: 9px;
}

a.btn_more {
    display: flex;
    align-items: center;
    width: 353px;
    height: 80px;
    padding-left: 44px;
    margin: 30px auto 0;
    border: 3px solid #2170ef;
    border-radius: 38.5px;
    text-align: center;
    font-size: 26px;
    letter-spacing: -0.05em;
    color: #2170ef;
    font-family: 'TmoneyRoundWindExtraBold';
    background: url("../img/more.png") calc(100% - 14px) 50% #fff no-repeat;
    box-sizing: border-box;
}

a.btn_more span {
    padding-right: 20px;
    font-family: 'TmoneyRoundWindRegular';
    font-size: 20px;
    letter-spacing: -0.05em;
}

.noti_banner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1500px;
    height: 286px;
    margin: 118px auto;
    background-color: #edf7ff;
    border-radius: 20px;
    box-sizing: border-box;
}

.noti_banner .desc {
    position: relative;
    padding-left: 200px;
    padding-right: 106px;
}

.noti_banner .desc h2 {
    color: #2170ef;
    font-size: 30px;
    font-family: 'TmoneyRoundWindRegular';
}

.noti_banner .desc h2 strong {
    font-family: 'TmoneyRoundWindExtraBold';
}

.noti_banner .desc img {
    position: absolute;
    left: 0;
    top: -15px;
}

.noti_banner .desc p {
    padding-top: 18px;
    color: #333333;
    font-size: 20px;
    font-family: 'TmoneyRoundWindRegular';
}

.noti_banner .cs_form {
    width: 686px;
    padding: 0;
    background-color: transparent;
}

.noti_banner .cs_form input {
    border-color: #2170ef;
    color: #2170ef;
    border-radius: 15px;
}

.noti_banner .cs_form input::placeholder {
    color: #2170ef;
}

.noti_banner .cs_form button {
    width: 238px;
    height: 115px;
    right: 0;
    top: 0;
    background-color: #f93d00;
}

.noti_banner .cs_form .radio_label a {
    color: #333;
    font-weight: bold;
}

.bottom_popup2 .car_info {
    padding-bottom: 56px;
}

.bottom_popup2 .car_info .tit h2 {
    padding-top: 20px;
}

.bottom_popup2 .car_info .price_list li {
    padding-left: 108px;
}

.bottom_popup2 .car_info .price_list {
    padding-top: 80px;
}

.bottom_popup2 .car_info .thum {
    top: 65px;
}

.sub2 .card_wrap2 .card,
.sub3 .card_wrap2 .card {
    height: 462px;
    margin-bottom: 69px;
}

.sub2 .card_wrap2,
.sub3 .card_wrap2 {
    padding-top: 36px;
}

.sub2 .hot_tab {
    margin-bottom: 54px;
}

.sub2 .noti,
.sub3 .noti {
    position: relative;
    z-index: 2;
    font-size: 18px;
    font-weight: bold;
    color: #999;
}

.sub2 .noti span,
.sub3 .noti span {
    font-weight: bold;
    color: #2170ef;
}

.sub2 .card_wrap2 .card .desc .price {
    padding-top: 0px;
}

.brand_wrap.sub2 {
    padding-bottom: 73px;
}

.sub2 .brand_info {
    padding-bottom: 0;
    margin-bottom: -10px;
}

.sub2 .hot_tab_swiper2 .card_wrap {
    background-color: #f9fafc;
}

.sub_banner_img1 img {
    position: absolute;
    height : 358px;
    right: 20px;
    margin-top: 48px;
    top: 50%;
    transform: translateY(-50%);
}
.sub_banner_img2 img {
    position: absolute;
    right: 18px;
    margin-top: 48px;
    top: 50%;
    transform: translateY(-50%);
}

.sub_banner_img3 img {
    position: absolute;
    right: -26px;
    margin-top: 62px;
    top: 50%;
    transform: translateY(-50%);
}

.sub_banner_img4 img {
    position: absolute;
    right: -48px;
    margin-top: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.sub3 .brand_info .brand_list_box {
    margin-bottom: 82px;
}

.sub3 .card_wrap2 .card .desc .price {
    padding-top: 0px;
}

.sub3 .brand_info {
    padding-bottom: 22px;
}

.sub3 {
    padding-bottom: 142px;
}

.sub3_2 .brand_list_box {
    height: 196px;
    padding-top: 0;
    padding-bottom: 0;
}

.sub3_2 .brand_list_box ul {
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.sub3_2 .brand_list_box li {
    margin-bottom: 0;
    margin-right: 0;
}

.sub3_2 .brand_info .brand_list_box {
    margin-bottom: 59px;
}

.sub3_2 .noti {
    color: #333333;
}

.sub3_2 .card_wrap {
    padding-top: 36px;
}

.sub3_2 .card .desc .price {
      /* padding-top: 48px; */
}

.sub3_2 .brand_info {
    padding-bottom: 0;
}

.sub3_2 a.btn_more {
    margin-top: -7px;
}

.sub3_2 {
    padding-bottom: 87px;
}

.review {
    padding: 85px 0 0;
}

.review > h2,
.qna_table > h2,
.request h2 {
    padding: 0 30px;
    color: #2170ef;
    font-family: 'TmoneyRoundWindExtraBold';
    font-size: 69px;
    letter-spacing: -0.05em;
}

.review > h2 span,
.qna_table > h2 span,
.request h2 span {
    display: block;
    font-family: 'TmoneyRoundWindRegular';
    font-weight: bold;
    font-size: 27px;
    color: #333333;
}

.best_reveiw {
    padding: 156px 0 99px;
}

.best_reveiw h2,
.photo_review h2 {
    padding-bottom: 32px;
    color: #333;
    font-size: 40px;
    font-family: 'TmoneyRoundWindRegular';
    letter-spacing: -0.015em;
}

.best_box {
    position: relative;
    display: flex;
}

.best_box::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 570px;
    height: 30px;
    background: url("../img/best_video_list.png") 100% 0% no-repeat;
}

.video {
    width: 795px;
    height: 454px;
    box-sizing: border-box;
}

.video iframe {
    width: 100%;
    height: 100%;
}

.best_video_list {
    position: relative;
    height: 454px;
    padding-left: 58px;
    overflow: hidden;
    overflow-y: auto;
}

.best_video_list > div {
    display: flex;
    margin-bottom: 10px;
}

.best_video_list .thum {
    width: 210px;
    height: 119px;
    margin-right: 23px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.best_video_list .desc {
    padding-top: 10px;
}

.best_video_list h3 {
    color: #333333;
    font-family: 'TmoneyRoundWindExtraBold';
    font-size: 24px;
    letter-spacing: -0.015em;
}

.best_video_list ul {
    padding-top: 14px;
    display: flex;
}

.best_video_list li {
    font-size: 18px;
    color: #666;
}

.best_video_list li + li::before {
    content: "|";
    font-size: 18px;
    color: #666;
    margin: 0 8px;
}

.photo_review {
    padding-top: 100px;
    padding-bottom: 146px;
    background-color: #f9fafc;
}

.photo_review .review_card + .review_card {
    margin-left: 0;
}

.photo_review .main_review_box {
    position: static;
    flex-wrap: wrap;
}

.photo_review .review_card {
    box-shadow: none;
    margin-right: 42px;
    margin-bottom: 92px;
    cursor: pointer;
}

.photo_review .review_card:nth-child(3n) {
    margin-right: 0;
}

.photo_review a.btn_more {
    margin-top: 26px;
}

.review_detail_cont {
    text-align: center;
}

.review_detail_cont .tit {
    padding: 22px 0 ;
    box-shadow: 0 0 17px 17px rgba(0, 0, 0, 0.07);
}

.review_detail_cont .tit h2 {
    font-family: 'TmoneyRoundWindExtraBold';
    font-size: 34px;
    color: #2170ef;
    letter-spacing: -0.02em;
    line-height: 1;
}

.review_detail_cont .tit ul {
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

.review_detail_cont .tit li {
    font-size: 18px;
    color: #999;
    letter-spacing: -0.02em;
    font-weight: bold;
}

.review_detail_cont .tit li + li::before {
    content: "|";
    font-size: 18px;
    color: #999;
    margin: 0 8px;
}

.review_detail_cont .editor {
    width: 100%;
    height: calc(100% - 230px);
    padding: 33px 0;
    overflow-y: auto;
    box-sizing: border-box;
}

.review_detail_cont .editor p {
    font-size: 26px;
    letter-spacing: -0.02em;
    color: #333333;
    line-height: 1.538;
}

.review_detail_cont .editor img {
    padding-top: 36px;
}

.pop_btn_list {
    display: flex;
}

.pop_btn_list li {
    width: 50%;
    height: 110px;
    font-size: 30px;
    letter-spacing: -0.02em;
    color: #fff;
    cursor: pointer;
    line-height: 108px;
    font-family: 'TmoneyRoundWindExtraBold';
    background-color: #cccccc;
    box-sizing: border-box;
}

.pop_btn_list li.save {
    background-color: #2170ef;
}

.review_detail_cont .editor2 {
    height: calc(100% - 120px);
}

.editor2 iframe {
    border-radius: 20px;
}

.notice_list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 46px;
    padding-top: 76px;
}

.notice_list > div {
    position: relative;
    width: 424px;
    height: 361px;
    margin-bottom: 93px;
    margin-right: 42px;
    border-radius: 20px;
    border: 1px solid #cdcbcb;
    box-sizing: border-box;
}

.notice_list > div:nth-child(3n) {
    margin-right: 0;
}

.notice_list > div a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.notice_list .thum {
    height: 245px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
}
.notice_list.soldout {
    position: relative;
}
.notice_list .soldoutimg {
    height: 245px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    filter: brightness(40%);
}

.soldoutDesc
{
    position: absolute;
    font-size: 30px;
    text-align: center;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.notice_list .desc {
    padding: 15px 26px;
}

.notice_list h3 {
    white-space: break-spaces;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    color: #333;
    font-size: 24px;
    font-family: 'TmoneyRoundWindExtraBold';
}


.notice_list ul {
    display: flex;
    padding-top: 4px;
}

.notice_list li {
    font-size: 18px;
    color: #666666;
}

.notice_list li + li::before {
    content: "|";
    margin: 0 8px;
    font-size: 18px;
    color: #666666;
}

.review2 {
    padding-bottom: 170px;
}

.review2 a.btn_more {
    margin-top: 0;
    color: #333333;
}

.review2 a.btn_more span {
    color: #2170ef;
}

.noMoreMessage {
    padding-bottom: 0px !important;
    color: #333 !important;
    font-size: 40px !important;
    font-family: 'TmoneyRoundWindRegular' !important;
    letter-spacing: -0.015em !important
}

.notice_box {
    padding: 58px 0 0px;
    background-color: #fafbfc;
}

.notice_box .tit {
    padding-bottom: 34px;
    border-bottom: 1px solid #e5e5e5;
}

.notice_box .tit h2 {
    font-size: 40px;
    color: #333333;
    letter-spacing: -0.05em;
    font-family: 'TmoneyRoundWindExtraBold';
}

.notice_box .tit span {
    padding-top: 15px;
    display: block;
    line-height: 1;
    font-size: 20px;
    color: #999999;
    font-family: 'TmoneyRoundWindRegular';
}

.notice_box .editor3 {
    padding-top: 70px;
}

.notice_box .editor3 p {
    font-size: 26px;
    letter-spacing: -0.02em;
    color: #333333;;
    line-height: 1.538;
}

.editor3 img {
    margin-top: 100px;
}

.notice_nav {
    border-top: 1px solid #e5e5e5;
}

.notice_nav > div {
    position: relative;
    width: 100%;
    height: 90px;
    padding-right: 200px;
    padding-left: 126px;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.notice_nav a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.notice_nav h3 {
    line-height: 88px;
    color: #333;
    font-size: 24px;
    font-family: 'TmoneyRoundWindRegular';
}

.notice_nav span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-family: 'TmoneyRoundWindRegular';
}

.notice_nav .arrow {
    left: 0;
    font-size: 24px;
}

.notice_nav .date {
    right: 50px;
    font-size: 20px;
}

a.go_list {
    margin: 80px auto 0;
    display: block;
    width: 294px;
    height: 118px;
    text-align: center;
    line-height: 116px;
    border-radius: 20px;
    font-size: 28px;
    color: #fff;
    letter-spacing: -0.02em;
    font-family: 'TmoneyRoundWindExtraBold';
    background-color: #2170ef;
    box-sizing: border-box;
}

.notice_detail {
    padding-bottom: 187px;
}

.qna_table {
    position: relative;
    padding-top: 80px;
    padding-bottom: 128px;
}

.table {
    position: relative;
    margin-top: 80px;
}

.table::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 87px;
    border-radius: 20px;
    background-color: #ececec;
    box-sizing: border-box;
}

.qna_table table {
    position: relative;
    z-index: 1;
}

.qna_table th,
.qna_table td {
    font-size: 24px;
    vertical-align: middle;
    box-sizing: border-box;
}

.qna_table th {
    text-align: center;
    height: 87px;
    font-family: 'TmoneyRoundWindExtraBold';
    color: #333333;
}

.qna_table td {
    padding: 0 55px;
    height: 88px;
    border-bottom: 1px solid #e5e5e5;
}

.qna_table tbody tr:last-child td {
    border-bottom: 0;
}

.qna_table td a {
    font-size: 24px;
    color: #333;
}

.qna_table td.tb_date {
    width: 294px;
    padding: 0;
    text-align: center;
    font-size: 20px;
    color: #999999;
}

.request {
    padding: 82px 0 56px;
    background-color: #f9fafc;
}

.request_box {
    padding-top: 80px;
}

.request_table {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #d5d3d3;
}

.request_table tr {
    border-bottom: 1px solid #d5d3d3;
}

.request_table th {
    width: 228px;
    padding: 0 35px;
    font-size: 22px;
    color: #333;
    text-align: left;
    font-family: 'TmoneyRoundWindRegular';
    vertical-align: middle;
    border-right: 1px solid #d5d3d3;
    background-color: #f3f4f6;
    box-sizing: border-box;
}

.request_table th span {
    padding-left: 3px;
    color: #2170ef;
}

.request_table td {
    padding: 20px 34px;
    background-color: #fff;
}

.request_table td input {
    width: 450px;
    height: 60px;
    padding: 0 30px;
    border: 1px solid #d5d3d3;
    border-radius: 10px;
    font-size: 22px;
    font-family: 'TmoneyRoundWindRegular';
    background-color: #fff;
    box-sizing: border-box;
}

.request_table td.last input {
    width: 100%;
}

.request_table td input::placeholder {
    color: #999;
}

.request_table tr:last-child {
    border-bottom: 0;
}

.request_box p {
    padding: 40px 0 16px;
    text-align: center;
}

.request_box .radio_label { 
    font-size: 20px;
}

.request_box .radio_label::before {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 4px;
}

.request_box a.go_list {
    width: 340px;
}

.cs_text_box {
    padding: 116px 0 203px;
}

.cs_text_box .inner {
    padding: 56px 0;
    height: 315px;
    text-align: center;
    border: 2px solid #2170ef;
    border-radius: 20px;
    box-sizing: border-box;
}

.cs_text_box h2 {
    color: #2170ef;
    font-size: 28px;
    letter-spacing: -0.015em;
    font-family: 'TmoneyRoundWindRegular';
}

.cs_text_box h2 strong {
    font-family: 'TmoneyRoundWindExtraBold';
}

.cs_text_box ul {
    padding-top: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs_text_box li {
    position: relative;
    width: 427px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    border-radius: 20px;
    background-color: #eff2f7;
    box-sizing: border-box;
}

.cs_text_box li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cs_text_box li + li {
    margin-left: 38px;
}

.cs_text_box p {
    font-size: 20.14px;
    color: #333333;
    font-family: 'TmoneyRoundWindExtraBold';
}

.cs_text_box p strong {
    display: block;
    font-family: 'TmoneyRoundWindRegular';
    font-size: 27.83px;
}

.cs_text_box img {
    margin-right: 22px;
}

.request_wrap .about_item2 {
    padding-top: 103px;
    padding-bottom: 92px;
}

.request_wrap .about_item {
    padding: 0 0 98px;
    background-color: transparent;
}

.request_wrap .about_item ul {
    padding-top: 0;
}

.term_pop {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    padding: 44px 0;
    overflow-y: auto;
    z-index: 201;
    box-sizing: border-box;
}

.term_pop .pop_cont {
    position: relative;
    z-index: 1;
    width: 1356px;
    height: 2024px;
    margin: auto;
    padding: 88px 122px 60px;
    border-radius: 20px;
    background-color: #fff;
    box-sizing: border-box;
}

.term_pop h2 {
    line-height: 1;
    padding-bottom: 51px;
    color: #2170ef;
    font-size: 38px;
    font-family: 'TmoneyRoundWindExtraBold';
    text-align: center;
}

.term_pop .check_label {
    position: relative;
    padding-left: 44px;
    color: #333;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: -0.02em;
    cursor: pointer;
}

.term_pop .check_label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: url('../img/check.png') center no-repeat;
}

.term_pop input[type=checkbox]:checked  + label::before {
    background: url('../img/check_on.png') center no-repeat;
}

.term_pop .all_chk {
    padding-bottom: 32px;
}

.term_pop .pop_cont > div .check_label {
    font-size: 24px;
    color: #999999;
}

.term_pop .tit {
    position: relative;
    height: 80px;
    border: 1px solid #333333;
    border-radius: 20px;
    box-sizing: border-box;
}

.term_pop .tit h3 {
    padding: 0 39px;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    box-sizing: border-box;
}

.term_pop .tit h3 img {
    margin-right: 30px;
}

.term_pop .tit span {
    position: absolute;
    right: 34px;
    top: 50%;
    transform: translateY(-50%);
}

.term_pop .pop_cont > div {
    margin-bottom: 50px;
}

.term_pop .pop_cont > div p {
    padding: 16px 0 25px;
    font-size: 23px;
    letter-spacing: -0.02em;
    line-height: 1.413;
    color: #333;
}

.term_pop dt {
    padding-bottom: 32px;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    letter-spacing: -0.02em;
    line-height: 1;
}

.term_pop dd ul {
    padding-bottom: 33px;
    display: flex;
}

.term_pop dd li {
    width: 33.333%;
    padding-right: 34px;
    font-size: 20px;
    letter-spacing: -0.02em;
    color: #333;
    line-height: 1.625;
    box-sizing: border-box;
}
  
.term_pop dd li h3 {
    padding-bottom: 5px;
    font-size: 20px;
    letter-spacing: -0.02em;
    color: #333;
    font-weight: bold;
}

.term_pop button {
    display: block;
    margin: 82px auto 0;
    width: 340px;
    height: 110px;
    background-color: #2170ef;
    border-radius: 23.36px;
    box-sizing: border-box;
}

.term_pop button span {
    font-weight: bold;
    font-size: 28px;
    color: #fff;
}


/* 
	2023.06.09 SyPark
	SMTDRT-388 모달 시스템 모바일 미출력
	- 팝업(모달) 기능구현 이관 (1.CSS  2.JSP(HTML))
 */
.gogo_main_pop {position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.7);z-index:90;opacity:0;pointer-events:none;}
.gogo_main_pop.on {opacity:1;transition:all 1s;pointer-events:auto;z-index:1000;}
.gogo_main_pop .popup_wrap {position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;}
.gogo_main_pop.on .popup_wrap {opacity:1;}
.gogo_main_pop .pop_img {background-color:#fff;}
/* .gogo_main_pop .pop_img img {width:500px;height:500px;} */
.gogo_main_pop .pop_img img.pop_img_pc {display:block;}
.gogo_main_pop .pop_img img.pop_img_mobile {display:block;}
.gogo_main_pop .pop_btns {width:500px;text-align:center;}
.gogo_main_pop .pop_btns a {position:relative;display:inline-block;font-size:0;text-align:center;color:#fff;font-size: 1.2rem;}
.gogo_main_pop .pop_btns .go_contract {width:100%;height: 5.4rem;font-size: 1.7rem;line-height: 5.4rem;}
.gogo_main_pop .pop_btns .pop_btn {width:48%;height: 4rem;line-height: 4rem;color:#fff;font-size:25px;}
.gogo_main_pop .pop_btns .pop_btn:nth-child(2):after {content:"";position:absolute;right:-1px;top: 1.2rem;display:block;height: 1.8rem;width:2px;background-color:#fff;}

.gogo_app {width:100%;height: 100vh;height: -webkit-fill-available;height:fill-available;}
.gogo_popup {width:100%;max-width:100%;max-height:100vh;max-height:-webkit-fill-available;max-height:fill-available;}
.gogo_app_wrap,
.gogo_bar {width:100%;}
.gogo_bar {height:14rem;}
.gogo_bar .bar_item {height:12rem;}
/* .gogo_main_pop .popup_wrap {top:50%;left:10%;right:10%;transform:translate(0,-50%);} */
.gogo_main_pop .pop_img img.pop_img_pc {display:block;}
.gogo_main_pop .pop_img img.pop_img_mobile {display:none;}
.gogo_main_pop .pop_img img {width:100%;max-width:100%;height:auto;}
.gogo_main_pop .pop_btns {width:100%;}


@font-face {
    font-family: 'GmarketSans';
	font-weight: 600;
    src: url('/renewalsmartdirectcarresources/pc/font/GmarketSansTTFBold.ttf') format('truetype');
}

@font-face {
    font-family: 'GmarketSans';
	font-weight: 400;
    src: url('/renewalsmartdirectcarresources/pc/font/GmarketSansTTFLight.ttf') format('truetype');
}

@font-face {
    font-family: 'GmarketSans';
	font-weight: 500;
    src: url('/renewalsmartdirectcarresources/pc/font/GmarketSansTTFMedium.ttf') format('truetype');
}

#floating__menu__wr {position: fixed; bottom:150px; width:270px; right:165px; z-index: 999; text-align: center; transition: 0.3s ease-out; zoom:0.9}
.inquiry__wr{ border-radius:15px; padding:31px 18px; background-color: #2170ef; }
.inquiry__wr .title__wr .title{color:#fff; font-size:28px; font-weight: 700; margin-bottom: 20px;}
.inquiry__wr input[type="text"]{padding:0 10px; font-size:20px; color:#191919; margin-bottom: 10px; width: 100%; border: 0; height: 40px;line-height: 40px; border-radius: 5px;background-color: #f9f9f9;}
.inquiry__wr input[type="text"]::placeholder{color:#000; font-weight: 500;}
.inquiry__wr input[type="text"]:last-child{margin-bottom: 0;}
.agreement__wr{position:relative; display: flex;align-items: center;gap: 10px;justify-content: center;}
#floating__menu__wr button.counsel__btn{text-align: center; font-weight: 700; color:#fff; background-color: #333; font-size:24px; border-radius:10px; height:50px; line-height: 50px; width:100%;}
.agreement__wr label{color:#fff; font-size:14px; margin:15px 0;}
.agreement__wr label > a{display:inline-block; color:#fff;}
.info__wr{margin-top: 40px; border-radius:15px; background-color: #77c6fc;  padding:0 27px;}
.info__wr > div{ padding:12px 0;}
.info__wr .kakao__box{border-bottom:1px solid #b3e0fe;}
.info__wr > div a{display:flex; align-items:center; gap:30px;}
.info__wr > div a .text{font-size:20px; font-weight:400; text-align: left; color:#fff;}
.info__wr > div a .text > span{font-size:24px; font-weight: 700;}
.info__wr > div a > img{max-height: 45px; max-width: 45px;}

.agreement__wr label::before{content: ""; position: absolute;left: 0; top:50%; transform: translateY(-50%); width: 34px; height: 34px; background: url(/renewalsmartdirectcarresources/pc/img/radio.png) center no-repeat; box-sizing: border-box;}
.agreement__wr input[type=radio]:checked + label::before{background: url("/renewalsmartdirectcarresources/pc/img/radio_on2.png") center no-repeat;}
#floating__menu__wr .top__btn{margin-top: 22px;}

/* 이미지 배너 */
.main__img__banner__wr{position:relative;}
.main__img__banner__wr > img{width:100%;}
.main__img__banner__wr .text__wr{max-width:1190px; width:90%; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:100%;}
.main__img__banner__wr .text__wr .title{font-size:52px; color:#2170ef; font-weight:700; margin-bottom:20px; font-family: "GmarketSans"; font-weight: 600;}
.main__img__banner__wr .text__wr .in__box{width:645px; margin-left: auto;}
.main__img__banner__wr .text__wr .text{line-height: 1.4; ;font-size:26px; color:#333; font-weight:500; margin-bottom:40px; font-family: "GmarketSans"; font-weight:500;}
.main__img__banner__wr .text__wr .main__btn{display:inline-block; background-color: #2170ef; font-size:20px; color:#fff; text-align: center;height:46px; line-height: 47px; width:164px; border-radius:18px; font-family: "GmarketSans"; font-weight:500;}


/* 메인 유튜브 배너 */
.main__youtube__banner{width:100%; position:relative;}
.main__youtube__banner .img__wr > img{width:100%; height:100%; object-fit:cover;}
.main__youtube__banner .banner__text__wr{max-width:1356px; width:90%; position:absolute; left:50%; top:41%; transform:translate(-50%,-50%); width:100%;}
.main__youtube__banner .banner__text__wr .text__box{margin-top: 75px;background:#fff; border-radius:30px; width:450px; height:235px; display:inline-block; display: flex; align-items: center;justify-content: center;flex-direction: column; box-shadow: 10px 10px 14px rgba(0, 0, 0, .2);}
.main__youtube__banner .banner__text__wr .title{font-size:42px; font-weight: 400;color:#000; margin-bottom: 30px; font-family: 'TmoneyRoundWindRegular';}
.main__youtube__banner .banner__text__wr .title > span{color:#f93d00; font-weight: 700; display:inline-block; font-family: 'TmoneyRoundWindExtraBold';}
.main__youtube__banner .banner__text__wr .btn__text{width:100%; max-width:380px; display:flex; align-items:center; border-radius:50px; background:#000; color:#fff; font-size:22px; font-family: 'TmoneyRoundWindExtraBold';}
.main__youtube__banner .banner__text__wr .title__wr .title{color:#fff; font-size:62px; font-weight: bold; margin-bottom: 40px; font-family: 'GmarketSans'; font-weight: bold;}
.main__youtube__banner .banner__text__wr .title__wr .text{color:#fff; font-size:30px; line-height: 1.5; font-family: "Spoqa Han Sans Neo"; font-weight: bold;}

.editor_youtube{
position: relative; width: 100%; height: 0; padding-bottom: 56.25%;
}

.note-video-clip{
position: absolute; top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
}