﻿@charset "utf-8";

/*
 * Project		:	헬로컴퍼니 랜딩 홈페이지
 * File			:	responsive.css
 * Author		:	YoungJae Lee
 * Date			:	Jau. 2024
 * Description	:	반응형 스타일
 */





@media all and (max-width:1350px) {
		
	/* --------------------------------
    *
    * :: layout_com.css
    *
    * -------------------------------- */
    
	.cmHead-menu {display: none;}
	
	.cmTouch-list {padding-right: 30px;}
	.cmTouchList-item:first-child {display: flex; justify-content: flex-end;}
	.cmTouchList-item .text {font-size: 16px;}
	
	

	/* --------------------------------
    *
    * :: layout_page.css
    *
    * -------------------------------- */

	/* main */
	.mSect-flex .mSect-box {margin-left: 20px;}
	
	.mService-cont {padding: 80px calc(2vw + 100px) 0 2vw !important;}
	.mService-left:before {width: 38%;}
	
	.mService-tit {padding-left: 20px;}
	
	.marquee-wrap {margin-top: 10vh;}
	
	/* :: main 1.6 > mType */
	.mType .mSect-head {padding-bottom: 50px;}
	.mType .mSect-box {padding: 0 20px; border-radius: 15px;}
	.mType .mSectBox-head {padding: 25px 0 20px;}
	.mType .mSectBox-head .sub-text {margin-top: 8px;}
	.mType .mSectBox-body {padding: 20px 0;}
	.mType .mSectBox-foot {text-align: center; padding: 0 0 20px;}	
	.mType .currentBox {border-radius: 0 15px 15px 15px;}
	
	
	
	/* sub - common */
	.subMain {height: 100vh;}
	.subMain-copy {height: 100vh;}
	.subBox {margin: 0;}
	
	.sect-tit {font-size: 45px; letter-spacing: 26px;}
    
	.art-cont-inner {max-width: 100%; margin: 0 auto; padding: 30px 0;}
	.art-cont-tit {margin: 0 0 30px 0;}
	.art-flex {margin: 80px 0 150px;}
	.art-banner {height: 300px;}
	
	.art-tabPanelGp {margin-top: 60px;}
	
    
    
    /* sub - company */
	.art-slogan .tit-2xl {font-size: 34px; font-weight: 300;}
	
	.history-wrap {margin-top: 0;}
	.history-wrap .swiper-container {margin-top: 50px;}
	
	.vision-wrap {margin: 100px 0 0;}
	.vision-box {flex-wrap: wrap; margin-top: 50px; height: auto;}
	.vision-box > div {flex: 1 1 100%;}
	.vision-img {height: 300px;}
	.vision-itemWrap {height: auto;}	
	.vision-item-tit {padding: 0 30px;}
	.vision-item-tit:after {display: none;}
	.vision-item-tit .tit-lg {font-size: 24px;}
	.vision-item-tit .lineBreak + br {display: none;}
	
	.vision-item-list {padding: 0 30px; display: flex; flex-wrap: wrap;}
	.vision-item-list li {flex: 1 1 40%;}
	.vision-item-list li div:last-child {margin-left: 45px;}    
    
    
    
    /* sub - feature */
    .ftr-swiper {margin-top: 50px;}
    .ftr-swiper .swiper-container {padding: 50px 200px;}

    .ftrLst-item {flex-wrap: wrap; flex-direction: column-reverse;}

    .ftrLst-txtWrap {width: 100%; text-align: center; margin-top: 50px;}
    .ftrLst-txtWrap br {display: none;}
    
    .ftrLst-list ul {display: inline-block; text-align: left;}
    
    .ftrLst-img {width: 60%; margin: 0 auto;}

    .ftr-swiper .swiper-button-next,
    .ftr-swiper .swiper-button-prev {display: block; background-image: none; transition: 0.2s; font-size: 44px; color: #adadbb;}
    .ftr-swiper .swiper-button-prev {left: 120px; transform: translate(0, 0);}
    .ftr-swiper .swiper-button-next {right: 120px; transform: translate(0, 0);}    
    .ftr-swiper .swiper-button-prev:hover {transform: translate(-3px, 0);}
    .ftr-swiper .swiper-button-next:hover {transform: translate(3px, 0);}
    
    .ftr-swiper .swiper-pagination {display: none;}
    
    .sectFtr-wrap {margin-top: 100px;}
	.sectFtr-wrap:last-of-type {margin-bottom: 50px;}
    .sectFtr-wrap .sect-box {padding: 0 120px;}
    .sectFtr-wrap .sect-box br {display: none;}
    .sectFtr-wrap .tit-md {font-size: 16px;}
    .sectFtr-wrap .art-wrap {margin-top: 50px;}
    .sectFtr-wrap .art-cont-inner {padding: 0;}



    /* sub - reference */
    .solutionCase-wrap .cardLst {width: calc(50% - 20px);}
    .client-wrap .cardLst {width: calc(25% - 20px); height: 100px; border-radius: 100px;}
    
    
    
    /* sub - prcenter */
    .pVideoLst-wrap .cardLst {width: calc(50% - 20px); margin: 20px 10px 0;}
    
    .modal-wrap {right: 0px; left: 0px; z-index: 101;}
    .modal-wrap.active {top: 120px;}
    .modal-sTit {font-size: 20px;}
    .modal-mTit {font-size: 26px;}
    
    .modal-close {width: 40px; height: 40px;}
    .modal-close > div {width: 40px; margin-top: 14px;}
    .modal-close label {margin-top: 46px; margin-left: -6px;}
    
    .modal-body {height: calc(100% - 109px);}
    
    
    
    /* 이벤트 팝업 */
	#popEvt {top: 0; left: 0; right: 0; bottom: 0;}
    #popEvt:before {content: ''; display: block; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,.4); z-index: -1;}
    .popEvt-wrap {top: 50%; left: 50%; transform: translate(-50%, calc(-50% - 22px)); width: 94%;}
}





@media all and (max-width: 1160px) {	
	    
    /* --------------------------------
    *
    * :: layout_com.css
    *
    * -------------------------------- */
    
	#wrap {overflow-x: hidden; padding-bottom: 76px;}
	
	.cmFoot-panel {flex-direction: column; padding: 40px 0;}
	.cmFootPanel-left {width: 100%;}
	.cmFootPanel-right {width: 100%; text-align: center; margin-top: 30px; border-top: 1px solid var(--gray-300); padding-top: 30px;}
	.cmFootPanel-scroll {display: block;}
	.mobile-floatQuick {display: block;}	
    
    .content-cont {padding: 0 50px;}

	.cmHead-logo {left: 25px;}    
    .cmHead-solution {right: 79px;}
	.cmHead-solution .js-dropdownBtn {width: 79px;}    
    .cmHead-nav .navOpen {width: 79px; background-color: none; background-color: transparent; border-left: none;}
	.cmHead-nav .nav {height: calc(100vh - 76px);}
    
    .cmSide {display: none;}
    
    .cmTouch-img {width: 38%;}    
	.cmTouch-list {flex-grow: 1; margin-left: 20px;}
	.cmTouchList-item {margin-top: 30px;}
	
	
	
	/* --------------------------------
    *
    * :: layout_page.css
    *
    * -------------------------------- */

	/* main */
	#fp-nav.right {right: 40px;}
	#fp-nav ul li .fp-tooltip {font-size: 11px; top: -0.5px;}
	#fp-nav ul li .fp-tooltip.right {left: 17px;}	
	
	.mainWrap .cmFoot {padding-bottom: 76px;}
	
	.mainWrap .content-cont {padding: 0 95px;}
	.mainWrap .mVisual-cont,
	.mainWrap .mCopy-cont {padding-top: 80px;}
	
	.mSect-flex .mSect-box {margin-left: 10px;}
	.mSect-tit {font-size: 36px;}
	
	#staticImg img {height: calc(100vh - 450px);}
	
	.mVisual-copy .main-text {font-size: 80px;}
	.mVisual-copy .subMid-text {font-size: 22px;}
	.mVisual-copy .subSm-text {font-size: 16px;}
	
	.mVisual-shaped li:nth-child(2) {top: 113px;}
	
	.mVisual-bigShaped img:nth-child(2) {width: 70vw; right: -290px;}
	.mVisual-bigShaped img:nth-child(3) {bottom: -8vh;}
	.mVisual-bigShaped img:nth-child(4) {width: 8vw; top: 13vh; right: 2vw;}	
	
	.mCopy-txt {padding: 51vh 0 80px;}
	.mCopyTxt-row {font-size: 45px;}
	
	.mCopy-shaped.st02 img {top: 48vh; left: 22vw; width: 8vw;}	
	
	/* 서비스소개 */
	.mService  {background: var(--gray-100);}
	.mService-cont {flex-direction: column; height: 100%; padding: 130px 90px 100px 0 !important;}
	
	.mService-left {width: 100%; padding: 0 20px 0 75px; flex-shrink: 0;}
	.mService-left:before {display: none;}
	
	.mService-tit {padding-left: 0;}
	.mService-tit .main-text {font-size: 36px;}  /* font-size >>> mSect-tit과 동일 */
	.mService-tit .subSm-text {margin-top: 15px;}
	.mService-tit .subSm-text p:not(:last-child) {display: inline-block;}
	
	.mService-tab {display: none;}
	
	.mService-right {width: 100%; margin-top: 30px; flex-grow: 1;}
	
	.mService-panel {padding-left: 0; background: #fff; border-radius: 30px; margin: 0 10px;}
	.mService-panelIn {padding: 40px 0 0 40px;}
	
	.mServicePanel-mainTit {font-size: 24px;}
	.mServicePanel-copy {width: calc(100% - 40px); margin-top: 20px;}
	.mServicePanel-img img {width: auto; height: 22vh;}
	
	.mEffect .mSect-head {padding-bottom: 30px;}
	.mEffect .mSectBox-head {padding: 22px 22px 17px;}
	.mEffect .mSectBox-body {padding: 17px 22px 22px;}
	
	/* :: main 1.6 > mType */
	.mType .mSect-box {padding: 0 15px;}
	.mType .mSectBox-head {padding: 20px 0 15px;}
	.mType .mSectBox-head .main-text {font-size: 16px !important;}
	.mType .mSectBox-head .sub-text {font-size: 14px;}
	.mType .mSectBox-body {padding: 15px 0;}
	.mType-list li {font-size: 13px;}
	.mType .mSectBox-foot {padding: 0 0 15px;}
	
	.mFamily .mSect-head {padding-bottom: 30px;}
	
	
	
	 /* sub - company */
	 .history-wrap .swiper-slide-content {left: 33vw;}
	 
	.history-wrap .swiper-pagination {left: 10vw;}
	.history-wrap .swiper-pagination::before {left: 15vw;}
	.history-wrap .swiper-pagination-bullet::before {left: calc(15vw - 4px);}
	.history-wrap .swiper-button-next,
	.history-wrap .swiper-button-prev {left: calc(10vw + 35px);}
	
	
	
	 /* sub - feature */
	.moFtr-container {height: 500px; margin-top: 50px;}
	.ftrMo-txtWrap {top: 0; left: 0; right: 0; bottom: 0; transform: translate(0, 0); background: rgba(0,0,0,.6); padding: 50px; color: #fff;}
	
	
	
	 /* sub - reference */
	 .reference-info {font-size: 26px;}
}





@media all and (max-width: 900px) {	
	
	.active .high-line::after {transition-delay: .3s;}
	.active .high-line::before {transition-delay: .8s;}
	
	
    /* --------------------------------
    *
    * :: layout_com.css
    *
    * -------------------------------- */
    
    #wrap {overflow-x: hidden;}
        
    .content-cont {padding: 0 25px;}
    
    .cmTouch {padding: 80px 0;}
    .cmTouch-img {width: 75%; margin-top: 15px;}
    .cmTouch-list {width: 100%; margin: -30px 0 0; padding: 0 15px;}
	.cmTouchList-item {margin-top: 30px;}
	.cmTouchList-item .icon {margin-right: 20px;}
	.cmTouchList-item .icon img {width: 36px; height: auto;}
	.cmTouchList-item .text  {font-size: 15px;}
	.cmTouchList-item .text .colorGray {font-size: 13px;}	
	.cmTouchList-item .map-shortcut .btn.border {padding: 10px 18px; font-size: 12px; margin-right: 5px;}    
    .cmTouchList-item .kakao-box {margin-right: 15px; flex-grow: 1; max-width: 300px;}
    
    .cmFoot-cont {padding: 0 15px !important;}
    .cmFoot-menu {justify-content: space-between;}
	.cmFootMenu-item {padding: 15px 5px; font-size: 11px; text-align: center;}
	.cmFootMenu-item:before {display: none;}
	.cmFootMenu-item:first-child {padding-left: 5px;}

	.cmFootPanel-row:not(:first-child) {display: block; margin-top: 0;}
    .cmFootPanel-row:first-child {margin-bottom: 20px;}    
        
	.cmFootPanel-col {font-size: 12px; padding: 0; margin-top: 8px;}
	.cmFootPanel-col:before {display: none;}
    
    .cmFootPanel-logo img {height: 30px;}
	.cmFootPanel-copy br {display: block;}
    
    
        
	/* --------------------------------
    *
    * :: layout_page.css
    *
    * -------------------------------- */        
	
	/*  :: main 1.0 > common style */
	.mainWrap .cmFoot {padding-bottom: 0;}
	
	.mainWrap .content-cont {padding: 50px 30px;}
	.mainWrap .mVisual-cont {padding: 80px 30px 30px;}	
	.mainWrap .mCopy-cont {padding: 30px 30px 0;}
	
	.mSect-flex {flex-direction: column;}
	.mSect-flex .mSect-box {margin: 15px 0 0;}
	.mSect-flex .mSect-box:first-child {margin: 0;}
	
	.mSect-tit {padding: 0 15px; font-size: 5vw;}
	
	/* :: main 1.1, 1.2 > mVisual, mCopy */
	#staticImg img {width: 85%; height: auto;}
	
	/* :: main 1.1 > mVisual */
	.mVisual-copy {padding: 50px 0 0;}	
	.mVisual-copy .main-text {font-size: 60px; padding-top: 15px;}
	.mVisual-copy .subMid-text {font-size: 18px;}	
	.mVisual-copy .subSm-text {width: 94%; margin: 0 auto;}
	.mVisual-copy .subSm-text p {display: inline;}	
	
	.mVisual-shaped li:nth-child(2) {width: 16px; height: 16px; top: 90px; right: 40%;}
	
	.mVisual-bigShaped img:nth-child(1) { bottom: 68vh; left: -70vh;}	
	.mVisual-bigShaped img:nth-child(2) {width: 70vw; top: auto; bottom: 0;}
	.mVisual-bigShaped img:nth-child(3) {bottom: 0;}
	
	/* :: main 1.2 > mCopy */
	.mCopy-txt {padding: 0 0 70px;}
	.mCopyTxt-row {font-size: 6vw;}
	
	.mCopy-shaped.st01 img {width: 5vw; top: auto; left: auto; right: 5vh; bottom: 25vh;}
	.mCopy-shaped.st02 img {display: none;}
		
	/* :: main 1.3 > mService */
	.mService-cont {padding: 50px 0 !important;}
	.mService-left {padding: 0 85px;}
	
	.mService-tit .main-text {font-size: 5vw;}  /* font-size >>> mSect-tit과 동일 */
	
	/* :: main 1.4 > mEffect */
	.mEffect .bgAnmt-shaped li {display: none;}
	
	/* :: main 1.5 > mReference */
	.mReference .mSect-head {align-items: flex-start;}
	.mReference .btn {margin-top: 20px;}
	
	.marquee-wrap {margin: 30px 0 120px;}
	.marquee {margin-top: 50px;}  
    
	/* :: main 1.6 > mType */
	.mType .mSect-head {padding-bottom: 45px;}	
	.mType .mSect-body .mSect-flex {flex-direction: column;}
	.mType .mSect-body .mSect-box {margin-left: 0; margin-top: 20px;}
	
	/* :: main 1.7 > mFamily */
	.mFamily .mSect-head {padding: 0 0 30px;}
	.mFamily .mSect-body {padding-top: 30px;}
	.mFamily .mSect-body:before,
	.mFamily .mSect-body:after {height: 100%;}
	.mFamily .mSect-box {margin-top: 40px;}
  
  
  
        
    /* sub - common */
    .subMain-copy {width: 82%; margin: 0 auto;}
    .subMain-sTit {font-size: 20px;}
    .subMain-mTit {font-size: 50px;}
    .subMain-desc br {display: none;}
    
    .subBoxIn {padding: 40px 0;}
    
    .sect-tit {font-size: 24px; letter-spacing: 20px; font-weight: 500; margin-left: 20px;}
    
    .art-flex {display: block; height: auto; margin: 45px 0 0;}
    .art-flex-img {width: 100%; height: 150px;}
	.art-flex-img img {width: 100%; height: auto; margin-left: 0;}
    .art-flex-txt {width: 100%; margin-left: 0; margin-top: 30px; padding: 0;}
	.art-flex-txt .tit-xl {font-size: 30px;}
	.art-flex-txt .txt-md {font-size: 15px; margin-top: 20px;}
	.aspn-shortcut {margin: 30px auto 0;}

	.art-banner {height: 150px;}
	 
    .art-table .art-table-row {padding: 10px 15px;} 
    .art-table .art-table-th {padding: 0;}
    .art-table .art-table-th > div {display: none;}
    .art-table .flex {flex-wrap: wrap;}
    .art-table .fixCol {flex-basis: 100%; color: var(--main1);}
    .art-table .fixCol br {display: none;}
    .art-table .flexCol {flex-basis: 100%; margin-left: 0; margin-top: 5px;}
    .art-table i {width: auto; text-align: left; margin-right: 8px;}

    .art-tab a {font-size: 20px; font-weight: 500;}
    .art-tabPanelGp {margin-top: 20px;}        
    .art-tabGp.sticky {position: fixed; top: 90px; left: 50%; width: 80%; margin-left:-40%; padding: 10px 0;}
    .art-tabGp.sticky .art-tab a {font-size: 16px;}
    
    
    
    /* sub - company */
    .art-slogan .tit-2xl {font-size: 24px;}
    .art-slogan .tit-2xl .high-border {color: var(--main1); font-weight: 500;}
    .art-slogan .tit-2xl .high-border:after {display: none;}
    .art-slogan .tit-md {font-size: 16px;}
    
	.history-wrap {}
	.history-wrap .swiper-container {margin-top: 30px; height: 600px;}
	.history-wrap .swiper-slide::after {left: 0; right: 0; bottom: 0; width: 100%; height: 100%; box-shadow: none; border-radius: 0;}
	.history-wrap .swiper-slide-content {text-align: center; width: 100%; top: 50%; left: 0; right: 0; transform: translate(0, -50%);}
	.history-wrap .swiper-pagination {display: none;}
		
    .history-wrap .swiper-slide .timeline-list {margin-top: 20px;}
     
	.history-wrap .timeline-box-wrap {flex-wrap: wrap; flex-direction: column-reverse;}
	.history-wrap .timeline-box {flex-basis: 100%; margin: 15px auto !important;}
	
    .history-wrap .swiper-button-next,
    .history-wrap .swiper-button-prev {font-size: 30px; top: 50%; margin-top: -15px;}
    .history-wrap .swiper-button-prev {left: 30px; transform: rotate(0) translate(0, 0);}
    .history-wrap .swiper-button-prev:hover {transform: rotate(0) translate(-3px, 0);}    
    .history-wrap .swiper-button-next {left: auto; right: 30px; transform: rotate(0) translate(0, 0);}
    .history-wrap .swiper-button-next:hover {transform: rotate(0) translate(3px, 0);}
       
    .vision-wrap {margin: 70px 0 0;}
    .vision-box {margin-top: 30px;}
    .vision-img {height: 150px;}
    .vision-item-tit .tit-lg {font-size: 20px; width: 100%;}
    .vision-item-tit {padding: 0 10px;}
    
    .vision-item-list {padding: 0;}
    .vision-item-list li {margin-top: 30px; padding: 0 10px; flex: 1 1 100%;}
    
    
    
	/* sub - feature */
	.featureWrap .art-cont-inner .tit-xl.mgn-t-30 {margin-top: 0 !important; font-size: 28px;}
	.featureWrap .art-cont-inner .tit-xl span {display: block;}
	.featureWrap .art-cont-inner .txt-sm.mgn-t-35 {margin-top: 25px;}
	.featureWrap .art-cont-inner .txt-sm.mgn-t-35 br {display: none;}
	.titDeco-bar {height: 60px; margin-top: 0;}
	.titDeco-bar:after {transition-delay: .5s;}
	.titDeco-bar.active:after {height: 60px;}
    
    .ftrLst-wrap {margin-top: -10px;}
	.ftr-swiper {margin-top: 30px;}
	.ftr-swiper .swiper-container {padding: 50px 15%;}
	.ftrLst-item {min-height: auto;}
    
	.ftrLst-txtWrap {margin-top: 0;}
	.ftrLst-tit .tit-lg {font-size: 22px;}
	.ftrLst-img {display: none;}
	.ftr-swiper .swiper-button-next,
	.ftr-swiper .swiper-button-prev {font-size: 30px;}
 	.ftr-swiper .swiper-button-prev {left: 5%;}
    .ftr-swiper .swiper-button-next {right: 5%;}    
		
	.sectFtr-wrap {margin-top: 70px;}
	.sectFtr-wrap:last-of-type {margin-bottom: 0;}
	.sectFtr-wrap .sect-box {padding: 0 40px;}
	.sectFtr-wrap .sect-box .tit-md.mgn-t-30 {text-align: justify;}
	.sectFtr-wrap .art-wrap {margin-top: 30px;}
	.sectFtr-wrap .art-table.mgn-t-60 {margin-top: 30px;}
	
	.ftrMo-txtWrap .txt-md {padding: 0 15px;}
	.ftrMo-txtWrap .txt-md br {display: none;}


    
    /* sub - reference */    
    .solutionCase-wrap .cardLst {width: 100%; margin: 20px 0 0;}
    .client-wrap .cardLst {width: calc(50% - 20px); border-radius: 300px; height: 80px;}
    
	 .reference-info {font-size: 30px;}
	 .reference-info br {display: none;}
 
    .modal-wrap {border-radius: 20px 20px 0 0;}
    .modal-wrapIn {padding: 30px 20px 20px; height: calc(100% - 50px);}
    
    .modal-sTit {font-size: 16px; font-weight: 500;}
    .modal-mTit {font-size: 20px; margin-top: 10px;}
    
    .modal-close {width: 80px; height: 30px;}
    .modal-close > div {width: 30px; margin-top: 14px; right: 0;}
    .modal-close label {display: none;}
    
    .modal-body {margin-top: 20px; height: calc(100% - 102px);}    
    
    
    
    /* sub - contact */    
    .form-row-tit {font-size: 16px;}
}





@media all and (max-width: 600px) {	
	
	/* --------------------------------
    *
    * :: style.css
    *
    * -------------------------------- */
    
	.high-line::after {height: 14px; bottom: 0;}
	.high-line::before {width: 14px; height: 14px; bottom: 0; right: -35px;}
	
	.moShowBr br {display: block;}

	
	/* --------------------------------
    *
    * :: layout_com.css
    *
    * -------------------------------- */
    
    .cmHead-solution {right: 60px;}
	.cmHead-solution .js-dropdownBtn {width: 40px;}
	.cmHead-solution .js-dropdownBtn img {width: 22px;}
    .cmHead-nav .navOpen {width: 60px;}
    .cmHead-nav .open,
    .cmHead-nav .open:before,
    .cmHead-nav .open:after {width: 22px;}
	
	.cmHead-nav .nav .navContent {font-size: 10vw;}

	
	
	/* --------------------------------
    *
    * :: layout_page.css
    *
    * -------------------------------- */
    
    /*  :: main 1.0 > common style */
	.mSect-tit {font-size: 20px; padding: 0;}
			
	/* :: main 1.1 > mVisual */
	.mVisual-copy .main-text {font-size: 70px; padding: 15px 0 25px;}
	.mVisual-copy .subMid-text {font-size: 18px;}
	.mVisual-copy .subMid-text span {display: block;}
	.mVisual-copy .subSm-text {text-align: justify;}
	.mVisual-copy .subSm-text p {display: inline;}
	
	.mVisual-shaped li:nth-child(2) {top: 23vh;}
	.mVisual-bigShaped img:nth-child(1) {bottom: 42vh; left: 50px;}
	.mVisual-bigShaped img:nth-child(2) {display: none;}
		
	/* :: main 1.2 > mCopy */
	.mainWrap .mCopy-cont {padding: 0 30px;}
	.mCopy-txt {padding: 0 0 40px;}
	.mCopy-shaped.st01 img {top: 0; bottom: auto;}
  
	 /* :: main 1.3 > mService */
	.mService-cont {padding: 40px 0 !important;}	
	.mService-left {padding: 0 30px;}
  
	.mService-tit .main-text {font-size: 20px;} /* font-size >>> mSect-tit과 동일 */
	
	.mService-panel {margin: 0 5px;}
	.mService-panelIn {padding: 30px; min-height: 430px;}
	
	.mServicePanel-subTit {font-size: 15px;}
	.mServicePanel-mainTit {font-size: 16px; line-height: 1.4; margin-top: 10px;}
	.mServicePanel-copy {width: 100%; margin-top: 20px; font-size: 14px; min-height: 130px;}
	
	.mServicePanel-img {justify-content: center; margin-top: 15px;}
	.mServicePanel-img img {height: 140px;}   
	
	 /* :: main 1.5 > mRefernece */
	.marquee-wrap {margin: 30px 0 60px;}
  
          
          
    /* sub - common */    
    .subMain-mTit {font-size: 10vw;}
    
    
    
    /* sub - company */    
    .vision-item-tit .lineBreak + br {display: block;}
    
    
    
	 /* sub - feature */
	.moFtr-container {margin-top: 35px;}
	.ftrMo-txtWrap {padding: 50px 25px;}
	.ftrMo-txtWrap .txt-md {padding: 0;}
    
    
    
     /* sub - prcenter */
    .pVideoLst-wrap .cardLst {width: 100%; margin: 20px 0 0; border-radius: 0 0 15px 15px; box-shadow: 0px 0px 5px rgba(0,0,0,.2);}
    .pVideoLst-wrap .cardLst:first-child {margin-top: 0;}

}	







@media screen and (min-width: 900px) and (max-height: 700px) {
	
	/* :: main 1.0 > common style */
	.mainWrap .content-cont:not(.cmFoot-cont) {padding-top: 70px; padding-bottom: 70px;}
	
	.mainWrap .mCopy-cont {max-height: 680px;}
	.mainWrap .cmFoot {padding-bottom: 0;}
	.mainWrap .cmFoot-cont {padding: 0 15px;}
     	
}



















