@media all and (min-width:768px) and (max-width:1024px) {
    .pc_ver {display: none !important;}
    .m_ver {display: none !important;}
    .t_ver {display: block !important;}
    .pc_ver_flex {display: none !important;}
    .m_ver_flex {display: none !important;}
    .t_ver_flex {display: flex !important;}
    header {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: rgba(31,28,29,0.8);
        height: 70px;
        z-index: 99;
        width: 100%;
    }

    header h1 {
        width: 100px;
        height: 11px;
        background: url("/resources/images/logo_angel_w.svg");
        background-size: contain;
        margin-left: 5%;
    }

    header ul {
        display: flex;
        justify-content: start;
        margin-right: 5%;
    }

    header ul li {
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        color: #fff;
    }
    header ul li:first-child {
        margin-right: 20px;
    }
    header ul li:hover {
        /*text-decoration: underline;*/
        /*text-underline-offset: 5px;*/
        /*text-decoration-thickness: 2px;*/
        color: #dbd6c8;
        transition: ease 0.5s;
    }

    header ul li:not(:hover) {
        transition: ease 0.2s;
    }


    article {
        margin-top: -90px;
    }

    .txtType1 {
        font-size: 36px;
        font-weight: 500;
        text-align: center;
        letter-spacing: -2px;
        line-height: 130%;
    }

    .txtType2 {
        font-size: 18px;
        text-align: center;
        letter-spacing: -2px;
    }

    .txtType3 {
        text-align: center;
        margin-top: 30px;
    }

    .txtType3 span {
        display: inline-block;
        background: #483629;
        height: 60px;
        line-height: 56px;
        border-radius: 5px;
        padding: 0 35px;
        color: #fff;
        font-size: 36px;
        font-weight: 500;
        letter-spacing: -1px;
    }
    span.fc_b {
        font-weight: 500;
        color: #005aa9;
    }
    span.fc_bw {
        font-weight: 500;
        color: #483629;
    }
    span.fc_bk {
        font-weight: 500;
    }
    span.fc_y {
        font-weight: 500;
        color: #ffe32d;
    }
    span.fc_g {
        color: #dfb974;
    }
    span.fw_700 {
        font-weight: 700;
    }
    span.mt_20 {
        margin-top: 20px;
    }
    .bl0 {
        border-left: 0 !important;
    }
    .bb0 {
        border-bottom: 0 !important;
    }
    .quickBar {
        position: fixed;
        bottom: 20px;
        z-index: 999;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .quickBar ul {
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px;
        border-radius: 25px;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    }
    .quickBar ul li {
        cursor: pointer;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        color: #fff;
        width: 140px;
        text-align: center;
        font-size: 15px;
        font-weight: 500;
    }
    .quickBar ul li:nth-child(1) {
        background: #483629;
        margin-right: 5px;
    }
    .quickBar ul li:nth-child(1) svg {
        width: 22px;
        height: 24px;
        vertical-align: middle;
    }
    .quickBar ul li:nth-child(1):hover > svg > g > path {
        fill: #ffe42b ;
    }
    .quickBar ul li:nth-child(2) {
        background: #221e1f;
    }
    .quickBar ul li:nth-child(2) svg {
        width: 21px;
        height: 26px;
        vertical-align: middle;
    }
    .quickBar ul li:nth-child(2):hover > svg > g > path {
        fill: #ffe42b ;
    }
    .quickBar ul li:hover{
        color: #ffe42b;
    }

    section.mc_visual {
    }
    .mv-pageTitle {
        position: absolute;
        width: 100%;
        font-size: 60px;
        font-weight: 700;
        margin-top: 370px;
        color: #fff;
        z-index: 9;
    }
    .mv-pageTitle div {
        width: 90%px;
        margin: 0 auto;
        text-align: center;
    }
    .mv-pageTitle div span {
        display: block;
        font-size: 36px;
        color: #dbd6c8;
        font-weight: 500;
    }

    section.mc_businessInfo {
        padding: 100px 0;
        background: url("/resources/images/mc_businessInfo_img03.png"), url("/resources/images/mc_businessInfo_img04.png"), #f5f3ea;
        background-position: top left, bottom right, top center;
        background-repeat: no-repeat;
    }

    section.mc_businessInfo p.mc_logo {
        width: 180px;
        margin: 0 auto;
        margin-bottom: 50px;
        text-align: center;
    }

    section.mc_businessInfo p.mc_logo img {
        width: 50%;
    }

    section.mc_businessInfo .txtType1 {
        margin-bottom: 40px;
    }

    section.mc_businessInfo .txtType2 {
        line-height: 160%;
        margin-bottom: 60px;
    }

    section.mc_businessInfo > hr {
        display: block;
        width: 1180px;
        margin: 0 auto;
        height: 2px;
        border: none;
        background: #aaa;
        margin-bottom: 50px;
    }
    section.mc_businessInfo > div {
        display: flex;
        width: 90%;
        margin: 0 auto;
        justify-content: space-between;
        text-align: right;
        font-size: 25px;
        align-items: center;
        letter-spacing: -1.5px;
        line-height: 180%;
    }
    section.mc_businessInfo > div > p {
        font-size: 18px;
        line-height: 170%;
    }
    section.mc_businessInfo > div > p:first-child {
        width: 40%;
    }
    section.mc_businessInfo > div > p img {
        width: 100%;
    }


    section.mc_step {
        padding: 100px 0;
        width: 90%;
        margin: 0 auto;
    }
    section.mc_step .txtType1 {
        margin-bottom: 40px;
    }
    section.mc_step .txtType2 {
        margin-bottom: 60px;
    }
    section.mc_step .mc_step_box {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    section.mc_step .mc_step_box > div {
        width: 33.3333%;
        text-align: center;
    }
    section.mc_step .mc_step_box div.mc_step_tit {
        background: #483629;
        color: #fff;
        font-size: 22px;
        font-weight: 500;
        line-height: 140%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    section.mc_step .mc_step_box div.mc_step_tit > span {
        font-size: 36px;
        display: contents;
    }
    section.mc_step .mc_step_box div.mc_step_info {
        border: 1px solid #b9b9b9;
    }
    section.mc_step .mc_step_box div.mc_step_info img {
        width: 100%;
    }
    section.mc_step .mc_step_box div.mc_step_info p {

    }
    section.mc_step .mc_step_box div.mc_step_info ul {
        font-size: 18px;
        padding: 10px 0 20px 0;
    }
    section.mc_step .mc_step_box div.mc_step_info ul li:nth-child(1) {
        font-size: 22px;
        font-weight: 500;
        color: #483629;
    }
    section.mc_step .mc_step_box div.mc_step_info ul li:nth-child(2) {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    section.mc_step .mc_step_box div.mc_step_arrow:after {
        display: none;
        content: '';
        position: absolute;
        width: 25px;
        height: 25px;
        background: url("/resources/images/mc_step_arrow.png");
        margin-left: 184px;
        margin-top: -112px;
    }


    section.mc_apply01 {
        width: 100%;
        height: 200px;
        background: #4e4547;
        color: #fff;
    }

    section.mc_apply01 > div {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    section.mc_apply01 > div > div > p {
        font-size: 22px;
        font-weight: 500;
        margin-top: 5px;
        margin-bottom: 20px;
    }
    section.mc_apply01 > div > p img {
        height: 200px;
    }

    section.mc_apply01 > div > div > button {
        height: 40px;
        border: 2px solid #fff;
        border-radius: 30px;
        padding: 0 50px;
        background: transparent;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
    }
    section.mc_apply01 > div > div > button:hover {
        background: #483629;
        border: 2px solid #483629;
        transition: ease 0.2s;
    }
    section.mc_apply01 > div > div > button:not(:hover) {
        transition: ease 0.2s;
    }

    section.mc_apply02 {
        width: 100%;
        height: 200px;
        background: #392f29;
        color: #fff;
    }

    section.mc_apply02 > div {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    section.mc_apply02 > div > div > p {
        font-size: 18px;
        margin-bottom: 20px;
        letter-spacing: -1px;
    }

    section.mc_apply02 > div > div > p span {
        display: block;
        font-size: 22px;
        font-weight: 500;
        color: #dbd6c8;
    }

    section.mc_apply02 > div > div > button {
        height: 40px;
        background: transparent;
        border: 2px solid #fff;
        border-radius: 30px;
        padding: 0 50px;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
    }
    section.mc_apply02 > div > p img {
        height: 200px;
    }
    section.mc_apply02 > div > button:hover {
        background: #fff;
        color: #97a3ad;
        transition: ease 0.2s;
    }
    section.mc_apply02 > div > button:not(:hover) {
        transition: ease 0.2s;
    }


    .mc_aword {
        background: url("/resources/images/mc_aword_img01.png"), #221808;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 400px;
    }
    .mc_aword > div {
        width: 90%;
        margin: 0 auto;
        color: #fff;
    }
    .mc_aword > div .txtType1 {
        width: 100%;
        text-align: right;
        font-size: 36px;
    }
    .mc_aword > div .txtType2 {
        width: 100%;
        text-align: right;
        color: #f3e8b7;
        padding-top: 120px;
        margin-bottom: 20px;
    }
    .mc_aword > div .txtType2 span {
        font-weight: 500;
    }



    section.mc_characteristics {
        padding: 60px 0 0 0;
    }

    section.mc_characteristics .mc_characteristics_top {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 50px;
    }
    section.mc_characteristics .mc_characteristics_top > div {
        width: 50%;
        font-size: 18px;
        letter-spacing: -2px;
    }
    section.mc_characteristics .mc_characteristics_top > div > p {
        height: 188px;
        padding-top: 58px;
    }

    section.mc_characteristics .mc_characteristics_top > div > p span.fl_br {
        display: block;
        font-size: 36px;
        font-weight: 500;
        letter-spacing: -2px;
    }
    section.mc_characteristics .mc_characteristics_top > div > p span.fc_b {
        font-size: 36px;
        font-weight: 700;
        color: #005aa9;
    }
    section.mc_characteristics .mc_characteristics_top > div > p span.fc_bw {
        font-size: 36px;
        font-weight: 700;
        color: #483629;
    }
    section.mc_characteristics .mc_characteristics_top > p {
        width: 35%;
    }
    section.mc_characteristics .mc_characteristics_top > p img {
        width: 100%;
    }

    section.mc_characteristics .mc_characteristics_text {
        padding: 60px 0 50px 0;
        background: #f5f5f5;
    }

    section.mc_characteristics .mc_characteristics_text .txtType1 {
        margin-bottom: 10px;
    }

    section.mc_characteristics .mc_characteristics_cont {
        width: 100%;
        margin: 0 auto;
        background: #f5f5f5;
    }

    section.mc_characteristics .mc_characteristics_cont > div.pointBox {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        margin-bottom: 50px;
        padding-bottom: 50px;
        border-bottom: 2px solid #aaa;
    }
    section.mc_characteristics .mc_characteristics_cont > div > div.point {
        width: 300px;
        text-align: center;
        margin-top: 20px;
    }
    section.mc_characteristics .mc_characteristics_cont > div > div.point p:nth-child(1) {
        font-size: 36px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    section.mc_characteristics .mc_characteristics_cont > div > div.point p:nth-child(2) {
        font-size: 45px;
        font-weight: 700;
        color: #483629;
        margin-top: -15px;
        margin-bottom: 10px;
    }
    section.mc_characteristics .mc_characteristics_cont > div > div.point ul {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 40px;
        background: #483629;
        border-radius: 30px;
    }
    section.mc_characteristics .mc_characteristics_cont > div > div.point ul li {
        margin: 0 5px;
    }
    section.mc_characteristics .mc_characteristics_cont > div > div.point ul li img {
        width: 70%;
    }
    section.mc_characteristics .mc_characteristics_cont > div > div.review > div {
        width: 100%;
        height: 60px;
        line-height: 54px;
        border: 2px solid #483629;
        background: #fff;
        font-size: 22px;
        font-weight: 500;
        border-radius: 10px;
        margin-bottom: 15px;
        text-align: center;
        letter-spacing: -2px;
        padding: 0 20px;
    }
    section.mc_characteristics .mc_characteristics_cont > div > div.review > div:nth-child(2) {
        background: #483629;
        color: #fff;
    }
    section.mc_characteristics .mc_characteristics_cont > div > div.review > div:last-child {
        margin-bottom: 0;
    }
    section.mc_characteristics .mc_characteristics_cont > div.img {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 100px;
    }
    section.mc_characteristics .mc_characteristics_cont > div.img ul {
        display: flex;
        justify-content: space-between;
    }
    section.mc_characteristics .mc_characteristics_cont > div.img ul li {
        width: 32%;
    }
    section.mc_characteristics .mc_characteristics_cont > div.img ul li img {
        width: 100%;
    }



    section.mc_characteristics .mc_characteristics_cont > div > div .mc_characteristics_cont_tit {
        font-size: 32px;
        font-weight: 500;
        margin-bottom: 20px;
        line-height: 130%;
    }

    section.mc_characteristics .mc_characteristics_cont > div > div ul.mc_characteristics_cont_info {
        font-size: 25px;
        letter-spacing: -1.5px;
    }
    section.mc_characteristics .mc_characteristics_cont > div > div ul.mc_characteristics_cont_info li span {
        font-weight: 500;
    }

    section.mc_professional {
        background: url("/resources/images/mc_professional_img05.png"), url("/resources/images/mc_professional_img06.png"), #293039;
        background-position: bottom left, top right, top center;
        background-repeat: no-repeat;
        padding: 100px 0;
    }

    section.mc_professional > div {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-top: 60px;
    }

    section.mc_professional > div ul {
        width: 48%;
        margin-bottom: 50px;
    }

    section.mc_professional > div ul:nth-child(3), section.mc_professional > div ul:nth-child(4) {
        margin-bottom: 0;
    }

    section.mc_professional > div ul li:nth-child(1) {
        margin-bottom: 15px;
    }

    section.mc_professional > div ul li:nth-child(2) {
        font-size: 22px;
        font-weight: 500;
        padding-left: 20px;
        margin-bottom: 10px;
        color: #fff;
    }

    section.mc_professional > div ul li:nth-child(3) {
        font-size: 18px;
        color: #fff;
        padding-left: 20px;
        letter-spacing: -1px;
    }
    section.mc_professional > div ul li img {
        width: 100%;
    }

    section.mc_professional .txtType1 {
        color: #fff;
        margin-bottom: 20px;
    }
    section.mc_professional .txtType2 {
        color: #fff;
    }

    section.mc_kind {
        padding: 100px 0;
    }

    section.mc_kind > div {
        width: 90%;
        margin: 0 auto;
        margin-top: 60px;
        display: flex;
        justify-content: space-between;
    }

    section.mc_kind > div > ul {
        width: 33.3333%;
        border-right: 2px solid #ddd;
        padding: 0 1.5%
    }
    section.mc_kind > div > ul:last-child {
        border-right: 0;
    }

    section.mc_kind > div > ul li {
        text-align: center;
        font-size: 22px;
        font-weight: 500;
    }
    section.mc_kind > div > ul li img {
        width: 100%;
    }

    section.mc_kind > div > ul:first-child:before {
        display: none;
    }

    section.mc_kind > div > ul li:nth-child(1) {
        margin-bottom: 10px;
        letter-spacing: -2px;
    }

    section.mc_kind > div > ul li:nth-child(2) {
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 50px;
        line-height: 136%;
        letter-spacing: -1px;
    }

    section.mc_kind .txtType2 {
        margin-bottom: 5px;
    }

    section.mc_machine {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 100px;
    }

    section.mc_machine .mc_machine_hr {
        display: block;
        width: 100%;
        height: 2px;
        background: #483629;
        border: none;
        margin-bottom: 100px;
    }

    section.mc_machine .mc_machine_hr:before {
        content: '';
        position: absolute;
        width: 60px;
        height: 60px;
        background: url("/resources/images/icons/ico_arrow_down.svg");
        margin-left: 45%;
        transform:translateX(-50%);
        margin-top: -28px;
    }
    section.mc_machine .txtType1 {
        font-weight:300;
    }
    section.mc_machine > div {
        width: 100%;
        margin: 0 auto;
        margin-top: 60px;
        display: flex;
        justify-content: space-around;
        background: #f5f5f9;
        padding: 30px 0;
    }

    section.mc_machine > div > ul {
        width: 33.3333%;
        border-right: 2px solid #ddd;
    }
    section.mc_machine > div > ul:last-child {
        border-right: 0;
    }

    section.mc_machine > div > ul li {
        text-align: center;
        font-size: 25px;
    }

    section.mc_machine > div > ul li:nth-child(1) {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    section.mc_machine > div > ul li:nth-child(2) {
        margin-bottom: 20px;
        line-height: 150%;
    }

    section.mc_machine > div > ul li:nth-child(2) span {
        display: block;
        font-size: 22px;
        font-weight: 500;
    }

    section.mc_machine > div > ul li:nth-child(3) {
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 20px;
    }
    section.mc_machine > div > ul li:nth-child(4) {
        font-weight: normal;
        margin-bottom: 10px;
    }
    section.mc_machine > div > ul li img {
        width: 100%;
    }

    section.mc_machine > div > ul li.tag {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    section.mc_machine > div > ul li span.boxType1 {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        background: #483629;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        border: none;
        padding: 0 30px;
    }

    section.mc_machine > div > ul li span.boxType2 {
        display: inline-block;
        height: 30px;
        line-height: 26px;
        border-radius: 15px;
        background: #fff;
        color: #483629;
        font-size: 14px;
        font-weight: 500;
        border: 2px solid #483629;
        width: 125px;
        box-sizing: border-box;
        letter-spacing: -1px;
    }
    section.mc_machine > div > ul li span.boxType2:hover {
        background: #483629;
        color: #fff;
        transition: ease 0.2s;
    }
    section.mc_machine > div > ul li span.boxType2:not(:hover) {
        transition: ease 0.2s;
    }

    section.mc_care {
        padding: 100px 0;
        background: #f5f3ea;
        border-top: 2px solid #d3d9de;
    }

    section.mc_care > div {
        width: 90%;
        margin: 0 auto;
    }

    section.mc_care .mc_care_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 50px;
        border-bottom: 2px solid #aaa;
        margin-bottom: 50px;
    }

    section.mc_care .mc_care_top > div > p.mc_care_txt1 {
        font-size: 20px;
        letter-spacing: -2px;
    }

    section.mc_care .mc_care_top > div > p.mc_care_txt2 {
        font-size: 36px;
        font-weight: 500;
        margin-bottom: 25px;
        letter-spacing: -2px;
    }

    section.mc_care .mc_care_top > div > p.mc_care_txt3 {
        font-size: 18px;
        letter-spacing: -2px;
    }
    section.mc_care .mc_care_top > p {
        width: 40%;
    }
    section.mc_care .mc_care_top > p img {
        width: 100%;
    }

    section.mc_care .mc_care_low {
        display: flex;
        justify-content: space-between;
    }

    section.mc_care .mc_care_low > div {
        width: 24%;
        font-size: 20px;
        font-weight: 500;
        text-align: center;
    }

    section.mc_care .mc_care_low > div img {
        width: 100%;
        margin-bottom: 0px;
    }

    section.mc_care .mc_care_low > div span {
        display: block;
    }

    section.mc_as {
        background: #f8f5ee;
        padding: 150px 0;
    }

    section.mc_as > div {
        width: 1180px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    section.mc_as > div.mc_as_review {
        padding-bottom: 95px;
        margin-bottom: 95px;
        border-bottom: 2px solid #483629;
    }

    section.mc_as > div.mc_as_review > div p:first-child {
        position: absolute;
        width: 354px;
        text-align: center;

    }

    section.mc_as > div.mc_as_review > div p:first-child img {
        border: 3px solid #483629;
        border-radius: 50%;
    }

    section.mc_as > div.mc_as_review > div p:last-child {
        background: #fff;
        width: 354px;
        height: 337px;
        text-align: center;
        border: 3px solid #483629;
        border-radius: 10px;
        font-size: 30px;
        padding: 160px 0 45px 0;
        margin-top: 130px;
    }

    section.mc_as > div.mc_as_review > div p:last-child span.type1 {
        display: inline-block;
        font-weight: 500;
        margin-top: 20px;
    }
    section.mc_as > div.mc_as_review > div p:last-child span.type2 {
        font-weight: 500;
    }

    section.mc_as .txtType1 {
        margin-bottom: 20px;
    }

    section.mc_as .txtType2 {
        margin-bottom: 80px;
    }

    section.mc_beans {
        width: 90%;
        margin: 0 auto;
        padding: 100px 0;
    }

    section.mc_beans .mc_beans_top {
        text-align: center;
        margin-bottom: 60px;
    }

    section.mc_beans .mc_beans_top > p.mc_beans_txt1 {
        font-size: 25px;
        letter-spacing: -2px;
    }

    section.mc_beans .mc_beans_top > p.mc_beans_txt2 {
        font-size: 45px;
        font-weight: 500;
        margin-bottom: 50px;
        letter-spacing: -2px;
    }

    section.mc_beans .mc_beans_top > p.mc_beans_txt3 {
        font-size: 25px;
        letter-spacing: -2px;
    }

    section.mc_beans .mc_beans_list {
        width: 100%;
        margin: 0 auto;
    }
    section.mc_beans .mc_beans_list .beansList_slide > ul {
        cursor: pointer;
        border: 1px solid #aaa;
        border-radius: 10px;
        width: 220px;
    }
    section.mc_beans .mc_beans_list .beansList_slide > ul > li {
        text-align: center;
        font-size: 18px;
    }
    section.mc_beans .mc_beans_list .beansList_slide > ul > li:nth-child(1) {
        margin-top: 15px;
    }
    section.mc_beans .mc_beans_list .beansList_slide > ul > li:nth-child(1) img:hover {
        transform:scale(1.1);
        transition: ease 0.5s;
    }
    section.mc_beans .mc_beans_list .beansList_slide > ul > li:nth-child(1) img:not(:hover) {
        transition: ease 0.2s;
    }

    section.mc_beans .mc_beans_list .beansList_slide > ul > li:nth-child(2) {
        font-weight: 500;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    section.mc_beans .mc_beans_list .beansList_slide > ul > li > ul {
        background: #eee7e1;
        padding: 15px 10px;
        border-radius: 0 0 10px 10px;
        height: 127px;
    }
    section.mc_beans .mc_beans_list .beansList_slide > ul > li > ul li {
        text-align: left;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: -1px;
    }
    section.mc_beans .mc_beans_list .beansList_slide > ul > li > ul li:first-child {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    section.mc_beans .mc_beans_line {
        margin: 50px 0;
        text-align: center;
    }
    section.mc_beans .mc_beans_line button {
        font-size: 18px;
        font-weight: 500;
        height: 44px;
        line-height: 44px;
        padding: 0 30px;
        background: #645045;
        color: white;
        border-radius: 30px;
    }
    section.mc_beans .mc_beans_line hr {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background: #aaa;
        z-index: -1;
        border: none;
        margin-top: -21px;
        margin-left: -5%;
    }

    section.mc_beans > div.beanInfo {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    section.mc_beans > div.beanInfo ul {
        width: 48%;
    }
    section.mc_beans > div.beanInfo ul li img {
        width: 100%;
    }
    section.mc_beans > div.beanInfo ul li:nth-child(1) {
        margin-bottom: 20px;
    }

    section.mc_beans > div.beanInfo ul li:nth-child(2) {
        font-size: 22px;
        font-weight: 500;
        padding-left: 20px;
        margin-bottom: 15px;
    }

    section.mc_beans > div.beanInfo ul li:nth-child(3) {
        font-size: 18px;
        padding-left: 20px;
        letter-spacing: -1px;
    }

    section.mc_process {
        width: 90%;
        margin: auto;
        padding: 140px 0;
    }

    section.mc_process img {
        width: 100%;
    }

    section.mc_process > div {
        display: flex;
        justify-content: space-between;
    }

    section.mc_process > div > div {
        width: 340px;
        text-align: center;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
        border-radius: 20px;
    }
    /*
    section.mc_process > div > div:before {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        background: #fff;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.12);
        rotate: -45deg;
        margin-left: 155px;
        margin-top: 353px;
    }
    */
    section.mc_process > div > div:last-child:before {
        display: none;
    }

    section.mc_process > div > div .mc_process_step {
        color: #fff;
        background: #483629;
        font-size: 35px;
        font-weight: 500;
        border-radius: 20px 20px 0 0;
        padding: 5px 0;
    }

    section.mc_process > div > div .mc_process_txt1 {
        font-size: 30px;
        font-weight: 500;
        margin: 15px 0;
    }

    section.mc_process > div > div .mc_process_txt2 {
        font-size: 25px;
        margin-bottom: 30px;
        line-height: 136%;
        letter-spacing: -1px;
    }

    section.mc_process > div > div > hr {
        display: block;
        width: 50px;
        height: 1px;
        margin: 0 auto;
        margin-bottom: 15px;
        border: none;
        background: #aaa;
    }

    section.mc_process > .txtType1 {
        margin-bottom: 60px;
    }

    section.mc_process > .txtType2 {
        margin-bottom: 10px;
    }

    footer {
        background: #221e1f;
    }

    footer > div {
        width: 90%;
        margin: 0 auto;
        color: #aaa;
        padding: 40px 0;
    }

    footer > div > p {
        margin-bottom: 30px;
    }

    footer > div > div {
        display: flex;
        justify-content: space-between;
        align-items: end;
        font-size: 15px;
        line-height: 160%;
    }
    footer > div > div > p span {
        display: block;
        color: #524e4f;
        text-align: right;
    }
}