/* body{
    -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select:none;
} */

.about .abt_ttl {
    padding-top: 12vw;
    text-align: center;
}

.about .abt_ttl span {
    display: inline-block;
    font-size: 46px;
    font-weight: 700;
    position: relative;
}

.about .abt_ttl span::after {
    content: "";
    display: block;
    width: 100%;
    height: 13px;
    border-radius: 10px;
    background: #ffeb01;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: -1;
}

.about .adt_nav {
    margin: 0 auto;
    padding: 15vw 0 5vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
}


.about .adt_nav .vi_imgbox {
    position: relative;
    transform: scale(2);
    -webkit-transform: scale(2);
    overflow: hidden;
    border-radius: 0;
}

.about .adt_nav .nv_list {
    opacity: 0;
    transform: translateX(140%);
    -webkit-transform: translateX(140%);
}

.about .adt_nav .vi_imgbox img {
    width: 100%;
    height: 100%;
}

.about .adt_nav .vi_imgbox .adt_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(250%);
    font-size: 72px;
    font-weight: 700;
    color: #fff;
    opacity: 0;
}

.about .adt_nav .nv_list li:not(:last-child) {
    margin-bottom: 60px;
}

.about .adt_nav .nv_list li button {
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.8px;
    color: #d2d6da;
    text-align: left;
}

.about .adt_nav .nv_list li button.on {
    color: #000;
}

.about .scr_sec {
    padding: 160px 0 320px;
}

.about .abt_stl {
    width: calc(100% - 30px);
    max-width: 1220px;
    margin: 0 auto;
}

.about .abt_stl span {
    /* font-size: 42px; */
    font-size: 55px;
    font-weight: 700;
    line-height: 1.4;
    color: #d2d6da;
    /* transition: all .3s; */
}

.about .abt_stl span.on {
    color: #000;
}

.about .one_cont {
    margin: -160px 0 160px;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 0.7s;
}

