@charset "UTF-8";
/**
 * sub.css
 * --------------------------------------------------
 */
/**
 * 적용 시스템 : 공통
 * common/_mixins.scss 
 * --------------------------------------------------
 */
/* mobile */
.menu_wrap {
  display: none;
}

/* 210526 mobile */
@media screen and (max-width: 768px) {
  #document {
    min-width: 320px;
  }
  .floating_area {
    display: block;
    opacity: 0;
  }
  .menu_wrap {
    display: block;
  }
  #navi_wrap.fixed {
    position: fixed;
    top: 0;
  }
  #navi_wrap.fixed ~ .floating_area {
    opacity: 1;
  }
  #navi_wrap .navi_inner .menu_wrap {
    display: block;
  }
  #navi_wrap .navi_inner ul {
    display: none;
  }
  #navi_wrap .navi_inner,
  .foot_top .top_inner,
  .page_Home .main_wrap .main_box,
  #foot_wrap .foot_btm .btm_wrap {
    width: auto;
  }
  .page_Home .main_wrap .main_box {
    padding-top: 120px;
  }
  .page_Home {
    padding: 0 20px;
  }
  .page_Home .main_wrap.bg01 .main_box {
    padding: 86px 0 0;
    flex-direction: column;
    border-bottom-color: transparent;
  }
  #navi_wrap {
    width: 100%;
  }
  .about_wrap {
    width: 100%;
  }
  .about_wrap li {
    flex-direction: column;
  }
  .about_wrap .left,
  .about_wrap .left img {
    width: 80px;
    height: 80px;
  }
  .about_wrap .right {
    margin-top: 20px;
  }
  .about_wrap .right .title {
    font-size: 22px;
    font-weight: bold;
  }
  .about_wrap .right .title em,
  .about_wrap .right .title strong {
    color: #f66c51;
  }
  .about_wrap .right .con {
    font-size: 16px;
    margin-top: 10px;
  }
  #foot_wrap {
    color: #888;
  }
  #foot_wrap .foot_top .top_inner div {
    font-size: 28px;
  }
  #foot_wrap .foot_btm {
    background-color: #eee;
    padding: 30px 20px 0;
  }
  #foot_wrap .foot_btm .btm_wrap {
    flex-direction: column;
    padding-top: 10px;
  }
  #foot_wrap .foot_btm .btm_wrap .logo {
    margin: 0;
    filter: grayscale(1);
    transform: scale(1);
    width: 115px;
  }
  #foot_wrap .foot_btm .btm_wrap .logo img {
    width: 100%;
  }
  #foot_wrap .foot_btm .btm_wrap div:not(.logo) {
    width: auto;
  }
  #foot_wrap .foot_btm .btm_wrap p.logo {
    display: none;
  }
  #foot_wrap .foot_btm .btm_wrap .info {
    float: none;
    padding-top: 20px;
    line-height: 1.4;
    float: none;
  }
  #foot_wrap .foot_btm .btm_wrap .info,
  #foot_wrap .foot_btm .btm_wrap .info dt,
  #foot_wrap .foot_btm .btm_wrap .info dd {
    font-size: 14px;
  }
  #foot_wrap .foot_btm .btm_wrap .info a {
    color: #888;
  }
  #foot_wrap .foot_btm .btm_wrap .info dt {
    width: 90px;
    padding: 0 0 3px;
    vertical-align: top;
    font-weight: bold;
  }
  #foot_wrap .foot_btm .btm_wrap .info dt:before {
    display: none;
  }
  #foot_wrap .foot_btm .btm_wrap .info dd {
    width: calc(100% - 100px);
  }
  #foot_wrap .foot_btm .footer_anchor button .btn_txt {
    color: #888;
  }
  #foot_wrap .foot_btm .footer_anchor {
    margin-top: 24px;
  }
  .foot_top .top_inner {
    padding-bottom: 0;
  }
  .foot_top .top_inner h2 {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    letter-spacing: normal;
  }
  .foot_top .top_inner div {
    padding: 20px 0;
    text-align: left;
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
  }
  .index_box {
    width: 100%;
    float: none;
    display: block;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 30px;
  }
  .index_box p {
    text-align: left;
  }
  .index_box .index_text {
    word-break: keep-all;
  }
  .index_box .index_text h4,
  .index_box .index_text span {
    display: block;
    text-align: left;
    padding: 0;
  }
  .index_box .index_text h4 {
    font-size: 17px;
    font-weight: bold;
  }
  .index_box .index_text span {
    font-size: 16px;
    margin-top: 10px;
  }
  .index_box + .index_box {
    margin: 14px 0;
  }
  .mapWrap {
    padding-bottom: 50px;
  }
  .mapWrap > #map {
    width: 100%;
    height: 235px;
    margin-left: 0;
  }
  /*responsive*/
  #navi_wrap {
    height: 66px;
    padding: 12px 16px;
    box-sizing: border-box;
  }
  #navi_wrap .navi_inner {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #navi_wrap .navi_inner h1 {
    width: 80px;
    background-size: 100%;
  }
  #navi_wrap .navi_inner h1 a {
    height: 40px;
  }
  .menu_wrap ul {
    padding: 20px;
    box-sizing: border-box;
    position: fixed;
    width: 60%;
    right: -100%;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1001;
  }
  .menu_wrap ul li {
    display: block;
    float: none;
  }
  .menu_wrap ul li a {
    display: block;
    font-size: 17px;
    line-height: normal;
    height: auto;
    text-align: left;
    padding: 10px 0;
    font-weight: bold;
    cursor: pointer;
  }
  .menu_wrap ul li a.select {
    color: #f66c51;
    font-weight: bold;
  }
  .recruit .cont_wrap .cont_box:not(.first) h3 {
    margin-right: 70px;
  }
  #navi_wrap .navi_inner ul li a.select {
    margin-top: -3px;
  }
  #navi_wrap.fiexd {
    position: fixed;
    z-index: 10;
    top: 0;
  }
  .product_navi .pn_box,
  .product_section > .content,
  .product_section .title_content {
    width: 100%;
  }
  .product_section .list_item {
    flex-direction: column;
  }
  .product_section .list_item > .right_area {
    border-bottom-color: transparent;
  }
  .product_section .list_item .img {
    padding: 0;
  }
  .product_section .list_item .img.wrap {
    border-radius: 0;
    background-color: transparent;
    padding: 0;
  }
  .product_section .list_item .item + .item {
    margin-left: 0;
    margin-top: 40px;
  }
  .product_section .type2 .list_item {
    -moz-align-items: flex-start;
    align-items: flex-start;
    flex-direction: row;
    width: calc(50% - 12px);
  }
  .product_section .type2 .list_item > .left_area {
    width: 100px;
    min-width: auto;
  }
  .product_section .type2 .list_item > .right_area .desc {
    margin-top: 5px;
  }
  .product_section .type2 .list_item .img {
    width: 100px;
    padding: 15px 15px;
  }
  .product_section .type2 .list_item .img.wrap {
    background-color: #f8f8f8;
  }
  .product_section .type2 .list_item + .list_item:nth-child(2n) {
    margin-left: 20px;
  }
  .product_section .img img {
    max-height: none;
  }
  .product_section .img.wrap.type01, .product_section .img.wrap.type02, .product_section .img.wrap.type03 {
    height: auto;
  }
  /* project */
  #v_wrap {
    padding: 76px 16px 0;
    box-sizing: border-box;
    width: auto;
  }
  #v_wrap #v_title .v_title_inner {
    width: auto;
    margin-top: 20px;
  }
  #v_wrap #v_title .v_title_inner h2 {
    font-size: 32px;
  }
  .cont_wrap .cont_box {
    padding: 50px 0 120px;
    width: 100%;
    box-sizing: border-box;
  }
  .cont_wrap .cont_box h4,
  .cont_wrap .cont_box div {
    line-height: 1.7;
  }
  .cont_wrap .cont_box h3 {
    font-weight: bold;
    margin-bottom: 0;
  }
  .projects .cont_wrap .cont_box.first {
    padding-top: 0;
  }
  .cont_box .project_list {
    padding: 20px 0 0;
    width: 100%;
  }
  .cont_box .project_list li {
    width: calc(25% - 8px);
    height: 100px;
    padding: 0 10px;
    display: -moz-inline-flex;
    display: inline-flex;
    -moz-align-items: center;
    align-items: center;
  }
  .index_box h4:after {
    display: none;
  }
  .project .cont_wrap .cont_box {
    padding: 0;
  }
  .cont_box .history_wrap {
    width: auto;
    overflow: visible;
    margin-top: 30px;
  }
  .cont_box .history_wrap .history_cont {
    width: auto;
    float: none;
    padding-right: 0;
  }
  .cont_box .history_wrap .history_navi {
    width: 100%;
    background-image: none;
    display: flex;
    overflow-x: auto;
    position: relative;
  }
  .cont_box .history_wrap .history_navi .hn_box {
    width: auto;
    margin: 0;
    display: inline-block;
    flex-shrink: 0;
  }
  .cont_box .history_wrap .history_navi .hn_box strong,
  .cont_box .history_wrap .history_navi .hn_box em {
    display: none !important;
  }
  .cont_box .history_wrap .history_navi .hn_box ul {
    display: block !important;
    padding-left: 0;
  }
  .cont_box .history_wrap .history_navi .hn_box ul li {
    display: inline-block;
  }
  .cont_box .history_wrap .history_navi .hn_box ul + li {
    margin-left: 10px;
  }
  .cont_box .history_section em {
    padding: 60px 0 0;
    font-size: 32px;
    font-weight: bold;
    color: #333;
  }
  .cont_box .history_box {
    position: relative;
    padding: 60px 0 40px;
  }
  .cont_box .history_box:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #f66c51;
    border-radius: 50%;
    position: absolute;
    left: -5px;
    top: 35px;
    z-index: 3;
  }
  .cont_box .history_box:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: calc(100% - 100px + 20px);
    background-color: #eee;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 0;
  }
  .cont_box .history_box ul {
    margin: 0;
    padding-left: 20px;
  }
  .cont_box .history_box ul + ul {
    padding: 20px 0 0 20px;
  }
  .cont_box .history_box ul li {
    margin-bottom: 0;
    font-size: 16px;
  }
  .cont_box .history_box ul li + li {
    margin-top: 16px;
  }
  .cont_box .history_box ul li em {
    font-size: 16px;
    padding: 0;
    font-weight: 400;
    line-height: 1.7;
  }
  .cont_box .history_box span {
    left: 20px;
    top: 25px;
    font-weight: bold;
    font-size: 20px;
  }
  .privacy_content {
    margin-top: 0;
  }
  .privacy_content .depth2,
  .privacy_content .depth3,
  .privacy_content .depth4,
  .privacy_content .depth5 {
    margin-left: 0;
  }
  #v_wrap #v_title .v_title_inner h2 {
    font-family: 'Apple SD Gothic Neo', 'Roboto', Verdana, "Noto Sans KR";
    font-weight: bold;
  }
  #v_wrap #v_title .v_title_inner .connect p {
    font-size: 16px;
    line-height: 1.4;
  }
  .product_nav {
    margin-top: 20px;
    flex-direction: column;
  }
  .product_nav .text2 {
    font-size: 16px;
    font-weight: bold;
    height: auto;
    margin-top: 0;
  }
  .product_nav .right {
    margin-top: 10px;
    display: -moz-flex;
    display: flex;
  }
  .product_nav .right a + a {
    margin-left: 10px;
  }
  .product_nav .right button {
    border: 0;
    margin: 0;
    background-image: none;
    background-color: #f66c51;
    padding: 8px 14px;
    color: #fff;
    width: auto;
    height: auto;
    font-size: 16px;
  }
  .cont_box .product_logo {
    -moz-justify-content: start;
    justify-content: start;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .cont_box .product_logo li {
    display: inline-block;
    max-width: calc(20% - 6px);
  }
  .cont_box .product_logo li + li {
    margin-left: 6px;
  }
  .cont_box .portal,
  .cont_box .talk,
  .cont_box .cont_box .mobile,
  .cont_box .bigfile,
  .cont_box .mail,
  .cont_box .orgchart,
  .cont_box .collabo {
    word-break: keep-all;
    margin-top: 0;
  }
  .cont_box .portal,
  .cont_box .talk,
  .cont_box .cont_box .mobile,
  .cont_box .bigfile,
  .cont_box .adpro,
  .cont_box .adupm,
  .cont_box .mail,
  .cont_box .orgchart,
  .cont_box .collabo {
    flex-direction: column;
  }
  .cont_box .portal div,
  .cont_box .portal p,
  .cont_box .talk div,
  .cont_box .talk p,
  .cont_box .cont_box .mobile div,
  .cont_box .cont_box .mobile p,
  .cont_box .bigfile div,
  .cont_box .bigfile p,
  .cont_box .adpro div,
  .cont_box .adpro p,
  .cont_box .adupm div,
  .cont_box .adupm p,
  .cont_box .mail div,
  .cont_box .mail p,
  .cont_box .orgchart div,
  .cont_box .orgchart p,
  .cont_box .collabo div,
  .cont_box .collabo p {
    margin-left: 0;
  }
  .cont_box .portal div,
  .cont_box .talk div,
  .cont_box .cont_box .mobile div,
  .cont_box .bigfile div,
  .cont_box .adpro div,
  .cont_box .adupm div,
  .cont_box .mail div,
  .cont_box .orgchart div,
  .cont_box .collabo div {
    margin-top: 20px;
    width: auto;
  }
  .cont_box .portal div h4,
  .cont_box .talk div h4,
  .cont_box .cont_box .mobile div h4,
  .cont_box .bigfile div h4,
  .cont_box .adpro div h4,
  .cont_box .adupm div h4,
  .cont_box .mail div h4,
  .cont_box .orgchart div h4,
  .cont_box .collabo div h4 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .cont_box .portal_ul,
  .cont_box .talk_ul,
  .cont_box .cont_box .mobile_ul,
  .cont_box .bigfile_ul,
  .cont_box .adpro_ul,
  .cont_box .adupm_ul,
  .cont_box .mail_ul,
  .cont_box .orgchart_ul,
  .cont_box .collabo_ul {
    width: auto;
    margin-top: 20px;
    margin-bottom: 0;
    flex-direction: column;
  }
  .cont_box .portal_ul li,
  .cont_box .talk_ul li,
  .cont_box .cont_box .mobile_ul li,
  .cont_box .bigfile_ul li,
  .cont_box .adpro_ul li,
  .cont_box .adupm_ul li,
  .cont_box .mail_ul li,
  .cont_box .orgchart_ul li,
  .cont_box .collabo_ul li {
    width: 100%;
  }
  .cont_box .portal_ul li h5,
  .cont_box .talk_ul li h5,
  .cont_box .cont_box .mobile_ul li h5,
  .cont_box .bigfile_ul li h5,
  .cont_box .adpro_ul li h5,
  .cont_box .adupm_ul li h5,
  .cont_box .mail_ul li h5,
  .cont_box .orgchart_ul li h5,
  .cont_box .collabo_ul li h5 {
    font-size: 16px;
  }
  .cont_box .portal p {
    margin-left: 0;
    margin-top: 20px;
  }
  .cont_box .portal_ul {
    margin-top: 20px;
  }
  .cont_box .adupm_ul {
    margin: 30px 0 0;
  }
  .cont_box .adupm_ul li {
    width: 100%;
  }
  .cont_box .orgchart p {
    margin: 30px 0 0;
  }
  .cont_box img {
    width: 100%;
  }
  .cont_box .rectuir_top {
    width: auto;
  }
  .cont_box .rectuir_top ul {
    width: 100%;
    margin-top: 0;
    flex-direction: column;
  }
  .cont_box .rectuir_top ul li {
    width: 100%;
    min-height: 0;
  }
  .cont_box .rectuir_top ul li img {
    max-width: 50px;
  }
  .cont_box .rectuir_top ul li p {
    line-height: 1.5;
  }
  .cont_box .recruit_desc {
    width: auto;
    margin: 30px 0 0;
  }
  .cont_box .recruit_desc li + li {
    margin-top: 20px;
  }
  .cont_box .recruit_desc li em {
    display: none;
  }
  .cont_box .recruit_desc li span:not(.title) {
    width: auto;
    display: block;
    margin-left: 0;
    margin-top: 6px;
    line-height: 1.4;
  }
  .cont_box .recruit_desc li span.title {
    width: auto;
    display: block;
    font-weight: bold;
  }
  .cont_box .recruit_process_wrap,
  .cont_box .recruit_process {
    width: auto;
  }
  .cont_box .recruit_process {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .cont_box .recruit_process li {
    height: auto;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 35px 0 35px 80px;
  }
  .cont_box .recruit_process li em {
    padding-top: 0;
    color: #fff;
    width: 100%;
    font-size: 16px;
    line-height: 1;
  }
  .cont_box .recruit_process li + li {
    margin-left: 0;
  }
  .cont_box .recruit_process li + li:before {
    transform: rotate(90deg);
  }
  .cont_box .recruit_process li .step {
    left: 0;
    transform: none;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
  }
  .cont_box .recruit_process li .step + span {
    margin-top: 0;
  }
  .cont_box .recruit_process li .step:after {
    width: 100%;
    height: 100%;
  }
  .cont_box .recruit_process li .step span {
    height: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .main_wrap .main_box h3 {
    padding-left: 30px;
  }
  .cont_wrap {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .cont_wrap.bg01 {
    width: 100%;
  }
  .recruit .cont_wrap .cont_box:not(.first) h3 {
    margin-right: 70px;
  }
  #navi_wrap .navi_inner ul li a.select {
    margin-top: -3px;
  }
  #navi_wrap.fiexd {
    position: fixed;
    z-index: 10;
    top: 0;
  }
  .product_section .title_wrap {
    width: calc(100% + 20px + 20px);
    margin-left: -20px;
    padding: 80px 20px;
    box-sizing: border-box;
  }
  .product_section .title_content .title {
    font-size: 30px;
    text-align: center;
  }
  .product_section .title_content .sub {
    font-size: 16px;
    margin-top: 10px;
    word-break: keep-all;
  }
  .product_section .brochure button {
    padding: 16px 40px;
  }
  .product_section > div:not(.title_wrap) {
    width: auto;
  }
  .product_section .list_item > .left_area {
    line-height: 1.5;
    font-size: 25px;
  }
  .product_section .list_item + .list_item {
    margin-top: 0;
    padding-top: 40px;
    border-top: 1px solid #eee;
  }
  .product_section .list_item .row > .item {
    padding-bottom: 30px;
  }
  .product_section .list_item .row > .item + .item {
    margin-top: 0;
  }
  .product_section .list_item:last-child > .left_area {
    border-bottom-color: transparent;
  }
  .product_section .row.col2 > .item .list_item,
  .product_section .type2 .list_item + .list_item {
    border-top-color: transparent;
  }
  .product_section .type2 .item.col + .item {
    margin-left: 0;
  }
  .product_section .type3 .list_item {
    flex-direction: row;
  }
  .product_section .type3 .list_item + .list_item {
    padding-top: 0;
    border-top-color: transparent;
  }
  .product_section .row.col1 > .item,
  .product_section .row.col2 > .item {
    width: 100%;
  }
  .product_section .list.type4 .list_item {
    flex-direction: row;
  }
  .product_section .row.col2 > .item .type4 .list_item {
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }
  .product_section .row.col2 > .item .title {
    font-size: 18px;
    padding-bottom: 0;
    margin-bottom: 20px;
    border-bottom-color: transparent;
  }
  .product_section .col2 .item.col .item {
    height: 100%;
  }
  .product_section .item.col .item {
    padding: 24px;
  }
  .product_section .type2 .list_item:nth-child(1) {
    padding-top: 0;
  }
  .product_section .row.col2 > .item .list_item .label {
    width: 70px;
    flex-shrink: 0;
  }
  .product_navi .pn_box .pn_item a {
    font-size: 16px;
  }
  .product_navi .pn_box .pn_item#select a {
    font-weight: bold;
  }
  .product_navi .pn_box::-webkit-scrollbar {
    display: none;
    width: 0;
  }
  .product_navi .pn_box {
    overflow: auto;
  }
  .product_navi .pn_box > ul {
    white-space: nowrap;
  }
  .product_navi .pn_box .pn_item + .pn_item {
    margin-left: 30px;
  }
  .nav-underline {
    width: 83px;
  }
  .product_section .col3 .item.col > .item .wrap {
    margin-bottom: 0;
  }
  .product_section .col3 .item.col > .item .wrap img {
    width: auto;
    max-width: 190px;
  }
  .product_section .list_item > .right_area > .title {
    font-size: 18px;
  }
  .product_section .list_item .desc {
    font-size: 15px;
  }
  .cont_box .history_wrap .history_navi .hn_box:first-child ul li:first-child {
    margin-left: 0;
  }
  .cont_box .history_wrap .history_navi .hn_box ul li {
    margin: 9px 12px;
  }
  .cont_wrap .cont_box h3 {
    font-size: 30px;
  }
  .product_section .row.col3 > .item {
    width: 100%;
  }
  .product_section .content > .title {
    font-size: 24px;
  }
  .cont_box .recruit_process li {
    box-sizing: border-box;
  }
  .page_Recruit .cont_wrap .cont_box.first {
    padding-top: 0;
  }
  .page_Recruit .cont_wrap .cont_box .text_center {
    text-align: left;
  }
  .cont_box .rectuir_top ul li {
    display: -moz-flex;
    display: flex;
    padding: 20px 0;
  }
  .cont_box .rectuir_top ul li img {
    transform: none;
    left: auto;
    flex-shrink: 0;
  }
  .cont_box .rectuir_top ul li .cont {
    text-align: left;
    margin-left: 30px;
  }
  .cont_box .rectuir_top ul li .cont h4 {
    padding-bottom: 0;
  }
  #foot_wrap .foot_btm .footer_anchor button {
    border: 0;
  }
  #foot_wrap .foot_btm .footer_anchor button .btn_txt {
    font-size: 14px;
  }
  .pop_wrap .pop_layer {
    width: 80vw;
    margin-left: -40vw;
  }
  .pop_wrap .pop_header {
    background-color: #fff;
    padding-top: 20px;
  }
  .pop_wrap .pop_header .pop_title {
    color: #000;
  }
  .pop_wrap .pop_header .btn_close {
    margin-top: -10px;
    margin-right: 2px;
  }
  .pop_wrap .pop_header .btn_close .ico_popup_close {
    background-image: url(../img/comm/popup_close_b.svg);
  }
  .pop_wrap .pop_layer .pop_body {
    max-height: 70vh;
  }
  .floating_area {
    transition: all .2s;
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 999;
  }
  .floating_area .btn_scrolltop {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .floating_area .ico_btn_scrolltop {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: url(../img/comm/top.svg) no-repeat;
  }
  .menu_wrap ul {
    width: 40%;
  }
  .index_box > div {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
  }
  .index_text {
    margin-left: 20px;
  }
  .index_box .index_text span {
    margin-top: 5px;
  }
  .product_section .list_item + .list_item:nth-child(2) {
    padding-top: 0;
  }
  .product_section .type5 .list_item + .list_item:nth-child(2) {
    padding-top: 40px;
  }
  .product_section .type5 .list_item .item {
    width: calc(50% - 30px);
  }
  .product_section .type5 .list_item .item + .item {
    margin-left: 30px;
  }
  .product_section .type5 .list_item .row .img.type01,
  .product_section .type5 .list_item .row .img.type02 {
    height: 270px;
  }
  .product_section .type5 .list_item .row .img.type01 img,
  .product_section .type5 .list_item .row .img.type02 img {
    width: auto !important;
    max-height: 100%;
  }
  .product_section .row.col3 {
    display: block;
  }
  .product_section .row.col3 .item .item {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
  }
  .product_section .row.col3 .item .item .img {
    flex-shrink: 0;
    margin-right: 30px;
  }
  .product_section .row.col3 .item.col + .item {
    margin-left: 0;
    margin-top: 28px;
  }
  .product_section .title_wrap ~ .content {
    margin-top: 80px;
  }
}

