@charset "utf-8";

/* SUB : COMMON */
.sub .header {
    background: rgba(255, 255, 255, .95);
}

.sub .header .logo {
    background: url('../images/logo_bk.png') center center /100% auto no-repeat;
}

.sub .header .gnb li a {
    color: #222222;
}

.sub .main_tit {
    font-size: 4.375rem;
    padding-bottom: 25px;
}

.sub .main_tit + .sub_tit {
    font-weight: 400;
    line-height: 1.4;
    font-size: 1.5rem;
}

.sub main {
    padding-top: 100px;
}

.title_wrap.container {
    padding: 160px 30px;
}

.title_wrap.container p {
    padding-bottom: 30px;
}

.title_wrap p {
    font-size: 1.25rem;
}

.title_wrap .main_tit {
    /*transition: font-size .4s ease;*/
    line-height: 1.25;
}

.title_wrap.container p {
    padding-left: 6px;
}

.title_wrap h1.main_tit, .main_con .number {
    font-size: 5rem;
}

.btn {
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
}

.btn.btn_black {
    background: #222222;
    color: #ffffff;
}

.main_con {
    height: auto;
    padding: 160px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.main_con .container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    align-items: center;
}

.main_con .container.center {
    justify-content: center;
}

.main_con .con_wrap .btn {
    padding: 28px 0;
    min-width: 280px;
}

.main_con .sub_tit span, .main_con .number span {
    font-weight: inherit;
    font-size: 1.25rem;
}

.main_con .btn, .main_con .circle, .main_con .circle p, .main_con .circle strong, .main_con .number, .main_con .zero, .counter {
    font-weight: 700;
    line-height: inherit;
}

.main_con .result_wrap .number {
    line-height: initial;
}

.w100 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.w100 .title_wrap {
    width: 50%;
}