.about .one_cont.on {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.about .one_cont img {
    margin: 0 auto;
}

.about .fullb {
    width: 100%;
}

.about .fullb_img {
    display: block;
    width: 100%;
    height: 600px;
    margin: 0 auto;
    background: url('../img/sub/about_fullbox01.png') no-repeat center center/cover;
}

.about .fullb_img.full02 {
    background-image: url('../img/sub/about_fullbox02.png');
}

.about .fullb_img.full03 {
    background-image: url('../img/sub/about_fullbox03.png');
}

.about .fullb_img.full04 {
    background-image: url('../img/sub/about_fullbox04.png');
}

.about .fullb_img.full05 {
    background-image: url('../img/sub/about_fullbox05.png');
}

.about .cont_list {
    margin: 24vw 0;
}

.about .cont_list>div {
    display: flex;
    align-items: center;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 0.7s;
}

.about .cont_list>div.on {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.about .cont_list>div.left {
    margin-top: 160px;
}

.about .cont_list>div.left .txt_box {
    margin: 0 0 0 11%;
}

.about .cont_list .txt_box {
    width: 54%;
    margin-right: 11%;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    color: #d2d6da;
}

.about .cont_list .txt_box p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
}

.about .cont_list .txt_box p:not(:last-of-type) {
    margin-bottom: 32px;
}

.about .cont_list .txt_box span.bk {
    color: #000;
}

/*scg*/

.service .inner {
    position: relative;
}

.service .company_ttl {
    font-size: 46px;
    font-weight: 300;
    line-height: 1.4;
}

.service .company_ttl strong>span {
    position: relative;
    z-index: 0;
}

.service .company_ttl strong>span::before {
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 13px;
    background: #FFEB01;
    border-radius: 60px;
    content: '';
    z-index: -1;
}

.service .ani_item {
    position: relative;
}


.service .ser_ttl {
    font-size: 74px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 92px;
}

/*세종컨설팅그룹*/

.service .main_vi {
    width: 100%;
}

.service .main_vi img {
    width: 100%;
}

.service .group {
    text-align: center;
    padding: 162px 0;
    background: #000;
}

.service .group .subti_top img {
    margin: 0 auto;
}

.service .group .subti_top p {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    margin: 10px 0 31px;
    color: #ca1f1f;
}

.service .group ul {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 1.3s;
}

.service .group ul.on {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.service .group ul li {
    font-size: 40px;
    font-weight: 700;
    padding: 33px 0;
    box-sizing: border-box;
    color: #86868B;
    position: relative;
}

.service .group ul li::before {
    content: "";
    display: block;
    width: 430px;
    height: 3px;
    background: #313133;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.service .group ul li:first-child {
    padding-top: 0;
}

.service .group ul li:first-child::before {
    display: none;
}

/*프로세스slide*/

.service .pros {
    padding: 77px 0;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 1.3s;
}

.service .pros.on{
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.service .pros .pros_item {
    position: relative;
}

.service .pros .pros_img {
    margin-bottom: 64px;
}

.service .pros .disc_box {
    padding: 0 105px;
    box-sizing: border-box;
}

.service .pros .pros_tit {
    font-size: 32px;
    font-weight: 700;
    color: #1d1d1f;
    margin-bottom: 64px;
}

.service .pros .pros_disc {
    font-size: 20px;
    line-height: 1.6;
}

.service .pros .slick-dots {
    display: inline-flex;
    position: absolute;
    right: 135px;
    bottom: 167px;
}

.service .pros .slick-dots li {
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
}

.service .pros .slick-dots li.slick-active {
    background: #ffeb00;
    border-radius: 50%;
}

.service .pros .slick-dots li:last-of-type {
    margin-right: 0;
}

.service .pros .slick-dots li button {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
}

.service .pros .slick-arrow {
    width: 30px;
    height: 30px;
    font-size: 0;
    position: absolute;
    right: 330px;
    bottom: 167px;
    background: url('../img/btn/pros_left.png') no-repeat center center/cover;
}

.service .pros .slick-arrow.slick-next {
    right: 105px;
    background-image: url('../img/btn/pros_right.png');
}

.service .cont_ttl {
    font-size: 72px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    opacity: 0;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    transition: all 1.3s;
}

.service .cont_ttl.on {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.service .lon {
    padding: 172px 0 612px;
    background: url('../img/sub/ser_cont01.jpg') no-repeat center center/cover;
}


/*consts*/

.service .consts {
    padding: 144px 0 269px;
}

.service .consts .const_top {
    opacity: 0;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    transition: all 0.8s;
}

.service .consts .const_top.on {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.service .consts .const_top .txt {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    color: #1d1d1f;
    margin-bottom: 32px;
}

.service .consts .const_top .go_const {
    font-size: 28px;
    font-weight: 900;
    color: #0071e3;
    display: inline-block;
    padding-right: 30px;
    background: url('../img/sub/const_linkgo.png') no-repeat right center;
    margin-bottom: 112px;
}

.service .consts ul {
    display: flex;
    padding: 0 100px;
    margin-bottom: 264px;
    opacity: 0;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    transition: all 0.8s;
}

.service .consts ul.on {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.service .consts ul li {
    width: calc(50% - 20px);
    text-align: center;
}

.service .consts ul li:last-of-type {
    margin-left: 40px;
}


.service .consts ul li:last-of-type .co_label {
    margin-top: -8px;
}

.service .consts ul li .co_img {
    margin-bottom: 64px;
}

.service .consts ul li .co_label {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    padding: 8.5px 17px;
    box-sizing: border-box;
    border-radius: 60px;
    border: solid 1px #757575;
}

.service .consts .const_bt {
    display: flex;
    opacity: 0;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    transition: all 0.8s;
}

.service .consts .const_bt.on {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.service .consts .const_bt .txt {
    width: 49%;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.6;
    color: #737373;
    margin-right: 134px;
}

.service .consts .const_bt .co_bt {
    width: calc(41% - 134px);
    font-size: 48px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    line-height: 1.3;
    background: linear-gradient(to right bottom, #ed1b66, #fe6503);
    color: transparent;
    -webkit-background-clip: text;
}

.service .txt_box {
    width: calc(100% - 30px);
    max-width: 1220px;
    margin: 0 auto;
    color: #fff;
    box-sizing: border-box;
}

.service .txt_box .tb_ttl {
    font-size: 80px;
    font-weight: 900;
    line-height: 1.3;
    color: #fff;
}

.service .txt_box .bottom {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.5;
}

/*cont03*/

.service .txt_box.mv_it {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 1.5s;
}

.service .txt_box.mv_it.on {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.service .cont03 {
    font-family: 'Noto Sans KR', 'sans-serif';
    background: #020111 url('../img/sub/ser_cont03.png') no-repeat right center/cover;
}

.service .cont03 .txt_box {
    padding: 200px 0 173px;
}


.service .cont03 .txt_box .top {
    max-width: 760px;
    margin-bottom: 354px;
}

.service .cont03 .txt_box .tb_ttl {
    margin-right: 50px;
}

.service .cont03 .txt_box .top span {
    font-size: 28px;
    font-weight: 700;
    margin-top: 16px;
    color: #fff;
}

.service .cont03 .txt_box .bottom {
    max-width: 53%;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.4;
}

/*con04*/

.service .cont04 {
    background: url('../img/sub/ser_cont04.png') no-repeat right center/cover;
}

.service .cont04 .txt_box {
    padding: 169px 0 190px;
}

.service .cont04 .txt_box .tb_stl {
    max-width: 24.8%;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.3;
    color: #fff;
    padding-right: 12.4%;
    margin: 0 0 40px 50%;
}

.service .cont04 .txt_box .bottom {
    max-width: 37.04%;
    margin: 0 0 0 50%;
    color: #fff;
}

/*cont05*/

.service .cont05 {
    background: url('../img/sub/ser_cont05.png') no-repeat center center/cover;
}


.service .cont05 .txt_box {
    padding: 156px 0 137px;
}

.service .cont05 .txt_box .bottom {
    margin-top: 494px;
    max-width: 47%;
}

/*cont06*/

.service .cont06 {
    background: url('../img/sub/ser_cont06.png') no-repeat center center/cover;
}

.service .cont06 .txt_box {
    padding: 200px 0 309px;
}

.service .cont06 .txt_box .top {
    max-width: 81%;
}

.service .cont06 .txt_box .top .tb_ttl {
    margin-bottom: 32px;
}

.service .cont06 .txt_box .top .tb_ttl span {
    font-weight: 700;
    font-family: 'Inter', sans-serif;
}

.service .cont06 .txt_box .top>div {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 164px;
}

.service .cont06 .txt_box dl dt {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 10px;
    background: linear-gradient(to right bottom, #00CFA3, #009AB8);
    color: transparent;
    -webkit-background-clip: text;
    font-family: 'Noto Sans KR', 'sans-serif';
}

.service .cont06 .txt_box dl dd {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.4;
    color: #fff;
    font-family: 'Noto Sans KR', 'sans-serif';
}

.service .cont06 .txt_box dl dd:not(:last-of-type) {
    margin-bottom: 64px;
}

/*cont07*/

.service .cont07 {
    background: url('../img/sub/ser_cont07.png') no-repeat center center/cover;
}

.service .cont07 .txt_box {
    padding: 778px 0 434px;
}

.service .cont07 .txt_box div {
    max-width: 45%;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}


.service .cont08 {
    background: url('../img/sub/ser_cont08.png') no-repeat center center/cover;
}

.service .cont08 .txt_box {
    padding: 660px 0 606px;
}

.service .cont08 .txt_box div {
    max-width: 43.4%;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
}


/*선물*/

.gift {
    padding-top: 80px;
    box-sizing: border-box;
    background: #000;
}

.gift .go_ytb {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 0;
    box-sizing: border-box;
    background: #151516;
}

.gift .go_ytb div {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    margin-right: 8px;
}

.gift .go_ytb a {
    display: block;
    font-size: 14px;
    color: #0071e3;
    padding-right: 18px;
    background: url('../img/sub/go_ytbtbn.png') no-repeat right center;
}

.gift section:not(.main_vi) {
    padding: 160px 0;
}

/*hedg_sec*/

.gift .hedg_sec {
    text-align: center;
}

.gift .hedg_sec h2 {
    margin: 40px 0 60px;
}

.gift .hedg_sec h2 span {
    font-size: 96px;
    font-weight: 700;
    background: radial-gradient(at 50% -100%, #fff 5px, rgba(0, 0, 0, 0.8));
    color: transparent;
    -webkit-background-clip: text;
}


.gift .hedg_sec .txtbox {
    max-width: 80%;
    margin: 0 auto 60px;
    font-size: 32px;
    line-height: 1.5;
    color: #a0a0a5;
}

.gift .hedg_sec .txtbox span {
    font-weight: 700;
    color: #fff;
}

.gift .hedg_sec .ytb_tl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 54px;
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transition: all 0.8s;
}

.gift .hedg_sec .ytb_tl.on {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}


.gift .hedg_sec .ytb_tl .ico {
    display: inline-block;
    width: 65px;
    height: 46px;
    margin-right: 8px;
    background: url('../img/sub/youtube_ico.png') no-repeat center center;
}

.gift .hedg_sec .ytb_tl p {
    font-size: 24px;
    font-weight: 700;
    color: #a0a0a5;
}

.gift .hedg_sec ul {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transition: all 0.8s;
}

.gift .hedg_sec ul.on {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.gift .hedg_sec ul li {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    position: relative;
}
/* 
.gift .hedg_sec ul li:first-of-type {
    padding-right: 16px;
    margin-right: 16px;
}

.gift .hedg_sec ul li:first-of-type::after {
    content: "";
    display: block;
    width: 2px;
    height: 25px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
} */

.gift .hedg_sec ul li span {
    font-size: 24px;
}

.gift .hedg_sec ul li a {
    display: block;
    font-size: 28px;
    font-weight: 500;
    padding-right: 35px;
    background: url('../img/sub/gift_morebtn.png') no-repeat right center;
}

.gift .hedg_sec .logo_box img {
    margin: 0 auto;
}

/*ap_gr*/

.gift .cont_ttl {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 32px;
}

.gift .cont_ttl:not(.t_ttl) {
    opacity: 0;
    transform: translateY(70px);
    -webkit-transform: translateY(70px);
    transition: all 0.8s;
}

.gift .cont_ttl.on {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.gift .cont_ttl span {
    color: #a1a1a6;
}

.gift .cont_disc {
    max-width: 80%;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
    color: #a0a0a5;
    margin-bottom: 100px;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 0.8s;
}

.gift .cont_disc.on {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.gift .ap_gi .cont_disc {
    max-width: 67%;
}

/*common*/

.gift .tag {
    display: block;
    font-size: 21px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.gift h3 {
    font-size: 72px;
    color: #fff;
    line-height: 1.3;
}

.gift h4 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
}

.gift .lab {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    padding: 8px 22px;
    border: solid 2px #fff;
    box-sizing: border-box;
}

/*ap_sec*/

.gift .ap_sec .inner>div:not(.al_sec) {
    border-radius: 50px;
    padding: 50px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.gift .ap_sec .ytb {
    background: linear-gradient(to right bottom, #ED1B66, #FE6503);
    padding: 50px 0 50px 50px;
    overflow: hidden;
    position: relative;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 0.8s;
}

.gift .ap_sec .ytb.on {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.gift .ap_sec .ytb .ytbtxt {
    position: relative;
    z-index: 2;
}

.gift .ap_sec .ytb h3 {
    margin: 64px 0 48px;
}

.gift .ap_sec .ytb h3 span {
    color: #ffeb00;
}

.gift .ap_sec .ytb .disc {
    max-width: 40%;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 45px;
}

.gift .ap_sec .ytb .imgbox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
}

.gift .ap_sec .grobal {
    background: url('../img/sub/gift_cotgro.png') no-repeat center center/cover;
}

.gift .ap_sec .grobal .mv_it{
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 0.8s;
}

.gift .ap_sec .grobal .mv_it.on {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.gift .ap_sec .grobal .gr_disc {
    margin: 195px 0 179px;
    display: flex;
    justify-content: space-between;
}

.gift .ap_sec .al_sec {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.gift .ap_sec .al_sec>div {
    padding: 50px 50px 160px 50px;
    border-radius: 50px;
    box-sizing: border-box;
}

.gift .ap_sec .hedg {
    width: 65.5%;
    margin-right: 40px;
    background: linear-gradient(to bottom, #ED1515, #001CFF);
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 0.8s;
}

.gift .ap_sec .hedg h3 {
    margin-top: 84px;
    text-align: center;
}

.gift .ap_sec .no_alert {
    width: 34.5%;
    background: #fff;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 0.8s;
}


.gift .ap_sec .al_sec.on .hedg,
.gift .ap_sec .al_sec.on .no_alert {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.gift .ap_sec .no_alert .tag {
    color: #000;
}

.gift .ap_sec .no_alert h3 {
    display: inline-block;
    margin-top: 84px;
    color: #000;
    position: relative;
}

.gift .ap_sec .no_alert h3::before {
    content: "";
    display: block;
    width: 178px;
    height: 178px;
    background: url('../img/sub/alert_ico.png') no-repeat center center;
    position: absolute;
    top: -108px;
    right: -40px;
}

.gift .ap_sec .sust {
    background: url('../img/sub/gift_sunsimg.png') no-repeat center center/cover;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 0.8s;
}

.gift .ap_sec .sust.on {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.gift .ap_sec .sust .disc {
    max-width: 56%;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    margin: 541px 0 22px;
}

.gift .ap_sec .sust .lab {
    line-height: 1.5;
}

.gift .lihe_sec .cont01 {
    display: flex;
    margin-bottom: 64px;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 0.8s;
}

.gift .lihe_sec .cont01.on {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.gift .lihe_sec .cont01 .txt {
    width: calc(60% - 72px);
    margin-right: 72px;
    color: #fff;
}

.gift .lihe_sec .cont01 .txt h3 {
    margin-bottom: 32px;
    line-height: 1.3;
}

.gift .lihe_sec .cont01 .txt>div {
    font-size: 28px;
    font-weight: 500;
    color: #a0a0a5;
    line-height: 1.3;
    margin-bottom: 50px;
}

.gift .lihe_sec .cont01 .txt>div:last-of-type {
    margin-bottom: 0;
}

.gift .lihe_sec .cont01 .imgbox {
    width: 40%;
}

/*cont02*/

.gift .lihe_sec .cont02 {
    padding: 50px 111px 236px 50px;
    margin-bottom: 40px;
    border-radius: 50px;
    box-sizing: border-box;
    background: url('../img/sub/gift_cont03img.png') no-repeat center center/cover;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 0.8s;
}

.gift .lihe_sec .cont02.on {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.gift .lihe_sec .cont_row {
    display: flex;
    justify-content: space-between;
}

.gift .lihe_sec .cont02 .cont_row {
    align-items: center;
    margin-top: 161px;

}

.gift .lihe_sec .cont02 .right {
    text-align: center;
}

.gift .lihe_sec .cont02 .right div {
    font-size: 120px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.gift .lihe_sec .cont02 .right span {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
}

/*cont03*/

.gift .lihe_sec .cont03 {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 0.8s;
}

.gift .lihe_sec .cont03.on {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.gift .lihe_sec .cont03 .cont_row>div {
    width: calc(50% - 20px);
    border-radius: 50px;
    padding: 50px;
    box-sizing: border-box;
}

.gift .lihe_sec .cont03 .left {
    background: #0a0d29;
    margin-right: 40px;
}

.gift .lihe_sec .cont03 .left h4 {
    margin: 100px 0 162px;
}

.gift .lihe_sec .cont03 .right {
    background: url('../img/sub/gift_giftsecimg.png') no-repeat center center/cover;
}

.gift .lihe_sec .cont03 .right div {
    margin-top: 60px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}

/*open_sec*/

.gift .open_sec .imgbox {
    width: 100%;
    max-width: 1458px;
    margin: 0 auto;
}

.gift .open_sec .ap_card {
    display: flex;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 0.8s;
}

.gift .open_sec .ap_card.on {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.gift .open_sec .ap_card>div {
    width: calc(50% - 20px);
    padding: 50px;
    border-radius: 50px;
    box-sizing: border-box;
    background: #151516;
    top: -343px;
    position: relative;
    z-index: 1;
}

.gift .open_sec .ap_card>div h4 {
    margin: 161px 0 240px;
}

.gift .open_sec .ap_card .left {
    margin-right: 40px;
}

/*ap_gi*/

.gift .ap_gi .logo_sec {
    max-width: 1220px;
    margin: 0 auto;
    text-align: center;
    padding-top: 98px;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 0.8s;
}

.gift .ap_gi .logo_sec img {
    margin: 0 auto;
}

.gift .ap_gi .logo_sec.on {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

/*link_sec*/

.gift .link_sec {
    display: flex;
}

.gift .link_sec>div {
    width: calc(50% - 20px);
    padding: 50px;
    border-radius: 50px;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    color: #fff;
}

.gift .link_sec .left {
    background: url('../img/sub/gift_bt_left.png') no-repeat center center/cover;
    margin-right: 40px;
    padding: 247px 0 196px;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 0.8s;
}

.gift .link_sec .right {
    background: url('../img/sub/gift_bt_right.png') no-repeat center center/cover;
    padding: 218px 0 167px;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 0.8s;
}

.gift .link_sec .left.on,
.gift .link_sec .right.on {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.gift .link_sec>div .tit {
    font-size: 48px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    line-height: 1.2;
    margin-bottom: 16px;
}

.gift .link_sec>div span {
    display: block;
    font-size: 17px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 32px;
}

.gift .link_sec>div a {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: #007fff;
    padding-right: 21px;
    background: url('../img/sub/bt_golinkbtn.png') no-repeat right center;
}

/*부동산*/

.estate .inner>section:not(.cont03) {
    margin-bottom: 320px;
}

.estate .go_est {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    padding: 18px 0;
    box-sizing: border-box;
    margin-bottom: 45px;
    background: #E34140;
}

.estate .go_est p {
    line-height: 1.3;
    text-align: center;
}

.estate .go_est a {
    font-weight: 700;
    line-height: 1.3;
    padding-right: 18px;
    background: url('../img/sub/go_estarrow.png') no-repeat right center;
    margin-left: 8px;
}

/*상단*/

.estate .cont_ttl {
    font-size: 40px;
    line-height: 1.4;
}

.estate .est_ttl {
    font-size: 72px;
    line-height: 1.3;
}

/*txt공통*/

.estate .est_visual {
    text-align: center;
}

.estate .est_visual img {
    margin: 0 auto;
}

.estate .est_visual .est_main {
    margin-top: 33px;
}

.estate .est_main .cont_ttl {
    margin-top: -12px;
    text-align: center;
    margin-bottom: 10px;
}

.estate .est_main .ttl02 {
    margin-bottom: 32px;
}

.estate .est_main .ttl01 {
    display: block;
    background: linear-gradient(to right bottom, #00CFA3, #009AB8);
    color: transparent;
    -webkit-background-clip: text;
}

.estate .est_main .cont_disc {
    font-size: 19px;
    font-weight: 300;
    color: #646464;
    line-height: 1.3;
    margin-bottom: 64px;
}

.estate .est_main .go_blue {
    font-size: 24px;
    font-weight: 500;
    color: #0071e3;
    padding-right: 30px;
    background: url('../img/sub/landB_arrow.png') no-repeat right center;
}

.estate .cont_sl {
    position: relative;
}

.estate .cont_sl .sl_top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 100px;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 0.7s;
}

.estate .cont_sl .sl_top.on {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.estate .cont_sl .sl_top .go_play {
    display: block;
    width: 60px;
    height: 60px;
    background: url('../img/sub/est_stopbtn.png') no-repeat center center;
}

.estate .cont_sl .est_ttl span {
    background: linear-gradient(to bottom, #FF6673, 20%, #8E08F9);
    color: transparent;
    -webkit-background-clip: text;
}

.estate .cont_sl .sl_mid {
    width: 100%;
    padding: 65px 105px;
    box-sizing: border-box;
    margin-bottom: 40px;
    text-align: center;
    background: #fafafa;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 0.7s;
}

.estate .cont_sl .sl_mid.on {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.estate .cont_sl .item_bot {
    display: flex;
}

.estate .cont_sl.sl_cont {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 0.7s;
}

.estate .cont_sl.sl_cont.on {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.estate .cont_sl .item_bot>div {
    width: calc(50% - 20px);
}

.estate .cont_sl .item_bot .left {
    padding: 65px;
    box-sizing: border-box;
    background: #fafafa;
    margin-right: 40px;
}

.estate .cont_sl .item_bot .tag {
    font-size: 21px;
    font-weight: 700;
    color: #1d1d1f;
    margin-bottom: 100px;
}

.estate .cont_sl .item_bot .sl_ttl {
    font-size: 72px;
    font-weight: 700;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
    color: transparent;
}


.estate .cont_sl .item_bot .gr01 {
    background: linear-gradient(to right bottom, #ED1B66, #FE6503);
    -webkit-background-clip: text;
}

.estate .cont_sl .item_bot .gr02 {
    background: linear-gradient(to bottom, #0073FC, #556AFE, #8266FF);
    -webkit-background-clip: text;
}

.estate .cont_sl .item_bot .gr03 {
    background: linear-gradient(to right bottom, #FF6673, #8E08F9);
    -webkit-background-clip: text;
}

.estate .cont_sl .item_bot .gr04 {
    background: linear-gradient(to right bottom, #722CFC, 50%, #EF3AFF);
    -webkit-background-clip: text;
}

.estate .cont_sl .item_bot .gr05 {
    background: linear-gradient(to bottom, #00CFA3, #009AB8);
    -webkit-background-clip: text;
}

.estate .cont_sl .item_bot .gr06 {
    color: #4C25D9;
}

.estate .cont_sl .item_bot .right .top_img {
    padding: 50px 0;
    box-sizing: border-box;
    background: #f6f7f7;
    margin-bottom: 40px;
}

.estate .cont_sl .item_bot .right .bot_img {
    padding: 193px 0;
    text-align: center;
    background: #fafafa;
}

.estate .cont_sl .item_bot .right .bot_img img {
    margin: 0 auto;
}

.estate .cont_sl .sl_btnbox {
    position: absolute;
    left: 50px;
    bottom: 30px;
}

.estate .cont_sl .sl_btnbox>div {
    position: relative;
    display: flex;
    align-items: center;
}

.estate .cont_sl .swiper-pagination {
    position: static;
    display: flex;
}

.estate .cont_sl .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    background: transparent;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #000;
    opacity: 1;
}

.estate .cont_sl .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FFEB00;
}

.estate .cont_sl .swiper-button-next {
    position: static;
    width: 12px;
    height: 12px;
    margin: 0 0 0 5px;
    background: url('../img/btn/sl_next.png') no-repeat center center;
}

.estate .cont_sl .swiper-button-prev {
    position: static;
    width: 12px;
    height: 12px;
    margin: 0 5px 0 0;
    background: url('../img/btn/sl_prev.png') no-repeat center center;
}

.estate .cont01 .est_ttl {
    padding-left: 105px;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 0.7s;
    position: relative;
    z-index: 1;
}

.estate .cont01 .est_ttl.on {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.estate .cont01 .est_ttl span {
    background: linear-gradient(to bottom, #00CFA3, #009AB8);
    color: transparent;
    -webkit-background-clip: text;
}

.estate .cont01 .cont01_top {
    padding: 312px 0 920px;
    box-sizing: border-box;
    background: url('../img/sub/est_cont01_bg.png') no-repeat center center/cover;
    margin-top: -195px;
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 0.7s;
}

.estate .cont01 .cont01_top.on {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.estate .cont01 .cont01_top dl dt {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
}

.estate .cont01 .cont01_top dl .blue {
    background: linear-gradient(to bottom, #0073FC, 50%, #556AFE, #8266FF);
    color: transparent;
    -webkit-background-clip: text;
}

.estate .cont01 .cont01_top dl .red {
    background: linear-gradient(to right bottom, #ED1B66, #FE6503);
    color: transparent;
    -webkit-background-clip: text;
}


.estate .cont01 .cont01_top dl .violet {
    background: linear-gradient(to right bottom, #722CFC, #EF3AFF);
    color: transparent;
    -webkit-background-clip: text;
}


.estate .cont01 .cont01_top dl .purple {
    background: linear-gradient(to right bottom, #FF6673, #8E08F9);
    color: transparent;
    -webkit-background-clip: text;
}

.estate .cont01 .cont01_top dl .mint {
    background: linear-gradient(to bottom, #00CFA3, #009AB8);
    color: transparent;
    -webkit-background-clip: text;
}


.estate .cont01 .cont01_top dl dd {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 64px;
}

.estate .cont01 .cont01_top dl dd:last-of-type {
    margin-bottom: 0;
}

.estate .cont01 .cont01_bot {
    display: flex;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 0.7s;
}

.estate .cont01 .cont01_bot.on {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.estate .cont01 .cont01_bot>div {
    width: calc(50% - 20px);
}

.estate .cont01 .cont01_bot .left {
    margin-right: 40px;
}

.estate .cont01 .cont01_bot .img_item {
    width: 100%;
    padding-top: 100%;
}

.estate .cont01 .cont01_bot .right .img_item {
    padding-top: calc(50% - 20px);
}

.estate .cont01 .cont01_bot .left .img_item {
    background: url('../img/sub/est_cont01_img01.png') no-repeat center center/cover;
}

.estate .cont01 .cont01_bot .right .top .img_item {
    background: url('../img/sub/est_cont01_img02.png') no-repeat center center/cover;
    margin-bottom: 40px;
}

.estate .cont01 .cont01_bot .right .bot .img_item {
    background: url('../img/sub/est_cont01_img03.png') no-repeat center center/cover;
}


.estate .cont02 .cont02_top {
    padding: 328px 0;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: url('../img/sub/est_cont02_bg.png') no-repeat center center/cover;
    margin-bottom: 90px;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 0.7s;
}

.estate .cont02 .cont02_top.on {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.estate .cont02 .est_ttl {
    margin-bottom: 32px;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 0.7s;
}

.estate .cont02 .est_ttl.on {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.estate .cont02 .est_ttl span {
    color: #25476D;
}

.estate .cont02 .disc {
    max-width: 75%;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    color: #86868b;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 0.7s;
}

.estate .cont02 .disc.on {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.estate .cont02 .disc span {
    color: #000;
}

.estate .cont03 {
    margin-bottom: 160px;
}

.estate .cont03 .cont03_ttl {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 32px;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 0.7s;
}

.estate .cont03 .cont03_ttl.on {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.estate .cont03 .cont03_ttl span {
    color: #4C25D9;
}

.estate .cont03 .disc {
    max-width: 71%;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transition: all 0.7s;
}

.estate .cont03 .disc.on {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

@media screen and (min-width:1921px){
    .about .adt_nav {
        padding: 20vw 0 5vw;
    }

    .about .adt_nav#nav01{
        padding-top: 30vw;
    }
    
}

@media screen and (max-width:1220px) and (min-width:851px) {
    .only_t {
        display: block !important;
    }

    .about .adt_nav .nv_list li button{
        font-size: 25px;
    }

    .about .adt_nav .nv_list li:not(:last-child){
        margin-bottom: 30px;
    }
}


@media screen and (max-width:1220px) {


    .about .fullb_img {
        width: 100%;
    }

    .service .pros .slick-dots {
        bottom: -60px;
        right: 50%;
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
    }

    .service .pros .slick-arrow {
        right: calc(50% + 105px);
        bottom: -61px;
    }

    .service .pros .slick-arrow.slick-next {
        right: calc(50% - 125px);
    }

    .service .pros {
        padding: 77px 0 105px;
    }

    .gift .ap_sec .al_sec {
        flex-direction: column;
    }

    .gift .ap_sec .al_sec>div {
        width: 100%;
    }

    .gift .ap_sec .hedg {
        margin-right: 0;
        margin-bottom: 40px;
    }

    .gift .ap_sec .no_alert h3 br.only_w {
        display: none !important;
    }

    .gift .ap_sec .no_alert h3::before {
        right: -140px;
    }

    .gift .ap_sec .ytb .imgbox {
        position: static;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        top: 0;
        margin-top: 42px;
        text-align: center;
    }

    .gift .lihe_sec .cont01 {
        flex-direction: column;
    }

    .gift .lihe_sec .cont01 .txt {
        width: 100%;
    }

    .gift .lihe_sec .cont01 .imgbox {
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }

    .gift .lihe_sec .cont01 .imgbox .only_w {
        display: none !important;
    }

    .gift .lihe_sec .cont02 {
        padding-right: 50px;
    }

    .gift .lihe_sec .cont02 .cont_row {
        flex-direction: row;
        align-items: center;
    }

    .gift .lihe_sec .cont_row {
        flex-direction: column;
    }

    .gift .lihe_sec .cont03 .cont_row>div {
        width: 100%;
    }

    .gift .lihe_sec .cont03 .cont_row>div.left {
        margin-bottom: 40px;
    }

    .gift .lihe_sec .cont01 .imgbox {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-top: 40px;
    }

    .gift .open_sec .ap_card>div {
        top: 0;
    }

    .service .cont04 .txt_box .tb_stl {
        margin: 0 0 40px 0;
        max-width: none;
    }

    .service .cont04 .txt_box .bottom {
        max-width: 60%;
        margin: 0;
    }

}


@media screen and (max-width:850px) {

    .about .abt_ttl {
        padding: 105px 0 65px;
    }

    .about .abt_ttl span {
        font-size: 28px;
    }


    .about .abt_ttl span::after {
        height: 6.5px;
        border-radius: 4px;
    }

    .about .adt_nav {
        display: block;
        margin: 0 auto 55px;
        padding: 0;
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        transition: all 0.7s;
    }

    .about .adt_nav.on {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    .about .adt_nav .vi_imgbox {
        width: calc(100% - 20px);
        margin: 0 auto;
        border-radius: 10px;
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    .about .adt_nav .vi_imgbox>div {
        font-size: 41px;
        opacity: 1;
        transform: translate(-50%, -50%);
    }

    .about .scr_sec {
        padding: 50px 0 95px;
    }

    .about .abt_stl span {
        font-size: 26px;
        line-height: 1.6;
        word-break: break-all;
    }

    .about .one_cont {
        margin: 0 0 95px 0;
    }

    .about .one_cont img {
        margin: 0 auto;
    }

    .about .fullb_img {
        width: 100%;
    }

    .about .cont_list {
        width: 100%;
        margin: 95px auto;
    }

    .about .cont_list img {
        width: 100%;
    }

    .about .cont_list>div {
        flex-direction: column;
    }

    .about .cont_list .right {
        flex-direction: column-reverse;
    }

    .about .cont_list .cont_imgbox {
        width: 100%;
        margin-bottom: 35px;
    }

    .about .cont_list .txt_box {
        width: 100%;
        margin: 0;
        font-size: 15px;
    }

    .about .cont_list .txt_box p {
        font-size: 15px;
    }

    .about .cont_list .txt_box p:not(:last-of-type) {
        margin-bottom: 25px;
    }

    .about .cont_list>div.left {
        margin-top: 55px;
    }

    .about .cont_list>div.left .txt_box {
        margin: 0;
    }

    .about_list {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        border-top: solid 1px #eee;
        background: #fff;
    }

    .about_list ul {
        width: 100%;
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        padding: 20px 0 20px 14px;
        box-sizing: border-box;
    }

    .about_list ul li {
        margin-right: 22px;
    }

    .about_list ul li button {
        font-size: 21px;
        font-weight: 700;
        color: #d2d6da;
    }

    .about_list ul li button.on {
        color: #000;
    }

    .about .fullb_img {
        display: block;
        width: 100%;
        height: auto;
        background: none;
    }

    .about .fullb_img.full02 {
        background: none;
    }

    .about .fullb_img.full03 {
        background: none;
    }

    .about .fullb_img.full04 {
        background: none;
    }

    .about .fullb_img.full05 {
        background: none;
    }

    .about .fullb .fullb_img {
        opacity: 0;
        transform: translateY(150px);
        -webkit-transform: translateY(150px);
        transition: all 0.7s;
    }

    .about .fullb.on .fullb_img {
        width: 100%;
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    .about .fullb.on .fullb_img img {
        width: 100%;
    }



    /*주식*/

    /* #header.wh,
    #header.wh.fix {
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(15px);
    } */

    #header.wh .logo a path {
        fill: #fff;
    }

    #header.wh.gnb_open .logo a path {
        fill: #000;
    }

    #header.wh .util .ham_btn {
        background-image: url('../img/btn/ham_btn_white_mo.png');
    }

    #header.wh .util .ham_btn.on {
        background-image: url('../img/btn/ham_btn_on_mo.png');
    }

    .service .group {
        padding: 60px 0 45px;
    }

    .service .group .subti_top img {
        width: 100px;
    }

    .service .group .subti_top p {
        margin: 9px 0 30px;

    }

    .service .ser_ttl {
        margin-bottom: 55px;
        font-size: 42px;
    }

    .service .group ul li {
        font-size: 25px;
        line-height: 1.3;
        padding: 30px 0;
    }

    .service .group ul li::before {
        height: 1px;
    }

    .service .pros {
        padding: 54px 0 89px;
    }

    .service .pros .disc_box {
        padding: 0 15px 0 0;
    }

    .service .pros .pros_img {
        margin-bottom: 41px;
    }

    .service .pros .pros_tit {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .service .pros .pros_disc {
        font-size: 15px;
        line-height: 1.5;
    }

    .service .pros .slick-dots li {
        width: 31px;
        height: 31px;
    }

    .service .pros .slick-dots li button {
        font-size: 13px;
        line-height: 31px;
    }


    .service .pros .slick-arrow {
        width: 7px;
        height: 12px;
        background-image: url('../img/sub/st_prev_mo.png');
        background-size: cover;
        bottom: -50px;
    }

    .service .pros .slick-arrow.slick-next {
        background-image: url('../img/sub/st_next_mo.png');
    }

    /*cont*/

    .service .lon {
        padding: 61px 0 278px;
        background-image: url('../img/sub/ser_cont01_mo.jpg');
    }

    .service .lon .cont_ttl {
        font-size: 41px;
        line-height: 1.3;
    }

    /*컨설팅*/

    .service .consts {
        padding: 35px 0 65px;
    }

    .service .consts .const_top .txt {
        font-size: 19px;
        margin-bottom: 35px;
    }

    .service .consts .const_top .go_const {
        font-size: 19px;
        padding-right: 20px;
        background-image: url('../img/sub/go_const_mo.png');
        background-size: 9px 15px;
        margin-bottom: 65px;
    }

    .service .consts ul {
        flex-direction: column;
        padding: 0;
        margin-bottom: 65px;
    }

    .service .consts ul li {
        width: 100%;
    }

    .service .consts ul li .co_img {
        margin-bottom: 25px;
    }

    .service .consts ul li:last-of-type {
        margin: 50px 0 0 0;
    }

    .service .consts ul li .co_label {
        padding: 14px 32px;
        font-size: 13px;
    }

    .service .consts .const_bt {
        flex-direction: column-reverse;
    }

    .service .consts .const_bt .co_bt {
        width: 100%;
        font-size: 29px;
        line-height: 1.2;
        margin-bottom: 25px;
    }

    .service .consts .const_bt .txt {
        width: 100%;
        font-size: 14px;
        line-height: 1.5;
    }

    /*cont03*/

    .service .txt_box .tb_ttl {
        font-size: 40px;
    }

    .service .cont03 {
        background-image: url('../img/sub/ser_cont03_mo.jpg');
    }

    .service .cont03 .txt_box {
        padding: 90px 0 83px;
    }

    .service .cont03 .txt_box .tb_ttl {
        margin: 0 0 32px 0;
    }

    .service .cont03 .txt_box .top {
        max-width: none;
        margin-bottom: 230px;
    }

    .service .cont03 .txt_box .bottom {
        max-width: 95%;
        font-size: 16px;
    }

    .service .cont03 .txt_box .top span {
        font-size: 19px;
    }

    /*cont03*/

    .service .cont04 {
        background-image: url('../img/sub/ser_cont04_mo.jpg');
    }

    .service .cont04 .txt_box {
        padding: 91px 0 50px;
    }

    .service .cont04 .txt_box .tb_stl {
        max-width: none;
        width: 100%;
        font-size: 40px;
        margin: 0 0 60px 0;
        padding: 0;
    }

    .service .cont04 .txt_box .bottom {
        max-width: none;
        width: 100%;
        margin: 0;
    }

    /*cont05*/

    .service .cont05 {
        background-image: url('../img/sub/ser_cont05_mo.jpg');
    }

    .service .cont05 .txt_box {
        padding: 135px 0 83px;
    }

    .service .cont05 .txt_box .bottom {
        margin-top: 145px;
        max-width: none;
        font-size: 14px;
    }

    /*cont06*/

    .service .cont06 {
        background-image: url('../img/sub/ser_cont06_mo.jpg');
    }

    .service .cont06 .txt_box .top {
        max-width: 100%;
    }

    .service .cont06 .txt_box {
        padding: 95px 0 83px;
    }

    .service .cont06 .txt_box .top .tb_ttl {
        margin-bottom: 60px;
    }

    .service .cont06 .txt_box .top>div {
        font-size: 19px;
        margin-bottom: 80px;
    }

    .service .cont06 .txt_box dl dt {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .service .cont06 .txt_box dl dd {
        font-size: 14px;
    }

    .service .cont06 .txt_box dl dd:not(:last-of-type) {
        margin-bottom: 45px;
    }

    /*cont07*/

    .service .cont07 {
        background-image: url('../img/sub/ser_cont07_mo.jpg');
    }

    .service .cont07 .txt_box {
        padding: 245px 0 135px;
    }

    .service .cont07 .txt_box div {
        max-width: 90%;
        font-size: 14px;
        line-height: 1.5;
    }

    /*cont08*/

    .service .cont08 {
        background-image: url('../img/sub/ser_cont08_mo.jpg');
    }

    .service .cont08 .txt_box {
        padding: 300px 0 322px;
    }

    .service .cont08 .txt_box div {
        max-width: 70%;
        font-size: 14px;
    }

    .service .company_ttl {
        font-size: 27px;
    }

    /*gift*/

    .gift {
        padding-top: 50px;
    }

    .gift .go_ytb {
        flex-direction: column;
        align-items: center;
    }

    .gift .go_ytb div {
        font-size: 12px;
        margin-left: 0;
        margin-bottom: 13px;
    }

    .gift .go_ytb a {
        font-size: 12px;
    }

    .gift section:not(.main_vi) {
        padding: 65px 0;
    }

    .gift .hedg_sec .txt_top div img {
        width: 95px;
        margin: 0 auto;
    }

    .gift .hedg_sec h2 span {
        display: block;
        font-size: 40px;
        background: linear-gradient(to bottom, #fff, 60%, #808080);
        color: transparent;
        -webkit-background-clip: text;
    }

    .gift .hedg_sec h2 span:first-child {
        margin-bottom: 15px;
    }

    .gift .hedg_sec h2 {
        margin: 23px 0 39px;
    }

    .gift .hedg_sec .txtbox {
        max-width: none;
        font-size: 21px;
        line-height: 1.6;
        margin-bottom: 45px;
    }

    .gift .hedg_sec .ytb_tl p {
        font-size: 17px;
    }

    .gift .hedg_sec .ytb_tl .ico {
        width: 30px;
        height: 24px;
        background: url('../img/sub/gift_ytbico_mo.png') no-repeat center center/cover;
        margin-right: 7px;
    }

    .gift .hedg_sec ul {
        flex-direction: column;
    }

    .gift .hedg_sec ul li {
        font-size: 19px;
    }

    .gift .hedg_sec ul li span {
        font-size: 19px;
    }

    .gift .hedg_sec ul li:first-of-type {
        padding: 0;
        margin: 0 0 25px 0;
    }

    .gift .hedg_sec ul li:first-of-type::after {
        display: none;
    }

    .gift .hedg_sec ul li a {
        font-size: 19px;
        padding-right: 20px;
        background: url('../img/sub/go_ytblink_mo.png') no-repeat right center/8px 14px;
    }

    .gift .cont_ttl {
        font-size: 32px;
        line-height: 1.3;
        margin-bottom: 48px;
    }

    .gift .cont_disc {
        font-size: 19px;
        max-width: calc(100% - 8px);
        margin-bottom: 10px;
    }

    .gift .tag {
        font-size: 14px;

    }

    .gift .lab {
        font-size: 13px;
        padding: 14px 19px;
    }

    .gift .ap_sec .inner>div:not(.al_sec) {
        border-radius: 10px;
        padding: 25px;
    }

    .gift .ap_sec .ytb h3 {
        font-size: 26px;
        margin: 32px 0 30px;
    }

    .gift .ap_sec .ytb .disc {
        max-width: none;
        font-size: 14px;
        margin-bottom: 23px;
    }

    .gift .ap_sec .ytb .imgbox {
        margin-top: 28px;
    }

    .gift .ap_sec .grobal {
        border-radius: 0;
        background-image: url('../img/sub/gift_cotgro_mo.jpg');
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    .gift .ap_sec .grobal .gr_disc {
        flex-direction: column;
        margin: 70px 0 61px;
    }

    .gift .ap_sec .grobal .gr_disc h3 {
        font-size: 26px;
    }

    .gift .ap_sec .grobal .gr_disc h3:first-of-type {
        margin-bottom: 55px;
    }

    .gift .ap_sec .al_sec>div {
        border-radius: 10px;
        padding: 25px 25px 50px 25px;
    }

    .gift .ap_sec .hedg {
        margin-bottom: 20px;
    }

    .gift .ap_sec .hedg h3 {
        font-size: 26px;
        margin-top: 40px;
        text-align: left;
    }

    .gift .ap_sec .no_alert h3 {
        display: inline-block;
        font-size: 26px;
        margin-top: 40px;
    }

    .gift .ap_sec .no_alert h3::before {
        width: 68px;
        height: 46px;
        background: url('../img/sub/gift_alertico_mo.png') no-repeat center center/cover;
        top: -35px;
        right: -60px;
    }

    .gift .ap_sec .sust {
        background-image: url('../img/sub/gift_sustimg_mo.png');
    }

    .gift .ap_sec .inner>div.sust {
        margin-bottom: 0;
    }

    .gift .ap_sec .sust .disc {
        max-width: none;
        margin-top: 300px;
        margin-bottom: 30px;
    }

    .gift .ap_sec .sust .lab {
        border-radius: 50px;
    }

    .service .company_ttl strong>span::before {
        height: 7px;
    }

    /*cont01*/

    .gift h4 {
        font-size: 29px;
    }

    .gift .lihe_sec .cont01 .txt>div {
        font-size: 19px;
        margin-bottom: 35px;
    }

    .gift .lihe_sec .cont01 .imgbox {
        margin-top: 30px;
    }

    .gift .lihe_sec .cont02 {
        padding: 45px 24px 55px;
        border-radius: 10px;
    }

    .gift .lihe_sec .cont02 .cont_row {
        margin-top: 79px;
        flex-direction: column;
        align-items: flex-start;
    }

    .gift .lihe_sec .cont02 .right {
        text-align: left;
        margin-top: 72.5px;
    }

    .gift .lihe_sec .cont02 .right div {
        font-size: 50px;
    }

    .gift .lihe_sec .cont02 .right span {
        font-size: 17px;
        line-height: 1.2;
    }

    .gift .lihe_sec .cont03 .cont_row>div {
        border-radius: 10px;
        padding: 25px;
    }

    .gift .lihe_sec .cont03 .left h4 {
        margin: 38.5px 0 59.5px;
    }

    .gift .lihe_sec .cont03 .lab {
        width: 80%;
        border-radius: 50px;
        text-align: left;
    }

    .gift .lihe_sec .cont03 .right div {
        font-size: 26px;
    }

    .gift .lihe_sec .cont03 .cont_row>div.left {
        margin-right: 0;
        margin-bottom: 23px;
        padding: 43px 23px 30px;
    }

    .gift .lihe_sec .cont03 .cont_row>div.right {
        padding: 44px 23px 82px;
        background-image: url('../img/sub/gift_cont04_mo.png');
    }

    .gift .open_sec .ap_card {
        flex-direction: column;
    }

    .gift .open_sec .ap_card>div {
        width: 100%;
        border-radius: 10px;
        padding: 28px 22px 30px;
        margin-top: 0;
    }

    .gift .open_sec .ap_card>div h4 {
        margin: 38.5px 0 88.5px;
    }

    .gift .open_sec .ap_card .left {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .gift .ap_gi .cont_disc {
        max-width: none;
    }

    .gift .ap_gi .logo_sec img {
        width: 285px;
        margin: 0 auto;
    }

    .gift .link_sec {
        flex-direction: column;
    }

    .gift .link_sec>div {
        width: 100%;
        border-radius: 10px;
    }

    .gift .link_sec .left {
        padding: 122px 0 118px;
        margin-bottom: 20px;
    }

    .gift .link_sec .right {
        padding: 95.5px 0 93px;
    }

    .gift .link_sec>div .tit {
        font-size: 26px;
        margin-bottom: 19px;
    }

    .gift .link_sec>div span {
        font-size: 13px;
        margin-bottom: 35px;
    }

    .gift .link_sec>div a {
        font-size: 13px;
    }

    /*부동산*/
    .estate .go_est {
        padding: 14px 12px;
        margin-bottom: 35px;
    }

    .estate .est_visual .est_main {
        margin-top: 25px;
    }

    .estate .est_main .cont_ttl {
        margin-top: 0;
        font-size: 20px;
        margin-bottom: 12px;
    }

    .estate .est_main .ttl02 {
        margin-bottom: 30px;
    }

    .estate .est_main .cont_disc {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .estate .est_main .go_blue {
        font-size: 17px;
        padding-right: 20px;
        background: url('../img/sub/landB_arrow_mo.png') no-repeat right center/8px 14px;
    }

    .estate .inner>section:not(.cont03) {
        margin-bottom: 113px;
    }

    .estate .cont_sl .sl_top {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .estate .est_ttl {
        font-size: 26px;
    }

    .estate .cont_sl .est_ttl span {
        background: linear-gradient(to right, #FF6673, 20%, #8E08F9);
        -webkit-background-clip: text;
    }

    .estate .cont_sl .sl_top .go_play {
        width: 37px;
        height: 37px;
        background: url('../img/btn/est_stopbtn_mo.png') no-repeat center center/cover;
        margin-top: 20px;
    }

    .estate .cont_sl .sl_mid {
        padding: 18px 30px 18px 27px;
        margin-bottom: 35px;
    }

    .estate .cont_sl .item_bot {
        flex-direction: column;
    }

    .estate .cont_sl .item_bot>div {
        width: 100%;
    }

    .estate .cont_sl .item_bot .left {
        min-height: 167px;
        margin-right: 0;
        margin-bottom: 15px;
        padding: 35px 0 35px 23px;
    }


    .estate .cont_sl .item_bot .tag {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .estate .cont_sl .item_bot .sl_ttl {
        font-size: 26px;
    }

    .estate .cont_sl .item_bot .right .top_img {
        padding: 0;
        margin-bottom: 15px;
    }

    .estate .cont_sl .item_bot .right .bot_img {
        padding: 43px 15px;
        text-align: center;
    }

    .estate .cont_sl .item_bot .right .bot_img img {
        margin: 0 auto;
        max-width: 150px;
    }

    .estate .cont_sl .sl_btnbox {
        position: static;
        margin-top: 20px;
    }

    .estate .cont_sl .sl_btnbox>div {
        justify-content: center;
    }

    .estate .cont01 .est_ttl {
        padding-left: 0;
    }

    .estate .cont01 .cont01_top {
        width: calc(100% + 30px);
        margin: 49px 0 20px -15px;
        padding: 0 0 115px 15px;
        background-image: url('../img/sub/est_cont01_bg_mo.jpg');
    }

    .estate .cont01 .cont01_top dl dt {
        font-size: 17px;
        line-height: 1.7;
        font-weight: 900;
        margin-bottom: 15px;
        font-family: 'Noto Sans KR', 'sans-serif';
    }

    .estate .cont01 .cont01_top dl dd {
        max-width: 85%;
        margin-bottom: 40px;
        font-size: 14px;
    }

    .estate .cont01 .cont01_bot>div {
        width: calc(50% - 5px);
    }

    .estate .cont01 .cont01_bot .right .img_item {
        padding-top: calc(50% - 5px);
    }

    .estate .cont01 .cont01_bot .left {
        margin-right: 10px;
    }

    .estate .cont01 .cont01_bot .right .top .img_item {
        margin-bottom: 10px;
    }

    .estate .cont02 .cont02_top {
        padding: 119px 0;
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 40px;
        background-image: url('../img/sub/est_cont02_bg_mo.jpg');
    }

    .estate .cont02 .disc {
        font-size: 19px;
        max-width: 100%;
    }

    .estate .cont03 .cont03_ttl {
        font-size: 26px;
        margin-bottom: 33px;
    }

    .estate .cont03 .disc {
        font-size: 19px;
        max-width: 100%;
    }

    .estate .cont03 {
        margin-bottom: 85px;
    }

    .estate .go_est a {
        margin-top: 12px;
        font-size: 12px;
    }

    .estate .cont_sl .item_bot .gr01 {
        background: linear-gradient(to right, #ED1B66, #FE6503);
        -webkit-background-clip: text;
    }

    .estate .cont_sl .swiper-pagination-bullet {
        width: 31px;
        height: 31px;
    }

    .estate .cont_sl .swiper-button-prev {
        width: 7px;
        height: 12px;
        background: url('../img/btn/sl_prev_mo.png') no-repeat center center/7px 12px;
        margin-right: 10px;
    }

    .estate .cont_sl .swiper-button-next {
        width: 7px;
        height: 12px;
        background: url('../img/btn/sl_next_mo.png') no-repeat center center/7px 12px;
        margin-left: 10px;
    }

    .estate .est_visual .logobox img {
        width: 120px;
    }
}

@media screen and (max-width:400px) {

    .gift .ap_sec .ytb h3 {
        font-size: 22px;
    }

}