@media screen and (max-width: 700px) {
  .cont_box .project_list li {
    height: 80px;
    padding: 0 14px;
  }
}

@media screen and (max-width: 576px) {
  .menu_wrap ul {
    width: 60%;
  }
  .index_text {
    margin-left: 0;
  }
  #navi_wrap {
    height: 56px;
    padding: 8px 16px;
  }
  .index_box {
    padding: 20px 30px;
  }
  .index_box > div {
    display: block;
  }
  .index_box p {
    text-align: left;
  }
  .index_box .index_text span {
    margin-top: 10px;
  }
  .cont_box .project_list li {
    width: calc(33.3% - 8px);
  }
  .product_section .brochure > a + a {
    margin-left: 0;
    margin-top: 15px;
  }
  .product_section .list_item {
    flex-direction: column;
  }
  .product_section .list_item > .right_area {
    border-bottom-color: transparent;
  }
  .product_section .type2 {
    margin-top: -15px;
  }
  .product_section .type2 .list_item {
    width: 100%;
  }
  .product_section .type2 .list_item > .right_area {
    margin-left: 5px;
    padding-top: 24px;
  }
  .product_section .type2 .list_item .img {
    padding: 15px 20px 15px 10px;
  }
  .product_section .type2 .list_item .img.wrap {
    background-color: transparent;
  }
  .product_section .type2 .list_item + .list_item {
    padding-top: 24px;
  }
  .product_section [class*=row] {
    display: block;
  }
  .product_section .type2 .list_item + .list_item:nth-child(2n) {
    margin-left: 0;
  }
  .product_section .item.col + .item {
    margin-left: 0;
    margin-top: 30px;
  }
  .product_section .row.col2 > .item .title {
    padding-bottom: 10px;
  }
  .product_section .row.col2 > .item .list_item .content {
    padding-top: 5px;
  }
  .product_section .row.col3 .item .item {
    display: block;
  }
  .product_section .row.col3 .item .item .img {
    flex-shrink: 0;
    margin-right: 0;
  }
  .product_section .type5 .list_item .item {
    width: 100%;
  }
  .product_section .type5 .list_item .item + .item {
    margin-left: 0;
  }
  .product_section .type5 .list_item .row .img.type01,
  .product_section .type5 .list_item .row .img.type02 {
    height: auto;
  }
  .product_section .type5 .list_item .row .img.type01 img,
  .product_section .type5 .list_item .row .img.type02 img {
    width: auto !important;
    max-height: none;
  }
  .product_section .col3 .item.col > .item .wrap {
    padding: 0 0 25px;
  }
}

@media screen and (max-width: 400px) {
  .cont_box .project_list li {
    height: 60px;
    padding: 0 5px;
  }
}
/*# sourceMappingURL=mobile.css.map */