@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/****************************** header ******************************/
header {position:absolute; z-index:999; left:0; right:0; padding:7px 0; transition:0.3s;}
header #headerInner .logo {float:left;}
header #headerInner.sticky {position: fixed; height:90px; margin:0px auto; padding:5px 0; background: #fff; box-shadow:0 0 10px rgba(0,0,0,.2)}
header #headerInner .logo a{width:300px ; height:50px; background:url(/images/logo_white-e842b5b88982849dbb15d24404017448.png) no-repeat; display:block; text-indent:-9999em;}
header #headerInner.sub .logo a{width:300px ; height:50px; background:url(/images/logo-97357f73435977a7905db8759995bf03.png) no-repeat; display:block; text-indent:-9999em;}
header #headerInner.sticky .logo a{background-image: url(/images/logo-97357f73435977a7905db8759995bf03.png);}

#header{
	position:absolute; height:100px; top:0; left:0; width:100%; z-index:9990;
	-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s
}
#headerInnerWrap{
	position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:9990;
	-webkit-transition:background-color 0.3s;
	transition:background-color 0.3s
}
#headerInner{
	background:rgba(0,0,0,.33);
	position:relative; height:120px; width:100%; margin:0px auto;
		-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s
}
#headerInner.sub {background:#fff;}
#header .logo{position:relative; z-index:100; float:left; width:300px; padding:40px 0 0 50px; text-align:center; -webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s}
#header .logo a{display:inline-block; }
#header .logo img{vertical-align:top;}
#headerInner.sticky .logo{ padding:20px 0 0 50px; }
/* #headerInner.sticky {position:fixed; width:100%; height:90px; margin:0px auto; padding:5px 0; background:rgba(256,256,256,.9);
-webkit-transition:padding 0.3s;transition:padding 0.3s;  box-shadow:0 0px 15px rgba(0,0,0,.2);} */

#gnb.sticky {position:fixed; text-align:right; top:37px; left:0px; width:100%; z-index:99;}
.nav-open-btn.sticky{
	display:block; position:fixed; top:37px;  right:60px; z-index:10000;
	height:30px;
	transition:all 0.3s;
}
#gnb.sub.sticky {position:fixed; text-align:right; top:37px; left:0px; width:100%; z-index:99;}
.nav-open-btn.sticky{
	display:block; position:fixed; top:37px;  right:60px; z-index:10000;
	height:30px;
	transition:all 0.3s;
}


/******************************  gnb : PC ******************************/
.gnb-overlay-bg{display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:9987;}	/* gnb overlay BG */
#gnb{position:fixed; text-align:right; top:50px; left:0px; width:100%; z-index:99;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s}
#gnb > ul{display:inline-block; margin-right:160px; *display:inline;*zoom:1;}
#gnb > ul > li{position:relative; float:left; word-break:keep-all;}
#gnb > ul > li > a{
	position:relative; z-index:100; display:block; height:40px; padding:3px 25px 0; text-align:center; color:#fff; font-size:17px;  letter-spacing:-0.8px; font-weight:500; -webkit-transition:all 0.3s; transition:all 0.3s;
}
#gnb.sub > ul > li > a {color:#333;}
#gnb.sticky > ul > li > a {color:#333;}
/* #gnb > ul > li > a.sticky{color:#333;} */
#gnb > ul > li > a:before{position:absolute; left:50%; width:0;  bottom:10px; height:3px; background-color:#e2652e; content:"";  -webkit-transition:all 0.3s; transition:all 0.3s; }
#gnb > ul > li:hover > a:before,
#gnb > ul > li > a:hover:before{margin-left:-32px; width:65px;}


