@charset "utf-8";

#menuicon,
.ta_only,
.mo_only {
    display: none;
}

.pc_only {
    display: block;
}

@media (max-width: 1200px) {
    header #logo {
        width: 130px;
        height: 38px;
    }

    header #gnb {
        margin-right: 0;
    }

    header #gnb ul li a,
    header .store a {
        font-size: 15px;
    }

    header .lang {
        margin-right: 15px;
        font-size: 15px;
    }

    header .lang div p {
        width: 15px;
        height: 15px;
        transform: translateY(2px);
    }

    header #header_wrap img {
        width: 20px;
    }

    footer #footer_wrap {
        width: 90%;
    }

    #main .m_txt {
        width: 100%;
        left: 0;
        text-align: center;
        font-size: 48px;
    }

    #main .m_txt .main_tit {
        font-size: 48px;
    }

    #main .m_txt .sub_tit {
        font-size: 26px;
    }

    #container .contents {
        width: 90%;
    }

    #container .contents .tit_wrap {
        font-size: 26px;
        line-height: 38px;
        margin: 80px 0 100px;
    }

    #container .contents .about {
        flex-direction: column;
    }

    #container .contents .about .vis_wrap {
        margin-right: 0;
        margin-bottom: 40px;
    }

    #container .contents .about .txt_wrap p {
        margin-bottom: 25px;
    }

    #container .contents .about .txt_wrap p:after {
        margin: 25px 0 0;
    }

    #container .contents .vlaue ul {
        flex-direction: column;
    }

    #container .contents .vlaue li {
        margin-bottom: 60px;
    }

    #container .contents .vlaue ul li:nth-child(2) {
        margin: 0 0 60px;
    }

    #container .contents .vlaue ul li .count {
        width: 100%;
        height: auto;
        display: block;
    }

    #container .contents .vlaue ul li:nth-child(3) .count {
        font-size: 36px;
    }

    #container .contents .vlaue ul li .count span {
        font-size: 50px;
    }

    #container .contents .brand_tab .swiper-slide {
        line-height: 60px;
        font-size: 18px;
    }

    #container .contents .client li {
        width: 20%;
        margin: 0 10px 30px;
    }

    #container .contents .client li img {
        width: 80%;
    }

    #container .history_vis {
        top: 800px;
    }

    #container .history_vis.active {
        top: 330px;
    }

    #container .contents .history_list {
        margin-left: 50%;
    }

    #container .contents .history_list:before {
        display: none;
    }

    #container .contents .history_list ul li {
        margin-bottom: 40px;
    }

    #container .contents .history_list ul li .year {
        font-size: 28px;
        margin-bottom: 0;
    }

    #container .contents .section {
        flex-direction: column;
        align-items: center;
    }

    #container .contents .quality .vis_wrap {
        margin: 0 auto 60px;
    }

    #container .contents .quality .vis_wrap:before {
        display: none;
    }

    #container .contents .con_tit span {
        margin-bottom: 40px;
    }

    #container .contents .quality .txt_wrap {
        padding: 0 20px;
    }

    #container .contents .quality .con_list {
        display: flex;
    }

    #container .contents .quality .con_list>div {
        width: 50%;
    }

    #container .contents .pm {
        margin-left: 0;
    }

    #container .contents .pm .vis_wrap {
        text-align: center;
    }

    #container .contents .pm .txt_wrap {
        padding: 0 20px;
    }

    #container .contents .pm .txt_wrap table {
        margin: 0 auto;
    }

    #container .contents .rnd {
        margin-left: 0;
    }

    #container .contents .rnd .vis_wrap {
        text-align: center;
    }

    #container .contents .rnd .vis_wrap:before {
        display: none;
    }

    #container .contents .rnd .txt_wrap {
        margin: 60px 0 0 0;
        padding: 0 20px;
    }

    #container .contents .store_list {
        margin: 60px 0 170px 25%;
        width: 75%;
        height: 500px;
    }

    #container .contents .oem ul li {
        width: 120px;
    }

    #container .contents .oem ul li>div {
        height: 120px;
    }

    #container .contents .oem ul li img {
        width: 35%
    }

    #container .contents .oem ul li p {
        font-size: 28px;
        margin: 10px 0 15px;
    }

    #container .contents .oem ul li span {
        font-size: 16px;
    }

    #container .contents.product ul {
        justify-content: flex-start;
    }

    #container .contents.product ul li {
        width: 46%;
        margin: 0 2%;
    }

    #container .contents.product li img {
        width: 100%;
    }

    #container .contents .news_list table thead th,
    #container .contents .news_list table td,
    #container .contents .news_list table td a {
        font-size: 14px;
    }

    #container .contents .news_list .pagination li {
        margin: 0 5px;
    }

    #container .contents .customer_center>ul {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    #container .contents .customer_center>ul>li {
        text-align: center;
        width: 45%;
        margin-bottom: 40px;
    }

    #container .contents .customer_center>ul>li div {
        font-size: 22px;
    }

    #container .contents .customer_center>ul>li li img {
        margin-right: 5px;
        width: 15px;
        vertical-align: middle;
    }

    #container .contents .customer_center>ul>li li {
        margin-bottom: 0;
    }

    #container .contents .customer_center>ul>li ul li:nth-child(1) {
        margin-bottom: 20px;
    }

    #container .contents .customer_center>ul>li li a {
        font-size: 16px;
        font-weight: 400;
    }

    #container .contents .customer_center form {
        flex-direction: column;
    }

    #container .contents .customer_center form div {
        flex-basis: auto;
        width: 100%;
        margin-bottom: 40px;
    }

    #container .contents .customer_center form div:nth-child(4) {
        margin-top: 0;
    }

    .pc_only {
        display: none;
    }

    .ta_only {
        display: block;
    }
}

