@charset "utf-8";
/* mobile css code */
@media (max-width: 767px) {
  #wrap {
    position: relative;
    overflow-x: hidden;
    min-width: 375px;
  }

  .inner {
    position: relative;
    padding: 0 30px;
    background: #fff;
  }

  .inner.customer_service {
    padding-bottom: 30px;
  }

  .inner.line {
    border-top: 9px solid #ebebeb;
  }

  .inner.gray {
    background-color: #f5f5f5;
    border-bottom: 1px solid #dbdbdb;
  }

  .inner.gray:last-child {
    border-bottom: 0 none;
  }

  .culture_vision .inner.gray:last-child {
    border-bottom: 1px solid #f5f5f5;
  }

  .inner.noborder {
    border: none;
  }

  .inner:after {
    content: "";
    display: block;
    clear: both;
  }

  hr.line {
    margin: 0 -30px;
    border-top: 1px solid #dbdbdb;
    height: 9px;
    background: #ebebeb;
  }

  /*header*/
  #mo_header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    height: 50px;
    z-index: 15;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
  }

  #mo_header.fixed {
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
  }

  #mo_header.fixed.type2 {
    background: transparent;
  }

  #mo_header.fixed.type2.on {
    background: rgba(255, 255, 255, 0.95);
  }

  .gnb_open #mo_header.fixed.on {
    background: rgba(255, 255, 255, 1);
  }

  #logo {
    position: absolute;
    left: 50%;
    top: 13px;
    margin-left: -33.5px;
  }

  .gnb_wrap .logo {
    position: absolute;
    left: 50%;
    top: 13px;
    margin-left: -33.5px;
  }

  .logo {
    display: block;
    width: 67px;
    height: 24px;
    font-size: 0;
    background: url(../images/common/logo_red.png) no-repeat;
    background-size: contain;
  }

  #mo_header.type2 #logo .logo {
    /*background-image: url(../images/common/logo_white.png);*/
    background-image: url(../images/common/logo_red.png);
  }

  #mo_header.fixed.on #logo .logo {
    background-image: url(../images/common/logo_red.png);
  }

  .btn_gnb_open,
  .btn_gnb_close,
  .head_search {
    display: block;
    width: 50px;
    height: 50px;
    top: 0;
    position: absolute;
    font-size: 0;
    color: transparent;
  }

  .head_search {
    right: 0;
    background: url(../images/common/head_search.png) no-repeat center center;
    background-size: auto 19px;
  }

  #mo_header.type2 .head_search {
    /*background-image: url(../images/common/head_search2.png);*/
    background-image: url(../images/common/head_search2_black.png);
  }

  #mo_header.fixed.on .head_search {
    background-image: url(../images/common/head_search.png);
  }

  .btn_gnb_open {
    left: 0;
    background: url(../images/common/btn_gnb_open.png) no-repeat center center;
    background-size: auto 10px;
  }

  #mo_header.type2 .btn_gnb_open {
    /*background-image: url(../images/common/btn_gnb_open2.png);*/
    background-image: url(../images/common/btn_gnb_open2_black.png);
  }

  #mo_header.fixed.on .btn_gnb_open {
    background-image: url(../images/common/btn_gnb_open.png);
  }

  .btn_gnb_close {
    right: 0;
    top: 10px;
    background: url(../images/common/btn_gnb_close.png) no-repeat center center;
    background-size: auto 17px;
  }

  .gnb_wrap {
    position: fixed;
    left: -101%;
    width: 100%;
    top: 0;
    bottom: 0;
    padding-top: 70px;
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
    z-index: 1;
    background: #fff;
  }

  .gnb_top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    background: #fff;
  }

  .gnb_top .logo {
    left: 0;
    margin-left: 25px;
    top: 23px;
  }

  .gnb_open {
    overflow: hidden;
  }

  .gnb_open .gnb_wrap {
    left: 0;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }

  #gnb {
    height: 100%;
    overflow: auto;
  }

  #gnb a {
    display: block;
    color: #111;
  }

  #gnb > ul {
    padding: 10px 0;
    font-size: 24px;
  }

  #gnb > ul > li > a {
    position: relative;
    font-weight: bold;
    padding: 12px 30px 12px 30px;
  }

  #gnb > ul > li > a:active {
    color: #E20D3A;
  }

  /*#gnb > ul > li > a:before,
  #gnb > ul > li > a:after{content:'';display:block;width:13px;height:1px;background:#b3b3b3;position:absolute;right:23px;top:50%;margin-top:-0.5px;-webkit-transition:0.5s;transition:0.5s;}
  #gnb > ul > li > a:after{-webkit-transform:rotate(90deg);transform:rotate(90deg);}*/
  #gnb > ul > li.active > a {
    color: #E20D3A;
  }

  /*#gnb > ul > li.on > a:before,
  #gnb > ul > li.on > a:after{background:#E20D3A;}
  #gnb > ul > li.on > a:after{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:0;}*/
  #gnb > ul > li > ul {
    display: none;
    font-size: 16px;
  }

  #gnb > ul > li > ul > li > a {
    padding: 9px 30px 9px 50px;
  }

  #gnb .gnb_add {
    padding-bottom: 50px;
  }

  #gnb .gnb_add p {
    padding: 12px 30px;
  }

  #gnb .gnb_add p a {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.4px;
    padding-left: 32px;
    position: relative;
  }

  #gnb .gnb_add p a:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 100%;
    left: 0;
    top: -4px;
    position: absolute;
  }

  #gnb .gnb_add p a.ico_stroe:before {
    background-image: url(../images/common/icon-pin-gnb.png);
  }

  #gnb .gnb_add p a.ico_cs:before {
    background-image: url(../images/common/icon-cs-gnb.png);
  }

  #gnb .gnb_add p a.ico_extra:before {
    background-image: url(../images/common/icon-extra-gnb.png);
  }

  /* container */
  #contents {
    position: relative;
    margin-top: 50px; /*border-top:1px solid #eaeaea;*/
    min-height: 302px;
  }

  #contents > .inner:last-child {
    padding-bottom: 90px;
  }

  #contents.type2 {
    margin-top: 0;
  }

  #mo_header.mobile.type2 + #contents.mobile,
  #mo_header.mobile.type2 + .hd_search + #contents.mobile {
    margin-top: 0 !important;
  }

  #pageTop {
    position: relative;
    display: block;
    width: 100%;
    color: #000;
    min-height: 217px;
    padding: 50px 30px 37px 30px;
  }

  .newsletter-sub #pageTop.visual {
    color: #fff;
  }

  .newsletter-sub #pageTop.visual > div:last-child {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
  }

  .newsletter-sub .newsletter-sub_form {
    padding-bottom: 80px;
  }

  #pageTop.visual {
    height: auto;
    min-height: 400px;
    display: block;
    padding: 55px 30px 60px 30px;
    background-color: #000;
    color: #000;
    vertical-align: bottom;
    overflow: hidden;
  }

  #pageTop.visual > div:last-child {
    display: block;
    padding-top: 178px;
  }

  #pageTop .bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  #pageTop > div:last-child {
    position: relative;
  }

  /*#pageTop > div:last-child{display:table-cell;position:relative;}*/
  #pageTit {
    font-size: 34px;
  }

  .page_txt {
    font-size: 18px;
    margin-top: 15px;
  }

  #pageTop.visual .page-tab-wrap .page-tab-inner .page-tab-cell > a {
    color: #fff;
  }

  #pageTop.visual .page-tab-wrap .page-tab-inner .page-tab-cell.on > a {
    color: #404040;
    background-color: #fff;
  }

  #pageTop.visual .page_txt:last-child {
  }

  .page-tab-wrap {
    display: flex;
    margin-top: 30px;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-bottom: 18px;
    padding-top: 10px;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .page-tab-wrap:after {
    content: "";
    flex: 0 0 30px;
    display: block;
  }

  .page-tab-wrap .page-tab-inner {
    margin: -2px;
    display: flex;
    flex-wrap: nowrap;
  }

  .page-tab-wrap .page-tab-inner .page-tab-cell {
    display: inline-flex;
    padding: 2px;
  }

  .page-tab-wrap .page-tab-inner .page-tab-cell > a {
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    color: #404040;
    border-radius: 20px;
    white-space: nowrap;
  }

  .page-tab-wrap .page-tab-inner .page-tab-cell.on > a {
    color: #404040;
    background-color: #fff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  }

  .page-tab-wrap .page-tab-inner.small .page-tab-cell > a {
    padding: 0 20px;
  }

  .page-tab-wrap.stockPriceInformation {
    display: flex;
    padding-left: 30px;
    padding-bottom: 18px;
    padding-top: 30px;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 auto;
  }

  .page-tab-wrap.stockPriceInformation:after {
    content: none;
  }

  .page-tab-wrap.stockPriceInformation .page-tab-inner {
    margin: -2px;
    display: flex;
    flex-wrap: nowrap;
  }

  .page-tab-wrap.stockPriceInformation .page-tab-inner .page-tab-cell {
    display: inline-flex;
    padding: 2px;
  }

  .page-tab-wrap.stockPriceInformation .page-tab-inner .page-tab-cell > a {
    display: inline-block;
    padding: 0;
    margin-right: 30px;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    color: #404040;
    border-radius: 0;
    white-space: nowrap;
  }

  .page-tab-wrap.stockPriceInformation .page-tab-inner .page-tab-cell.on > a {
    color: #000;
    font-weight: 500;
    background-color: inherit;
    box-shadow: inherit;
    border-bottom: 2px solid #000;
    border-radius: 0;
    padding: 0;
    margin-right: 30px;
  }

  .page-tab-wrap.stockPriceInformation .page-tab-inner.small .page-tab-cell > a {
    padding: 0 20px;
  }

  .stockInfoDisclosure #container {
    width: 100%;
  }

  .newsletter_bg_img {
    max-height: 298px;
  }

  /* footer */
  #mo_footer {
    position: relative;
    color: #808080;
    background: #292929;
    padding: 30px 0;
    font-size: 12px;
  }

  #mo_footer .inner {
    background: none;
  }

  .foot_info {
    color: #fff;
    font-size: 14px;
  }

  .foot_info em {
    font-family: "Montserrat";
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #808080;
    line-height: 1.8;
  }

  .foot_info strong {
    font-size: 25px;
  }

  .foot_text {
    line-height: 1.8;
    margin-top: 18px;
  }

  .foot_text a {
    font-weight: 600;
    color: #b2b2b2;
  }

  .footer_bottom {
    box-sizing: border-box;
    position: relative;
    padding-right: 50%;
  }

  .foot_sns {
    margin-top: 18px;
  }

  .foot_sns ul {
    margin-left: -13px;
  }

  .foot_sns li {
    float: left;
    margin-right: 5px;
  }

  .foot_sns li a {
    display: block;
    font-size: 0;
    color: transparent;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .foot_sns .insta {
    background-image: url(../images/common/foot_sns_insta.png);
    background-size: auto 18px;
  }

  .foot_sns .youtube {
    background-image: url(../images/common/foot_sns_youtube.png);
    background-size: auto 16px;
  }

  .foot_sns .blog {
    background-image: url(../images/common/foot_sns_blog.png);
    background-size: 21px auto;
  }

  .foot_sns .smartstore {
    background-image: url(../images/common/foot_sns_smartstore.svg);
    background-size: auto 18px;
  }

  .footer_bottom .relation_svc {
    position: absolute;
    right: 0;
    width: 50%;
    bottom: 0;
    max-width: 150px;
  }

  .footer_bottom .relation_svc .list_relation {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    bottom: 40px;
    width: 100%;
    border: 1px #808080 solid;
    background: #292929;
  }

  .footer_bottom .relation_svc .list_relation li a {
    display: block;
    padding: 0 15px;
    line-height: 40px;
    font-size: 12px;
  }

  .footer_bottom .relation_svc .list_relation li a:hover {
    background: #303030;
  }

  .footer_bottom .relation_svc.active .list_relation {
    opacity: 1;
    visibility: visible;
  }

  .footer_bottom .relation_svc .tit_relation a {
    font-size: 12px;
    line-height: 40px;
    border-bottom: 1px #404040 solid;
    display: block;
    position: relative;
    font-family: "Montserrat";
    font-weight: 300;
  }

  .footer_bottom .relation_svc .tit_relation a .ico_corp {
    content: "";
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 7px;
    background-size: 100%;
    background-image: url(../images/common/icon-arrow-down.svg);
    right: 0;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .footer_bottom .relation_svc.active .tit_relation a .ico_corp {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* search */
  .search_open {
    height: 100%;
  }

  .search_open #wrap {
    min-height: 100%;
    background: #f5f5f5;
  }

  .search_open #mo_header,
  .search_open #contents,
  .search_open #mo_footer {
    display: none;
  }

  .search_open .hd_search {
    display: block;
  }

  .hd_search {
    display: none;
    position: relative;
    padding: 65px 30px 30px;
    box-sizing: border-box;
  }

  .hd_search h1 {
    font-size: 34px;
    line-height: 1.2;
  }

  .btn_search_close {
    display: block;
    position: absolute;
    right: 24px;
    top: 20px;
    width: 30px;
    height: 30px;
    background: url(../images/common/btn_pop_close.png) no-repeat center center;
    background-size: 17px auto;
    text-indent: -9999em;
    overflow: hidden;
    -webkit-transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
  }

  .hd_search .input_toggle2 .lbl {
    color: #E20D3A;
  }

  .hd_search .input_toggle2 input:checked + .lbl {
    background: #E20D3A;
    color: #fff;
  }

  .hd_search .search_input {
    margin-top: 20px;
  }

  .hd_search .dl {
    margin-top: 33px;
  }
}