@charset "utf-8";
@import url(font.css);

#main { position: relative;}
.mainV { position: relative;background: #22252A  url(../img/mainV-1.png) center no-repeat; background-size: cover;min-height: 955px;}
.mainV-copy { position: absolute;  left: 13%;  top: 50%;  transform: translate(0%, -50%); }
.mainV-copy > div { clear: both;}
.mVc-h1 { color: #fff;font-size: 36px;font-family: 'KOHIBaeum';}
.mVc-h2 { color: #FCF97F;font-size: 65px;margin: 10px 0;font-family: 'KOHINanum';}
.mVc-h2 span { font-family: 'KOHINanum';font-weight: bold;}
.mVc-h3 { color: #fff;font-size: 20px;font-weight: 300;}

/*컨텐츠타이틀*/
.content-title { position: absolute;  left: 50%;  top: 360px;  transform: translate(-50%, -50%); text-align: center;width: 100%;}
.content-title .mainT-txt { font-size: 50px;color: #FCF97F;font-family: 'KOHIBaeum';}
.content-title .subT-txt { font-size: 20px;color: #fff;font-weight: 200;padding-top: 30px;}

/*서브 레이아웃*/
.sublayout-contents { margin-top: -400px;background: #fff;border-radius: 7px;padding: 30px 40px;}
.sublayout-contents::after { content: '';position: absolute;left: 0;top: 0;box-shadow: 0px -10px 16px 1px rgba(0,0,0,0.14);width: 100%; min-height: 600px;z-index: -1;}

.current-conts { position: relative;padding-left: 80px;}
.current-conts::before { content: ''; position: absolute;left: 0;top: 0;width: 60px;height: 60px;border-radius: 60px;background: #058CE7 url(../img/home-ic.png) center no-repeat;text-align: center;}
.current-conts p { background: #F5F5F5;border-radius: 60px;height: 60px;padding: 0 30px;display: inline-block;min-width: 300px;margin-right: 15px;}
.current-conts p.current:first-child span::after { content: ''; display: inline-block; background: url(../img/home-arrow-1.png) center no-repeat;width: 15px; height: 15px;margin-left: 10px;}
.current-conts p.current span.fr::after { content: ''; display: inline-block; background:none;width: 0;}
.current-conts p span { line-height: 60px;font-size: 18px;text-transform: uppercase;font-family: 'Montserrat';font-weight: 500;}
.current-conts p span.current { font-weight: 700;color: #058CE7;font-size: 20px;}
.current-conts p span.current { position: relative;width: 100%;display: inline-block;}
.current-conts p span.current::after { content: ''; position: absolute; right: 0;top: 50%;margin-top: -7px; background: url(../img/home-arrow-2.png) right center no-repeat;width: 100%; height: 15px;}
.sub-layout { position: relative;}
.subT-wrap { text-align: center;clear: both;padding: 120px 0 100px;}
.main-Title { font-size: 36px;color: #0071BF;font-family: 'Montserrat';font-weight: 600;position: relative;z-index: 100;}
.main-Title::after { content: '';position: absolute;left: 50%;bottom: 4px;margin-left: -20px; width: 55px;height: 9px;background: rgba(255,255,18,.5);z-index: -1;}
.sub-Title { font-size: 36px;color: #000; font-weight: 600;margin-top: 10px;}
.sub-Title.small { font-size: 20px;color: #000; font-weight: 600;margin-top: 10px;}
.three-Title { font-size: 24px;color: #000; font-weight: 300;margin-top: 10px;}
.body-content {position: relative;clear: both;}

/*top*/
.txtBlack { color: #000;}
#topBtn {position: fixed;bottom: 24px;right: 16px;width: 36px; height: 36px; border-radius: 50%; background: #f5e642; border: none; cursor: pointer; font-size: 11px; font-weight: 700;
  color: #1a1a1a; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; z-index: 999;}
/*스크롤 블랙*/
.scroll-ic-black { position: absolute;left: 50%;bottom: 20px;z-index: 100;text-align: center;margin-left: -45px; animation: upDown 2s ease-in-out infinite; }
.scroll-ic-black span { display: block; color: rgba(255,255,255,0.5);padding: 5px 0;}
.scroll-ic-black span img { opacity: 0.7;}
.scroll-ic-black span:last-child {font-weight: 300;font-size: 12px;letter-spacing: 0.5px;}
@keyframes upDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* 위로 10px 이동 */
  }
}

.head-sns { position: absolute;right: 0;top: 25px;}
.head-sns img { opacity: 0.7;}
.head-sns img:hover { opacity: 1;-webkit-transition: all 0.9s; transition: all 0.9s;scale: calc(1.05);-webkit-transition: all 0.3s; transition: all 0.3s;}

/*section 01*/
.mService-Swiper .swiper-slide { position: relative;width: 100%;height: 100%;background: #333;}
.mService-Swiper .swiper-slide .mSer-contsTxt {position: absolute; left: 13%; top: 47%; transform: translate(0%, -50%);z-index: 1000;width: 100%;color: #fff;}
.mService-Swiper .swiper-slide .mSer-contsTxt .mSer-theme { font-size: 24px;font-family: 'Montserrat';color: #FCF97F;padding-left: 5px;}
.mService-Swiper .swiper-slide .mSer-contsTxt .mSer-ttl { color: #FCF97F;font-size: 65px;margin: 10px 0 0 0;font-family: 'KOHINanum';font-weight: 200;}
.mService-Swiper .swiper-slide .mSer-contsTxt .mSer-ttl span { font-weight: 600;}
.mService-Swiper .swiper-slide .mSer-contsTxt .mSer-txt { font-size: 20px;font-weight: 200;padding-left: 5px;}
.mService-Swiper .swiper-slide img { width: 100%;height: 100%;}
.mService-Swiper .swiper-button-wrap { position: absolute;left: 16%;top: 70%;}
.mService-Swiper .swiper-button-wrap .swiper-button-prev { background: url(../img/mser-right-arrow.png) center no-repeat;width: 38px;height: 38px;}
.mService-Swiper .swiper-button-wrap .swiper-button-next { background: url(../img/mser-left-arrow.png) center no-repeat;width: 38px;height: 38px;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next { left: 0 !important;}

/*section 02 - Performance Proof*/
.mPer-wrap { clear: both;max-height: 950px;position: relative;background: url(../img/per-back.png) center no-repeat;background-size: cover;overflow: hidden;}
.mPer-conts { display: flex;}
.mPer-subject { position: relative;width: 50%; display: flex;}
.mPer-conts .mPer-contsTxt {position: absolute; left: 0; top: 42%; transform: translate(0%, -50%);z-index: 1000;width: 100%;color: #fff;}
.mPer-conts .mPer-contsTxt .mPer-theme { font-size: 24px;font-family: 'Montserrat';color: #262727;padding-left: 5px;}
.mPer-conts .mPer-contsTxt .mPer-ttl { color: #262727;font-size: 65px;margin: 10px 0 0 0;font-family: 'KOHINanum';font-weight: 200;}
.mPer-conts .mPer-contsTxt .mPer-ttl span { font-weight: 600;}
.mPer-conts .mPer-contsTxt .mPer-txt { font-size: 20px;font-weight: 300;padding-left: 5px;color: #262727;}
.mPer-char { position: absolute;right: 0;top: 100%;z-index: 100;}
.mPer-talk { width: 50%;display: flex;}
.mPer-talk .talkwrap-one:nth-of-type(2n+2) { margin-top: 10%;} 
.talkwrap-one { width: 100%;}
.talk-box { background: #262727;border-radius: 15px;width: 100%;padding: 30px;overflow: hidden;margin-left: 25px;box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);}
.talk-box::before { content: '';position: absolute;left: 0;top: 70px; width: 25px;height: 27px;background: url(../img/talk-arrow.png) center no-repeat;}
.talk-box span { color: #fff;font-size: 16px;line-height: 130%;}
.talk-conts { position: relative;width: 90%; margin-top: 50px;}
.talk-name { text-align: right;padding: 10px 20px;font-size: 24px;font-family: 'KOHIBaeum';}
.talk-Q,
.talk-A { position: relative;padding-left: 10px;}
.talk-A span { color:#FCF97F;}
.talk-custo { position: absolute; width: 50px;height: 50px;border-radius: 100%;background: #fff;text-align: center;font-size: 13px;}
.talk-custo img { background-size: contain;margin-bottom: 5px;}
.talk-txt { padding-left: 65px;display: inline-block;padding-bottom: 20px;}
.char-comp { position: absolute;right: 0;bottom: 30px;width: 50px;text-align: center;}
.char-comp .char-custo { width: 50px;height: 50px;border-radius: 100%;background: rgba(252,249,127,1);font-size: 40px;font-family: 'Montserrat';color: #111;text-align: center;display: inline-block;}
.talkA-manager { padding-right: 65px;display: inline-block;margin: 15px 0 25px;}
.char-comp .char-manager { font-size: 14px;color: rgba(252,249,127,.5);display: block;line-height: 150%;margin-top: 5px;}


/*sec03 mMarket-wrap*/
.sec03.mMarket-wrap { position: relative;background: #058CE7;width: 100%;min-height: 950px;text-align: center;overflow: hidden;}
ul.tabs-market { display: flex; justify-content: center; align-items:flex-end;padding: 20px; /* 위로 올라갈 여백 확보 */height: 250px;margin-top: 30px;}
ul.tabs-market li { text-align:center; cursor: pointer; height: 60px; line-height: 60px; background: #fff; border-radius: 50px; overflow: hidden; position: relative;padding: 0 30px;color: #262727;font-family: 'KOHIBaeum';font-weight:400;font-size: 24px;margin: 0 20px;transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); transform: translateY(0); /* 기본 위치 */}
ul.tabs-market li span { color: #262727;font-family: 'KOHIBaeum';font-weight:400;font-size: 24px;}
ul.tabs-market li.active { background: #FCF97F;height: 210px;border-radius: 20px;position: relative;transform: translateY(-0px);box-shadow: 0 15px 30px rgba(0,0,0,0.1);transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);}
ul.tabs-market li.active span { padding-top: 150px;display: inline-block;color: #262727;font-family: 'KOHIBaeum';font-weight:400;font-size: 24px;}
ul.tabs-market li.active::before { content: ''; position: absolute; left: 50%; top: 60px; transform: translate(-50%, -50%); width: 76px;height: 76px;border-radius: 76px;margin: 0 auto;background: #fff;}
ul.tabs-market li.active::after { content: ''; position: absolute; left: 50%; top: 30%; transform: translate(-50%, -50%); width: 100px;height: 76px;margin: 5px 0 0 10px; background: url(../img/market-active-ic1.png) center no-repeat;}
ul.tabs-market li:hover { background: #f9f9f9; transform: translateY(-10px); /* 살짝 위로 들림 */ box-shadow: 0 10px 20px rgba(0,0,0,0.05);}
ul.tabs-market li.active:hover { transform: translateY(-20px); background: #FCF97F;}

.tabMket-container { clear: both; float: left; width: 100%; color: #fff;}
.tabMket-content { display: none;text-align: left;width: 60%; margin: 30px auto 0;}
.tabMket-container .tabMket-content ul { width:100%; margin:0px; padding:0px;}
.tabMket-container .tabMket-content ul li { padding:5px;}
.mMarket-btmTxt {position: absolute;  left: 50%; top: 92%; transform: translate(-50%, -50%); width: 100%;}
.mMarket-btmTxt span { font-size: 250px;font-family: 'Montserrat';color: rgba(243,247,251,0.1);text-transform: uppercase;}
.tabMket-subTtl { font-size: 24px;color: #FCF97F;font-weight: 600;padding-left: 10px;}
.tabMket-subTxt { font-size: 18px;color: #fff;padding: 10px 10px 20px;line-height: 130%;font-weight: 200;}
.tabMket-keyword { clear: both; display: flex; justify-content: flex-start; align-items:center;}
.tabMket-keyword li { }
.tabMket-keyword li span { display: inline-block;background: #0072BE;border-radius: 50px;color: #fff;padding: 12px 20px 12px;}
.tabMket-img { padding-top: 50px;}
.tabMket-ttl { font-size: 24px;color: #FCF97F;font-weight: 600;font-family: 'Montserrat';padding-bottom: 5px;}
.tabMket-txt { font-size: 65px;color: #FCF97F;font-weight: 600;font-family: 'KOHINanum';line-height: 130%;}
.tabMket-txt span { font-weight: 300 !important;display: inline-block;}
.tabMket-txt2 { font-size: 20px;line-height: 200%;color: #fff;margin-top: 0px;}

.sec04 { position: relative;clear: both;min-height: 950px;}
.service-section { background: #262727; display: flex; padding: 0 0 0 10%; overflow: hidden;align-items: center;}
.service-info { width: 40%; color: #fff; }
.serMain-title { font-size: 65px; color: #FCF97F; margin-top: 10px; font-weight: 600;}
.serMain-title span { font-weight: 300;}
.serSub-title {font-size: 24px;font-family: 'Montserrat';color: #fff;}
.desc { font-size: 20px;line-height: 150%;font-weight: 100;}

.service-swiper {  width: 60%; overflow: hidden; margin-left: 100px;}
.service-swiper .swiper-slide { height: 400px;}
.card { width: 380px; height: 500px; border-radius: 20px; padding: 40px; transition: transform 0.3s;}
.card.yellow { background: #FCF97F; }
.card.blue { background: #1DA1F2; color: #fff; }
.card.white { background: #fff; }
.card.white .tags span { background: #F5F5F5; }
.detail-btn { display: inline-block; background: #262727; color: #FCF97F; padding: 10px 25px; border-radius: 30px; text-decoration: none; margin: 20px 0;font-family: 'Montserrat','KOHINanum';}
.nav-buttons { margin-top: 30px;}
.nav-buttons div { display: inline-block; cursor: pointer; font-size: 30px; color: #FCF97F; margin-right: 15px;}
.service-info::before { content: '';position: absolute;left: 39%;bottom: 250px;background: url(../img/service-ic.png) center no-repeat;width: 163px;height: 200px;z-index: 100;}
.tags { height: 34px;overflow: hidden;}
.tags span { background: #fff;border-radius: 30px;color: #262727;padding: 8px 15px 7px;display: inline-block;margin-right: 5px;}
.category {font-family: 'Montserrat'; font-size: 14px; color: #262727; }
.service-swiper h3 {font-family: 'KOHIBaeum';font-weight:400;font-size: 24px;padding: 7px 0 10px;color: #262727;}
.service-swiper .swiper-slide p { color: rgba(38,39,39,0.6);}
.service-swiper .swiper-slide ul { padding: 15px 0;}
.service-swiper .swiper-slide ul li { position: relative;padding: 0 0 0 15px;}
.service-swiper .swiper-slide ul li::before { content: 'ㆍ';position: absolute;left: 0;top: 1px;}

/* 프로세스 탭 메뉴 스타일 */
.sec05.process-wrap { clear: both;position: relative;}
.process-section { padding: 100px 0;background: #F3F7FB url(../img/process-back2.png) left top no-repeat;}
.process-tab-menu { display: flex; justify-content: space-between; border-bottom: 2px solid #eee; margin-bottom: 30px; position: relative; }
.processTab-item { flex: 1; text-align: center; padding: 20px 0px; cursor: pointer; transition: 0.3s; position: relative; }
.processTab-item::before { content: ''; position: absolute;left: 50%;top: -8px; margin-left: -7px; width: 15px;height: 15px;border-radius: 100%;background: #058CE7;}
.processTab-item.active::after { content: ''; position: absolute;left: 50%;top: -15px; margin-left: -14px; width: 30px;height: 30px;border-radius: 100%;background: rgba(5,140,231,0.2);}
.processTab-item.active { /*border-bottom: 4px solid #007bff;*/ color: #058CE7; }
.processTab-item.active .step-desc { color: #058CE7;}
.step-title { display: block; font-size: 18px; margin-bottom: 5px; font-family: 'KOHIBaeum';}
.step-desc { font-size: 14px; color: #888; }
.process-conts { background: #fff;margin-top: 100px;}
.processDown-conts { padding-top: 120px;}
.processDown-conts::before { content: '';position: absolute;left: 50%;top: -8px; margin-left: -6px; width: 15px;height: 15px;border-radius: 100%;background: #058CE7;}
.processDown-conts::after,
.processDown-conts.active::after { content: '';position: absolute;left: 50%;top: 0;background: url(../img/process-arrow.png) center bottom no-repeat;width: 8px;height: 110px;background-size: cover;margin-left: -2px;}

/* 하단 상세 카드 스타일 */
.processTab-content { display: none; }
.processTab-content.active { display: block; animation: fadeIn 0.5s; }

.detail-card { background:url(../img/process-back.png) center no-repeat;background-size: cover; padding: 40px; border-radius: 20px; color: #fff; display: flex; align-items: center; gap: 30px;position: relative;}
.card-number { display: table;}
.card-number p { display: table-cell;vertical-align: middle;font-size: 30px; color:#FCF97F;font-family: 'KOHIBaeum'; }
.card-number p span { display: block;font-size: 24px; font-family: 'KOHIBaeum';margin-top: 10px;}
.card-text { font-size: 20px; font-weight: 300;}
.card-text strong { font-weight: 600; }
.card-text p:last-child { padding-top: 10px;}
.card-text p:last-child strong { display: block; }
.card-img1,
.card-img2 { position: relative;padding-left: 400px;height: 110px;}
.card-img1::before { content: '';position: absolute;left: 25%;top: 50%;margin-top: -55px; background:#fff url(../img/process-img1.png) left center no-repeat;width: 110px;height: 110px;border-radius: 100%;background-size: contain;}
.card-img2::before { content: '';position: absolute;left: 25%;top: 50%;margin-top: -55px; background:#fff url(../img/process-img1.png) left center no-repeat;width: 110px;height: 110px;border-radius: 100%;background-size: contain;}

@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.process-info { text-align: center;color: #262727;}
.process-theme { font-family: 'Montserrat'; font-size: 24px; color: #262727; background: #FCF97F;display: inline-block;font-weight: 600;}
.process-ttl { font-size: 50px; color: #262727;font-weight: 600;padding: 15px 0 5px;}
.process-ttl p { display: inline;}
.process-ttl span { font-weight: 200;}
.process-txt { font-size: 20px; color: #262727;}


.sec06 { position: relative;clear: both;}
.contact-section { background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url('../img/custom-back.png') center no-repeat; background-size: cover; background-position: center;
    padding: 100px 20px; color: #fff; display: flex; justify-content: center;}
.contact-section .container { display: flex; justify-content: space-between; align-items: center; gap: 50px;}
.contact-theme { color: #f9f871; font-weight: bold; font-family: 'Montserrat'; font-size: 24px;}
.contact-title { font-size: 65px; font-weight: 600; margin: 0px 0 0 0; line-height: 1.3; color: #f9f871;}
.contact-title span { font-weight: 200;}

/* 오른쪽 폼 박스 */
.contact-form-box { padding: 40px 0; border-radius: 15px; width: 100%; max-width: 550px;margin-left: auto;}
.form-header h3 { color: #f9f871; margin-bottom: 10px; }
.form-header p { font-size: 0.9rem; margin-bottom: 30px; opacity: 0.9; }
.form-group { margin-bottom: 15px; }
.form-group label { display: block; font-size: 0.85rem; margin-bottom: 8px; font-weight: 500; }
.form-row { display: flex; gap: 15px; }
.form-row .form-group { flex: 1; }
.form-group input { width: 100%; padding: 5px 15px; border-radius: 8px; height: 60px; border: none; outline: none; background: #fff}
.form-group select { width: 100%; padding: 5px 15px; border-radius: 8px; height: 60px; border: none; outline: none; font-size:18px;position: relative;}
.form-group textarea {  width: 100%;height: 120px;padding: 15px;border-radius: 8px;}
/* 버튼 */
.submit-btn {width: 100%; max-width: 150px; padding: 15px; background: #f9f871; color: #333; border: none; border-radius: 8px; cursor: pointer; float: right; margin-top: 10px; transition: 0.3s;font-size: 20px;font-weight: 600;}
.submit-btn:hover { background: #e6e560; transform: translateY(-2px); }


/*메인비주얼*/
.mVBann-keyframe {display: flex; flex-direction: column; position: absolute;left: 60%;top: 50%;  transform: translate(-0%, -50%); }
.mVBann-shadow { position: relative;}
/*.mVBann-shadow::after { content: '';position: absolute;left:0;top: 0;width: 200px;height: 150px;background:linear-gradient(to right, rgba(0,0,0,0.9), rgba(0,0,0,0.3));z-index: 1000;}*/
.mVBann-keyframe .row1,
.mVBann-keyframe .row2 { display: flex; padding: 18px 0; overflow: hidden; }
.track { display: flex; flex-shrink: 0;  will-change: transform; }
.mVBann-keyframe span { display: inline-flex; align-items: center; gap: 6px; padding: 10px 22px 12px; border-radius: 30px; font-size: 20px; white-space: nowrap; cursor: pointer;  flex-shrink: 0;
transition: transform 0.15s ease; margin-right: 16px; color: #262727;}
.mVBann-keyframe span:hover { transform: scale(1.06); }

.row1 .track span:nth-child(4n+1) { background: #FCF97F; color: #1a1400; }
.row1 .track span:nth-child(4n+2) { background: #111827; color: #FCF97F; border: 0px solid rgba(255,255,255,0.12); }
.row1 .track span:nth-child(4n+3) { background: #111827; color: #FCF97F; border: 0px solid rgba(255,255,255,0.12); }
.row1 .track span:nth-child(4n+0) { background: rgba(0, 0, 0, 0.5); color: #fff; border: 0px solid rgba(255,255,255,0.4); }

/* Row 2 색상 */
.row2 .track span:nth-child(4n+1) { background: #ffffff; color: #111827; }
.row2 .track span:nth-child(4n+2) { background: #000; color: #FCF97F; border: 0px solid rgba(255,255,255,0.12); }
.row2 .track span:nth-child(4n+3) { background: #000; color: #FCF97F; border: 0px solid rgba(255,255,255,0.12); }
.row2 .track span:nth-child(4n+0) { background: rgba(0, 0, 0, 0.5); color: #fff; border: 0px solid rgba(255,255,255,0.4); }

.row1, .row2 { -webkit-mask-image: linear-gradient( to right, transparent 0%, /* 왼쪽 끝 투명 */ black 5%,/* 15% 지점부터 완전히 보임 */  black 100% /* 오른쪽은 그대로 */ );
  mask-image: linear-gradient( to right, transparent 0%, black 5%, black 100% );}

.hp-ic { position: relative;}
.hp-ic::before { content: '';position: absolute;right: 0;top: -20px;background: url(../img/keyframe-ic1.png) center no-repeat;width: 43px;height: 43px;}

.app-ic { position: relative;}
.app-ic::before { content: '';position: absolute;right: 10px;top: -20px;background: url(../img/keyframe-ic2.png) center no-repeat;width: 40px;height: 40px;background-size: cover;}

.ai-ic { position: relative;}
.ai-ic::before { content: '';position: absolute;right: 0;top: -20px;background: url(../img/keyframe-ic3.png) center no-repeat;width: 43px;height: 43px;background-size: cover;}

span.sh-ic { position: relative;padding-left: 50px !important;}
.sh-ic::before { content: '';position: absolute;left: 15px;top: 7px;background: url(../img/keyframe-ic4.png) center no-repeat;width: 28px;height: 28px;background-size: cover;}


/*회사소개*/
.compV { position: relative;background: #22252A  url(../img/compV.png) center no-repeat; background-size: cover;min-height: 955px;}
.comp-theme { clear: both;display: flex;align-items: center;justify-content: space-between;padding: 0 20px;}
.comp-theme .fl { width: 50%;}
.compth-txt1 { font-size: 45px;font-family: 'KOHIBaeum';color: #000;line-height: 120%;position: relative;display: inline-block;z-index: 10;}
.compth-txt1::after { content: '';position: absolute;right:0;bottom: 4px;margin-left: -20px; width: 55px;height: 9px;background: rgba(255,255,18,.5);z-index: -1;}
.compth-txt2 { font-size: 45px;font-family: 'KOHIBaeum';color: #207FFF;line-height: 120%;}
.compth-txt3 { font-size: 45px;color: #000;line-height: 150%;font-weight: 600;}
.compth-txt3 span { color: #058CE7;}
.compth-txt4 { font-size: 20px;line-height: 130%;padding-top: 30px;}
.compth-txt4 span { display: block;line-height: 130%;}
.comp-theme .fr span img { width: 100%;height: 100%; border-radius: 7px;display: inline-block;box-shadow: 0px 5px 10px rgba(0,0,0,0.2);}

.compTH-two { position: relative;padding: 100px 0;}
.compTH-No { background: url(../img/comp-perfor-backimg.png) center no-repeat;width: 100%;height: 300px;border-radius: 7px;overflow: hidden;display: flex; align-items: center; justify-content: space-between;position: relative; z-index: 10;}
.compTH-No p { float: left;width: 33.33%;text-align: center;position: relative;}
.compTH-No p::after {content: '';position: absolute;right: 0;top: 0; width: 2px;height: 100%;background:linear-gradient(to bottom, #058CE7, #FCF97F);opacity: 0.5;}
.compTH-No p:last-child::after { content: '';background: none;}
.compTH-No p:first-child span { color: #f9f871;}
.compTH-No p:first-child span:first-child { color: #f9f871; font-weight: bold; font-family: 'Montserrat'; font-size: 80px;}
.compTH-No p:nth-child(2) span:first-child { color: #00AAFF; font-weight: bold; font-family: 'Montserrat'; font-size: 80px;}
.compTH-No p:nth-child(3) span:first-child { color: #fff; font-weight: bold; font-family: 'Montserrat'; font-size: 80px;}
.compTH-No p:nth-child(3) span:last-child { position: relative;z-index: 10;display: inline;}
.compTH-No p:nth-child(3) span:last-child::after { content: '';position: absolute;right:0;bottom: 0px;margin-left: -20px; width: 45px;height: 9px;background: rgba(255,255,18,.5);z-index: -1;}
.compTH-No p span { display: block;color: #fff;font-size: 30px;font-family: 'KOHINanum';text-transform: uppercase;font-weight: 600;}

.comp-value { background: #FCF97F;margin-top: -300px;position: relative;width: 100%;clear: both;}
.comp-value .container { padding: 200px 0 150px;}
.compV-txt-one { padding: 50px 0;}
.compVT-h1 {color: #262727; font-weight: bold; font-family: 'Montserrat'; font-size: 50px;}
.compVT-htxt {color: #262727; font-size: 24px;}
.compVs-txt1 { padding: 80px 0;}
.compVs-txt1 p .span-contsTxt1 { background: #fff;border-radius: 30px;padding: 16px 40px;text-align: center;font-size: 24px;font-family: 'KOHIBaeum';color: #262727;clear: both;display: inline-block;}
.compVs-txt1 p .span-contsTxt2 { clear: both; background: #058CE7;border-radius: 30px;padding: 18px 40px;text-align: center;font-size: 24px;font-family: 'KOHIBaeum';color: #fff;margin: -10px 0 0 7%;display: inline-block;}
.span-contsImg img { border-radius: 30px;object-fit: fill;margin-left: 20px;}

/*compTH-three*/
.compTH-three { clear: both;padding: 50px 0 250px;}
.compTHSlide-wrap { position: relative;width: 100%;height: 450px; background: url(../img/comp-img2.png) center no-repeat;background-size: cover;border-radius: 7px;}
.compTHSlide-wrap .compTH-Slide { position: absolute;margin-left: -100px; left: 0%;top: 70px;width: 650px;height: 300px;background:#058CE7; border-radius: 7px; }
.compTHSlide-wrap .compTH-Slide .swiper-container { height: 100%;}
.compTHSlide-wrap .compTH-Slide .swiper-scrollbar { background: #0071BE;bottom: 0;}
.compTHSlide-wrap .compTH-Slide .swiper-scrollbar .swiper-scrollbar-drag { background: #FCF97F;}
.compTH-nav { position: absolute;right: 35px;bottom: 25px; }
.compTH-nav .swiper-button-prev { background: url(../img/white-arrow-right.png) center no-repeat;width: 15px;height: 27px;background-size: cover; }
.compTH-nav .swiper-button-next { background: url(../img/white-arrow-left.png) center no-repeat;width: 15px;height: 27px;background-size: cover; }
.compTH-Slide .ttl { font-size: 36px;color: #fff;font-family: 'KOHIBaeum';}
.compTH-Slide .txt { font-size: 20px;color: #fff;margin-top: 15px;}
.compTH-Slide .swiper-slide { padding: 50px; }

/*compHis-wrap*/
.compHis { padding-bottom: 200px;}
.compHis-wrap { position: relative;display: flex;align-items: stretch;}
.compHis-img { width: 40%;position: relative;}
.compHis-img::before { content: 'A Decade of Design';position: absolute;right: -50px;bottom: 150px;font-family: 'KOHIBaeum';font-size: 20px;color: #fff;rotate: calc(90deg);}
.compHis-img img { width: 100%;height: 100%; border-radius: 7px;}
.compHis-list { width: 60%;padding-left: 5%;}
.compHis-list li { display: flex;width: 100%;clear: both;padding: 30px 0;}
.compHis-list li dl { display: flex;margin-bottom: 10px;}
.compHis-list li dl dt { font-family: 'KOHIBaeum';font-size: 20px;color: #111;width: 70px;position: relative;}
.compHis-list li dl dt::after { content: ''; position: absolute;left: 0;top: 17px; width: 35px;height: 9px;background: rgba(252,249,18,0.5);}
.compHis-list li dl dd { line-height: 130%;font-size: 20px;font-weight: 300;}
.compHis-list div.year { color: #058CE7;font-size: 40px;font-family: 'Montserrat';font-weight: 600;float: left;padding-right: 50px;}
.compHis-list li .month { margin-top: 20px;}

/*찾아오시는길*/
.mapV { position: relative;background: #22252A  url(../img/mainV-2.png) center no-repeat; background-size: cover;min-height: 955px;}
.mapload { width: 100%;height: 550px;position: relative;border-radius: 7px;}
.map-conts { margin-top: -70px; margin-left: 70px; z-index: 1000;position: relative;display: flex;align-items: center;padding-bottom: 100px;}
.map-location { padding: 40px 30px;background: #0071BF;width: 280px;border-radius: 7px;}
.map-location p { color: #fff;font-size: 16px;padding-bottom: 50px;}
.map-location dl { color: #fff;}
.map-location dl dt { font-size: 36px;font-weight: 400;font-family: 'KOHIBaeum';line-height: 160%;}
.map-location dl dd { font-size: 20px;font-weight: 600;color: rgba(255,255,255,0.5);font-family: 'KOHINanum';}
.mapAdd-conts { padding-left: 50px; padding-top: 80px;}
.map-add { position: relative;color: #111f;margin: 10px 10px 20px;line-height: 150%;font-size: 18px;font-weight: 200;padding-left: 80px;max-height: 60px;}
.map-add span { font-weight: 800;}
.map-add::before { content: '';position: absolute;left: 0;top: 50%;margin-top: -30px;width: 60px;height: 60px;background:#F5F5F5 url(../img/map-ic1.png) center no-repeat;border-radius: 100%;}
.map-tel { position: relative;color: #111;margin: 10px;line-height: 60px;font-size: 18px;font-weight: 200;padding-left: 80px;font-family: 'KOHIBaeum';}
.map-tel span { font-weight: 800;font-family: 'KOHINanum';}
.map-tel::before { content: '';position: absolute;left: 0;top: 0;width: 60px;height: 60px;background:#F5F5F5 url(../img/map-ic2.png) center no-repeat;border-radius: 100%;}


/*서비스*/
.serV { position: relative;background: #22252A  url(../img/mainV-3.png) center no-repeat; background-size: cover;min-height: 955px;}
.service-wrap { position: relative;}
.serviceT-conts { display: flex;justify-content: space-between;}
.serviceT-conts .service-step { width: 29%;margin: 0 2%;text-align: center;}
.serviceT-conts .service-step dl { margin: 70px 0;position: relative;border-radius: 16px;background: #F3F7FB;border: 1px solid #058CE7;padding: 40px 30px;display: flex;align-items: center;text-align: left;}
.serviceT-conts .service-step dl dt { display: inline-block;width: 85px;flex-shrink: 0;font-family: 'KOHIBaeum';font-size: 20px;font-weight: 400;line-height: 130%;}
.serviceT-conts .service-step dl dd { font-size: 18px;font-weight: 400;line-height: 130%;}
.serviceT-conts .service-step dl::before { content: '';position: absolute;left: 50%;top: -50px; margin-left: -16px; width: 32px;height: 32px;background: url(../img/service-ic-arrow.png) center no-repeat;background-size: cover;}
.sstep01::before { content: '';display: inline-block;width: 150px;height: 150px;margin: 0 auto; border-radius: 150px;background: url(../img/service-ic1.png) center no-repeat;border: 5px solid #058CE7;}
.sstep02::before { content: '';display: inline-block;width: 150px;height: 150px;margin: 0 auto; border-radius: 150px;background: url(../img/service-ic2.png) center no-repeat;border: 5px solid #111;}
.sstep03::before { content: '';display: inline-block;width: 150px;height: 150px;margin: 0 auto; border-radius: 150px;background: url(../img/service-ic3.png) center no-repeat;border: 5px solid #058CE7;}
.sstep01 .ser-ttl, .sstep03 .ser-ttl { background: #058CE7;border-radius:15px;text-align: center;font-size: 24px;color: #FCF97F;height: 60px;line-height: 60px;}
.sstep02 .ser-ttl { background: #111;border-radius:15px;text-align: center;font-size: 24px;color: #fff;height: 60px;line-height: 60px;}
.sstep01 .ser-ttl span, .sstep02 .ser-ttl span, .sstep03 .ser-ttl span { font-family: 'KOHIBaeum';}
.serviceImg { clear: both;}
.contsImg { display: flex;align-items: center;padding: 80px 0;width: 100%;flex-shrink: 0;position: relative;clear: both;}
.contsImg.right { background: rgba(243,247,251,0.7);border-radius: 7px;padding: 60px;}
.contsImg.right .img { order: 1;}
.contsImg.right dl { order: 2;}
.contsImg dl { width: 50%;flex-shrink: 0;padding-left: 60px;}
.contsImg dl dt { font-size: 36px;color: #058CE7; font-family: 'KOHIBaeum';}
.contsImg dl dd { font-size: 20px;color: #111; font-family: 'KOHINanum';padding-top: 15px;}
.contsImg dl dd span { display: block;}
.contsImg .img { width: 50%;flex-shrink: 0;}
.contsImg .img img { width: 100%;border-radius: 7px;}



/* 게시판 */
.bdCont {margin-top: 100px;}
.brdTop {padding-bottom: 10px;}
.brdTop:after {content: ''; display: table; clear: both;}
.brdTop p {float: left; font-size: 18px; color: #555; margin-top: 10px; line-height: 150%; position: relative;}
.brdTop p span {color: #9365B8;font-weight: 600;}
.brdSch {float: right;}
.brdSch:after {content: ''; display: table; clear: both;}
.brdSch dt {float: left; margin-right: 5px;}
.brdSch dt select { width: 130px;}
.brdSch dd {float: left; position: relative;}
.brdSch dd input[type="text"] {display: block; width: 220px; height: 38px; border: solid 1px #C5D2E6; padding-left: 10px; padding-right: 40px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
.brdSch dd a,
.brdSch dd button {display: block; width: 38px; height: 38px; position: absolute; right: 0; top: 0; text-indent: -9999px; background: url('../img/gla-ic.png')no-repeat center center;}
.brdAll {float: right; margin-right: 30px;}
.brdAll:after {content: ''; display: table; clear: both;}
.brdAll select {display: block; width: 130px; float: left;}
.brdAll a,
.brdAll button {display: block; height: 38px; line-height: 34px; float: left; text-align: center; width: 50px; color: #fff; background: #454545; margin-left: 5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
.brdList { border-top: 2px solid #454545; }
.brdList th,
.brdList td {text-align: center; padding: 15px; font-size: 11pt;}
.brdList th {border-top: solid 1px #454545; border-bottom: solid 1px #ccc; font-weight: 500; background: #fafafa;}
.brdList td {border-bottom: solid 1px #ccc;}
.brdList td.bdlNum {color: #666;}
.brdList td.bdlTitle {text-align: left;}
.brdList td.bdlTitle a {display: inline-block; max-width: 85%; color: #555; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; vertical-align: middle;}
.brdList td.bdlTitle a .bdlNew {display: inline-block; vertical-align: middle; width: 18px; height: 18px; line-height: 18px; text-align: center; margin-top: 0px; background: #e65d2d; color: #fff; margin-left: 5px; font-size: 8pt; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;}
.brdList td.bdlTitle img {display: inline-block; vertical-align: middle; margin-left: 5px;}
.brdList tr.noti td.bdlNum {color: #e65d2d; font-weight: 500; font-size: 9pt;}
.brdList tr.noti td.bdlTitle a {color: #222;}
.paging {text-align:center; margin-top: 30px;display: flex;align-items: center;justify-content: center;}
.paging a {display:inline-block; vertical-align:middle; width:30px; height:30px; line-height:30px; position: relative; color: #999; border-radius: 100%;}
.paging > a {text-indent:-9999px;}
.paging .page-left span { color: #0071BF;}
.paging a.first {background:url('../img/brdfirst.png')no-repeat center center;text-indent: -99999px;margin-right: 20px;}
.paging a.prev {background:url('../img/brdprev.png')no-repeat left center;text-indent: 0;font-size: 11px;color: #747474;text-indent: -99999px;}
.paging a.next {background:url('../img/brdnext.png')no-repeat right center;text-indent: 0;font-size: 11px;color: #747474;text-indent: -99999px;}
.paging a.last {background:url('../img/brdlast.png')no-repeat center center;text-indent: -99999px;margin-left: 20px;}
.paging ul {display:inline-block; vertical-align:middle;}
.paging ul li {display:inline-block; vertical-align:middle; position: relative;}
.paging ul li.on a {font-weight: 400; background: #058CE7;color: #FCF97F;margin: 0 10px;}

/*버튼 그룹*/
.brdBtn { margin: 50px 0; text-align: center;}
.brdBtn a {display: inline-block; width: 100px; height: 50px; line-height: 48px; text-align: center;background: #058CE7; color: #FCF97F; font-size: 16px; font-weight: 500; margin-left: 5px;border-radius: 7px;}
.brdBtn a.btnBlack {display: inline-block; width: 100px; height: 50px; line-height: 48px; text-align: center; color: #fff; font-size: 16px; font-weight: 500; margin-left: 5px;background: #333;border-radius: 10px;}
.brdBtn a.btnBlack:hover { background: #000;color: rgba(255,255,255,0.7);}
.brdBtn a.btnBlue {display: inline-block; width: 100px; height: 50px; line-height: 50px; text-align: center; color: #fff; font-size: 16px; font-weight: 500; margin-left: 5px;background: #2C65FD;border-radius: 5px;border: none;}
.brdBtn a.btnBlue:hover { background: #0071BF;color: rgba(255,255,255,0.7);}
.brdBtn a.btnGray {display: inline-block; width: 100px; height: 50px; line-height: 50px; text-align: center; color: #747474; font-size: 16px; font-weight: 500; margin-left: 5px;background: #E5E5E5;border-radius: 5px;border: none;}
.brdBtn a.btnGray:hover { background: #c6c6c6;color: rgba(255,255,255,0.8);}
.brdBtn a { margin: 0 15px;}


/* 댓글 */
#comment {margin-top: 70px;}
.cmtTitle {border-bottom: solid 1px #ccc; padding-bottom: 10px; font-size: 13pt; font-weight: 500;}
.cmtTitle:before {content: ''; display: inline-block; vertical-align: middle; margin-right: 5px; width: 23px; height: 20px; margin-top: -2px; background: url('../img/sub/comment_ico.png')no-repeat center center;}
.cmtList li {padding: 20px 0; border-bottom: solid 1px #ccc;}
.cmtlTop {margin-bottom: 10px;}
.cmtlTop h5 {display: inline; vertical-align: middle; font-size: 11pt; font-weight: 700;}
.cmtlTop h5 em {display: inline-block; vertical-align: middle; width: 20px; height: 20px; border: solid 1px #bdbdbd; margin-right: 6px; margin-top: -4px; background-size: cover !important; background-repeat: no-repeat !important; background-position: center center !important; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;}
.cmtlTop p {display: inline; vertical-align: middle; color: #666; margin: 0 10px;}
.cmtlTop a {display: inline-block; vertical-align: middle; border: solid 1px #d5d5d5; height: 20px; line-height: 18px; padding: 0 5px; margin-right: 2px; font-size: 9pt; color: #666;}
.cmtlTop a:last-child {margin-right: 0;}
.cmtlTxt {padding-left: 27px; color: #666;}
.cmtIpt {position: relative; padding-right: 120px; margin-top: 40px;}
.cmtIpt textarea {display: block; width: 100%; padding: 15px; border: solid 1px #ccc; height: 110px; resize: none;}
.cmtIpt a {display: block; width: 110px; height: 110px; line-height: 108px; text-align: center; border: solid 1px #003276; color: #003276; position: absolute; right: 0; top: 0;}
.cmtNum {margin-top: 10px;}
.cmtNum span {color: #3e82e7; font-weight: 500;}

/* 상세 */
.brdList.subbrd .first_noti {border-top:2px solid #000;}
.brdList.subbrd .first_noti td {padding:20px; font-size: 20px;}
.brdList.subbrd .padding_tb10 td  {padding:10px;}
.brdList.subbrd .first_noti td input {width:100%;border:1px solid #ccc;padding-left:20px;}
.brdList.subbrd .noti .noti_bg_color {background:#fafafa;}
.brdList.subbrd .title-T {font-weight:600;font-size: 20px;}
.brdList.subbrd .title-b {font-weight:400;color: #000;}
.brdList.subbrd .text_l {text-align:left;}
.brdList.subbrd .text_l a {display: block;margin-bottom: 3px;}
.brdList.subbrd .text_l a img { width: 17px;}
.brdList.subbrd .text_c {text-align:center;}
.bdvTxt-wrap {padding:30px 30px 75px 30px; letter-spacing: -0.065em; line-height:2.2em; border-bottom:1px solid #ccc;}
.bdvTxt-wrap img {max-width:100%;}
.bdvTxt > div > p { margin: 30px 0;line-height: 150%;font-size: 17px;}
.bdvTxt > div > p img { width: 85%;}
.bdvNav {margin-top: 20px; border-top: 1px solid #BCBCBC;border-bottom: 1px solid #BCBCBC;}
.bdvNav:after {content: ''; display: table; clear: both;}
.bdvNav > a {float: left; height: 80px;}
.bdvBtn {width: 100%; background-size: 19px auto !important;}
.bdvBtn > div {}
.bdvBtn > div > div {}
.bdvBtn span {font-size:11pt;display: block; color: #666;font-weight: 600;font-size: 17px;}
.bdvBtn p {font-size: 12pt;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.bdvBtn em {display: block; color: #797979; font-weight: 500;}
.title-T span { background: #058CE7;color: #FCF97F;display: inline-block;padding: 5px 10px 5px;font-family: 'KOHIBaeum';font-size: 13px;font-weight: 300;border-radius: 30px;text-transform: uppercase;vertical-align: bottom;margin-right: 10px;}

.bdvBtn.bdvPrev { height: 50px;line-height: 50px;}
.bdvBtn.bdvPrev span { background: #f3f3f3;display: inline-block;width: 150px;float: left;text-align: center;}
.bdvBtn.bdvPrev span::before { content: ''; background: url(../img/select-gray-arrow.png) left center no-repeat; display: inline-block; width: 38px;height: 38px;vertical-align: middle;}
.bdvBtn.bdvPrev p { padding:0 30px;}

.bdvBtn.bdvNext { height: 51px;line-height: 50px;border-top: 1px solid #D9D9D9;box-sizing: border-box;}
.bdvBtn.bdvNext span { background: #f3f3f3;display: inline-block;width: 150px;float: left;text-align: center;}
.bdvBtn.bdvNext span::before { content: ''; background: url(../img/select-gray-arrow.png) right center no-repeat; display: inline-block; width: 38px;height: 38px;vertical-align: middle;rotate: calc(180deg);}
.bdvBtn.bdvNext p { padding:0 30px;}

/* 쓰기 */
.brdWrite {border-top: solid 2px #454545;}
.brdWrite th,
.brdWrite td {font-size: 11pt; padding: 10px; border-bottom: solid 1px #ccc;}
.brdWrite th {text-align: center;  font-weight: 500; background: #fafafa;}
.brdWrite td {}
.brdWrite td input[type="text"],
.brdWrite td input[type="password"],
.brdWrite td input[type="email"] {display: block; border: solid 1px #ccc; width: 300px;}
.brdEdt {padding: 10px 0 !important;}
.brdEdt textarea {display: block; border: solid 1px #dadada; height: 390px; width: 100%; resize: none;}
.w100 {width: 100% !important;}


/*gryView 상세*/
.gryView { border-top: 2px solid #DADADA;padding: 40px 0;}
.view-subject { display: flex;border-bottom: 2px solid #DADADA;padding-bottom: 40px;}
.gryV-thum { margin-right: 50px;width: calc(28% - 50px);}
.gryV-thum img { border: solid 1px #DADADA; border-radius: 6px; width: 100%; height: 100%;}
.gryV-conts { position: relative;width: 72%;}
.gryV-conts h5 { font-size: 24px;font-weight: 800;color: #000;padding: 20px 0;}
.gryV-rank { clear: both;}
.gryV-rank .gryV-cal { font-size: 20px;font-weight: 800;color: inherit;margin-right: 30px;}
.gryV-rank .gryV-cal::before { content: ''; display: inline-block;width: 24px;height: 24px;background: url(../img/calendar-ic.png) center no-repeat;vertical-align: bottom; margin-right: 7px;}
.gryV-rank .gryV-no { font-size: 20px;font-weight: 800;color: inherit;margin-right: 30px;}
.gryV-rank .gryV-no::before { content: ''; display: inline-block;width: 24px;height: 24px;background: url(../img/view-ic.png) center no-repeat;vertical-align: bottom; margin-right: 7px;}
.dlList {padding-top: 50px;}
.dlList dl { display: flex;padding: 10px 0;}
.dlList dl dt { font-size: 20px;color: inherit;font-weight: 700;position: relative;padding-left: 30px;width: 140px;flex-shrink: 0; /* flex 컨테이너 강제사이즈*/ white-space: nowrap; }
.dlList dl dt::before { content: 'ㆍ';position: absolute;left: 0;top: -5px;font-size: 32px;color: #747474;font-weight: 800;}
.dlList dl dd { font-size: 18px;color: #747474;font-weight: 300;padding-left: 15px;position: relative;letter-spacing: 0;}
.dlList dl dd::before { content: '';position: absolute;left: 0;top: 3px;width: 1px;height: 20px;background: #DADADA;}
.gryV-btn { position: absolute;right: 0;bottom: 0;}
.gryV-btn a.blueBtn { width: 120px;height: 45px;line-height: 45px;border-radius: 10px;background: #0071BF;color: rgba(255,255,255,1);text-align: center;font-size: 18px;font-weight: 800;display: inline-block;}
.gryV-btn a.blueBtn:hover { background:linear-gradient(to right, #0071BF, #0071BF);color: rgba(255,255,255,0.85);}
.gryV-btn a.grayBtn { width: 120px;height: 45px;line-height: 45px;border-radius: 10px;background: #F3F3F3;color: #160F0E;text-align: center;font-size: 18px;font-weight: 800;display:inline-block;}
.gryV-btn a.grayBtn:hover { background:rgba(22,15,14,0.2);}
.viewIndex { clear: both;margin-top: 60px;}
.viewIndex h6 { clear: both;font-size: 20px;color: #160F0E;font-weight: 700;border-bottom: 1px solid #DADADA;margin: 10px 0 20px;padding-bottom: 5px;}
.viewIndex h6 span { color: #0071BF;}
.vIndex-conts { clear: both;}
.vIndex-conts p { line-height: 150%;letter-spacing: 0;padding-bottom: 40px;}
.viewCategory { clear: both;}
.viewCategory p { line-height: 150%;letter-spacing: 0;margin-bottom: 30px;color: #747474;}
.viewCategory p b { color: #160F0E;}
.vIndex-keyword { clear: both;}
.vIndex-keyword span { background: #EEEEEE;border-radius: 30px;height: 40px;line-height: 40px; padding: 0 25px;display: inline-block;margin-right: 10px;margin: 2px 0;}
.v-reference { clear: both;}
.v-reference p { position: relative;padding-left: 20px;line-height: 150%;letter-spacing: 0;color: #454545;}
.v-reference p::before { content: 'ㆍ'; ;position: absolute;left: 0;top: 0px;font-size: 24px;color: #747474;font-weight: 600;}

/* 갤러리 */
.gryList {margin: 20px -15px -25px;}
.gryList:after {content: ''; display: table; clear: both;}
.gryList li {float: left; width: 25%; padding: 0 15px 45px;}
.gryList li a {display: block;padding-bottom: 30px; }
.gryList li a em {display: block; background-size: cover !important;overflow: hidden;border: 1px solid #DADADA;border-radius: 5px;}
.gryList li a em img { width: 100%;aspect-ratio: 3.5 / 4;}
.gryList li a em img:hover { scale: calc(1.05);-webkit-transition: all 0.3s; transition: all 0.3s;}
.gryList li a h5 { margin-top: 15px; font-size: 16px; text-transform:uppercase ; font-weight: 500; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2;letter-spacing: 0;line-height: 140%;overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:1;font-family: 'KOHIBaeum';}
.gryList li a p {font-size: 16px; margin-top: 2px; letter-spacing: 0em;}


/*contact us*/
.contactV { position: relative;background: #22252A  url(../img/contactV.png) center no-repeat; background-size: cover;min-height: 955px;}
.contact-conts {position: relative;width: 90%;margin: 0 auto;padding-bottom: 100px;}
.contact-img img { width: 100%;height: 450px;object-fit: cover;border-radius: 7px;}
.contactUs-info { margin-top: 20px; display: flex;align-items: stretch; height: 100%;gap: 20px;}
.left-box { background-color: #111;}
.contact-location { padding: 20px 30px;width: 280px;border-radius: 7px;margin-right: 20px;}
.contact-location p { color: #fff;font-size: 16px;padding-bottom: 15px;}
.contact-location dl { color: #FCF97F;}
.contact-location dl dt { font-size: 36px;font-weight: 400;font-family: 'KOHIBaeum';line-height: 160%;}
.contact-location dl dd { font-size: 16px;font-weight: 600;color: rgba(255,255,255,0.5);font-family: 'KOHINanum';}
.contact-location dl dd span { display: block;}
.contact-guide { background: #058CE7;padding: 20px 60px;width: 100%;}
.formail-btn { background: rgba(0,113,191,0.5);border-radius: 7px;width: 150px;height: 100%;display: flex;justify-content: center;}
.formail-btn button { background: none;font-size: 20px;color: #fff;text-align: center;cursor: pointer;}
.formail-btn:hover { background: rgba(0,113,191,0.9);border-radius: 7px;width: 150px;height: 100%;display: flex;justify-content: center;box-shadow: 0 0px 5px rgba(0,113,191,0.9);}
.guide-ttl { font-size: 16px;font-weight: 400;font-family: 'KOHIBaeum';color: #fff;padding-bottom: 20px;}
.contact-time { position: relative;padding-left: 65px;clear: both;line-height: 130%;height: 50px;margin-bottom: 10px;color: #fff;font-size: 20px;}
.contact-time span { font-size: 20px;font-weight: 400;font-family: 'KOHIBaeum';color: #FCF97F;line-height: 50px;margin-right: 10px;}
.contact-time::before { content: '';position: absolute;left: 0;top: 0; background: #FCF97F url(../img/time-ic.png) center no-repeat;width: 50px;height: 50px;border-radius: 100%;}
.contact-tel { position: relative;padding-left: 65px;clear: both;line-height: 130%;color: #fff;font-size: 20px;}
.contact-tel::before { content: '';position: absolute;left: 0;top: 0; background: #fff url(../img/tel-ic.png) center no-repeat;width: 50px;height: 50px;border-radius: 100%;}
.contact-tel span { font-size: 20px;font-weight: 400;font-family: 'KOHIBaeum';color: #Fff;line-height: 50px;margin-right: 10px;}
.left-box, 
.contact-guide { display: flex; flex-direction: column;border-radius: 7px;}
.contact-guide { flex-direction: row; justify-content: space-between; align-items: center;}

/*포트폴리오*/
.portV { position: relative;background: #22252A  url(../img/portV.png) center no-repeat; background-size: cover;min-height: 955px;}





/****************************************************************************************/
/****************************************************************************************/

@media (max-width:1600px) {	

  .compTHSlide-wrap .compTH-Slide {margin-left: 50px;}

}

@media (max-width:1400px) {	

  /*main V txt*/
  .mainV-copy,
  .mService-Swiper .swiper-slide .mSer-contsTxt { left: 100px;}
  .swiper-button-wrap { left: 100px;}
  .mVc-h1,
  .mService-Swiper .swiper-slide .mSer-contsTxt .mSer-theme,
  .mPer-conts .mPer-contsTxt .mPer-theme,
  .tabMket-ttl,
  .serSub-title,
  .process-theme,
  .contact-theme { font-size: 20px;}

  .mVc-h2,
  .mService-Swiper .swiper-slide .mSer-contsTxt .mSer-ttl,
  .mPer-conts .mPer-contsTxt .mPer-ttl,
  .tabMket-txt,
  .serMain-title,
  .process-ttl,
  .contact-title { font-size: 40px;}

  .mVc-h3,
  .mService-Swiper .swiper-slide .mSer-contsTxt .mSer-txt,
  .mPer-conts .mPer-contsTxt .mPer-txt,
  .tabMket-txt2,
  .service-info .desc,
  .process-txt { font-size: 18px;}

  .mVBann-keyframe span { font-size: 16px;padding: 10px 22px 9px;}

  .comp-value .container { padding: 200px 15px 150px;}
  .compHis-list div.year { font-size: 30px;padding-right: 25px;flex: none;}
  .compHis-list li .month { margin-top: 10px;}

  .gryList {margin: 0 -10px -25px;}
	.gryList li {width: 33.33%; padding: 0 10px 25px;}


    
}

@media (max-width:1200px) {	

  /*main V tzt*/
  .mainV,
  .compV,
  .mapV,
  .serV,
  .contactV,
  .portV {min-height: 650px;}
  .mPer-wrap { max-height: 550px;}
  ul.tabs-market li.active span,
  ul.tabs-market li span { font-size: 20px;}
  ul.tabs-market li { height: 45px;line-height: 45px;margin: 0 10px;}
  .tabMket-content { width: 70%;}

  .card { padding: 30px 20px;}
  .service-swiper h3 { font-size: 20px;}
  .detail-btn { width: 100%;text-align: center;}
  .swiper-slide.card p br { display: none;}

  .service-info::before { left: 33%;}

  .card-img2::before { left: 15%; }
  .card-img1, .card-img2 { padding-left: 200px;}
  
  .comp-value .container { padding: 200px 0 150px;}
  .compth-txt1,
  .compth-txt2,
  .compth-txt3 { font-size: 30px;}
  .comp-theme .fl { padding-right: 20px;}
  .compth-txt4 { padding-top: 15px;font-size: 18px;}
  .three-Title { font-size: 20px;}
  .compTH-No p:first-child span:first-child { color: #f9f871; font-weight: bold; font-family: 'Montserrat'; font-size: 60px;}
  .compTH-No p:nth-child(2) span:first-child { color: #00AAFF; font-weight: bold; font-family: 'Montserrat'; font-size: 60px;}
  .compTH-No p:nth-child(3) span:first-child { color: #fff; font-weight: bold; font-family: 'Montserrat'; font-size: 60px;}

  .mapAdd-conts { padding-left: 20px;padding-top: 50px;}

  .serviceT-conts .service-step dl { display: block;padding: 25px 20px;border-radius: 7px;}
  .serviceT-conts .service-step dl dt { width: 100%;margin-bottom: 10px;}
  .serviceT-conts .service-step dl dt br { display: none;}
  .contsImg dl dt { font-size: 30px;}
  .contsImg.right { padding: 30px;}
  .contsImg dl { padding-left: 30px;}
  .contsImg dl dd { padding-right: 20px;}

  .contact-conts { width: 100%;}
  .contact-guide { padding: 20px;}
  .contact-time { font-size: 16px;}

}


@media (max-width:1024px) {	
	
  .head-sns { display: none;}

  /*main V tzt*/
  .mainV {min-height: 450px;}
  .mainV-copy,
  .mService-Swiper .swiper-slide .mSer-contsTxt,
  .mPer-contsTxt { left: 50px;}
  .mVc-h1,
  .mService-Swiper .swiper-slide .mSer-contsTxt .mSer-theme,
  .mPer-conts .mPer-contsTxt .mPer-theme,
  .tabMket-ttl,
  .serSub-title,
  .process-theme,
  .contact-theme { font-size: 16px;}

  .mVc-h2,
  .mService-Swiper .swiper-slide .mSer-contsTxt .mSer-ttl,
  .mPer-conts .mPer-contsTxt .mPer-ttl,
  .tabMket-txt,
  .serMain-title,
  .process-ttl,
  .contact-title { font-size: 36px;}

  .mVc-h3,
  .mService-Swiper .swiper-slide .mSer-contsTxt .mSer-txt,
  .mPer-conts .mPer-contsTxt .mPer-txt,
  .tabMket-txt2,
  .service-info .desc,
  .process-txt { font-size: 16px;}

   .service-info .desc span { display: block;}

  .mVBann-keyframe .row1, .mVBann-keyframe .row2 { padding: 10px 0;}
  .mService-Swiper .swiper-button-wrap { margin-top: 20px;}
  .mService-Swiper .swiper-button-wrap .swiper-button-prev,
  .mService-Swiper .swiper-button-wrap .swiper-button-next { width: 30px;height: 30px;background-size: contain;}
  .mService-Swiper .swiper-button-wrap { left: 95px;}

  ul.tabs-market li.active span,
  ul.tabs-market li span { font-size: 18px;}

   .tabMket-content { width: 90%;}
  ul.tabs-market li { padding: 0 10px;width: 80%;}
  ul.tabs-market li.active { height: 180px;}
  ul.tabs-market li.active span { padding-top: 135px;}

  .sec04 { min-height: 800px;}

  .processTab-item:nth-child(2n+2) { padding-top: 120px;}
  .processTab-item:nth-child(2n+2)::after { content: '';position: absolute;left: 50%;top: 0;background: url(../img/process-arrow.png) center bottom no-repeat;width: 8px;height: 110px;background-size: cover;margin-left: -2px;}
  .step-title { font-size: 16px;}

  .card-img2::before,
  .card-img1::before { left: 0;}
  .card-img1, .card-img2 { padding-left: 130px;}
  .card-number p,
  .card-number p span { font-size: 20px;}
  .card-text { font-size: 16px;}

  .step-desc br { display: none;}

  .service-swiper { margin-left: 0;margin-right: 50px;}

  .content-title { top: 160px;}
  .content-title .mainT-txt { font-size: 36px;}
  .content-title .subT-txt { font-size: 16px;padding-top: 10px;}
  .current-conts::before { width: 50px;height: 50px;background-size: 20px 20px;}
  .current-conts p { min-width: 220px;padding: 0 20px;height: 50px;margin-right: 7px;}
  .current-conts p span { line-height: 50px;}
  .current-conts p span.current { font-size: 18px;}
  .current-conts p span.fr { text-align: right;}
  .current-conts { padding-left: 60px;}
  .main-Title { font-size: 30px;}
  .subT-wrap { padding: 80px 0 70px;}
  .sub-Title { font-size: 24px;}
  .compth-txt1, .compth-txt2, .compth-txt3 { font-size: 24px;}
  .compTH-No p span { font-size: 24px;}
  .comp-value { padding: 0 15px;}
  .compVT-htxt { font-size: 20px;}
  .compVs-txt1 p .span-contsTxt1,
  .compVs-txt1 p .span-contsTxt2,
  .compVs-txt1 p .span-contsTxt3 { text-align: left;font-size: 20px;}
   .compTH-Slide .swiper-slide { padding: 40px 30px;}
  .compTH-Slide .ttl { font-size: 24px;}
  .compTH-Slide .txt { font-size: 18px;}
  .compHis-list li dl dd { font-size: 18px;}
  .compHis-list { width: 64%;padding-left: 30px;}
  .compHis-list li { padding: 15px 0 5px;}

  .comp-theme .fl { width: 70%;}
  .map-conts { margin-left: 40px;}

  .sstep01 .ser-ttl, .sstep03 .ser-ttl, .sstep02 .ser-ttl { font-size: 20px;}
  .serviceT-conts .service-step { width: calc(33% - 20px);margin: 0 10px;}
  .contsImg dl dt { font-size: 24px;}


  .contact-img img { height: 350px;}
  .contact-time span,
  .contact-tel span { display: block;line-height: 130%;}
  .contact-location { width: 220px;}
  .contact-location dl dt { font-size: 30px;}
  .contactUs-info { gap: 10px;}
  .contact-location { width: 200px;padding: 20px;}
  .contact-guide { display: block;}
  .formail-btn { width: 100%;height: 40px;line-height: 40px;margin-top: 10px;}
   

}


@media (max-width:768px) {	
    
  /*main V tzt*/
  .mainV-copy { left: 0;position: relative;text-align: center;top: 200px;}
  .mVc-h1,
  .mService-Swiper .swiper-slide .mSer-contsTxt .mSer-theme,
  .mPer-conts .mPer-contsTxt .mPer-theme,
  .tabMket-ttl,
  .serSub-title,
  .process-theme,
  .contact-theme { font-size: 14px;}

  .mVc-h2,
  .mService-Swiper .swiper-slide .mSer-contsTxt .mSer-ttl,
  .mPer-conts .mPer-contsTxt .mPer-ttl,
  .tabMket-txt,
  .serMain-title,
  .process-ttl,
  .contact-title { font-size: 30px;margin: 5px 0;}

  .mVc-h3,
  .mService-Swiper .swiper-slide .mSer-contsTxt .mSer-txt,
  .mPer-conts .mPer-contsTxt .mPer-txt,
  .tabMket-txt2,
  .service-info .desc,
  .process-txt { font-size: 14px;line-height: 120%;}

  .tabMket-txt2 span { display: block;}
  .mainV {min-height: 650px;}
  .mVBann-keyframe { left: 0;top: 65%;}
  .mService-Swiper .swiper-slide { height: 500px;}
  .mService-Swiper .swiper-slide img {object-fit: cover;}

  .tabMket-subTtl { font-size: 20px;}
  .tabMket-subTxt { font-size: 16px;}

  ul.tabs-market{ padding: 10px 5px;}
  ul.tabs-market li { padding: 0 5px;margin: 0 5px;}
  .tabMket-content { width: 100%;}
  ul.tabs-market li.active span, ul.tabs-market li span { font-size: 16px;}
  ul.tabs-market li.active::after { width: 100%;background-size: contain;}
  .tabMket-keyword { display: ruby;}
  .tabMket-keyword li span { margin-bottom: 5px;padding: 8px 15px 8px;font-size: 14px;}

  .service-section { display: block;padding: 100px 15px 0;}
  .service-info { width: 100%;padding-left: 20px;}
  .service-swiper { width: 100%;margin-top: 15px;}
  .service-info::before { left: auto;right: 30px;top: 130px;width: 125px;background-size: contain;}
  .nav-buttons { margin-top: 10px;}
  .service-swiper .swiper-slide { height: 370px;}
  .category { font-size: 12px;}

  .step-title { font-size: 18px;margin-bottom: 0;}

  .processTab-item:nth-child(1) { padding-top: 20px;}
  .processTab-item:nth-child(1)::after  { content: '';position: absolute;left: 50%;top: 0;background: none;width: 8px;height: 110px;background-size: cover;margin-left: -4px;}

  .processTab-item:nth-child(1) { padding-top: 15px;}
  .processTab-item:nth-child(2n+2) { padding-top: 15px;}
  .processTab-item:nth-child(2n+2)::after { content: '';position: absolute;left: 50%;top: 0;background: none;width: 8px;height: 110px;background-size: cover;margin-left: -2px;}

  .processTab-item:nth-child(2n+3) { padding-top: 15px;}
  .processTab-item:nth-child(2n+3)::after { content: '';position: absolute;left: 50%;top: 0;background: none;width: 8px;height: 110px;background-size: cover;margin-left: -2px;}

  .process-conts { background-color: transparent;}
  .process-tab-menu { width:30%;display: block;}
  .detail-card {position: absolute; left: 40%; top: 0;height: 100%;}
  .detail-card { display: block;}
  .card-img2::before, .card-img1::before { position: absolute;  left: 50%;  top: 60%;  transform: translate(-50%, -50%); }
  .card-img1, .card-img2 { padding-left: 0;padding-top: 150px;text-align: center;width: 100%;}
  .processTab-content.active { display: block; animation: fadeIn 0.0s; }
  .card-text { margin-top: 30px;}

  .contact-section .container { display: block;}
  .contact-info { text-align: center;}
  .contact-form-box { max-width: 100%;}
  .form-group input,
  .form-group select { height: 50px;}

  .contact-info .desc { font-size: 16px;}

  .process-ttl p { display: block;}

  .mPer-conts { display: block;}
  .mPer-subject { position: relative; width: 100%;text-align: center;display: block;padding-top: 100px;}

  .mPer-wrap { max-height: 100%;}
  .mPer-conts .mPer-contsTxt { position: relative;top: 0;transform: translate(0%, 0%);}
  .mPer-char { left: 0px;top: 45px;right: auto;}
  .mPer-char img { width: 200px;}


  .mPer-talk { width: 100%;display: flex; flex-direction: row; overflow-x: auto; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory; padding-bottom: 16px;padding-bottom: 100px;}
  .talkwrap-one { display: flex; width: max-content;flex-direction: row; overflow-x: auto; -webkit-overflow-scrolling: touch; gap: 16px; padding: 0 20px 16px; scrollbar-width: none; -ms-overflow-style: none;animation: scrollLeft 15s linear infinite; }
  .talk-conts { flex: 0 0 calc(100% - 40px); scroll-snap-align: start; scroll-snap-stop: always; }
  .mPer-talk::-webkit-scrollbar { display: none; }
  .talkwrap-one { display: flex; flex-direction: row; gap: 16px; padding: 0 10px; flex-shrink: 0; }
  .talk-conts { flex: 0 0 80vw;margin-right: 20px;}
  .mPer-talk .talkwrap-one:nth-of-type(2n+2) {margin-top: 0;}
  .talk-conts[data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  @keyframes scrollLeft {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-100%); }
  }

  .sec02.mPer-wrap .container { padding: 0;}

   .compTH-No p:first-child span:first-child { color: #f9f871; font-weight: bold; font-family: 'Montserrat'; font-size: 45px;}
  .compTH-No p:nth-child(2) span:first-child { color: #00AAFF; font-weight: bold; font-family: 'Montserrat'; font-size: 45px;}
  .compTH-No p:nth-child(3) span:first-child { color: #fff; font-weight: bold; font-family: 'Montserrat'; font-size: 45px;}
  .compTH-No p span,
  .compVs-txt1 p .span-contsTxt1 { font-size: 20px;}
  .compVT-h1 { font-size: 40px;}
  .span-contsImg img { width: 100%;margin-left: 0;}
  .compVs-txt1 { padding: 40px 0;}
  .compVT-htxt { font-size: 18px;}
  .compTHSlide-wrap .compTH-Slide { width: calc(100% - 20px);margin: 0 10px;}
  .compTH-Slide .swiper-slide { padding: 20px;}
  .compTH-Slide .ttl { font-size: 20px;}
  .compHis-wrap { display: block;}
  .compHis-img { width: 100%;height: 200px;}
  .compHis-img img { object-fit: cover;}
  .compHis-img::before { rotate: calc(-0deg);right: 20px;}
  .compHis-list { width: 100%;padding-left: 0;}
  .comp-theme { display: inline-block;}
  .comp-theme .fl { width: 100%;padding-bottom: 20px;}
  .comp-theme { padding: 0;}
  .current-conts { display: flex;}
  .current-conts p { min-width: auto;display: inline-flex;}
  p.current:first-child span:first-child { display: none;}
  .current-conts p:nth-child(2) span.current { padding-right: 20px; }
  .current-conts p.current:first-child span::after { margin-left: 0;}
  .sub-Title { font-size: 20px;}
 
  .mapload { height: 350px;}
    .map-conts { display: block;margin-left: 15px;margin-right: 15px;}
  .map-location { width: 100%;}
  .mapAdd-conts { padding: 20px 0 0;}
  .map-location p { padding-bottom: 20px;}
  .map-location dl dt { font-size: 24px;}
  
  .serviceT-conts .service-step dl dd { font-size: 16px;}
  .serviceT-conts { display: block;}
  .serviceT-conts .service-step { width: 100%;margin: 0;}
  .ser-container { padding: 0;}
  .contsImg dl { padding-left: 0;}
  .contsImg.right { padding: 0;}
  .contsImg.right dl { padding-left: 15px;}
  .contsImg dl dd { font-size: 16px;}
  .contsImg dl dt { font-size: 20px;}

  .gryList {margin: 0 -10px -25px;}
	.gryList li {width: 50%; padding: 0 10px 25px;}
  .port-container { padding: 0;}
  .sublayout-contents { padding: 30px 25px;}
  .brdSch dd { margin-top: 5px;width: 100%;}
  .brdSch dd input[type="text"] { width: 100%;}
  .bdCont { margin-top: 0px;}
  .title-T span { display: block;margin-bottom: 5px;}
  .brdList th, .brdList td { padding: 15px 5px;}
  .title-T span { margin-right: 0;}
  .bdvTxt-wrap { padding: 30px 5px;}
  .brdBtn a { margin: 0 5px;}

  .contact-img img { height: 250px;}
  .contact-time { margin-bottom: 30px;}
  .contact-tel { font-size: 16px;}

  .contactUs-info { display: block;margin-top: -35px !important;width: 96%;margin: 0 auto;position: relative;z-index: 100;}
  .sub-Title.small span { display: block;}
  .content-title .mainT-txt { font-size: 30px;}

}



@media (max-width:480px) {	

  /*main V tzt*/
  .mVc-h2 { font-size: 26px;margin: 5px 0;}

  ul.tabs-market li.active span, ul.tabs-market li span { font-size: 16px;}
  ul.tabs-market li,
  ul.tabs-market li.active { border-radius: 15px;}
  ul.tabs-market { display: block;}
  ul.tabs-market li { margin-bottom: 5px;width: 100%;}
  ul.tabs-market li.active { height: 150px;}
  ul.tabs-market li.active span { padding-top: 90px;}
  ul.tabs-market li.active:hover { transform: translateY(0px);}
  .tabMket-container { margin-top: 60px;}

  .service-swiper h3 { font-size: 24px;}
  .category { font-size: 14px;}

  .service-info::before { left: auto;right: 30px;top: 145px;width: 100px;background-size: contain;}

  .step-title { font-size: 14px;margin-bottom: 0;}

  .detail-card { top: -10px;}
  .process-tab-menu { width: 40%;}
  .processTab-item { padding-left:15px;padding-right:15px;}
  .processTab-item.active {background: #058CE7;border-radius: 15px 0 0 15px;padding-left:15px;padding-right:15px;}
  .processTab-item.active .step-title,
  .processTab-item.active .step-desc { color: #fff;}

    .mPer-char { top: 70px;left: -20px;}
  .mPer-char img { width: 170px;}

  .compTH-No { display: block;}
  .compTH-No p { width: 100%;position: relative;height: 33%;display: flex; align-items: center; justify-content: center;}
  .compTH-No p::after { rotate: calc(-180deg);width: 50%;margin: 0 auto;height: 2px;left: 0;top:100%;margin-top: 5px;}
  .compTH-No p:nth-child(1) span:first-child,
  .compTH-No p:nth-child(2) span:first-child,
  .compTH-No p:nth-child(3) span:first-child { margin-right: 10px;}

  .sublayout-contents { padding: 30px 15px;}
  .current-conts p span { font-size: 15px;}
  .current-conts::before { width: 30px;height: 30px;border-radius: 30px;background-size: 15px 15px;}
  .current-conts { padding-left: 35px;}
  .current-conts p { height: 30px;padding: 0 10px 0 15px;margin-right: 3px;}
  .current-conts p span { line-height: 30px;}
  .current-conts p span.current { font-size: 15px;}
  .main-Title { font-size: 24px;}
  .sub-Title { font-size: 18px;}
  .three-Title { font-size: 18px;}
  .compHis-list li { display: inline-grid;}
  .compHis-list li dl dd { font-size: 16px;}
  .compHis-list li dl dt {flex: none;}
  .current-conts p:last-child { display: none;}
  .current-conts p:first-child {font-weight: 600 !important; color: #058CE7;}

  .map-add,
  .map-tel { font-size: 16px;margin-left: 0;margin-right: 0;}
  .mcontainer { padding: 0;}

  .contsImg { display: block;}
  .contsImg dl { width: 100%;}
  .contsImg .img { width: 100%;margin-top: 30px;}
  .contsImg.right { padding: 25px 0;}

  .sub-Title.small { font-size: 16px;}
  .content-title .mainT-txt { font-size: 26px;}

}


@media (max-width:360px) {	
	
  .content-title .subT-txt { padding: 10px 20px;}
  .content-title .subT-txt p { display: inline;}

  .contactUs-info { display: block;margin-top: 5px !important;width: 100%;margin: 0 auto;position: relative;z-index: 10;}


}