/* GNB :: 2차 각각메뉴 */
#gnb.each-menu > ul > li .gnb-2dep{
	/* display:none; */
	position:absolute;
	top:42px;
	left:50%;
	z-index:99;
	width:250px;
	margin-left:-90px;
	text-align:left;
	visibility:hidden;
	opacity:0;filter:Alpha(opacity=0);
}
#gnb.each-menu > ul > li .gnb-2dep:before{
	content:""; position:absolute; top:0; left:0px; right:0px; height:0; opacity:0;filter:Alpha(opacity=0); background-color:#e2652e;
	-webkit-transition:all 0.4s; transition:all 0.4s
}
#gnb.each-menu > ul > li .gnb-2dep ul{padding:25px 0;}
#gnb.each-menu > ul > li .gnb-2dep ul li{position:relative; padding:8px 30px; opacity:0;filter:Alpha(opacity=0);-webkit-transition:all 0s 0s;-moz-transition:all  0s 0s;-o-transition:all  0s 0s;-ms-transition:all  0s 0s;transition:all  0s 0s; }
#gnb.each-menu > ul > li .gnb-2dep ul li a{ display:block; color:#f9dab3; font-size:16px; letter-spacing:-0.75px; font-weight:400; line-height:1.5;}
#gnb.each-menu > ul > li .gnb-2dep ul li a:hover{color:#fff;  text-decoration: underline;}

/* over했을때 */
#gnb.each-menu > ul > li:hover .gnb-2dep:before{height:100%; opacity:1.0;filter:Alpha(opacity=100);}
#gnb.each-menu > ul > li .gnb-2dep.open{visibility:visible; opacity:1.0;filter:Alpha(opacity=100);}
#gnb > ul > li .gnb-2dep.open ul li{opacity:1.0;filter:Alpha(opacity=100); -webkit-transition:all 0.8s;-moz-transition:all 0.8s;-o-transition:all 0.8s;-ms-transition:all 0.8s;transition:all 0.8s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(1){-webkit-transition-delay: 0.1s; transition-delay:0.1s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(2){-webkit-transition-delay: 0.2s; transition-delay:0.2s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(3){-webkit-transition-delay: 0.3s; transition-delay:0.3s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(4){-webkit-transition-delay: 0.4s; transition-delay:0.4s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(5){-webkit-transition-delay: 0.5s; transition-delay:0.5s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(6){-webkit-transition-delay: 0.6s; transition-delay:0.6s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(7){-webkit-transition-delay: 0.7s; transition-delay:0.7s;}
#gnb > ul > li .gnb-2dep.open ul li:nth-child(8){-webkit-transition-delay: 0.8s; transition-delay:0.8s;}

/****************************** gnb : mobile ******************************/
.gnb-overlay-bg-m{display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:9988;}
#gnbM {display:block; position:fixed; top:0px; right:-82%; width:80%; height:100%; max-width:280px; background-color:#fff; z-index:9990;
	transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
	-webkit-transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
	visibility:hidden;
}
#gnbM.open {right:0px; visibility:visible;}
/* GNB Mobile 레이아웃 */
.gnb-navigation-wrapper{position:relative; height:100%; box-sizing:border-box; padding-top:80px; overflow-y:auto;}
.header-util-menu-box + .gnb-navigation-wrapper{padding-top:0}

/* GNB Mobile 메뉴영역  1차 */
#navigation > li{border-bottom:1px solid #e7e7e7;}
#navigation > li img {width:12%;}
#navigation > li:first-child{border-top:1px solid #e7e7e7}
#navigation > li > a {position:relative; display:block; padding:15px; color:#111; font-size:20px; font-weight:600; letter-spacing:-0.1px; }
#navigation > li.active > a{color:#e2652e;}
#navigation > li .gnb-icon{position:absolute; top:50%; right:15px; margin-top:-10px;}
#navigation > li .gnb-icon i{font-size:20px;}
/* GNB Mobile  메뉴영역 2차 */
#navigation > li .gnb-2dep{display:none; padding:15px 0; background-color:#f2f2f2; }
#navigation > li .gnb-2dep > li{height:auto !important;}
#navigation > li .gnb-2dep > li > a{display:block; color:#444; font-size:14px; padding:12px 15px; letter-spacing:-0.75px; opacity:0.7;filter:Alpha(opacity=70);}
#navigation > li .gnb-2dep > li.on > a{opacity:1.0;filter:Alpha(opacity=100); font-weight:500;}
/* GNB Mobile  메뉴영역 3차 */
#navigation > li .gnb-2dep > li > .gnb-3dep{display:none; padding:10px; background-color:#aaa; margin:0 10px}
#navigation > li .gnb-2dep > li > .gnb-3dep > li > a{display:block; padding:8px 0; font-size:13px; color:#fff;}
#navigation > li .gnb-2dep > li > .gnb-3dep > li > a:before{display:inline-block; content:"-"; margin-right:5px;}