.main_con .circle {
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

.mc .experience, .mc .brand, .mc .result, .mc .contact, .mc .mall {
    text-align: center;
}

.merit, .seller {
    height: auto;
}

@media screen and (min-width: 1440px) {
    .main_con {
        min-height: calc(100vh - 100px);
        height: auto;
        /*padding: 0;*/
    }

    .w100 {
        justify-content: space-between;
    }
}

@media screen and (max-width: 1440px) {
    .title_wrap.container {
        max-width: initial;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
    .title_wrap h1.main_tit, .main_con .number {
        font-size: 4rem;
    }

    .sub .main_tit {
        font-size: 3.375rem;
    }
}


@media screen and (max-width: 1024px) {
    .main_txt br {
        display: none !important;
    }

    .main_con .container {
        padding: 0 30px;
    }

    .sub .header .logo {
        background: url('../images/logo_bk.png') center center /100% auto no-repeat;
    }

    .header .btn_wrap .ico_menu {
        background-image: url('../images/ico_menu_bk.png');
    }

    .sub .header .gnb li a {
        color: #222222;
    }

    .sub main {
        padding-top: 60px;
    }

    .main_con p {
        /*line-height: inherit;*/
        font-size: 16px;
    }

    .title_wrap.container {
        padding: 40px 30px 80px;
    }

    .title_wrap.container p {
        padding-bottom: 16px;
    }

    .title_wrap p {
        font-size: 14px;
    }

    .sub .main_tit + .sub_tit {
        font-size: 18px;
    }

    .title_wrap .main_tit {
        line-height: 40px;
    }

    .title_wrap h1.main_tit, .main_con .number {
        font-size: 30px;
        padding-bottom: 0;
    }

    .main_con .main_tit {
        font-size: 28px;
        padding-bottom: 24px;
    }

    .main_con .sub_tit {
        font-size: 18px;
    }

        .main_con .con_wrap .btn {
        padding: 17px 0;
        border-radius: 4px;
        min-width: 160px;
        font-size: 14px;
    }

    .main_con .sub_tit span, .main_con .number span {
        font-weight: inherit;
        font-size: 1.25rem;
    }

    .main_con .con_wrap .circle {
        text-align: center;
    }

    .main_con .con_wrap .number {
        line-height: initial;
    }
}

@media screen and (max-width: 767px) {
    .main_con {
        height: auto;
        min-height: calc(100vh - 60px);
        padding: 108px 0;
    }

    .mc .merit .title_wrap, .pa .result .title_wrap, .pa .merit .title_wrap, .cc .model .title_wrap {
        width: 100%;
    }

    .mc .login .con_wrap, .mc .recommend .con_wrap {
        width: 100%;
    }
}

/*// SUB : COMMON */

/* SUB 1 ::: MC */

/* MC : LOGIN */

.login {
    background-image: url('../images/bg_mc01.png');
    background-position: 22%;
}

.login .container {
    width: 100%;
    justify-content: flex-end;
}

.login .sub_tit {
    padding-bottom: 54px;
}

@media screen and (min-width: 1440px) {
    .login .container {
        width: 100%;
        justify-content: flex-end;
    }

    .login .con_wrap {
        width: 30%;
    }
}

@media screen and (max-width: 1024px) {
    .login .sub_tit {
        padding-bottom: 24px;
    }

    .login .con_wrap {
        width: 40%;
    }
}

/*// MC : LOGIN */

/* MC : EXPERIENCE */

.experience {
    background-image: url('../images/bg_mc02.png');
    background-position: 84%;
    height: 100%;
    padding: 134px 0;
}

.experience .experience_wrap {
    white-space: nowrap;
    padding-top: 55px;
}

.experience .circle {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: inline-block;
    line-height: 200px;
    background: #12CEDB;
    border: none;
}

.experience .ico_plus {
    background-image: url('../images/ico_plus.png');
    width: 12px;
    height: 12px;
    margin: 0 40px;
}

.experience .zero {
    font-size: 1.875rem;
    padding: 0 0 70px;
}

.experience .ico_bottom {
    position: relative;
    content: '';
    margin: -20px auto 40px;
    display: block;
    width: 10px;
    height: 24px;
    background: url('../images/ico_arrow.png') center center /100% auto no-repeat;
}

.experience .ico_zero {
    background-image: url('../images/ico_zero.png');
    width: 114px;
    height: 146px;
    margin-left: 20px;
}

@media screen and (max-width: 1024px) {
    .experience .experience_wrap {
        padding-top: 40px;
    }

    .experience .circle {
        font-size: 16px;
        width: 120px;
        line-height: 120px;
        height: 120px;
    }

    .experience .ico_plus {
        margin: 0 24px;
    }

    .experience .zero {
        font-size: 18px;
        padding: 0 0 55px;
    }

    .experience .ico_bottom {
        margin: -10px auto 24px;
    }

    .experience .ico_zero {
        width: 80px;
        height: 104px;
    }
}

/*// MC : EXPERIENCE */

/* MC : MERIT */

.merit {
    background-image: url('../images/bg_mc03.png');
    background-position: 27%;
}

.merit li {
    padding: 60px 0;
    border-bottom: 1px solid rgba(239, 239, 240, 0.2);
}

.merit li:first-child {
    padding-top: 0;
}

.merit li:last-child {
    border: none;
    padding-bottom: 0;
}

.merit li .txt_wrap {
    display: inline-block;
    vertical-align: middle;
}

.merit li .sub_tit {
    padding-bottom: 24px;
}

.merit .ico {
    width: 60px;
    height: 60px;
    vertical-align: middle;
    margin: 0 80px 0 30px;
}

.merit .ico_cs {
    background-image: url('../images/ico_cs.png');
}

.merit .ico_money {
    background-image: url('../images/ico_money.png');
}

.merit .ico_stock {
    background-image: url('../images/ico_stock.png');
}

.merit .ico_marketing {
    background-image: url('../images/ico_marketing.png');
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
    .merit li {
        padding: 50px 0;
    }

    .merit .ico {
        margin: 0 50px 0 30px;
    }
}

@media screen and (max-width: 1024px) {
    .merit {
        height: auto;
        padding: 80px 0;
    }

    .merit .ico {
        width: 30px;
        height: 30px;
        margin: 0 0 24px 0;
    }

    .merit li {
        padding: 0 0 50px;
        border-bottom: none;
    }

    .merit li:last-child {
        padding-bottom: 0;
    }

    .merit li .txt_wrap {
        display: block;
    }

    .merit li:last-child .txt_wrap {
        padding: 0;
    }

    .merit li .txt_wrap .sub_tit {
        padding-bottom: 16px;
    }
}

@media screen and (max-width: 767px) {
    .merit .merit_wrap {
        padding-top: 80px;
    }
}

/*// MC : MERIT */

/* MC : RECOMMEND */

.recommend {
    background-image: url('../images/bg_mc05.png');
    background-position: 64%;
}

.recommend .container {
    width: 100%;
    justify-content: flex-end;
}

.recommend .sub_txt {
    margin-bottom: 20px;
    display: block;
}

.recommend .sub_txt:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 1440px) {
    .recommend .con_wrap {
        width: 40%;
    }
}

@media screen and (max-width: 1024px) {
    .recommend  .con_wrap {
        width: 50%;
    }
}

/*// MC : RECOMMEND */

/* MC : BRAND */

.brand {
    background-image: none;
    color: #222222;
}

.brand .container {
    max-width: initial;
    justify-content: center;
    padding: 0;
}

.brand .con_wrap {
    overflow: hidden;
}

.brand .brand_wrap {
    padding-top: 120px;
}

.brand .brand_wrap img {
    width: 260px;
    height: auto;
}

.brand .simply-scroll, .brand .simply-scroll .simply-scroll-clip {
    width: 100%;
    height: 120px;
}

@media screen and (max-width: 1024px) {
    .brand .container {
        padding: 0;
    }

    .brand .main_tit.container {
        padding: 0 30px;
    }

    .brand .brand_wrap {
        padding-top: 80px;
    }

    .brand .simply-scroll, .brand .simply-scroll .simply-scroll-clip {
        width: 100%;
        height: 70px;
    }

    .brand .simply-scroll .simply-scroll-list li {
        width: 140px;
        margin: 0 10px;
        height: auto;
    }

    .brand .brand_wrap img {
        width: 140px;
        height: auto;
    }
}

/*// MC : BRAND */

/* MC : RESULT */

.result {
    background-image: url('../images/bg_mc04.png');
    background-position: 88%;
}

.result ul, .contact ul, .mall ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.result .title_wrap .sub_tit {
    font-size: 1.5rem;
}

.result .result_wrap {
    padding-top: 120px;
}

.result .result_wrap .sub_tit {
    padding-top: 8px;
}

.result .circle {
    width: 226px;
    height: 226px;
    margin-right: 16px;
    padding: 80px 0;
}

.result .circle:last-child {
    margin: 0;
}

.result .counter {
    font-size: 1.5rem;
    font-weight: inherit;
    padding-top: 3px;
}

@media screen and (max-width: 1024px) {
    .result .result_wrap {
        padding-top: 80px;
    }

    .result .title_wrap .sub_tit {
        font-size: 18px;
    }

    .result .circle {
        width: 146px;
        height: 146px;
        padding: 47px 0;
        margin-right: 8px;
    }

    .result .circle p {
        font-size: 18px;
    }

    .result .circle:nth-of-type(1), .mc .main_con.result .result_wrap .circle:nth-of-type(2) {
        margin-bottom: 8px;
    }

    .result .circle:nth-of-type(3n) {
        margin-right: 0;
    }

    .result .circle .sub_tit {
        padding-top: 6px;
    }

    .result .circle span {
        font-size: 16px;
    }

    .result .counter {
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    .result .result_wrap .circle:nth-of-type(2n) {
        margin-right: 0;
    }
}

/*// MC : RESULT */

/* MC : MALL */

.mall {
    color: #222222;
    height: auto;
    /*padding: 120px 0;*/
    background: #f4f4f4;
}

.mall .tabBtn {
    padding: 14px 36px;
    cursor: pointer;
}

.mall .tabBtn span {
    color: #999999;
    font-weight: 700;
    font-size: 1.5rem;
}

.mall .tabBtn.active {
    background: #222222;
    border-radius: 27px;
}

.mall .tabBtn.active span {
    color: #ffffff;
}

.mall .tab {
    padding-top: 20px;
}

.mall .tabCon {
    max-width: 828px;
    margin: 50px auto 0;
}

.mall .img_mall {
    box-shadow: 10px 10px 30px rgb(0 0 0 / 10%);
    margin-bottom: 53px;
}

.mall .txt_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    text-align: left;
}

.mall .sub_tit {
    font-size: 1.5rem;
    padding-bottom: 20px;
}

.mall .sub_txt {
    color: #666666;
}

.mall .con_wrap .btn_shortcut {
    font-size: 1.125rem;
    width: 200px;
    min-width: inherit;
    padding: 0 24px;
    height: 52px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: #f4f4f4;
}

.mall .con_wrap .ico_shortcut {
    display: block;
    position: absolute;
    top: 50%;
    right: 24px;
    width: 12px;
    height: 12px;
    background: url("../images/diagonalArray.svg") no-repeat;
    background-size: 12px;
    transform: translateY(-50%);
}

.mall .mo_txt {
    display: none;
}

@media screen and (max-width: 1024px) {
    .mall .tab {
        padding-top: 0;
    }

    .mall .tabBtn {
        padding: 12px 24px;
    }

    .mall .tabBtn span {
        font-size: 16px;
    }

    .mall .main_tit {
        text-align: center;
    }

    .mall .sub_tit {
        font-size: 18px;
        padding-bottom: 16px;
    }

    .mall .tabCon {
        margin: 40px auto 0;
    }

    .mall .img_mall {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .mall .txt_wrap {
        display: block;
    }

    .mall .mall_info {
        margin-bottom: 32px;
    }

    .mall .con_wrap .btn_shortcut {
        width: 158px;
        height: 42px;
        font-size: 14px;
        padding: 0 20px;
    }

    .mall .con_wrap .ico_shortcut {
        width: 10px;
        height: 10px;
        background-size: 10px;
        right: 20px;
    }
}

/*// MC : MALL */

/* MC : CONTACT */
.contact {
    background-image: url('../images/bg_contact.png');
    background-position: 72%;
}

.contact .contact_wrap {
    padding: 80px 0;
}

.contact .circle {
    display: inline-block;
    vertical-align: middle;
    width: 160px;
    height: 160px;
    margin-right: 32px;
    position: relative;
}

.contact .circle strong {
    display: block;
    padding: 30px 0 20px;
}

.contact .circle strong + p {
    font-weight: 400;
}

.contact .circle:after {
    background-image: url('../images/ico_step.png');
    width: 4px;
    height: 8px;
    background-size: 100% 8px;
    content: '';
    right: -19px;
    top: 50%;
    position: absolute;
}

.contact .circle:last-child:after {
    background-image: none;
}

@media screen and (max-width: 1024px) {
    .contact .contact_wrap {
        padding: 80px 0 40px;
    }

    .contact .circle {
        width: 120px;
        height: 120px;
        margin: 0 20px 20px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .contact .circle:nth-of-type(2n), .contact .circle:last-child {
        margin: 0 0 20px 0;
    }

    .contact .circle strong {
        font-size: 12px;
        padding: 0 0 8px 0;
    }

    .contact .circle p {
        font-size: 16px;
    }

    .contact .circle em {
        font-size: 14px;
    }

    .contact .circle:after {
        background-image: none;
    }

    .contact .circle, .contact .circle:nth-of-type(2n) {
        margin: 0 20px 0 0;
    }

    .contact .circle:last-child {
        margin: 0;
    }

    .contact .ico_step {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .contact .contact_wrap ul {
        max-width: 500px;
    }

    .contact .contact_wrap .circle, .contact .contact_wrap .circle:nth-of-type(2n) {
        margin: 0 20px 20px 0;
    }

    .contact .contact_wrap .circle:nth-of-type(3) {
        margin: 0 0 20px 0;
    }
}

/*// MC : CONTACT */

/*// SUB 1 ::: MC */

/* SUB 2 : PA */

/* PA : SELLER */
.seller {
    background-image: url('../images/bg_pa01.png');
    background-position: 55%;
}

.seller .con_wrap {
    flex-direction: row-reverse;
}

.seller .title_wrap {
    width: 100%;
}

.seller .seller_wrap {
    width: 40%;
    min-width: 670px;
}

.seller .seller_wrap ul {
    display: block;
}

.seller .seller_wrap ul li {
    text-align: left;
}

.seller .seller_wrap p {
    padding-bottom: 7px;
}

.seller .seller_wrap .number {
    padding-bottom: 38px;
    text-align: left;
    transition: all .4s ease-in-out;
    white-space: nowrap;
}

.seller .seller_wrap .number span {
    padding-left: 12px;
}

.seller .seller_wrap ul li:last-child .number {
    padding-bottom: 0;
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
    .seller .seller_wrap {
        width: 50%;
        min-width: initial;
    }
}

@media screen and (max-width: 1024px) {
    .seller {
        /*height: calc(100% - 60px);*/
        padding: 80px 0;
    }

    .seller .seller_wrap {
        width: 50%;
        min-width: 260px;
        transition: all .6s ease-in-out;
    }

    .seller .seller_wrap p, .seller .seller_wrap .number {
        font-size: 16px;
    }

    .seller .con_wrap {
        flex-direction: row-reverse;
    }

    .seller .title_wrap {
        padding-bottom: 156px;
    }

    .seller .seller_wrap .number {
        padding-bottom: 20px;
    }

    .seller .seller_wrap ul li:last-child .number {
        padding-bottom: 0;
    }

    .seller .seller_wrap .number .counter {
        font-size: 32px;
    }
}

@media screen and (max-width: 767px) {
    .seller .seller_wrap {
        padding-top: 0;
    }
}

@media screen and (max-width: 480px) {
    .seller .seller_wrap {
        /*width: 88%;*/
        transition: all .6s ease-in-out;
    }
}

/*// PA : SELLER */

/* PA : MERIT */

.pa .merit {
    background-image: url('../images/bg_pa02.png');
    background-position: 23%;
    /*height: 1287px;*/
}

.pa .merit .merit_wrap .ico_search {
    background-image: url('../images/ico_stock.png');
}

.pa .merit .merit_wrap .ico_tv {
    background-image: url('../images/ico_tv.png');
}

/*// PA : MERIT */

/* PA : CONTACT */

.pa .contact {
    background-image: url('../images/bg_contact.png');
    background-position: 72%;
    text-align: center;
}

.pa .contact .con_wrap .btn:first-child {
    margin-right: 16px;
}

@media screen and (max-width: 767px) {
    .pa .contact .con_wrap .btn {
        display: block;
        margin: 0 auto;
    }

    .pa .contact .con_wrap .btn:first-child {
        margin: 0 0 8px 0;
    }
}

/*// PA : CONTACT */

/*// SUB 2 : PA */

/* SUB 3 : CC */
.cc {
    padding-bottom: 0;
}

.cc .title_wrap .main_txt {
    display: inline-block;
    padding: 20px 0 0 0;
    color: #666666;
    font-size: 1.25rem;
    line-height: 32px;
    font-weight: 300;
}

.cc .title_wrap.container p {
    padding-left: 2px;
}

.cc .idea {
    background-image: url('../images/bg_cc01.png');
    height: calc(100vh - 100px);
}

.cc .model {
    color: #000;
    height: auto;
    padding-top: 160px;
}

.cc .model .con_wrap .title_wrap {
    display: flex;
    align-items: center;
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0;
}

.cc .model .model_wrap {
    width: 50%;
}

.cc .model .model_wrap .thumb {
    margin-bottom: 160px;
}

.cc .model .model_wrap .thumb:last-child {
    margin-bottom: 0;
}

.cc .model .model_wrap .img_wrap {
    width: 100%;
    /*height: 764px;*/
    object-fit: cover;
    margin-bottom: 40px;
    margin-left: auto;
}

.cc .model .model_wrap .txt_wrap .tit {
    font-size: 55px;
    line-height: 51px;
    font-weight: 700;
}

.cc .model .model_wrap .txt_wrap .txt {
    font-size: 20px;
    line-height: 30px;
    color: #666666;
    padding-top: 16px;
}

.cc .artist {
    position: relative;
    height: 1680px;
    margin: 0 60px;
    padding: 0;
}

.cc .artist .container {
    max-width: 1600px;
    display: block;
    padding: 0;
}

.cc .artist .con_wrap {
    height: 100%;
}

.cc .artist .thumb_wrap {
    width: 100%;
    height: 100%;
}

.cc .artist .thumb_wrap .thumb {
    width: 351px;
    height: 476px;
    background-size: 351px;
    position: absolute;
    box-shadow: 10px 10px 10px rgb(0 0 0 / 10%);
}

.cc .artist .thumb_wrap .t01 {
    background-image: url('../images/slide01.jpg');
    background-repeat: no-repeat;
    bottom: 18%;
    left: -2%;
}

.cc .artist .thumb_wrap .t02 {
    background-image: url('../images/slide02.jpg');
    background-repeat: no-repeat;
    top: 8%;
    left: 8%;
}

.cc .artist .thumb_wrap .t03 {
    background-image: url('../images/slide03.jpg');
    background-repeat: no-repeat;
    left: 38%;
    bottom: 0;
}

.cc .artist .thumb_wrap .t04 {
    background-image: url('../images/slide04.jpg');
    background-repeat: no-repeat;
    top: 21%;
    right: 12%;
}

.cc .artist .thumb_wrap .t05 {
    background-image: url('../images/slide05.jpg');
    background-repeat: no-repeat;
    bottom: 5%;
    right: 0;
}

.cc .artist .thumb_wrap .t06 {
    background-image: url('../images/slide06.jpg');
    background-repeat: no-repeat;
    top: 0;
    right: 30%;
}

.cc .artist .title_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1146px;
}

.cc .artist .title_wrap .sub_tit {
    color: #000;
    font-size: 10.6157vw;
    line-height: 1em;
    font-weight: 900;
}

.cc .artist .title_wrap .s01 {
    text-align: left;
}

.cc .artist .title_wrap .s02 {
    text-align: center;
}

.cc .artist .title_wrap .s03 {
    text-align: right;
}

.cc .partner {
    color: #000;
    height: auto;
    min-height: initial;
}

.cc .partner .main_tit {
    text-align: center;
    padding-bottom: 84px;
}

.cc .partner .partner_wrap ul {
    display: flex;
    flex-wrap: nowrap;
}

.cc .coming {
    background-image: url('../images/bg_cc02.png');
}

.cc .coming .con_wrap {
    width: 100%;
    text-align: center;
}

.cc .coming .con_wrap .title_wrap .sub_tit {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

.cc .coming .con_wrap .title_wrap .main_tit {
    font-size: 60px;
    line-height: 80px;
    padding: 32px 0;
}


@media screen and (max-width: 1440px) {
    .cc .artist {
        height: 1400px;
    }

    .cc .artist .thumb_wrap .thumb {
        width: 260px;
        height: 354px;
        background-size: 260px;
    }

    .cc .artist .title_wrap {
        padding: 0 126px;
        max-width: initial;
    }

    .cc .artist .thumb_wrap .t04 {
        right: 4%;
    }


    .cc .artist .thumb_wrap .t06 {
        right: 18%;
    }
}

@media screen and (max-width: 1024px) {
    .cc .artist {
        height: 1340px;
        margin: 0;
    }

    .cc .artist .thumb_wrap .t06 {
        right: 20%;
    }

    .cc .idea {
        height: auto;
        padding: 160px 0;
    }

    .cc .model .model_wrap .txt_wrap .tit {
        font-size: 24px;
        line-height: 30px;
    }

    .cc .model .model_wrap .txt_wrap .txt {
        font-size: 16px;
        line-height: 12px;
    }

    .cc .partner .con_wrap .title_wrap .sub_tit {
        font-size: 16px;
        line-height: 26px;
    }

    .cc .partner .con_wrap .title_wrap .main_tit {
        font-size: 28px;
        line-height: 34px;
        padding: 17px 0 30px;
    }

    .cc .coming .con_wrap .title_wrap .sub_tit {
        font-size: 16px;
        line-height: 26px;
    }

    .cc .coming .con_wrap .title_wrap .main_tit {
        font-size: 24px;
        line-height: 34px;
        padding: 17px 0 30px;
    }

    .cc .partner_wrap img {
        width: 140px;
        height: 70px;
    }
}

@media screen and (max-width: 767px) {
    .cc .main_con.artist .container {
        width: 100%;
    }

    .cc .title_wrap .main_txt {
        font-size: 16px;
        line-height: 24px;
    }

    .cc .model {
        padding-top: 80px;
    }

    .cc .model .con_wrap {
        display: block;
    }

    .cc .model .con_wrap .title_wrap {
        display: block;
        height: inherit;
        position: inherit;
    }

    .cc .model .model_wrap {
        width: 100%;
    }

    .cc .model .model_wrap .img_wrap {
        width: 100%;
        height: 100%;
    }

    .cc .model .model_wrap .thumb {
        margin-bottom: 80px;
    }

    .cc .artist {
        /*margin: 0 30px;*/
        height: 900px;
        padding: 0;
    }

    .cc .artist .thumb_wrap .thumb {
        width: 124px;
        height: 170px;
        background-size: 124px;
    }

    .cc .artist .title_wrap {
        width: 289px;
        padding: 0 30px;
    }

    .cc .artist .title_wrap .sub_tit {
        font-size: 50px;
        line-height: 59px;
    }

    .cc .artist .thumb_wrap .t01 {
        bottom: 18%;
        left: -2%;
    }

    .cc .artist .thumb_wrap .t02 {
        top: 20%;
        left: 0;
    }

    .cc .artist .thumb_wrap .t03 {
        left: 38%;
        bottom: 0;
    }

    .cc .artist .thumb_wrap .t04 {
        top: 16%;
        right: -2%;
    }

    .cc .artist .thumb_wrap .t05 {
        bottom: 20%;
        right: -6%;
    }

    .cc .artist .thumb_wrap .t06 {
        top: 0;
        right: 14%;
    }

    .cc .partner .main_tit {
        padding-bottom: 30px;
    }

    .cc .partner .con_wrap {
        width: 100%;
    }

    .cc .partner .partner_wrap ul {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .cc .partner .partner_wrap ul li {
        width: 50%;
        /*margin: 10px 0;*/
        padding-bottom: 20px;
    }

    .cc .partner .reveal [class*='delay'], .contact .reveal [class*='delay'] {
        transition-duration: 1s;
    }
}
/*// SUB 3 : CC */

/* SUB 4 : HS */
.hs .title_wrap .main_tit {
    font-size: 3.75rem;
    line-height: 80px;
}

.hs .main_con {
    color: #000;
}

.hs .bg_con {
    transition: all 0.6s ease-in-out;
    width: 100%;
    height: 650px;
    margin: 0 auto;
}

.hs .bg_con.active {
    width: 1440px;
    height: 450px;
    min-height: initial;
}

.hs .bg_con01 {
    background-image: url('../images/bg_human02.png');
}

.hs .bg_con02 {
    background-image: url('../images/bg_human03.png');
}

.hs .main_bg {
    background-image: url('../images/bg_human01.png');
    background-repeat: no-repeat;
    height: 600px;
}

.hs .solution,
.hs .vision {
    height: auto;
    align-items: flex-start;
    padding: 80px 0 160px;
    min-height: inherit;
}

.hs .solution .title_wrap .main_tit,
.hs .vision .title_wrap .main_tit {
    font-size: 3.125rem;
    line-height: 70px;
    padding-bottom: 0;
}

.hs .solution .con_wrap {
    /*width: 70%;*/
    max-width: 1024px;
    margin: 0 auto;
}

.hs .solution .con_wrap .title_wrap {
    width: 50%;
}

.hs .solution .con_wrap .sub_wrap {
    width: 50%;
}

.hs .solution .con_wrap .sub_wrap p {
    color: #666666;
    margin-bottom: 24px;
}

.hs .solution .con_wrap .sub_wrap p:last-child {
    margin-bottom: 0;
}

.hs .vision .title_wrap {
    width: 100%;
    padding-bottom: 80px;
}

.hs .vision .con_wrap .card {
    width: 33.3%;
    padding-right: 108px;
}

.hs .vision .con_wrap .card:last-child {
    padding-right: 75px;
}

.hs .vision .con_wrap .card .ico {
    width: 60px;
    height: 60px;
    background-size: 60px;
    margin-bottom: 49px;
}

.hs .vision .con_wrap .card.active .ico01, .hs .vision .con_wrap .card.active .ico03 {
    animation-name: rotating;
    animation-duration: 3s;
}

.hs .vision .con_wrap .card.active .ico02 {
    animation-name: scales;
    animation-duration: 3s;
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes scales {
    0% {
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -ms-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -webkit-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
    }
    100% {
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.hs .vision .con_wrap .card .ico01 {
    background-image: url('../images/ico_value.png');
}

.hs .vision .con_wrap .card .ico02 {
    background-image: url('../images/ico_share.svg');
}

.hs .vision .con_wrap .card .ico03 {
    background-image: url('../images/ico_trust.png');
}

.hs .vision .con_wrap .card .card_txt .sub_tit {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 40px;
}

.hs .vision .con_wrap .card .card_txt p {
    font-size: 20px;
    line-height: 30px;
    color: #666666;
}

.hs .solution:last-child {
    padding: 80px 0 200px;
}

@media screen and (max-width: 1440px) {
    .hs .bg_con.active {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .hs .title_wrap .main_tit {
        font-size: 30px;
        line-height: 40px;
    }

    .hs .solution .title_wrap .main_tit,
    .hs .vision .title_wrap .main_tit {
        font-size: 24px;
        line-height: 34px;
    }

    .hs .solution .con_wrap .sub_wrap p {
        font-size: 16px;
        line-height: 24px;
    }

    .hs .solution,
    .hs .vision {
        padding: 40px 0 80px;
    }

    .hs .vision .title_wrap {
        padding-bottom: 40px;
    }

    .hs .vision .con_wrap .card {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .hs .vision .con_wrap .card:last-child {
        margin-bottom: 0;
    }

    .hs .vision .con_wrap .card .ico {
        margin-bottom: 16px;
        width: 30px;
        height: 30px;
        background-size: 30px;
    }

    .hs .vision .con_wrap .card .card_txt .sub_tit {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .hs .vision .con_wrap .card .card_txt p {
        font-size: 16px;
        line-height: 24px;
    }

    .hs .main_bg {
        height: 224px;
    }

    .hs .solution:last-child {
        padding: 40px 0 80px;
    }

    .hs .bg_con {
        width: 100%;
        height: 224px;
    }

    .hs .bg_con.active {
        width: calc(100% - 60px);
        height: 186px;
    }
}

@media screen and (max-width: 767px) {
    .hs .main_con.solution .con_wrap {
        width: 100%;
    }

    .hs .solution .con_wrap .title_wrap {
        width: 100%;
        margin-bottom: 24px;
    }

    .hs .solution .con_wrap .sub_wrap {
        width: 100%;
    }

    .hs .solution .con_wrap .sub_wrap p {
        font-size: 16px;
        line-height: 24px;
    }

    .hs .solution,
    .hs .vision {
        padding: 40px 0 80px;
    }

    .hs .vision .title_wrap {
        padding-bottom: 40px;
    }

    .hs .vision .con_wrap .card {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .hs .vision .con_wrap .card:last-child {
        margin-bottom: 0;
    }

    .hs .vision .con_wrap .card .ico {
        margin-bottom: 16px;
        width: 30px;
        height: 30px;
        background-size: 30px;
    }

    .hs .vision .con_wrap .card .card_txt .sub_tit {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .hs .vision .con_wrap .card .card_txt p {
        font-size: 16px;
        line-height: 24px;
    }

    .hs .main_bg {
        height: 224px;
    }

    .hs .solution:last-child {
        padding: 40px 0 80px;
    }

    .hs .bg_con {
        width: 100%;
        height: 224px;
    }

    .hs .bg_con.active {
        width: calc(100% - 60px);
        height: 186px;
    }
}

/*// SUB 4 : HS */

/* SUB : USE, POLICY */

.policy {
    height: auto;
    color: #222222;
    padding: 80px 6% 0;
}

.policy .title {
    text-align: center;
    margin-bottom: 50px;
}

.policy .title h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 68px;
}

.policy .terms {
    margin-bottom: 20px;
}

.policy .terms .tit {
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 20px;
}

.policy .terms h3.tit {
    margin: 30px 0;
}

.policy .terms .tit.small {
    color: #9f9f9f;
    margin: 20px 0;
    font-size: 18px;
}

.policy .tit.big {
    font-size: 22px;
    font-weight: 700;
    line-height: 35px;
    margin: 40px 0;
    color: #000;
}

.policy .tit.big:first-child {
    margin-top: 0;
}

.policy .termsWrap {
    width: 560px;
}

.policy .termsWrap:after {
    content: '';
    display: block;
    clear: both;
}

.policy .left {
    float: left;
}

.policy .right {
    float: right;
}

.policy .terms p {
    font-size: 18px;
    line-height: 35px;
    color: #9F9F9F;
    margin-bottom: 1rem;
}

.policy .indent p {
    text-indent: -1.25rem;
    padding-left: 1.25rem;
}

.policy .indent p.none {
    text-indent: 0;
    padding-left: 0;
}

.policy .subTerms {
    margin: 1rem 0;
    padding-left: 2rem;
    word-break: keep-all;
    list-style: decimal;
}

.policy .subTerms li {
    font-size: 18px;
    margin-bottom: 20px;
    color: #9F9F9F;
    line-height: 32px;
}

.policy .subTerms li.point {
    color: #FB4E4E;
}

.policy .subTerms.second {
    list-style: upper-alpha;
}

.policy .subTerms.third {
    list-style: upper-roman;
}

.policy .subTerms.ko {
    list-style: hangul;
}

.policy .subTerms.circle {
    list-style: circle;
}

.policy .subTerms.circle li {
    margin-bottom: 10px;
}

.policy .tab {
    width: 100%;
    height: 62px;
    box-sizing: border-box;
}

.policy .tab li {
    width: 33.33%;
    position: relative;
    float: left;
    z-index: 1;
    border-bottom: 2px solid #5c88da;
}

.policy .tab li span {
    display: block;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin-left: -1px;
    font-size: 18px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #f8f8f8;
    color: #757575;
    cursor: pointer;
}

.policy .tab li.active {
    z-index: 2;
    border-bottom: none;
}

.policy .tab li.active span {
    height: 62px;
    font-weight: 600;
    border: 2px solid #5c88da;
    border-bottom: none;
    background: #fff;
    color: #5c88da;
}

.policy .tab li:not(.active) span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
}

.policy .tab:after {
    clear: both;
    content: '';
    overflow: hidden;
}

.tabCon {
    display: none;
    margin: 70px auto 120px;
}

.tabCon.active {
    display: block;
}

.policy .tab.pc {
    display: block;
}

.policy .tab.mo {
    display: none;
    font-size: 1rem;
    color: #222;
    height: 50px;
    background: #ffffff url('../images/ico_select.png') 95% 50%/12px auto no-repeat
}

@media screen and (min-width: 1440px) {
    .policy {
        max-width: 1440px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .policy .tab.pc {
        display: none;
    }

    .policy .tab.mo {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .policy .tab.pc {
        display: none;
    }

    .policy .tab.mo {
        display: block;
    }

    .mc .mall .mo_txt {
        display: block;
    }
}

/* SUB : USE, POLICY */

main > .title_wrap.container .main_tit {
    /*transition: all .4s ease;*/
}