@media all and (max-width:767px) {
    .pc_ver {display: none !important;}
    .m_ver {display: block !important;}
    .pc_ver_flex {display: none !important;}
    .m_ver_flex {display: flex !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 !important;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        height: 50px;
        border-bottom: 1px solid #d7d7d7;
        z-index: 99;
        width: 100%;
        min-width: 100%;
    }

    header h1 {
        width: 35%;
        max-width: 120px;
        height: inherit;
        background: url("/resources/images/logo.png") center;
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: 5%;
    }

    header ul {
        width: 30%;
        margin-left: 5%;
    }

    header ul li {
        font-size: 15px;
        font-weight: 500;
        cursor: pointer;
    }
    header > div {
        width: 30%;
        position: relative;
        right: 5%;
        text-align: right;
        margin-top: 4px;
    }

    article {
        margin-top: 50px;
    }

    .txtType1 {
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        letter-spacing: -2px;
    }

    .txtType2 {
        font-size: 13px;
        text-align: center;
        letter-spacing: -1.5px;
    }

    .txtType3 {
        text-align: center;
        margin-top: 13px;
    }
    .txtType4 {
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        letter-spacing: -2px;
    }

    .txtType3 span {
        display: inline-block;
        background: #005aa9;
        height: 36px;
        line-height: 36px;
        border-radius: 20px;
        padding: 0 10px;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
    }

    section.mc_visual {
    }
    section.mc_visual video {
        width: 100%;
    }

    .mv-pageTitle {
        position: absolute;
        width: 100%;
        font-size: 22px;
        font-weight: 300;
        margin-top: 270px;
        color: #fff;
        text-align: center;
        z-index: 9;
    }
    .mv-pageTitle div {
        width: 100%;
        margin: 0 auto;
    }

    section.mc_businessInfo {
        width: 90%;
        margin:0 auto;
        padding: 30px 0;
    }

    section.mc_businessInfo p.mc_logo {
        width:40%;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    section.mc_businessInfo p.mc_logo img {
        width: 100%;
    }

    section.mc_businessInfo .txtType1 {
        margin-bottom: 10px;
    }

    section.mc_businessInfo .txtType2 {
        margin-bottom: 0px;
    }

    section.mc_businessInfo > div img {
        width: 100%;
    }

    section.mc_characteristics {
        width: 100%;
        margin: 0 auto;
        background: #f8f8f8;
        padding: 30px 0;
    }

    section.mc_characteristics .mc_characteristics_top {
        width: 90%;
        margin: 0 auto;
        display: block;
        align-items: center;
        padding-bottom: 30px;
        border-bottom: 2px solid #221e1f;
        margin-bottom: 30px;
        text-align: center;
        letter-spacing: -1px;
    }

    section.mc_characteristics .mc_characteristics_top > p {
        font-size: 20px;
        font-weight: 500;
    }
    section.mc_characteristics .mc_characteristics_top > p:first-child {
        margin-bottom: 10px;
    }
    section.mc_characteristics .mc_characteristics_top > p img {
        width: 100%;
    }

    section.mc_characteristics .mc_characteristics_text {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        letter-spacing: -1px;
    }
    section.mc_characteristics .mc_characteristics_text .txtType2 {
        margin-bottom: 5px;
    }
    section.mc_characteristics .mc_characteristics_text ul {
        width: 50%;
        text-align: center;
        font-size: 15px;
        margin-bottom: 30px;
    }
    section.mc_characteristics .mc_characteristics_text ul:nth-child(3),section.mc_characteristics .mc_characteristics_text ul:nth-child(4) {
        margin-bottom: 0;
    }
    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: 18px;
        font-weight: 700;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
    }
    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: 100%;
        margin: 0 auto;
        padding: 30px 0;
    }

    section.mc_product > div > p {
        margin-bottom: 30px;
        letter-spacing: -1px;
    }

    section.mc_product > div > button {
        height: 34px;
        background: transparent;
        border: 1px solid #fff;
        border-radius: 20px;
        padding: 0 30px;
        font-size: 16px;
        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_professional {
        background: #fdfbf7;
        padding: 30px 0;
    }

    section.mc_professional > div {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-top: 30px;
    }

    section.mc_professional > div ul {
        width: 100%;
        margin-bottom: 30px;
    }
    section.mc_professional > div ul li img {
        width: 100%;
    }

    section.mc_professional > div ul:nth-child(4) {
        margin-bottom: 0px;
    }

    section.mc_professional > div ul li:nth-child(1) {
        margin-bottom: 5px;
    }

    section.mc_professional > div ul li:nth-child(2) {
        font-size: 16px;
        font-weight: 500;
        padding-left: 10px;
        margin-bottom: 5px;
    }

    section.mc_professional > div ul li:nth-child(3) {
        font-size: 15px;
        padding-left: 10px;
    }

    section.mc_professional .txtType1 {
        margin-bottom: 20px;
    }

    section.mc_partner {
        width: 90%;
        margin: auto;
        padding: 30px 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: 50%;
        text-align: center;
        margin-bottom: 20px;
    }

    section.mc_inquiry {
        background: #362b2b;
        padding: 40px 0;
        margin-bottom: -40px;
    }
    section.mc_inquiry > div {
        width: 90%;
        margin: 0 auto;
    }
    section.mc_inquiry > div .txtType1 {
        color: #fff;
        margin-bottom: 20px;
    }
    section.mc_inquiry > div ul {
        color: #fff;
    }
    section.mc_inquiry > div ul li {
        margin-bottom: 10px;
    }
    section.mc_inquiry > div ul li:last-child {
        margin-bottom: 0;
    }
    section.mc_inquiry > div ul li span {
        display: block;
        font-size: 14px;
    }
    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: 60px;
        padding: 10px;
    }
    section.mc_inquiry > div ul li button {
        height: 40px;
        background: #0e0000;
        color: #fff;
    }


    footer {
        background: #221e1f;
        margin-top: 40px;
    }

    footer > div {
        width: 90%;
        margin: 0 auto;
        color: #aaa;
        padding: 20px 0 20px 0;
    }

    footer > div > p {
        margin-bottom: 20px;
        width: 150px;
    }
    footer > div > p img {
        width: 100%;
    }

    footer > div > div {
        display: block;
        align-items: end;
        font-size: 12px;
        line-height: 160%;
    }
    footer > div > div > ul {
        margin-bottom: 15px;
    }
    footer > div > div > p {
        font-size: 11px;
    }

    /* 모바일네비게이션 */
    .b-mNav{
        display:block;
        height: auto;
        top:0;
        z-index:10;
        transition:left 0s 0.65s ease;
    }
    .b-mNav__cover{
        position:absolute;
        top:0;
        z-index:-1;
        width:0;
        height:100%;
        background-color:#fff;
        transition:width 0s 0s cubic-bezier(0.250, 0.460, 0.450, 0.940);
    }

    .b-mNav__list{
        margin-top:240px;
        font-size:2.8rem; color:white;
        text-align:center;
        line-height:2.4;letter-spacing: 2px;
        opacity:0;
        transition:opacity 0.35s 0s;
        width: 90%;
        display: none;
        font-weight: 500;
    }
    .b-mNav__list li {
        font-size: 18px;
        color: #000;
    }
    .b-mNav__list li.iconMenu {
        font-size: 1.4rem;
        font-weight: 300;
    }
    .b-mNav__list li.iconMenu  > a span {
        display: block;
        text-align: center;
        width: 50px;
        margin: 0 auto;
        margin-top: 30px;
    }
    .b-mNav__list li.iconMenu  > a img {
        display: block;
        width: 100%;
    }
    .b-header__navBtn{
        display:inline-block;
    }
    .b-mNav .b-header__navBtn{
        opacity:1;
        left: 2%;
        top: 9px;
    }
    .slide-open{
        height:100%;
        overflow:hidden;
    }
    .slide-open .b-mNav{
        left:0;
        transition:left 0s 0s ease;
        width: 100%;
        height: 100vh;
        z-index: 12;
        position: fixed;
    }
    .slide-open .b-mNav__cover{
        right:0;
        width:100%;
        transition-delay:0s;
    }
    .slide-open .b-mNav__list{
        opacity:1;
        transition-delay:0.35s;
        display: block;
    }

    .slide-open .b-mNav .b-header__navBtn{
        opacity:1;
        position:absolute;
        left: auto;
        right:20px !important;
        top:20px !important;
        padding:5px;
        background: rgba(255,255,255,0.5);
        border-radius: 50%;
    }
    .slide-open .b-header__navBtn .shape2{display:none}
    .slide-open .b-header__navBtn .shape:nth-child(1){
        transform:translateY(1px) rotate(-45deg);
    }
    .slide-open .b-header__navBtn .shape:nth-child(3){
        transform:translateY(-2px) rotate(45deg);
    }
    .btn-menu{
        width:28px;
        height:30px;
        padding:2px;
    }
    .btn-menu .shape{
        display:block;
        width:100%; height:3px;
        background:#221e1f;
        transition:0.5s;
    }
    .btn-menu .shape2{
        width:100%;
        margin:5px 0;
    }


    /* sc공통 */
    .pagingContainer {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pagingContainer > div {
        margin: 0 10px;
    }
    section.sc_visual {
        margin-bottom: 30px;
    }
    section.sc_visual > .visual {
        height: 120px;
        background: url("/resources/images/sc_visual.png") top center no-repeat;
        background-size: cover;
        color: white;
        font-size: 14px;
        text-align: center;
    }
    section.sc_visual > .visual span {
        display: block;
        font-size: 20px;
        font-weight: 700;
        padding-top: 30px;
    }
    h3.sc_title {
        width: 100%;
        margin: 0 auto;
        font-size: 20px;
        padding-bottom: 10px;
        border-bottom: 2px solid #221e1f;
        margin-bottom: 20px;
        font-weight: 500;
        letter-spacing: -1px;
    }
    .sc_tabMenu {
        border-bottom: 1px solid #ddd;
    }
    .sc_tabMenu > ul {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: start;
        align-items: center;
        border-left: 1px solid #ddd;
    }
    .sc_tabMenu > ul li {
        height: 34px;
        line-height: 34px;
        border-right: 1px solid #ddd;
        width: 50%;
        text-align: center;
        font-size: 13px;
    }
    .sc_tabMenu > ul li a {
        display: block;
    }
    .sc_tabMenu > ul li.active a {
        font-weight: 700;
    }


    /* about */
    .sc_about {
        width: 100%;
        margin: 0 auto;
    }
    .sc_about > .sc_title {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .sc_about_info {
        width: 90%;
        margin: 0 auto;
        display: block;
        justify-content: space-between;
        margin-bottom: 40px;
        align-items: center;
    }
    .sc_about_info > div {
        letter-spacing: -1px;
    }
    .sc_about_info > p img {
        width: 100%;
    }
    .sc_about_info > div .txtType4 {
        text-align: left;
        margin-bottom: 10px;
    }
    .sc_about_info > div .text {
        line-height: 160%;
        font-size: 13px;
    }
    .sc_about_mission {
        background: #f8f8f8;
        padding: 40px 0;
        text-align: center;
    }
    .sc_about_mission .icons {
        margin-bottom: 10px;
    }

    .sc_about_mission .txtType4 {
        width: 90%;
        margin:0 auto;
        margin-bottom: 20px;
    }
    .sc_about_mission .txt {
        width: 90%;
        margin:0 auto;
        font-size: 13px
    }
    .sc_about_characteristics {
        width: 100%;
        margin: 0 auto;
        display: block;
        padding: 40px 0;
    }
    .sc_about_characteristics > p {
        margin: 0 auto;
        text-align: center;
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .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: 90%;
        margin: 0 auto;
    }
    .sc_about_characteristics div ul {
        width: 50%;
        border: 1px solid #ddd;
        padding: 15px 0;
        font-size: 13px;
    }
    .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: 16px;
        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: -40px;
    }
    .sc_about_professional .txtType4 {
        color: #fff;
        margin-bottom: 20px;
    }
    .sc_about_professional .txtType2 {
        color: #9ebee7;
        width: 90%;
        margin: 0 auto;
    }
    .sc_about_professional > div {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .sc_about_professional > div ul {
        width: 100%;
        margin-bottom: 20px;
        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: 16px;
        margin-bottom: 10px;
        font-weight: 400;
    }

    .sc_about_professional > div ul li:nth-child(3) {
        font-size: 25px;
        padding-left: 20px;
        letter-spacing: -1px;
    }
    .sc_about_professional > div ul li img {
        width: 100%;
    }



    /* business */
    .sc_business {
        width: 100%;
        margin: 0 auto;
    }
    .sc_business > .sc_title {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .sc_business_step > .txtType4 {
        margin-bottom: 20px;
    }
    .sc_business_step > .txtType2 {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .sc_business_step .sc_step_box {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 90%;
        margin:0 auto;
        margin-bottom: 40px;
    }
    .sc_business_step .sc_step_box > div {
        width: 50%;
        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_tit img {
        width: 80%;
    }
    .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: 13px;
        padding: 5px 0 10px 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: 16px;
        font-weight: 500;
        margin-bottom: 15px;
    }
    .sc_business_step .sc_step_box div.sc_step_info ul li:nth-child(3) {
        padding: 5px;
    }

    .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_global .txt {
        width: 90%;
        margin: 0 auto;
        font-size: 90%;
        word-break: keep-all;
    }

    .sc_business_product {
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    .sc_business_product > div {
        width: 100%;
        max-width: 568px;
        margin-bottom: 20px;
    }
    .sc_business_product > div > p img {
        width: 100%;
    }
    .sc_business_product > div > .title {
        font-size: 18px;
        font-weight: 700;
        margin-top: 10px;
    }
    .sc_business_product > div > .view {
        font-size: 13px;
        letter-spacing: -1px;

    }



    /* product */
    .sc_product {
        width: 90%;
        margin: 0 auto;
    }
    .sc_product > .title {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        width: 100%;
        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: block;
        justify-content: start;
        flex-wrap: wrap;
    }
    .sc_product_list > p {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        font-size: 14px;
    }
    .sc_product_list ul {
        width: 100%;
        margin-bottom: 20px;
        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: 13px;
    }
    .sc_product_list ul li img {
        width: 100%;
    }
    .sc_product_list ul li:nth-child(1) {
        margin-bottom: 10px;
    }
    .sc_product_list ul li:nth-child(2) {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .sc_product_list ul li span {
        font-weight: normal;
    }



    /* notice */
    section.sc_notice {
        width: 90%;
        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;
        font-size: 14px;
    }
    .sc_notice_list ul {
        display: block;
        border-bottom: 1px solid #ddd;
        padding: 10px 0;
    }
    .sc_notice_list ul li {
        font-size: 14px;
        color: #999;
    }
    .sc_notice_list ul li.no {
        display: none;
    }
    .sc_notice_list ul li.title {
        width: 100%;
        color: #221e1f;
        font-size: 14px;
        font-weight: 500;
    }
    .sc_notice_list ul li.date {
        width: 100%;
        font-size: 11px;
    }
    .sc_notice_view {
        margin-bottom: 40px;
    }
    .sc_notice_view > .title {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .sc_notice_view > .date {
        font-size: 11px;
        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: 90%;
        margin: 0 auto;
    }
    .sc_news_list {
        display: block;
    }
    .sc_news_list > p {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        font-size: 14px;
    }
    .sc_news_list ul {
        width: 100%;
        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: 12px;
    }
    .sc_news_list ul li img {
        width: 100%;
    }
    .sc_news_list ul li:nth-child(1) {
        margin-bottom: 10px;
    }
    .sc_news_list ul li:nth-child(2) {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .sc_news_list ul li span {
        font-weight: normal;
    }


    /* partner */
    .sc_partner {
        width: 90%;
        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: 33.33%;
        text-align: center;
        margin-bottom: 20px;
    }
    .sc_partner > .logo ul li img {
        width: 100%;
    }
}