@media all and (min-width:767px) {
    .pc_ver {display: block !important;}
    .m_ver {display: none !important;}
    .pc_ver_flex {display: flex !important;}
    .m_ver_flex {display: none !important;}
    .bt0 {border-top: 0 !important;}
    .bl0 {border-left: 0 !important;}
    .br0 {border-right: 0 !important;}
    .bb0 {border-bottom: 0 !important;}
    header {
        position: fixed;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        height: 90px;
        border-bottom: 1px solid #d7d7d7;
        z-index: 99;
        width: 100%;
        min-width: 1180px;
    }

    header h1 {
        width: 257px;
        height: 44px;
        background: url("/resources/images/logo.png");
        background-size: contain;
        margin-left: 50px;
        cursor: pointer;
    }

    header ul {
        display: flex;
        justify-content: start;
    }

    header ul li {
        margin-right: 50px;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
    }

    header ul li:hover {
        /*text-decoration: underline;*/
        /*text-underline-offset: 5px;*/
        /*text-decoration-thickness: 2px;*/
        color: #005aa9;
        transition: ease 0.5s;
    }

    header ul li:not(:hover) {
        transition: ease 0.2s;
    }

    article {
        margin-top: 90px;
    }
    article.mc {
        margin-top: 0px;
    }

    .txtType1 {
        font-size: 40px;
        font-weight: 700;
        text-align: center;
        letter-spacing: -2px;
    }

    .txtType2 {
        font-size: 18px;
        text-align: center;
        letter-spacing: -1.5px;
    }

    .txtType3 {
        text-align: center;
        margin-top: 30px;
    }
    .txtType4 {
        font-size: 26px;
        font-weight: 500;
        text-align: center;
        letter-spacing: -2px;
    }

    .txtType3 span {
        display: inline-block;
        background: #005aa9;
        height: 70px;
        line-height: 66px;
        border-radius: 35px;
        padding: 0 60px;
        color: #fff;
        font-size: 35px;
        font-weight: 500;
        letter-spacing: -1px;
    }

    section.mc_visual {

    }
    section.mc_visual video {
        width: 100%;
    }
    .mv-pageTitle {
        position: absolute;
        width: 100%;
        font-size: 40px;
        font-weight: 500;
        margin-top: 480px;
        color: #fff;
        z-index: 9;
    }
    .mv-pageTitle div {
        width: 1180px;
        margin: 0 auto;
    }

    section.mc_businessInfo {
        padding: 100px 0;
    }

    section.mc_businessInfo p.mc_logo {
        width: 149px;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    section.mc_businessInfo p.mc_logo img {
        width: 100%;
    }

    section.mc_businessInfo .txtType1 {
        margin-bottom: 20px;
    }

    section.mc_businessInfo .txtType2 {

    }

    section.mc_businessInfo > div {
        text-align: center;
    }


    section.mc_product {
        width: 100%;
        background: url("/resources/images/mc_product_img01.png") top center;
        background-size: cover;
        color: #fff;
        text-align: center;
    }

    section.mc_product > div {
        width: 1180px;
        margin: 0 auto;
        padding: 60px 0;
    }

    section.mc_product > div > p {
        margin-bottom: 30px;
        letter-spacing: -1px;
    }

    section.mc_product > div > button {
        height: 60px;
        background: transparent;
        border: 2px solid #fff;
        border-radius: 30px;
        padding: 0 50px;
        font-size: 25px;
        font-weight: 500;
        color: #fff;
        text-transform: uppercase;
    }
    section.mc_product > div > button:hover {
        background: #fff;
        color: #97a3ad;
        transition: ease 0.2s;
    }
    section.mc_product > div > button:not(:hover) {
        transition: ease 0.2s;
    }

    section.mc_characteristics {
        padding: 80px 0;
        background: #f8f8f8;
    }

    section.mc_characteristics .mc_characteristics_top {
        width: 1180px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 40px;
        border-bottom: 2px solid #221e1f;
        margin-bottom: 40px;
    }

    section.mc_characteristics .mc_characteristics_top > p {
        font-size: 40px;
        letter-spacing: -2px;
        font-weight: 700;
    }

    section.mc_characteristics .mc_characteristics_top > p span {
        display: block;
        font-size: 40px;
        font-weight: 500;
        letter-spacing: -1px;
    }

    section.mc_characteristics .mc_characteristics_text {
        width: 1180px;
        margin:0 auto;
        display: flex;
        justify-content: space-between;
        text-align: center;
    }

    section.mc_characteristics .mc_characteristics_text .txtType2 {
        margin-bottom: 5px;
    }
    section.mc_characteristics .mc_characteristics_text ul li:nth-child(1) {
        margin-bottom: 20px;
    }
    section.mc_characteristics .mc_characteristics_text ul li:nth-child(2) {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
    }

    section.mc_characteristics .mc_characteristics_cont {
        width: 770px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    section.mc_characteristics .mc_characteristics_cont > div {
        width: 352px;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
        border-radius: 25px;
    }

    section.mc_characteristics .mc_characteristics_cont > div > div {
        padding: 25px;
    }

    section.mc_characteristics .mc_characteristics_cont > div > div ul.starIcon {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 27px;
        font-weight: 500;
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: 1px solid #aaa;
    }

    section.mc_characteristics .mc_characteristics_cont > div > div ul.starIcon li:nth-child(6) {
        margin-left: 20px;
    }

    section.mc_characteristics .mc_characteristics_cont > div > div .mc_characteristics_cont_tit {
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    section.mc_characteristics .mc_characteristics_cont > div > div ul.mc_characteristics_cont_info {
        font-size: 20px;
        letter-spacing: -1.5px;
    }

    section.mc_professional {
        background: #fdfbf7;
        padding: 100px 0 20px 0;
    }

    section.mc_professional > div {
        width: 1180px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 60px;
    }

    section.mc_professional > div ul {
        width: 568px;
        margin-bottom: 70px;
    }

    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: 10px;
    }

    section.mc_professional > div ul li:nth-child(2) {
        font-size: 18px;
        padding-left: 20px;
        margin-bottom: 10px;
        font-weight: 400;
    }

    section.mc_professional > div ul li:nth-child(3) {
        font-size: 25px;
        padding-left: 20px;
        letter-spacing: -1px;
    }

    section.mc_professional .txtType1 {
        margin-bottom: 20px;
    }
    section.mc_professional .txtType2 {
        margin-bottom: 80px;
    }

    section.mc_partner {
        width: 1180px;
        margin: auto;
        padding: 100px 0;
    }

    section.mc_partner > .txtType1 {
        margin-bottom: 20px;
    }

    section.mc_partner > .txtType2 {
        margin-bottom: 40px;
    }
    section.mc_partner > .logo {}
    section.mc_partner > .logo ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    section.mc_partner > .logo ul li {
        width: 25%;
        text-align: center;
        margin-bottom: 20px;
    }

    section.mc_inquiry {
        background: #362b2b;
        padding: 100px 0;
        margin-bottom: -100px;
    }
    section.mc_inquiry > div {
        width: 1024px;
        margin: 0 auto;
    }
    section.mc_inquiry > div .txtType1 {
        color: #fff;
        margin-bottom: 40px;
    }
    section.mc_inquiry > div ul {
        color: #fff;
    }
    section.mc_inquiry > div ul li {
        margin-bottom: 20px;
    }
    section.mc_inquiry > div ul li:last-child {
        margin-bottom: 0;
    }
    section.mc_inquiry > div ul li span {
        display: block;
    }
    section.mc_inquiry > div ul li input, section.mc_inquiry > div ul li textarea, section.mc_inquiry > div ul li button {
        width: 100%;
    }
    section.mc_inquiry > div ul li input {
        border: none;
        height: 34px;
        background: #dfdbdb;
        text-indent: 10px;
    }
    section.mc_inquiry > div ul li textarea {
        border: none;
        background: #dfdbdb;
        height: 80px;
        padding: 10px;
    }
    section.mc_inquiry > div ul li button {
        height: 50px;
        background: #0e0000;
        color: #fff;
    }

    footer {
        background: #221e1f;
        margin-top: 100px;
    }

    footer > div {
        width: 1180px;
        margin: 0 auto;
        color: #aaa;
        padding: 60px 0;
    }

    footer > div > p {
        margin-bottom: 30px;
    }

    footer > div > div {
        display: flex;
        justify-content: space-between;
        align-items: end;
        font-size: 18px;
        line-height: 160%;
    }
    footer > div > div > p {
        font-size: 15px;
    }



    /* sc공통 */
    .pagingContainer {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pagingContainer > div {
        margin: 0 10px;
    }
    section.sc_visual {
        margin-bottom: 100px;
    }
    section.sc_visual > .visual {
        height: 200px;
        background: url("/resources/images/sc_visual.png") top center no-repeat;
        background-size: cover;
        color: white;
        font-size: 20px;
        text-align: center;
    }
    section.sc_visual > .visual span {
        display: block;
        font-size: 30px;
        font-weight: 700;
        padding-top: 60px;
    }
    h3.sc_title {
        width: 1180px;
        margin: 0 auto;
        font-size: 40px;
        padding-bottom: 20px;
        border-bottom: 2px solid #221e1f;
        margin-bottom: 30px;
        font-weight: 500;
        letter-spacing: -1px;
    }
    .sc_tabMenu {
        border-bottom: 1px solid #ddd;
    }
    .sc_tabMenu > ul {
        width: 1180px;
        margin: 0 auto;
        display: flex;
        justify-content: start;
        align-items: center;
        border-left: 1px solid #ddd;
    }
    .sc_tabMenu > ul li {
        height: 50px;
        line-height: 50px;
        border-right: 1px solid #ddd;
        width: 140px;
        text-align: center;
        font-size: 14px;
    }
    .sc_tabMenu > ul li a {
        display: block;
    }
    .sc_tabMenu > ul li.active a {
        font-weight: 700;
    }


    /* about */
    .sc_about {

    }
    .sc_about_info {
        width: 1180px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px;
        align-items: center;
    }
    .sc_about_info > div {
        letter-spacing: -1px;
    }
    .sc_about_info > div .txtType4 {
        text-align: left;
        margin-bottom: 10px;
    }
    .sc_about_info > div .text {
        line-height: 160%;
    }
    .sc_about_mission {
        background: #f8f8f8;
        padding: 40px 0;
        text-align: center;
    }
    .sc_about_mission .icons {
        margin-bottom: 10px;
    }

    .sc_about_mission .txtType4 {
        margin-bottom: 20px;
    }
    .sc_about_characteristics {
        width: 1180px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .sc_about_characteristics > p {
        margin: 0 auto;
        text-align: center;
        font-weight: 500;
        font-size: 26px;
    }
    .sc_about_characteristics > p img {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .sc_about_characteristics div {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 600px;
    }
    .sc_about_characteristics div ul {
        width: 300px;
        border: 1px solid #ddd;
        padding: 30px 0;
    }
    .sc_about_characteristics div ul li {
        text-align: center;
    }
    .sc_about_characteristics div ul li:nth-child(1) {
        margin-bottom: 20px;
    }
    .sc_about_characteristics div ul li:nth-child(2) {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
    }
    .sc_about_professional {
        background: #293039;
        padding: 40px 0;
        margin-bottom: -100px;
    }
    .sc_about_professional .txtType4 {
        color: #fff;
        margin-bottom: 20px;
    }
    .sc_about_professional .txtType2 {
        color: #9ebee7;
    }
    .sc_about_professional > div {
        width: 1180px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .sc_about_professional > div ul {
        width: 568px;
        margin-bottom: 40px;
        color: #fff;
    }

    .sc_about_professional > div ul li:nth-child(1) {
        margin-bottom: 10px;
    }

    .sc_about_professional > div ul li:nth-child(2) {
        font-size: 18px;
        padding-left: 20px;
        margin-bottom: 10px;
        font-weight: 400;
    }

    .sc_about_professional > div ul li:nth-child(3) {
        font-size: 25px;
        padding-left: 20px;
        letter-spacing: -1px;
    }



    /* business */
    .sc_business_step > .txtType4 {
        margin-bottom: 20px;
    }
    .sc_business_step > .txtType2 {
        margin-bottom: 40px;
    }
    .sc_business_step .sc_step_box {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 1180px;
        margin:0 auto;
        margin-bottom: 40px;
    }
    .sc_business_step .sc_step_box > div {
        width: 33.3333%;
        text-align: center;
    }
    .sc_business_step .sc_step_box div.sc_step_tit {
        background: #0d2340;
        color: #fff;
        font-size: 35px;
        font-weight: 500;
        line-height: 140%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sc_business_step .sc_step_box div.sc_step_tit > span {
        font-size: 45px;
        display: contents;
    }
    .sc_business_step .sc_step_box div.sc_step_info {
        border: 1px solid #b9b9b9;
    }
    .sc_business_step .sc_step_box div.sc_step_info img {
        width: 100%;
    }
    .sc_business_step .sc_step_box div.sc_step_info p {

    }
    .sc_business_step .sc_step_box div.sc_step_info ul {
        font-size: 18px;
        padding: 10px 0 30px 0;
    }
    .sc_business_step .sc_step_box div.sc_step_info ul li {
        letter-spacing: -1px;
    }
    .sc_business_step .sc_step_box div.sc_step_info ul li:nth-child(1) {
        font-size: 20px;
        font-weight: 500;
        color: #005aa9;
    }
    .sc_business_step .sc_step_box div.sc_step_info ul li:nth-child(2) {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 15px;
    }

    .sc_business_global {
        background: #f8f8f8;
        padding: 40px 0;
        text-align: center;
        margin-bottom: 40px;
    }
    .sc_business_global .icons {
        margin-bottom: 10px;
    }
    .sc_business_global .txtType4 {
        margin-bottom: 20px;
    }

    .sc_business_product {
        width: 1180px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .sc_business_product > div {
        width: 100%;
        max-width: 568px;
        margin-bottom: 40px;
        cursor: pointer;
    }
    .sc_business_product > div > .title {
        font-size: 26px;
        font-weight: 700;
        margin-top: 10px;
        padding-left: 20px;
    }
    .sc_business_product > div > .view {
        font-size: 16px;
        letter-spacing: -1px;
        padding-left: 20px;
    }



        /* product */
    .sc_product {
        width: 1180px;
        margin: 0 auto;
    }
    .sc_product > .title {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        width: 1180px;
        margin: 0 auto;
        padding-bottom: 20px;
        border-bottom: 2px solid #221e1f;
        margin-bottom: 30px;
        font-weight: 500;
        letter-spacing: -1px;
    }
    .sc_product > .title > .sc_title {
        width: inherit;
        padding-bottom: 0px;
        border-bottom: 0px;
        margin-bottom: 0px;
    }
    .sc_product > .title > div {
        border-bottom: 1px solid #221e1f;
    }
    .sc_product > .title > div select {
        height: 30px;
        width: 150px;
        border: none;
    }
    .sc_product_list {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
    }
    .sc_product_list > p {
        text-align: center;
        width: 100%;
    }
    .sc_product_list ul {
        width: 380px;
        margin-right: 20px;
        margin-bottom: 50px;
        cursor: pointer;
    }
    .sc_product_list ul:nth-child(3n) {
        margin-right: 0;
    }
    .sc_product_list ul li {
        display: flex;
        justify-content: space-between;
        font-weight: 500;
        font-size: 14px;
    }
    .sc_product_list ul li img {
        width: 380px;
        height: 300px;
        border-radius: 10px;
    }
    .sc_product_list ul li:nth-child(1) {
        margin-bottom: 20px;
    }
    .sc_product_list ul li:nth-child(2) {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sc_product_list ul li span {
        font-weight: normal;
    }



    /* notice */
    section.sc_notice {
        width: 1180px;
        margin: 0 auto;
    }
    .sc_notice_search {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: 500;
    }
    .sc_notice_search div {
        border-bottom: 1px solid #221e1f;
    }
    .sc_notice_search div > input {
        height: 30px;
        border: none;
    }
    .sc_notice_list {
        border-top: 1px solid #ddd;
        margin-bottom: 40px;
    }
    .sc_notice_list > p {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .sc_notice_list ul {
        display: flex;
        justify-content: start;
        text-align: center;
        align-items: center;
        border-bottom: 1px solid #ddd;
    }
    .sc_notice_list ul li {
        height: 80px;
        line-height: 80px;
        font-size: 14px;
        color: #999;
    }
    .sc_notice_list ul li:nth-child(1) {
        width: 10%;
    }
    .sc_notice_list ul li:nth-child(2) {
        width: 75%;
        text-align: left;
        color: #221e1f;
        font-size: 16px;
        font-weight: 500;
    }
    .sc_notice_list ul li:nth-child(3) {
        width: 15%;
    }
    .sc_notice_view {
        margin-bottom: 40px;
    }
    .sc_notice_view > .title {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .sc_notice_view > .date {
        font-size: 13px;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .sc_notice_view > .view {
        min-height: 200px;
        border-bottom: 1px solid #ddd;
    }
    button.commBack {
        text-align: center;
        width: 120px;
        height: 36px;
        color: white;
        background: #112e53;
        border-radius: 3px;
    }
        /* news */
    section.sc_news {
        width: 1180px;
        margin: 0 auto;
    }
    .sc_news_list {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
    }
    .sc_news_list > p {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .sc_news_list ul {
        width: 380px;
        margin-right: 20px;
        margin-bottom: 50px;
        cursor: pointer;
    }
    .sc_news_list ul:nth-child(3n) {
        margin-right: 0;
    }
    .sc_news_list ul li {
        display: flex;
        justify-content: space-between;
        font-weight: 500;
        font-size: 14px;
    }
    .sc_news_list ul li:nth-child(1) {
        margin-bottom: 20px;
    }
    .sc_news_list ul li:nth-child(2) {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sc_news_list ul li span {
        font-weight: normal;
    }
    .sc_news_list ul li img {
        width: 380px;
        height: 300px;
    }


    /* partner */
    .sc_partner {
        width: 1180px;
        margin: 0 auto;
    }
    .sc_partner > .txtType4 {
        margin-bottom: 20px;
    }

    .sc_partner > .txtType2 {
        margin-bottom: 40px;
    }
    .sc_partner > .logo {}
    .sc_partner > .logo ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .sc_partner > .logo ul li {
        width: 25%;
        text-align: center;
        margin-bottom: 20px;
    }

}