@media (max-width: 767px) {
    #menuicon+label {
        display: block;
        width: 30px;
        height: 20px;
        position: absolute;
        cursor: pointer;
        top: 20px;
        right: 10px;
        z-index: 20;
    }

    #menuicon+label span {
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        background: #fff;
        transition: all .35s;
    }

    header.active #menuicon+label span {
        background: #666;
    }

    #menuicon+label span:nth-child(1) {
        top: 0;
    }

    #menuicon+label span:nth-child(2) {
        top: 50%;
    }

    #menuicon+label span:nth-child(3) {
        bottom: 0;
    }

    #menuicon:checked+label span {
        background: #666;
    }

    #menuicon:checked+label span:nth-child(1) {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }

    #menuicon:checked+label span:nth-child(2) {
        opacity: 0;
    }

    #menuicon:checked+label span:nth-child(3) {
        bottom: 50%;
        transform: translateY(50%) rotate(-45deg);
    }

    #mo_nav_bg {
        width: 100%;
        height: 100vh;
        background-color: #fff;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: -1;
        transition: all .6s;
    }

    header #gnb {
        width: 100%;
        position: fixed;
        right: -100%;
        z-index: 5;
        transition: all .6s;
    }

    #menuicon:checked~#gnb {
        right: 0;
        transition: all .6s;
    }

    #menuicon:checked~#gnb #mo_nav_bg {
        right: 0;
    }

    header {
        line-height: normal;
        height: auto;
    }

    header.active {
        background-color: rgba(255, 255, 255, .8);
    }

    header #header_wrap {
        height: 60px;
    }

    header #logo {
        width: 100px;
        height: 28px;
        position: relative;
        z-index: 5;
        left: 20px;
        margin-top: 16px;
    }

    header #logo.active {
        background-image: url(../images/logo_active.png);
        z-index: 6;
    }

    header #gnb ul {
        flex-direction: column;
        height: 100%;
        margin-top: 80px;
    }

    header #gnb ul li {
        text-align: center;
        line-height: 47px;
    }

    header #gnb ul li a {
        font-size: 20px;
        color: #222;
    }

    header .store a {
        font-size: 20px;
    }

    header .lang {
        display: none;
    }

    header .lang.active {
        display: block;
        position: relative;
        z-index: 5;
        margin-right: 40px;
    }

    header .lang div {
        margin-top: 20px;
    }

    header .lang.active div p {
        background-image: url(../images/lang_active.png);
    }

    header .lang ul {
        transform: translateY(10px);
        background-color: #222;
    }

    header .lang ul:before {
        content: "";
        width: 8px;
        height: 4px;
        display: block;
        background-image: url(../images/lang_arrow_bk.png);
        background-size: cover;
        background-position: center;
        position: absolute;
        top: -4px;
        left: calc(50% - 4px);
        transform: rotate(180deg);
    }

    header .lang div {
        color: #222;
    }

    header .lang ul li a {
        color: #fff;
    }

    header .lang div:before {
        background-image: url(../images/lang_arrow_bk.png);
    }

    header.active .lang ul {
        background-color: #222;
    }

    header.active .lang ul li a {
        color: #fff;
    }

    header .store {
        right: -100%;
        transition: all .6s;
        top: 335px;
        display: block;
        width: 100%;
        position: absolute;
        z-index: 5;
        text-align: center;
    }

    header .store.active {
        right: 0;
        transition: all .6s;
    }

    footer #footer_wrap {
        flex-direction: column;
        width: 96%;
        margin: 0 auto;
        padding-bottom: 10px;
    }

    footer #footer_wrap address div {
        margin: 5px 0;
        font-size: 12px;
        letter-spacing: -0.06em;
    }

    footer #footer_wrap .footer_logo {
        display: none;
    }

    footer #footer_wrap .footer_logo img {
        width: 100px;
    }

    #popup {
        top: 100px;
        right: 0;
    }

    #popup img {
        width: 100%;
    }

    #main #mvis_slider:before,
    #main #mvis_slider:after {
        display: none;
    }

    #main .slider_nav {
        width: 180px;
        right: calc(50% - 90px);
    }

    #main .m_txt {
        top: 50%;
        transform: translateY(-50%);
    }

    #main .m_txt .main_tit {
        font-size: 26px;
    }

    #main .m_txt .sub_tit {
        font-size: 18px;
    }

    #svis {
        height: 250px;
    }

    #svis .svis_txt div {
        font-size: 18px;
    }

    #svis .svis_txt h2 {
        font-size: 28px;
        margin: 15px 0 5px;
    }

    #svis .svis_txt span {
        font-size: 16px;
    }

    #container .contents .tit_wrap {
        font-size: 20px;
        line-height: 32px;
        margin: 50px 0 30px
    }

    #container .contents .about {
        margin-bottom: 40px;
    }

    #container .contents .about .txt_wrap p {
        font-size: 20px;
        margin-bottom: 20px;
    }

    #container .contents .about .txt_wrap p:after {
        top: 60px;
        width: 100%;
    }

    #container .contents .about .txt_wrap span {
        font-size: 14px;
        line-height: 24px;
    }

    #container .contents .section_tit p {
        font-size: 28px;
        line-height: 34px;
    }

    #container .contents .section_tit p span {
        font-size: 18px;
    }

    #container .contents .vlaue {
        margin-top: 60px;
    }

    #container .contents .vlaue ul {
        flex-wrap: wrap;
    }

    #container .contents .vlaue li {
        width: 100%;
        margin-bottom: 40px
    }

    #container .contents .vlaue ul li:nth-child(3) .count {
        font-size: 30px;
    }

    #container .contents .vlaue ul li .count span {
        font-size: 36px;
        line-height: 30px;
    }

    #container .contents .vlaue ul li>span {
        font-size: 14px;
        line-height: 24px;
    }

    #container .contents .brand .section_tit {
        margin: 40px 0 20px;
    }

    #container .contents .brand_tab .swiper-slide {
        line-height: 45px;
        font-size: 14px;
    }

    #container .contents .brand_inner .swiper-slide span {
        font-size: 14px;
        line-height: 26px;
        display: inline-block;
        padding: 0 15px;
    }

    #container .contents .store_list {
        width: 100%;
        height: 50vw;
        margin: 40px auto 20px;
    }

    #container .contents .store_tab {
        position: static;
    }

    #container .contents .store_tab .swiper-wrapper {
        flex-direction: row;
        justify-content: space-around;
    }

    #container .contents .store_tab .swiper-slide {
        width: 80px !important;
        height: auto;
        justify-content: flex-end;
        opacity: .4;
    }

    #container .contents .store_tab .swiper-slide-thumb-active {
        opacity: 1;
    }

    #container .contents .store_tab .swiper-slide>img {
        margin: auto;
    }

    #container .contents .store_tab .swiper-slide a {
        display: none;
    }

    #container .contents .client .section_tit {
        margin: 40px 0 20px;
    }

    #container .contents .client li:nth-child(1),
    #container .contents .client li:nth-child(4) {
        margin-left: auto;
        margin-right: auto;
    }

    #container .contents .client li {
        text-align: center;
        width: 40%;
        margin: 0 5% 20px;
    }

    #container .history_vis {
        display: none;
    }

    #container .contents .history_list {
        margin-left: 0;
        padding-left: 0;
    }

    #container .contents .history_list:before {
        height: 3060px;
        left: -12px;
    }

    #container .contents .history_list ul li {
        margin-bottom: 20px;
    }

    #container .contents .history_list ul li .year {
        font-size: 26px;
    }

    #container .contents .history_list ul li .year:before {
        width: 5px;
        height: 5px;
        left: -14px;
    }

    #container .contents .history_list ul li>div {
        font-size: 14px;
    }

    #container .contents .history_list ul li .month {
        margin-right: 0;
        width: 10%;
    }

    #container .contents .section {
        margin-bottom: 60px;
    }

    #container .contents .quality .vis_wrap img,
    #container .contents .pm .vis_wrap img,
    #container .contents .rnd .vis_wrap img {
        width: 100%;
    }

    #container .contents .quality .txt_wrap {
        margin-top: -40px;
        padding: 0;
    }

    #container .contents .con_tit p {
        font-size: 20px;
        margin-bottom: 10px;
    }

    #container .contents .con_tit span {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 24px;
    }

    #container .contents .quality .con_list {
        flex-direction: column;
    }

    #container .contents .quality .con_list>div {
        width: 100%;
    }

    #container .contents .con_list p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    #container .contents .con_list ul {
        margin-bottom: 20px;
    }

    #container .contents .con_list li {
        font-size: 14px;
    }

    #container .contents .pm .txt_wrap {
        margin-top: 20px;
        padding: 0;
    }

    #container .contents .pm li {
        flex-direction: column;
    }

    #container .contents .pm table tr td {
        font-size: 14px;
    }

    #container .contents .pm table tr td:nth-child(1) {
        width: 35%;
    }

    #container .contents .rnd .txt_wrap {
        margin-top: 20px;
        padding: 0;
    }

    #container .contents .section_tit span {
        font-size: 14px;
        line-height: 24px;
    }

    #container .contents .oem ul {
        flex-direction: column;
        align-items: center;
    }

    #container .contents .oem ul li {
        width: auto;
        margin-bottom: 20px;
    }

    #container .contents .oem ul li>div {
        width: 120px;
        margin: 0 auto;
    }

    #container .contents .oem ul li p {
        margin-bottom: 5px;
    }

    #container .contents .oem div:nth-of-type(2) {
        font-size: 16px;
        line-height: 28px;
    }

    #container .contents .oem div:nth-of-type(2) span {
        margin-bottom: 0;
    }

    #container .contents.product ul {
        justify-content: center;
    }

    #container .contents.product ul li {
        width: 100%;
        margin: 0
    }

    #container .contents.product ul li p {
        font-size: 18px;
        margin: 15px 0 40px;
    }

    #container .contents .customer_center>ul {
        flex-wrap: wrap;
    }

    #container .contents .customer_center>ul>li {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    #container .contents .customer_center>ul>li div {
        font-size: 18px;
        margin-bottom: 15px;
        padding: 0 5px;
    }

    #container .contents .customer_center>ul>li p {
        margin-top: 20px;
        font-size: 20px;
    }

    #container .contents .customer_center>ul>li ul {
        padding-bottom: 20px;
    }

    #container .contents .customer_center>ul>li ul li:nth-child(1) {
        margin-bottom: 5px;
    }

    #container .contents .customer_center form {
        margin: 40px 0 80px;
    }

    #container .contents .news_list table tr {
        line-height: 42px;
    }

    #container .contents .news_list table thead th,
    #container .contents .news_list table td,
    #container .contents .news_list table td a {
        font-size: 12px;
        padding: 0 5px;
    }

    #container .contents .news_list table tr td:nth-child(2) a {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 220px;
    }

    #container .contents .news_view .news_tit {
        margin: 60px 0 20px;
        flex-wrap: wrap;
    }

    #container .contents .news_view .news_tit p {
        font-size: 18px;
        width: 100%;
    }

    #container .contents .news_view .news_tit span {
        display: inline-block;
        margin-left: auto;
    }

    #container .contents .news_view .news_contents img {
        width: 100%;
    }

    #container .contents .news_view .news_contents div {
        font-size: 14px;
        line-height: 26px;
        margin: 40px 0;
    }

    #container .contents .news_view .list_btn {
        margin-bottom: 40px;
    }

    .ta_only {
        display: none;
    }

    .mo_only {
        display: block;
    }
}