#gnbM.gnb-style-full {top:-100%; right:0; width:100%; height:100%; max-width:none;}
#gnbM.gnb-style-full.open {top:0px;}
.gnb-style-full .gnb-navigation-wrapper {height:auto; width:100%; position:absolute; top:0px; bottom:0px; left:0; padding-top:0;}
.gnb-style-full .header-util-menu-box + .gnb-navigation-wrapper {top:80px; }
.gnb-style-full-member .gnb-navigation-wrapper {bottom:80px;}
.gnb-style-full .gnb-navigation-inner {display:table; width:100%; height:100%;}
.gnb-style-full #navigation {display:table-cell; vertical-align:middle;}
.gnb-style-full #navigation > li{
	text-align:center; border:0;
	opacity:0;filter:Alpha(opacity=0);
	-webkit-transform:translateY(-20px);
	transform:translateY(-20px);
	-webkit-transition:all 0s 0s;
	transition:all 0s 0s;
}
.gnb-style-full #navigation > li:first-child {border:0}
.gnb-style-full #navigation > li .gnb-icon i{display:none;}
.gnb-style-full.open #navigation > li{
	opacity:1.0;filter:Alpha(opacity=100);
	-webkit-transform:translateY(0px);
	transform:translateY(0px);
	-webkit-transition:transform 0.8s, opacity 0.8s;
	transition:transform 0.8s, opacity 0.8s;
}
.gnb-style-full.open #navigation > li:nth-child(1){-webkit-transition-delay: 0.3s; transition-delay:0.3s;}
.gnb-style-full.open #navigation > li:nth-child(2){-webkit-transition-delay: 0.4s; transition-delay:0.4s;}
.gnb-style-full.open #navigation > li:nth-child(3){-webkit-transition-delay: 0.5s; transition-delay:0.5s;}
.gnb-style-full.open #navigation > li:nth-child(4){-webkit-transition-delay: 0.6s; transition-delay:0.6s;}
.gnb-style-full.open #navigation > li:nth-child(5){-webkit-transition-delay: 0.7s; transition-delay:0.7s;}
.gnb-style-full.open #navigation > li:nth-child(6){-webkit-transition-delay: 0.8s; transition-delay:0.8s;}
.gnb-style-full.open #navigation > li:nth-child(7){-webkit-transition-delay: 0.9s; transition-delay:0.9s;}
.gnb-style-full.open #navigation > li:nth-child(8){-webkit-transition-delay: 1.0s; transition-delay:1.0s;}
.gnb-style-full.open #navigation > li:nth-child(9){-webkit-transition-delay: 1.1s; transition-delay:1.1s;}
.gnb-style-full.open #navigation > li:nth-child(10){-webkit-transition-delay: 1.2s; transition-delay:1.2s;}
.gnb-style-full.open #navigation > li:nth-child(11){-webkit-transition-delay: 1.3s; transition-delay:1.3s;}
.gnb-style-full.open #navigation > li:nth-child(12){-webkit-transition-delay: 1.4s; transition-delay:1.4s;}

