@import url(https://use.fontawesome.com/releases/v5.15.2/css/all.css);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&display=swap');
@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@charset "utf-8";

/* Reset CSS  */
html { height: 100%; overflow-y:scroll; scroll-behavior: smooth; scroll-padding-top: 150px;}
body { font-size: 13px; color:#333; overflow-x: hidden;  scroll-behavior: smooth;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td, p { margin: 0px; padding:0px;  list-style:none;  font-family:"pretendard", sans-serif; font-weight: 300;}
fieldset{ border: 0px; }
a{font-style:normal; text-decoration:none; color:#000;}
hr, legend {height: 0; left: -5000px; line-height: 0; overflow-x: hidden; overflow-y: hidden; position: absolute; visibility: hidden;width: 0;}
caption {font-size: 0; height: 0; line-height: 0; visibility: hidden; width: 0;}
* {-webkit-text-size-adjust:none;}
* { margin:0; padding:0; border:0; outline:0;  }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
img, video { max-width:100%; border:0; height:auto; vertical-align:top; }
table { border-collapse:collapse; border-spacing:0; border: 0px solid #E5E5E5; }
input, select { vertical-align:middle; }
label { cursor:pointer; }
.blind,legend,hr,caption { display:block; overflow:hidden; position:absolute; top:0; left:-1000em; }
i,em,address { font-style:normal; font-weight:normal; }
td,th {vertical-align: middle;line-height: 1.6;}
td strong {font-weight: 100;	font-size: 5px;vertical-align: bottom;}
a:hover{text-decoration:none;}
ul:after{content:""; display:block; clear:both;}

/*bbs*/
#container_title{display:none;}
#bo_list_total{display:none;}
#bo_v_table{display:none;}
#bo_vc_w{border-bottom:0;}
#bo_vc{background:none;}

/************* css ******************/
body::-webkit-scrollbar {width: 10px;}
body::-webkit-scrollbar-thumb {background:#666; ;border-radius: 10px;}
body::-webkit-scrollbar-track {background: #f5f5f5;}


.container { max-width: 1400px; width:100%; margin: 0 auto; position: relative; box-sizing: border-box; padding:0 30px; font-weight: 200;}
.container:after {content: ""; display: block; clear: both;}
.wide{position: relative;}
.wide::before , .wide::after{content: ""; width: 200%; height: 1330px; position: absolute; top:0; left:-50%; z-index: -1;}
p{word-break:keep-all;}

/*마우스 드래그할 때 폰트 및 배경 색상*/
::selection { background-color: #414042; color: #21A9E5; }

/*header*/
#header{display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; padding: 0 40px 0 20px; position: relative; width: 100%; height: 100px;}
#h_logo{position: absolute; top: 50%; left: 40px; transform: translateY(-50%);}

#h_gnb > li{display: inline-block; position: relative; height: 100px; line-height: 100px;}
#h_gnb > li > a{font-family: 'GmarketSansLight'; font-size: 20px; font-weight: 600; display: block; padding: 0 40px; position: relative;}
#h_gnb > li > a::before{content: ""; display: block; width: 0; height: 2px; background: #fff; position: absolute; bottom:0; left:50%; transform:translateX(-50%); transition: .5s;}
#h_gnb > li:hover {background:rgba(7,118,189,0.8);}
#h_gnb > li:hover a {color: #fff;}
#h_gnb > li:hover > a::before{width: 40px;}
#h_gnb > li:hover .lnb{display: block;}
#h_gnb .lnb{display: none; position: absolute; top:100%; left:0; width: 100%; background: rgba(7,118,189,0.8); z-index: 99;}
#h_gnb .lnb li{text-align: center; line-height: 100%;}
#h_gnb .lnb li a{display: block; font-family: 'GmarketSansLight'; font-size: 16px; font-weight: 600; padding: 20px 0; color:#fff;}
#h_gnb .lnb li a:hover{color:#21A9E5;}

#m-hd #mobile-menu.active span{background-color: #000;}
#m-hd * {color: #fff;}

#menu-box {width: 100%;position: absolute;left: 0;top: 65px;transform: initial;-webkit-transform: initial;-o-transform: initial;-moz-transform: initial;-ms-transform: initial;}

#member-join {display: none;}

#menu-box .lang {display: flex; justify-content: center; gap:1%;}
#menu-box .lang a {font-size: 16px; color: #999; padding: 6px 30px; border: 1px solid #999; border-radius: 50px;}
#menu-box .lang .on {background: #0B3855; color:#fff; border:1px solid #0B3855;}

#mobile-lang li:first-child::after{content: "";display: block;background: #bbb;position: absolute;top: 50%;right: -20px;transform: translateY(-50%);width: 1px;height: 15px;}
#mobile-lang{position: absolute;top: 25px;  text-align: center; display: flex; justify-content: center;}
#mobile-lang a{font-size:17px; font-weight: 600; color:#bfbfbf;}
#mobile-lang a.active{color:#000;}
#mobile-lang{ position: absolute;top: -5px; left:50%; text-align: center; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
#mobile-lang li{float:left; position:relative;}
#mobile-lang li:first-child{margin-right:40px;}

.hdContainer {position: relative; height: 100%;}
.gnbContainer {position: absolute; right: 120px; top: 50%; transform: translateY(-50%); display: flex; align-items: center;}
.gnbContainer::after {content: ""; display: block; clear: both;}

#all-menu{background:#fff; width:100%; position:fixed; top:0; left: 0; height:100vh; z-index:9500; padding-top:40px; margin-top:0; display:none;}
#all-menu #all-nav{ position:relative; }
#all-menu #all-gnb {text-align: center; margin-top: 70px; display: flex; justify-content: center; gap: 80px;}
#all-menu #all-gnb::after{display: none;}
/* #all-menu #all-gnb > li{margin-bottom:40px;} */
#all-menu #all-gnb > li:last-child{margin-bottom:0;}
#all-menu #all-gnb > li > a{font-size:26px; display:inline-block; text-align:left; color:#000; font-weight:700}
#all-menu #all-gnb .lnb{margin-top: 30px; display: flex; justify-content: center; flex-direction: column; gap: 25px;}
#all-menu #all-gnb .lnb:after {display: none;}
/* #all-menu #all-gnb .lnb li {float:left; margin-right:40px;} */
#all-menu #all-gnb .lnb li a{font-size:18px; color:#babcbf; font-weight:700}
#all-menu #all-gnb .lnb li a:hover{color: #21A9E5; background: none; transition: 0.3s;}
#all-menu #all-gnb .lnb li:last-child {margin-right:0;}

.factor4Link {display: none;}

#menu-box{position:absolute; /*left:20%;*/ top: 50%; transform:translateY(-50%);
 -webkit-transform:translateY(-50%); -o-transform:translateY(-50%); -moz-transform:translateY(-50%);  -ms-transform:translateY(-50%);}

#all-menu-top {position: relative;}
.all-menu-logo {position: absolute; left: 50%; transform: translateX(-50%); top: -80px;}

#mobile-btn{display:block; z-index: 9999; cursor: pointer;}

#mobile-menu,
#mobile-menu span {display: inline-block; transition: all .4s;box-sizing: border-box;}
#mobile-menu {position: relative; width: 40px; height: 25px;}
#mobile-menu span {position: absolute; left: 0; width: 100%; height: 2px; background-color: #000; border-radius: 2px;}
#m-hd.sub-hd #mobile-menu span{background: #000;}
#mobile-menu span:nth-of-type(1) {top: 0;}
#mobile-menu span:nth-of-type(2) {top: 12px;}
#mobile-menu span:nth-of-type(3) {bottom: 0;}
#mobile-menu.active span{background-color: #21A9E5;}
#mobile-menu.active span:nth-of-type(1) {-webkit-transform: translateY(12px) rotate(-45deg); transform: translateY(12px) rotate(-45deg);}
#mobile-menu.active span:nth-of-type(2) {opacity: 0;}
#mobile-menu.active span:nth-of-type(3) {-webkit-transform: translateY(-12px) rotate(45deg);transform: translateY(-12px) rotate(45deg);}

/* .hd_lang {display: flex; gap: 15px; padding: 0 30px; position: relative;}
.hd_lang::after {display: none;}
.hd_lang li:first-child::after {content: ""; display: block; clear: both; width: 1px; height: 16px; background: #666; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.hd_lang li a {display: block; font-size: 18px; font-weight: 300;}
.hd_lang li a.active {font-weight: 600;} */


/*main*/
#m_slider{position: relative;}
#m_slider .swiper-wrapper{width:100%;}
#m_slider .swiper-wrapper .swiper-slide {height:840px; float:left; display: flex; align-items: center;}
#m_slider .swiper-wrapper .swiper-slide:before {position: absolute; content:""; width:100%; height: 100%; top:0; left:0; background: rgba(0,0,0,0.3);}
#m_slider .swiper-wrapper .slide01{background: url(../img/m_slider01.png) no-repeat center center / cover;}
#m_slider .swiper-wrapper .slide02{background: url(../img/m_slider02.png) no-repeat center center / cover;}
#m_slider .swiper-wrapper .text{opacity: 0; margin-left:5vw; text-align: center; width: 100%; z-index: 99;}
#m_slider .swiper-wrapper .text h2{font-family: 'GmarketSansBold'; font-size: 70px; letter-spacing: -3px; color: #fff;}
#m_slider .swiper-wrapper .text h2 .color{color:#21A9E5;}
#m_slider .swiper-wrapper .text p{font-size: 25px; letter-spacing: -1px; font-weight: 400; margin: 20px 0 35px; color: #fff;}
#m_slider .swiper-wrapper .text .view{font-family: 'GmarketSansMedium'; font-size: 18px; padding: 18px 80px; border: 2px solid #fff; color: #fff; display: inline-block; transition: .5s;}
#m_slider .swiper-wrapper .text .view:hover{background: #fff; color: #000;}
#m_slider .swiper-slide-active .text{opacity: 1; transition: all 3.0s; margin-left:0;}
#m_slider .swiper-button{position: absolute; bottom:70px; left:50%; transform: translateX(-50%); z-index: 5; width: 100%; text-align: center;}
#m_slider .swiper-button-prev:after{content:"/"; padding: 0 10px;}
#m_slider .swiper-button-next, #m_slider .swiper-button-prev{position: relative; background: none; color:#fff; font-family: 'GmarketSansLight'; font-size: 14px; top:50%; transform: translateY(-50%); left: auto; margin-top: 0 !important; z-index: 10; cursor: pointer;}

.m_tit .since{font-family: 'GmarketSansMedium'; font-size: 35px; border-bottom:1px solid #fff; padding-bottom: 10px;}
.m_tit .blue{font-family: 'GmarketSansMedium'; font-size: 20px; color: #21A9E5; margin-bottom:10px;}
.m_tit h2{font-family: 'GmarketSansBold'; font-size: 60px; letter-spacing: -1px;}
.m_tit .text{font-size: 22px; letter-spacing: -1px; line-height: 30px; margin-bottom:50px;}
.m_tit .down{font-family: 'GmarketSansMedium'; font-size: 20px; color: #fff; background: #21A9E5; padding: 20px 40px; display: inline-block; border-radius: 50px; margin-top:50px; transition: .5s;}
.m_tit .down:hover{background: #0093c0;}

#m_pro{padding: 100px 0 70px; background: url(../img/m_pro_bg.png) no-repeat left 10px bottom 50px; min-height: 895px;}
#m_pro .container{display: flex; flex-wrap:wrap;}
#m_pro .m_tit{margin-top: 30px; float: left; width: 30%;}
#m_pro .content{width: 70%; padding-left:35px;}
#m_pro .tab_btn{margin-top:400px;}
#m_pro .tab_btn li{display: block; border:1px solid transparent; padding: 20px 40px; position: relative; width: 425px;}
#m_pro .tab_btn li.active, #m_pro .tab_btn li:hover{border:1px solid #e1e1e1; background: #fff;}
#m_pro .tab_btn li h2{font-size:28px; letter-spacing: -1px; font-weight: 500;}
#m_pro .tab_btn li h2 span{font-size: 16px; display: block; font-weight: 400; letter-spacing: 0;}
#m_pro .tab_btn li .arrow{display: none; position: absolute; top:40px; right:40px;}
#m_pro .tab_btn li.active .arrow, #m_pro .tab_btn li:hover .arrow{display: block;}
#m_pro .tab_box{position: absolute; right:-205px; top:0; z-index: -1; display: none;}
#m_pro .tab_box01{display: block;}

#m_about{background: url(../img/m_about_bg.png) no-repeat top center; padding-top: 187px;}
#m_about .m_tit{color:#fff; max-width: 545px;}
#m_about .list{display: flex; flex-wrap: wrap; margin-top:70px; margin-left:15%; position: relative; padding: 80px 30px 70px 70px; z-index: 0;}
#m_about .list::before{content: ""; width:200%; height: 100%; background: #fff; position: absolute; top:0; left:0; z-index: -1;}
#m_about .list li{width: 33.33%; padding: 0 20px;}
#m_about .list li .tit{font-size: 32px; font-weight: 500; margin:20px 0;}
#m_about .list li .text{font-size: 18px; line-height: 145%; word-break: keep-all; height: 90px;}
#m_about .list li .more{font-size: 16px; display: inline-block; padding: 12px 35px; border-radius: 50px; border: 1px solid #a4a4a4; margin-top:25px; transition: .3s;}
#m_about .list li .more:hover{background: #21A9E5; color: #fff; border-color: #21A9E5;}

#m_client{text-align: center; padding: 140px 30px;}
#m_client .latest{position: relative; margin: 0 auto; display: block;  width: 100%;}

/*sub*/
#s_top{text-align: center; padding: 215px 0;}
#s_top.bg01{background: url(../img/s_top_bg01.png) no-repeat center center / cover;}
#s_top.bg02{background: url(../img/s_top_bg02.png) no-repeat center center / cover;}
#s_top.bg03{background: url(../img/s_top_bg03.png) no-repeat center center / cover;}
#s_top.bg04{background: url(../img/s_top_bg04.png) no-repeat center center / cover;}
#s_top.bg05{background: url(../img/s_top_bg05.png) no-repeat center center / cover;}
#s_top.bg06{background: url(../img/s_top_bg06.png) no-repeat center center / cover;}
#s_top .tit{font-family: 'GmarketSansMedium'; font-size: 50px; color: #fff; letter-spacing: -1px;}

#sub-wrap{padding:50px 0;}
#sub-section{padding:50px 0;}
#sub-wrap{padding:120px 0; overflow: hidden; position: relative;}
.sub-section{ position:relative;}
.sub-main-tit{padding: 0 0 110px;}
.sub-main-tit h2 {font-family: pretendard; text-align: center; font-weight: bold; letter-spacing: -0.5px; display: block; font-size: 40px; color: #21A9E5; line-height: 70px;}
.sub-main-txt p {display: block; font-size: 22px; color: #222; text-align: center; line-height: 35px;}

.sub-section{padding:100px 0; position:relative;}
.sub-section:first-child{padding:50px 0 100px;}

/* 내용관리 */
#ctt {margin:10px 0;padding:20px;background:#fff}
#ctt_con {padding-bottom: 150px !important;}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em;}
/* #ctt_con p,
#ctt_con p span,
#ctt_con ul,
#ctt_con ul li {font-size: 18px !important; font-family: 'pretendard' !important; line-height: 30px;} */
#ctt_con p,
#ctt_con p span,
#ctt_con ul,
#ctt_con ul li {line-height: 165%;}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

#snb_wrap{border-bottom:1px solid #e4e4e4;}
#snb_wrap.exception{display: none;}
#snb{border-left:1px solid #e4e4e4; padding: 0;display: flex; flex-wrap: wrap; align-items: center;}
#snb > li{font-family: 'GmarketSansLight'; font-weight: 600;font-size: 16px; color: #919191; border-right:1px solid #e4e4e4; padding: 25px 30px 20px; cursor: pointer; position: relative;}
#snb > li i{color: #d4d4d4; font-size: 14px;}
#snb > li:nth-child(2){width: 240px; cursor:auto;}
#snb > li:nth-child(3){width: 275px;}
#snb > li .arrow i{position: absolute; top:25px; right:30px; font-size: 18px;}
#snb > li:hover .lnb{display: block;}
#snb .lnb{display: none; margin-left:-1px; position: absolute; top:100%; left:0; width: calc(100% + 2px);padding: 15px 0; z-index: 99; border: 1px solid #e4e4e4; background: #fff;}
#snb .lnb li a{display: block; font-family: 'GmarketSansLight'; font-weight: 600;font-size: 16px; padding: 8px 30px; color: #999;}
#snb .lnb li a:hover{color:#21A9E5;}
#sub{padding: 150px 30px 200px;}

#quick_menu {position: fixed; top: 45.5%; right:0; width: 240px; height: 335px; z-index: 9999;}
#quick_menu .close {position: absolute; top:11%; left: 3%; z-index: 999; cursor: pointer;}
#quick_menu .top_icon {width: 60px; height: 60px; border-radius: 100px; background:#F3F8FF; position:relative; top:0; left: 50%; z-index: 99; margin-left: -30px;
display: flex; justify-content: center; align-items: center;}
#quick_menu .btm_txt {position: absolute; top:30px; text-align: center; width:100%; padding-top:30px; background:#F3F8FF; border-radius: 20px 0 0 20px; box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.1);}
#quick_menu .btm_txt .quick_txt {padding-bottom: 24px;}
#quick_menu .btm_txt .quick_txt .tit {font-size: 18px; font-weight: 500; color: #0b3855; margin-bottom: 8px;}
#quick_menu .btm_txt .quick_txt .tel {font-size: 26px; font-weight: 700; color: #21a9e5; margin-bottom: 8px; display: block;}
#quick_menu .btm_txt .quick_txt .mail {font-size: 19px; font-weight: 500; color: #0b3855;}
#quick_menu .btm_txt .icon_wrap {display: flex; flex-wrap: wrap;}
#quick_menu .btm_txt .icon_wrap .icon_box {position: relative; width:50%; background: #fff; padding: 14px 0;}
#quick_menu .btm_txt .icon_wrap .icon_box > img {margin-bottom: 8px;}
#quick_menu .btm_txt .icon_wrap .icon_box > p {font-size: 15px; font-weight: 500;}
#quick_menu .btm_txt .icon_wrap .icon_box:hover > img {filter: brightness(0) saturate(100%) invert(77%) sepia(40%) saturate(7095%) hue-rotate(166deg) brightness(94%) contrast(91%);}
#quick_menu .btm_txt .icon_wrap .icon_box:hover > p {color:#21A9E5;}
#quick_menu .btm_txt .top_btn {position: relative; display: flex; justify-content: center; gap:12px; padding:8px 0; align-items: center;}
#quick_menu .btm_txt .top_btn  > p {font-size: 14px; color: #21A9E5; font-weight: 500;}
#quick_menu .cover {position: absolute; top:0; left: 0; width:100%; height:100%;}
html.quick-closed #quick_menu .close,
html.quick-closed #quick_menu .btm_txt {
  display: none;
}

html.quick-closed #quick_menu .top_icon {
  left: 80% !important;
}

#inquiry, #tech, #map { scroll-margin-top:150px; }

.s_tit{font-family: 'GmarketSansMedium'; font-size: 45px; text-align: center; letter-spacing: -1px; position: relative; padding-bottom: 10px; margin-bottom:30px;}
.s_tit::before{content: ""; width:48px; height: 2px; background: #21A9E5; display: block; position: absolute; bottom:0; left:50%; transform: translateX(-50%);}

.sub02 .article {font-size: 22px; text-align: center; line-height: 165%; margin-bottom: 90px;}
.sub02 .compet {margin-bottom: 90px;}
.sub02 .compet img:last-child {display: none;}
.sub02 .tech_wrap {display: flex; flex-wrap: wrap;}
.sub02 .tech_box {width: 50%; display: flex; padding: 38px 20px; align-items: center; gap:10%; border-bottom: 1px dashed #bdbdbd;}
.sub02 .tech_box:nth-child(2n+1) {border-right: 1px dashed #bdbdbd;}
.sub02 .tech_box:nth-child(5), .sub02 .tech_box:nth-child(6) {border-bottom: none;}
.sub02 .tech_box .tech_txt .tit {font-size: 24px; font-weight: 700; margin-bottom: 8px;}
.sub02 .tech_box .tech_txt .desc {font-size: 16px; line-height: 165%; color: #666666;}

/*ceo*/
#sub.sub01_01{padding:180px 0 200px;}
#ceo .wrap{background: #fff; display: flex; flex-wrap: wrap; padding: 0 40px 80px;}
#ceo .img{width:50%; padding-right: 70px;}
#ceo .img .name img{margin-left:30px; margin-top: -10px;}
#ceo .content{width: 50%;}
#ceo .content .line{display: block; width: 105px; height: 2px; background: #21A9E5;}
#ceo .content .big{font-family: 'GmarketSansMedium'; font-size: 48px; line-height: 65px; margin: 50px 0 32px; letter-spacing: -2px;}
#ceo .content .big b{color: #21A9E5; font-weight: 500;}
#ceo .content .text{font-family: 'GmarketSansMedium'; font-size: 18px; line-height: 165%; margin-bottom: 40px;}
#ceo .content .name {font-family: 'GmarketSansMedium'; font-size: 20px; text-align: right;}

/*연혁*/
#history {display: flex; flex-wrap: wrap; padding-top:50px;}
#history .content{width: 40%; padding-right:100px;position: relative;}
#history .content::before{content:""; width: 200px; height: 200px; background: #f9f9f9; position: absolute; top:-95px; left: -125px; z-index: -1; border-radius: 50%;}
#history .content .top{font-family: 'GmarketSansMedium'; font-size: 45px; line-height: 60px; letter-spacing: -1px; word-break: keep-all; margin-top: 16px;}
#history .content .top span{color: #21A9E5;}
#history .list{width: 60%; padding-left:70px; border-left:1px solid #eee;}
#history .list li{margin-bottom:30px; display: flex; flex-wrap: wrap;}
#history .list li .year{width: calc(20% - 50px); font-family: 'GmarketSansMedium'; font-size:35px; margin-right: 50px; position: relative;}
#history .list li .year::before{content:""; display: block; width: 20px; height: 20px; border:5px solid #ddd; position: absolute; top:10px; left:-80px; background: #fff; border-radius: 50%;}
#history .list li:nth-child(1) .year::before{border-color:#1799c2;}
#history .list li:nth-child(2) .year::before{border-color:#9a9a9a;}
#history .list li .text{width: 80%; font-size:20px; line-height: 30px; padding-left: 40px; position: relative;}
#history .list li .text .month{color:#21A9E5; font-weight: 600; position: absolute; left:0;}

/*map*/
#map .tab_btn{text-align: center; margin-bottom:50px;}
#map .tab_btn li{font-size:18px; display: inline-block; padding: 12px 30px; border-radius: 50px; border:2px solid #ddd; cursor: pointer;margin:0 5px; font-family: 'GmarketSansLight'; font-weight: 600;}
#map .tab_btn li.active{background: #21A9E5; color: #fff; border-color: #21A9E5;}

#map .tab_content{display: none;}
#map .tab_content01{display: block;}
#map .tab_content .iframe{width:200%; margin-left:-50%; text-align: center;}
#map .tab_content .iframe iframe{width: 100vw;}
#map .list{display: flex; flex-wrap: wrap; margin-top: -100px; background: #fff; position: relative; padding-top: 50px;}
#map .list li{text-align: center; width: 33.33%; padding: 20px; border-right: 1px dashed #ddd;}
#map .list li:last-child{border-right: none;}
#map .list li i{font-size: 40px;}
#map .list li h2{font-family: 'GmarketSansMedium'; font-size: 20px; margin:25px 0 10px;}
#map .list li p{font-size: 18px; line-height: 145%;}

/* 견적문의 */
#inquiry .top{text-align: center; font-family: 'GmarketSansMedium'; font-size: 30px; padding: 100px 0; margin-bottom:50px; color:#fff;}
#inquiry .top i{font-size: 45px; display: block; margin-bottom:30px;}
#inquiry.order .top{background: url(../img/inquiry_bg01.png) no-repeat center center / cover;}
#inquiry.as .top{background: url(../img/inquiry_bg02.png) no-repeat center center / cover;}

#inquiry form table{width: 100%; border-top:1px solid #333;}
#inquiry form table tr{border-bottom:1px solid #ddd;}
#inquiry form table tr th{font-size: 18px; font-weight: 500; text-align: left;}
#inquiry form table tr th, #inquiry form table tr td{padding: 15px 10px;}
#inquiry form table tr td input[type=text], #inquiry form table tr td textarea{border:1px solid #ddd; width: 100%; font-size:17px; padding: 5px 10px; min-height: 40px;}
#inquiry form table tr td.privacy{font-size: 15px;}
#inquiry form table tr td.privacy .text{border:1px solid #ddd; padding: 10px; font-size:14px; line-height: 22px; height: 100px; overflow-y: auto; margin-bottom:10px;}
#inquiry .send_btn{margin-top:30px; text-align: right;}
#inquiry .send_btn .btn_submit{font-size: 17px; font-weight: 500; padding: 10px 20px; background: #333;}
#inquiry .send_btn .btn_cancel{background: #b90000;}

.sub05 .article {font-size: 22px; text-align: center; line-height: 165%; margin-bottom: 60px;}
.sub05 .sec01, .sub05 .sec02 {margin-bottom: 120px;}
.sub05 .sec01 .title_wrap, .sub05 .sec02 .title_wrap {display: flex; align-items: center; gap:8px; margin-bottom: 26px;}
.sub05 .sec01 .title_wrap p, .sub05 .sec02 .title_wrap p {font-family: 'GmarketSansMedium';font-size: 26px; font-weight: 700; color:#0B3855;}
.sub05 .sec01 .talent_wrap {display: flex; flex-wrap: wrap; justify-content: space-between;}
.sub05 .sec01 .talent_wrap .talent_box {position: relative; width: 436px; height: 240px; padding: 32px; border-radius: 15px; overflow: hidden;}
.sub05 .sec01 .talent_wrap .talent_box:first-child:before {content: ""; position: absolute; inset: 0; background: url(../img/talent_bg_01.png) center/cover no-repeat;
  transition: transform 0.3s ease-in-out; transform: scale(1); transform-origin: center;  will-change: transform; z-index: -1;}
.sub05 .sec01 .talent_wrap .talent_box:nth-child(2):before {content: ""; position: absolute; inset: 0; background: url(../img/talent_bg_02.png) center/cover no-repeat;
  transition: transform 0.3s ease-in-out; transform: scale(1); transform-origin: center;  will-change: transform; z-index: -1;}
.sub05 .sec01 .talent_wrap .talent_box:last-child:before {content: ""; position: absolute; inset: 0; background: url(../img/talent_bg_03.png) center/cover no-repeat;
  transition: transform 0.3s ease-in-out; transform: scale(1); transform-origin: center;  will-change: transform; z-index: -1;}
.sub05 .sec01 .talent_wrap .talent_box:hover::before { transform: scale(1.1);}
.sub05 .sec01 .talent_wrap .talent_box .tit {font-size: 26px; font-weight: 700; margin-bottom: 10px; color: #fff;}
.sub05 .sec01 .talent_wrap .talent_box .desc {font-size: 15px; line-height: 165%; color:#fff;}

.sub05 .sec02 .process_wrap {display: flex; flex-wrap: wrap; align-items: center;}
.sub05 .sec02 .process_wrap .process_box {width: 308px; text-align: center;}
.sub05 .sec02 .process_wrap .process_box .txt_wrap {text-align: center; margin-bottom: 10px;}
.sub05 .sec02 .process_wrap .process_box .txt_wrap .step {color:#21A9E5; font-size: 18px; font-weight: 500; border-bottom: 2px solid #21a9e5; margin-bottom: 12px; padding-bottom: 6px;}
.sub05 .sec02 .process_wrap .process_box .txt_wrap .step_txt {font-size: 24px; font-weight: 700;}
.sub05 .sec02 .process_wrap .process_box img {margin-bottom: 10px;}
.sub05 .sec02 .process_wrap .process_box ul li {font-size: 16px; line-height: 145%;}

.sub05 .apply_btn {text-align: center;}
.sub05 .apply_btn a {padding:20px 92px; color:#fff; font-size: 18px; font-weight: 700; border-radius: 50px; background: #0776BD; display: block; width:fit-content; margin: 0 auto; line-height: 145%;}

.fields {position: relative;}
.fields li {display: flex;border-bottom: 1px solid #ddd;align-items: center;}
.fields li:last-child{border-bottom:0;}
.fields .lbl {width: 25%;box-sizing: border-box;padding: 15px 30px;font-size: 19px;}
.fields .desc {width: 75%;padding: 15px;}
.fields .dxee-input {border: 1px solid #ddd;padding: 15px 10px;box-sizing: border-box;}
.fields .dxee-input.full {width: 100%;}
.btn-group{text-align: center;padding-top: 50px;}
.btn-group .more_btn{background: #ececec;color: #333;padding: 15px 50px;font-size: 17px;border: 0;}
.btn-group .more_btn:hover{transition: 0.5s;color: #fff;background: #21A9E5;}

.check_view {position: relative;width: 100%;max-width: 580px;display: block;margin:30px auto 0;text-align: center;}
.check_view .check_agree {font-family: pretendard;font-size: 15px;text-align: left;padding: 0;display: block;}
#private1{margin: 0 2px 4px 0;}
.check_view .sub {color: #999;}
.btn_link {position: absolute;right: 0px;top: 50%;transform: translateY(-50%);font-size: 14px;color: #fff;background: #21A9E5; padding: 8px 16px;border-radius: 5px;line-height: 18px;letter-spacing: 0;}
.vid-popup {display: none;position: fixed;background: rgba(0, 0, 0, 0.7);width: 100%;height: 100%;z-index: 9990;top: 0;left: 0;}
.pop-contents {position: relative;width: 100%;max-width: 750px;top: 50%;left: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);box-sizing: border-box;background: #fff;}
.pop-close {display: inline-block;position: absolute;width: 40px;height: 40px;right: 20px;top: 20px;cursor: pointer;}
.pop-close:before {content: '';position: absolute;top: 50%;left: 50%;height: 40px;border: solid #000;border-width: 0 3px 0px 0;transform: rotate(45deg);transition-duration: 0.3s;left: 50%;transform: translate(-50%, -50%) rotate(45deg);
-webkit-transform: translate(-50%, -50%) rotate(45deg);}
.pop-close:after {content: '';position: absolute;top: 50%;left: 50%;height: 40px;border: solid #000;border-width: 0 3px 0px 0;transform: rotate(-45deg);left: 50%;transform: translate(-50%, -50%) rotate(-45deg);
-webkit-transform: translate(-50%, -50%) rotate(-45deg);}
.inner_layer {position: relative;width: 100%;margin: 0 auto;background-color: #fff;}
.in_layer {padding-bottom: 30px;}
.tit_layer {text-align: center;padding: 25px 0 0;font-weight: 700;font-size: 24px;line-height: 40px;color: #333;letter-spacing: -1px;}
.box_tbl_m{display:none;}
.box_tbl {display:block;margin-top: 19px;padding: 0 30px;font-size: 14px;color: #333;}
.text_indent {display: block;overflow: hidden;position: absolute;left: -9999px;width: 1px;height: 1px;font-size: 0;line-height: 0;text-indent: -9999px;}
.box_tbl th {font-family: pretendard;padding: 7px 8px 8px;background-color: #21A9E5;border-right: 1px solid #fff;border-bottom: 0;font-weight: 700;font-size: 15px;line-height: 18px;text-align: center;color: #fff;}
.box_tbl th:last-child{border-right:1px solid #21A9E5;}
.box_tbl td {font-family: pretendard;padding: 9px 4px;border: 1px solid #ddd;border-right: 0;font-size: 13px;line-height: 17px;text-align: center;vertical-align: middle;}
.box_tbl td:last-child{border-right: 1px solid #ddd;}
.txt_service {margin-top: 20px;padding: 0 30px;font-size: 14px;text-align: center !important;line-height: 1.6 !important;color: #333;}

.fields{position:relative; margin-top:30px; border-top:1px solid #ddd;}
.fields li{display:flex;border-bottom:1px solid #ddd;  align-items:center; padding:15px;}
.fields .lbl{width:200px;font-size:15px; cursor:text}
.fields .desc{width:100%;}
.fields .input{border:1px solid #ddd; padding:15px 10px; box-sizing:border-box; width:100%}
.fields .input.full{width:100%}
.fields .btn-group{margin-top:34px; text-align:center}
.fields .btn-group span{font-size:16px; color:#999;}
.fields .btn-group a{font-size:16px; color:#000; font-weight:bold;}
.fields .btn-group a:hover{text-decoration:underline}
input[id="agree-check"] + label {display: inline-block; width: 20px; height: 20px; border: 1px solid #bbb; cursor: pointer;margin: 0 4px 4px 0;}
input[id="agree-check"]:checked + label {border-color:#0186fe; background:url('../img/agree_check.png') no-repeat center center;}
input[id="agree-check"] {display: none;}
.fields .btn-submit{background:#0186fe; color:#fff; font-size:16px; font-weight:bold; padding: 15px 47px; border:none; outline:none; margin-top:35px;}


/*footer*/
#footer{background: #f7f7f7; color: #5e6262; font-size:17px; line-height: 26px; padding: 60px 0;}
#footer .link li{display: inline-block;}
#footer .link li a{color: #5e6262; display: block; padding-right:23px;}
#footer .link li a:after{content:"l"; padding-left:23px;}
#footer .link li:last-child a:after{content:none;}
#footer address {margin:30px 0; line-height: 32px; font-size: 18px; word-break: keep-all;}
#footer address span {display: inline;}
#footer address span:nth-child(3) {margin-right: 30px; position: relative;}
#footer address span:nth-child(3):after {content: ""; display: block; clear: both; width: 1px; height: 14px; background: #000; position: absolute; top: 50%; transform: translateY(-50%); right: -19px;}
#footer address span:nth-child(6) {margin-right: 30px; position: relative;}
#footer address span:nth-child(6):after {content: ""; display: block; clear: both; width: 1px; height: 14px; background: #000; position: absolute; top: 50%; transform: translateY(-50%); right: -19px;}
#footer address span:nth-child(7) {margin-right: 30px; position: relative;}
#footer address span:nth-child(7):after {content: ""; display: block; clear: both; width: 1px; height: 14px; background: #000; position: absolute; top: 50%; transform: translateY(-50%); right: -19px;}
/* #footer address .space{display: inline-block; width: 20px;} */
#footer .container p {color: #888;}
#footer .logo{position: absolute; right:0; top:0;}