/* -------- Header 네비게이션 오픈 버튼 -------- */
.nav-open-btn{
	display:block; position:absolute; top:50px;  right:60px; z-index:10000;
	height:30px;
	-webkit-transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
	transition:all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.nav-open-btn .line{
	display:block; width:28px; height:3px; background-color:#fff; border-radius:5px; margin: 4px auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nav-open-btn.sub .line{
	background-color:#333; 
}
.nav-open-btn.sticky .line {background-color:#333;}
.nav-open-btn.active .line{background-color:#333;}
.nav-open-btn.active .line:nth-child(2), .nav-open-btn.active .line:nth-child(4){opacity: 0;}
.nav-open-btn.active .line:nth-child(1){
	-webkit-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg);
}
.nav-open-btn.active .line:nth-child(3){
	-webkit-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg);
}

/****************************** 메인화면 ******************************/
#mainVisual {overflow:hidden; height:100vh; min-height:700px; position:relative; background:url("/images/main_visual_01-e8a30eb00baef63492a6a2951801dab5.jpg") center center no-repeat; background-size: cover; display:flex; flex-direction: column; justify-content: center; align-items: center;}
#mainVisual .main_wrap {text-align: center;}
#mainVisual .main_wrap p img {width:100%; max-width:357px;}
#mainVisual .main_wrap h2 {font-size:37px; font-weight:600; margin:25px 0 60px; color:#e2652e; }
#mainVisual .main_wrap h3 {font-size:30px; font-weight:600; margin-bottom: 40px; color:#333; }
#mainVisual .main_wrap ul {position:relative; text-align: left; width:100%; max-width:830px; margin:0 auto;}
#mainVisual .main_wrap ul li {position:relative; font-size:20px; line-height: 1.55em; padding-left:40px; margin-bottom:20px;}
#mainVisual .main_wrap ul li::before {content:""; position:absolute; left:0; top:9%; background:url("/images/check-6d5eb7e16fe020f6545fdb025413e3af.png") no-repeat center/contain;  width:25px; height:25px;} 

/* Main Content */
#wrap {overflow:hidden; width:100%; min-width:320px; position:relative; }
.area{ max-width:1300px; margin:0px auto;}
.area-box{ max-width:1600px; margin:0px auto; }
::selection {background: #e2652e;color: #fff;}
::-moz-selection {background: #e2652e; color: #fff;}

.h-tit {font-size:30px; font-weight:600; margin-bottom:20px;}
.tit {font-size:26px; font-weight:600; margin-bottom:7px;}
.tit-s {font-size:15px; font-weight:500; letter-spacing: 15px; margin-bottom:20px;}
h1 span.box {display:inline-block; padding:0px 9px; color:#fff; background:#e36630; border-radius: 5px;}

/****************************** 이지브레인 서초 병원소개  ******************************/
#about {position:relative;  display: flex; justify-content: center; align-items: center;}
#about p.bottom_txt {font-size:19px; font-weight:600; letter-spacing:15px; color:#e36630;}
#about .swiper-button-prev, .swiper-container-rtl .swiper-button-next {left:12%; background:url(/images/pre-d8af7a729b74128a5cc58fa7d5e3f547.png) no-repeat; width:50px; height:165px; top:53%;}
#about .swiper-button-next, .swiper-container-rtl .swiper-button-prev {right:12%; background:url(/images/next-5d2291e13f0d51d29b826786c8e477f8.png) no-repeat;width:50px; height:165px; top:53%;}
#about .swiper {width:90%; height:auto; margin:20px auto;}
#about .swiper_view {overflow: hidden;}
/*#about .swiper_view img {width:100%;}*/
#about .swiper_view img {width:55%;}

#process { display: flex; justify-content: center; align-items: center;}
#process h1 {margin-bottom:2%; color:#fff;}
#process h1 span {display:inline-block; padding:1px 8px; background:#e36630; color:#fff;}
#process h5 {font-size:22px; line-height:1.6em; margin-top:35px; margin-bottom:50px;}
#process ul.circle {gap:10px; margin-bottom:40px;}
#process ul.circle li {width:15%; margin:1px; box-sizing: border-box; position:relative;}
#process ul.circle li:last-child:after {display:none;}
#process ul.circle li p {color:#fff; font-size:25px; font-weight:600; letter-spacing: -.1em;}
#process ul.circle li img {width:100%;}
#process ul.text {display:flex; flex-wrap:wrap; justify-content: center; color:#fff; max-width:1200px; margin:0 auto;margin-bottom:10px;}
#process ul.text li.left {width:150px;}
#process ul.text li.right {flex:1; text-align: left; padding-left:30px;}
#process ul.text li.right span {text-decoration: underline;}
#process ul.text li.left h3 {color:#fff; background:#e36630; padding:2px 8px; font-size:18px; font-weight:bold;}

#process2 {background: url(/images/sub/bg_about2-570584b0555fdd7b2825960ee5619c3f.jpg) no-repeat center top/cover; display: flex; flex-direction: column; align-items: center; justify-content: center; color:#333; padding:100px 0;}
#process2 > div {background:#fff; border-radius: 25px; text-align: center; padding:40px 20px 50px; width:100%; max-width:1000px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);}
#process2 > div h3 {font-size:25px; font-weight:600; color:#e36630; margin-bottom:25px;}
#process2 > div p {font-size:17px;}
#process2 > div h5 {font-size:20px; font-weight:600; color:#333; margin-top:20px;}
#process2 > div h5 span.blank {display:inline-block; width:30px;}

#foot_page {background: url(/images/bg_map-60c4915da6f6348b0b75ff9d0e69e1bc.jpg) no-repeat right top/cover; display: flex; flex-direction: column; align-items: center; justify-content: center;}
#foot_page .timepage {display: flex; align-items: center;}
#foot_page .left {width:50%;}
#foot_page .left p.f-size32 {letter-spacing: -.5px;}
#foot_page .left p span.w-gap {display:inline-block; width:150px;}
#foot_page .right {width:50%; font-size:18px;}
#foot_page .right .bus_text {font-size:1rem;}
#foot_page .right img {margin:10px 0; border:1px solid #333; display:inline-block; margin-top:40px;}
#foot_page .phone_num a {font-size:43px; font-weight:600; color:#e36630;}
#foot_page .phone_num a span {font-weight:300;}
#foot_page .time {font-size: 19px;}
#foot_page .add {font-size:19px; font-weight:500; margin:20px 0 10px;}
#foot_page .box {display:inline-block; padding:1px 8px; border-radius:5px; color:#fff; background:#e36630;}
#foot_page span.spanbox {background:#e36630; color:#fff; padding:1px 6px;}

#board_page {background: url(/images/bg_board-de430d25aa9221c6e22cbb3d6d85a5c4.jpg) no-repeat right top/cover; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-bottom:250px;}
#board_page .left, #board_page .right {width:40%; margin:2%; border-radius:40px; box-shadow: 0 0 10px rgba(0,0,0,.3); text-align: center; padding:100px 0px 100px; position:relative;}
#board_page .left {background:#e36630; transition: all .3s; cursor: pointer;}
#board_page .left:hover {background:#fc8803;}
#board_page .right {background:#d31417;; transition: all .3s; cursor: pointer;}
#board_page .right:hover {background:#ff3434;}
#board_page h5 {font-size:29px; font-weight:500; margin:15px 0 5px;}
#board_page h4 a {color:#fff; display:block; width:100%;}
#board_page .right h5 {background:#555; color:#fff; padding:3px 8px; display:inline-block;}
#board_page .left h4, #board_page .right h4 {color:#fff; font-size:27px; font-weight:600; position:absolute; bottom:35px; left:50%; transform: translateX(-50%); }
#board_page .left a {display:block;}
#board_page .right a {display:block;}
#board_page .tit_bg {background:#fff; margin-top:-100px; border-radius:40px;box-shadow: 0 10px 10px rgba(0,0,0,.1); padding:35px 0 50px; min-height:250px;}
#board_page .tit_bg span.spanbox {background:#e36630; color:#fff; padding:1px 6px;}

#special_about { display:flex; flex-wrap:wrap; align-items:center; justify-content: center; }
#special_about .text_box {width:50%; padding-right:5%; box-sizing: border-box;}
#special_about .img_box {width:50%; box-sizing: border-box}
#special_about .img_box .cir_box {width:100%; max-width:330px ; height:100%; max-height: 330px; border-radius: 100%; overflow: hidden; box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);}
#special_about .img_box .cir_box img {width:100%;}
#special_about .text_box h4 {display:inline-block; background:#e36630; color:#fff; font-size:19px; font-weight:500; padding:5px 15px; border-radius:30px;}
#special_about .text_box h5 {font-size:27px; font-weight:600; margin:30px 0 25px; line-height: 1.45em;}
#special_about .text_box p {font-size:17px; font-weight:500; line-height: 1.45em;}
#special_about .bg-gray_box {padding:90px 0;}
#special_about .btn {display:inline-block; padding:5px 25px; border:1px solid #333; color:#333; font-size:14px; border-radius: 3px; margin-top:30px;}

/* 푸터 */
#footer {background-color: #000; padding:30px 0 60px;}
#footer h1 {color:#ccc; font-weight:700; font-size:33px; letter-spacing:-3px;}
#footer .bottom-menu a {color:#fff;}
#footer .copytxt p {line-height: 20px; }
#footer .bottom_menu li {margin:0 20px; position:relative; color:#fff;}
#footer .bottom_menu li a { color:#ccc;}
#footer .bottom_menu li a:hover {text-decoration: underline;}
#footer .bottom_menu li::after {display: block; content:''; width:1px; height:15px; background:#fff; position:absolute; top:5px; left:-17px;}
#footer .bottom_menu li:first-child::after {display: none;}
#footer .line {width:100%; height:1px; background-color:#555; margin-top:30px;}

.modal-fixed-pop-wrapper {display:none;}

/* 퀵메뉴 */
.quick_Menu{position: fixed; background: #e36630; padding:5px 0; top: 145px; right: 0px; width: 130px; z-index:999; border-radius:15px; display:none; box-shadow: 0 0 10px rgba(0,0,0,.3);}
.quick_Menu.on {display:block;}
.quick_Menu > ul {width: 100%; display:flex; flex-direction: column; padding:15px 0;}
.quick_Menu > ul > li {width: 100%; padding: 15px 0px; text-align: center; cursor: pointer; border-bottom:1px solid #f8976e}
.quick_Menu > ul > li.pc_link {display: block;}
.quick_Menu > ul > li.mo_link {display: none;}
.quick_Menu > ul > li:last-child {border-bottom:none;}
.quick_Menu > ul > li > a {font-size: 15px; font-weight: bold;color: #fff; display:block;}
.quick_Menu > ul > li > a > img{width: 50px; margin-right: 8px;	margin-left: 12px; margin-bottom: 5px; vertical-align: middle;}
.quick_Menu > ul > li > a:hover {text-decoration: underline;}



/* =====================================반응형 미디어쿼리======================================== */
@media all and ( max-width: 1366px ){
	#gnb > ul{margin-right:230px;}
	#gnb.each-menu > ul > li .gnb-2dep{width:150px; margin-left:-75px}
	#gnb.each-menu > ul > li .gnb-2dep ul li{padding:8px 15px;}
	#gnb.each-menu > ul > li .gnb-2dep ul li a{font-size:14px;}
	#gnb > ul {padding:0;}
	#gnb.sticky {top: 26px; left: 110px;}
	#gnb {top: 47px;}
	#about .swiper {width:85%; height:500px;  margin:10px auto;}
	#about .swiper-button-prev, .swiper-container-rtl .swiper-button-next {left:5%; }
	#about .swiper-button-next, .swiper-container-rtl .swiper-button-prev {right:5%;}
	#process ul.circle li img {max-width:170px;}
}

@media screen and (max-width:1200px) {
	header #headerInner .logo a, header #headerInner.sub .logo a {width:170px; background-size:contain;}
	#gnb > ul{display: none;}
	#navigation > li img {width:17%;}
	.h-tit {font-size:25px; margin-bottom:20px;}
	.tit {font-size:20px;  margin-bottom:7px;}
	.tit-s {font-size:13px;  letter-spacing: 10px; margin-bottom:20px;}
	#foot_page .left p.f-size32 {font-size:22px;}
    .foot-logo{float:none; display:block; padding-right:0; padding-bottom:15px;}
	.foot-menu{float:none; display:inline-block;}
	#special_about .img_box .cir_box { max-width:250px ; max-height: 250px; }
	#special_about .text_box h4 {font-size:16px; }
	#special_about .text_box h5 {font-size:24px; margin:20px 0 20px;}
	#special_about .text_box p {font-size:15px;}
	#special_about .bg-gray_box {padding:70px 0;}
}

@media screen and (max-width: 1024px) {
	#header,#headerInner{height:80px;}
    #header,#headerInnerWrap{height:80px;}
	#header{position:relative;}
	.index-wrapper #header{position:fixed;}
	#headerInnerWrap{position:fixed; z-index:99; background-color:none; border-bottom:none;}
	#headerInner{padding:0 15px;}
	#header .logo{padding:22px 0;}
	#header .logo a{display:block; width:250px; height:70px; background-size:auto 40px}
	#header .logo img{display:none;}
	.header-consult-box{display:none;}
	.consult-btn, .sitemap-custom-btn{display:none;}
	#gnb{display:none;}
	.gnb-overlay-bg{display:none}

	/* -------- Header 네비게이션 오픈 버튼 -------- */
	.nav-open-btn{
		display:block; position:fixed; top:24px;  right:15px; z-index:10000;
		height:30px;
	}
	.nav-open-btn .line{
		display:block; width:28px; height:3px;  border-radius:5px; margin: 4px auto;
	}
	#mainVisual .main_wrap p img {max-width:250px;}
	#mainVisual .main_wrap h2 {font-size:30px; margin:20px 0 30px;}
	#mainVisual .main_wrap h3 {font-size:25px;}
	#about ul {padding:7% 10px;}
	#about ul li {font-size:15px; padding:9px;}
	#about ul li span {padding:0 10px; margin-right:5px;}
	#about h1 img {width:35px;}
	#about p.tit {font-size:14px;}
	#about .swiper {width:100%; height:auto; margin:10px auto; overflow: hidden;}
	#about .swiper img {max-width:100%; height:auto;}
	/* #about .swiper-button-next, .swiper-container-rtl .swiper-button-prev {display:none;}
	#about .swiper-button-prev, .swiper-container-rtl .swiper-button-next {display:none;} */
	#about .swiper-button-prev, .swiper-container-rtl .swiper-button-next {left:0%; top:60%; width:35px;}
	#about .swiper-button-next, .swiper-container-rtl .swiper-button-prev {right:0%; top:60%; width:35px;}
	#process h1 {margin-top:80px;}	
	#process ul.text li.left {width:100px;}
	#process ul.text li.left h3 {font-size:14px; padding:1px 4px;}
	#process ul.text li.right {padding-left:20px;}
	#process ul.text li.right p {font-size:13px;}
	#process ul.circle {margin-bottom:10px; gap:0; justify-content: center;}
	#process ul.circle li {width:30%;}
	#process ul.circle li:after {display:none;}
	#process ul.circle li img {width:100%;}
	#process2 > div {max-width:700px;}
	#process2 > div h3 {font-size:22px; margin-bottom:20px;}
	#process2 > div p {font-size:14px;}
	#process2 > div h5 {font-size:15px;}
	
	#foot_page .left {width:100%; padding-top:20px; margin-left:0%;}
	#foot_page .right {width:100%;}
	#foot_page .left .mt-20 {margin-top:5px;}
	#foot_page .left .mt-40 {margin-top:20px;}
	#foot_page .left .mt-100 {margin-top:20px;}
	#foot_page .d-flex .right img {width:100%;}
	#foot_page .f-size32 {font-size: 22px;}
	#foot_page .f-size20 {font-size: 14px;}
	#foot_page .phone_num a {font-size:35px;}
	#foot_page .left, #foot_page .right	 {width:100%;}
	#foot_page .left p.f-size32 {letter-spacing: -1px;}
	#foot_page .time {font-size:17px;}
	#footer h1 {font-size:25px; margin-bottom:10px;}
	#footer .f-size15 {font-size:13px;}
}
@media screen and (max-width: 900px) {
	#header, #headerInner {height:62px;}
	.h-tit {font-size:20px; margin-bottom:20px;}
	.tit {font-size:17px;  margin-bottom:7px;}
	.tit-s {font-size:12px;  letter-spacing: 10px; margin-bottom:20px;}
	#navigation > li img {width:35%;}
	#navigation > li > a {padding:9px;}
	#headerInner.sticky .logo{ padding:11px 0 0 15px; }
	.nav-open-btn.sticky{display:block; position:fixed; top:15px;  right:15px;}
	header #headerInner.sticky {height:53px; margin:0px auto; }
	#mainVisual .main_wrap p img {max-width:180px; padding-top:30px;}
	#mainVisual .main_wrap h2 {font-size:20px; margin:18px 0 20px;}
	#mainVisual .main_wrap h3 {font-size:18px;}
	#mainVisual .main_wrap ul li {font-size:15px;}
	#mainVisual .main_wrap {padding:3%;}
	#about p.bottom_txt {font-size:12px;letter-spacing:5px;}
	#process ul.text li.right p {font-size:11px;}
	#process2 {padding:50px 0; margin-top:40px;}
	#process2 > div {max-width:auto; width:90%; padding:30px 10px;}
	#process2 > div h3 {font-size:18px;}
	#process2 > div p {font-size:13px;}
	#process2 > div h5 {font-size:14px;}
	#process2 > div h5 span.blank {width:100%;}
	#board_page .left, #board_page .right {width:100%; margin:2%; padding:100px 0px 80px; margin-bottom:30px;}
	#board_page .left h4, #board_page .right h4 {font-size:20px; bottom:30px;}
	#board_page .tit_bg img {width:90%; max-width:250px;}
	#board_page .tit_bg {padding:35px 0 15px;}
	#board_page {padding-bottom:120px;}
	#foot_page {background: url(/images/bg_map_m-b13d28e823c0f309c588c97c690b1c47.jpg) no-repeat center center / cover;}
	#foot_page .add {font-size:15px;}
	#foot_page .mt-50 {margin-top:20px;}
	#foot_page .time {font-size:14px;}
	#foot_page .left p span.w-gap {width:85px;}
	#foot_page .right {font-size:14px;}
	#foot_page .right .bus_text {font-size:14px;}
	.mt-100 {margin-top:50px;}
	.mt-200,
	.mt-250 {margin-top:100px;}
	#special_about .img_box {width: 100%; order:2;}
	#special_about .text_box {width: 100%; padding-right: 0%;}
	#special_about .img_box .cir_box { max-width:250px ; max-height: 250px;  margin:50px 0;}
	#special_about .text_box h4 {font-size:15px; }
	#special_about .text_box h5 {font-size:20px; margin:15px 0 15px;}
	#special_about .text_box p {font-size:14px;}
	#special_about .bg-gray_box {padding:50px 0;}
	#special_about .mt-40 {margin-top:10px;}
	#special_about .btn {float: right; font-size:13px; padding:4px 25px;}
	/* 퀵메뉴 */
	.quick_Menu{padding:1px 0; bottom:0; left: 0; top:auto; width: 100%; border-radius:15px 15px 0 0; display:none; box-shadow: 0 0 10px rgba(0,0,0,.3);}
	.quick_Menu.on {display:block;}
	.quick_Menu > ul {width: 100%; display:flex; flex-direction: row; padding:10px 0;}
	.quick_Menu > ul > li {width: 100%; padding: 5px 0px; text-align: center; cursor: pointer; border-bottom:none; border-right:1px solid #f8976e}
	.quick_Menu > ul > li.pc_link {display: none;}
	.quick_Menu > ul > li.mo_link {display: block;}
	.quick_Menu > ul > li:last-child {border-right:none;}
	.quick_Menu > ul > li > a {font-size: 14px; font-weight: 500;}
	.quick_Menu > ul > li > a > img{width: 40px; margin-right: 8px;	margin-left: 5px; margin-bottom: 5px; }
}

@media screen and (max-width: 480px) {
	#navigation > li img {width:49%;}
    #header, #headerInnerWrap{height:50px;}
	#header .logo{padding:15px 0;}
	/* #header .logo a{ background-size:auto 28px;margin-top:12px;} */
	.nav-open-btn{top:15px; margin-top:0;}
	.nav-open-btn .line{width:20px; height:2px;}
	.nav-open-btn.active .line:nth-child(1){
		-webkit-transform: translateY(6px) rotate(45deg);
		transform: translateY(6px) rotate(45deg);
	}
	.nav-open-btn.active .line:nth-child(3){
		-webkit-transform: translateY(-6px) rotate(-45deg);
		transform: translateY(-6px) rotate(-45deg);
	}
	.gnb-navigation-wrapper{padding-top:60px}
	.gnb-style-full .header-util-menu-box + .gnb-navigation-wrapper{top:60px; }
	.gnb-style-full-member .gnb-navigation-wrapper{bottom:60px;}
	.gnb-style-full .member-menu-box{height:60px}
	.gnb-style-full .member-menu-box li a{padding:10px 0;}
	#navigation > li > a{font-size:15px;}
	#navigation > li .gnb-2dep > li > a{font-size:13px;}
	#board_page .tit_bg img { max-width:180px;}
	#board_page .left h4, #board_page .right h4 {font-size:16px;}
	#footer img {width:100%; max-width:150px;}
	#special_about .img_box .cir_box { max-width:170px ; max-height: 170px; margin:40px 0;}
	#special_about .text_box h5 {font-size:18px;}
	#special_about .bg-gray_box {padding:60px 0 20px;}
	.quick_Menu > ul > li > a {font-size: 13px; font-weight: 400;}
	.quick_Menu > ul > li > a > img{width: 30px; margin-right: 3px;	margin-left: 3px; margin-bottom: 5px; }
}

@media(max-width:320px) {
	img.img-tit {width:250px;}
	#about ul li {font-size:12px;}
	#foot_page .left p span.w-gap {width:100px;}
	#foot_page .f-size20 {font-size:12px;}
	#foot_page .phone_num a {font-size:25px;}
}

