@charset "utf-8";
@import url('./font.css');
@font-face {
    font-family: 'KimjungchulScript-Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/KimjungchulScript-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'kdg_Medium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts-20-12@1.0/kdg_Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
	--main-color:#025487;
	--dark-color:#05193a;
	--dark-color-rgb:5,25,58;
	--alpha:0.8;
}

/* 초기화 */
html {overflow-y:scroll;height:100%;min-width:320px}
body {margin:0;padding:0;font-size:0.813em;height:100%; font-family:'AppleSDGothic', 'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
input, button {margin:0;padding:0;font-size:1em;font-family: 'AppleSDGothic', 'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
button {cursor:pointer}
input[type=text], input[type=password], input[type=submit], input[type=image], button {font-size:1em;-webkit-appearance:none}
textarea, select,button {font-size:1em;font-family:'AppleSDGothic', 'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
textarea {border-radius:0;-webkit-appearance:none}
select {margin:0;/*background:none;*/ color:#444; background:url('/img/btn_down.png') no-repeat right 10px top 50%; background-size:10px 6px; -webkit-appearance: none;-moz-appearance: none; appearance: none;}
::selection { background-color:var(--main-color);color:#fff;}/* Works in Safari, IE9, Google Chrome */
::-moz-selection { background-color:var(--main-color);color:#fff;}/* Mozilla based browsers */
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none;
-webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out;}
ul,li,dl,dt,dd{padding:0;margin:0}
ul{list-style:none;}
img{vertical-align:top;max-width:100%;height:auto}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


 
/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:0}
#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border-radius:25px; overflow:hidden;}
.hd_pops img{max-width:100%;height:auto}
.hd_pops_con {}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:"";}
.hd_pops_footer button { float:left; width:50%; text-align:center; background:#f5f5f5; border:0; border-top:1px solid #e9e9e9; color:#555; box-sizing:border-box; padding:4%;}
.hd_pops_footer button:last-child {border-left:1px solid #e9e9e9;}

@media (max-width: 973px){
#hd_pop {width:96%; max-width:600px;}
.hd_pops {width: 100%;left: 0!important;top: 60px!important}
.hd_pops_con {width: auto!important;height: auto!important}
.hd_pops_con img {width: 100%;height: auto}
}

#hd_wrapper,
#tit,
.ct_area {max-width:1200px;}
.ct_area {width:calc(100% - 80px);}

#container {max-width:1200px;}

@media (max-width: 973px){
	.ct_area {width:90%;}
}

/* 상단 레이아웃 */
#hd { position:relative; width:100%; background:#fff; border-bottom:1px solid #e5e5e5; z-index:9999; }
#hd:after {display:block;visibility:hidden;clear:both;content:""}
#hd_h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#hd_wrapper{margin:0 auto; display:flex; justify-content:space-between;}

#logo {padding:30px 0 10px;}
#logo a { display:block; height:50px; }
#logo img {vertical-align:middle;max-height:100%; width:auto}

#gnb_empty {padding:20px 0;color:#fff;text-align:center;line-height:2em}
#gnb_empty a {display:inline;text-decoration:underline}

/* 메인메뉴 시작 */
#gnb {position:relative; width:650px; z-index:99;}
#gnb h2{position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb .gnb_wrap{margin:0 auto;position:relative}

/* 메인메뉴 > 1차메뉴 */
#gnb #gnb_1dul {zoom:1; font-size:18px; display:flex;}
#gnb .gnb_1dli {line-height:100px; height:100px; padding:0; position:relative; text-align:center; flex:auto; }
.gnb_1da {color:#222; width:100%; font-weight:500;} /*글자색*/
.gnb_1dli:hover .gnb_1da {color:var(--main-color); } /* 마우스오버 글자색 */
.gnb_1dli:before{content:""; position:absolute; left:50%; transform:translateX(-50%); bottom:0px; height:1px; width:0%; border-bottom:3px solid var(--main-color); /* 밑줄 시작 */
-webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s; -ms-transition:all 0.2s; transition:all 0.2s;}
.gnb_1dli:hover::before{content : ""; position:absolute; left:50%; transform:translateX(-50%); bottom:0px; height:1px; width:50%; border-bottom:3px solid var(--main-color); /* 밑줄 끝 */
-webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s; -ms-transition:all 0.2s; transition:all 0.2s;}

/* 메인메뉴 > 전체메뉴 2차 */
.gnb_2dli{font-size:16px;} 
.gnb_2dul {display:none;}
.gnb_2da {display:block;line-height:40px;color:#ddd;text-align:center; letter-spacing:-1px;} /* 글자색 */
a.gnb_2da:hover{color:#00a3d2; /* 마우스오버 글자색 */}
#all_cate{position:absolute;width:100%;z-index:50;top:100px;height:0px;display:none;background:rgba(0,0,0,0.5);/* 전체배경색 */}
#all_cate div {position:relative;}
.cate_2dul{display:none;position:absolute;top:100px;left:0;width:100%;height:0px;overflow:hidden;z-index:9999;}
.cate_2dul:hover {background:rgba(0,0,0,0.6); color:#fff; /* 메뉴오버 배경 */
-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}

.gnb_wrap .gnb_empty {padding:10px 0; width:100%;text-align:center;line-height:2em;color:#888}
.gnb_wrap .gnb_empty a {color:inherit;text-decoration:underline}
/* 메인메뉴 끝 */

/* 모바일 메뉴 */
#gnb_open{float: right;width: 50px;border: 0 ;background: 0;height: 100px;color: #444; font-size: 18px;vertical-align:top; display:none;}

#gnb2 {display:none;position:fixed;top:0;right:0;height:100%;background:#202228;z-index:99999;width:30%;min-width:300px}
#gnb2 .btn_close {position:absolute;top:0;right:0;width:50px;height:50px;border:0;background:none;color:#555}
#gnb2 .gnb_tnb{padding:0 10px;}
#gnb2 .gnb_tnb li{display:inline-block;line-height:50px}
#gnb2 .gnb_tnb li a{color:#b8b8b8;display:block;padding:0 10px} 
#gnb2_1dul{margin:20px 0; padding-top:20px;}
#gnb2_1dul .gnb2_1dli{position:relative}
#gnb2_1dul .gnb2_1dli button{position:absolute;top:0;right:0;border:0;background:none;height:50px;width:50px;text-indent:-999px;overflow:hidden; background: url(../img/mobile/gnb_bg2.png) no-repeat 50% 50%;background-size:10px}
#gnb2_1dul .gnb2_1da{padding:0 20px;display:block;color:#fff;font-size:1.15em;line-height:50px}
#gnb2_1dul .gnb2_2dul {display:none}
#gnb2_1dul .gnb2_2da {color:#a8a6b0;padding:0 30px;font-weight:normal;white-space: nowrap;line-height:30px}

.mob_view {display:none;}

@media (max-width: 1399px){
	#logo { padding-left:20px;}
}

/* 태블릿 */
@media (max-width: 1023px){
	#gnb {width:540px;}
}

@media (max-width: 973px){
	#gnb {width:480px;}
	#gnb_right .btn_qa img,
	#btn_all {display:none;}
    #logo a {height:40px;}
}

/* 모바일 */
@media (max-width: 729px){
    .pc_view{display:none !important}
	.mob_view {display:block;}
	
	#logo { padding:22px 20px;}
	#logo .logo_view {display:block; height:20px;}
	#logo a {height:30px;}
    .m_view{display:none !important}
    .hd_sch_btn , #gnb_open{height:60px; display:block;}
    #hd_sch {top:0}
    #hd_sch #sch_submit,#hd_sch .btn_close,#hd_sch #sch_stx{height:60px}
}


/*상단고정 */
.fixed #hd{position:fixed;top:0;left:0}
.fixed #hd #tnb {display:none}
.fixed #wrapper{padding-top:60px;}
.fixed .gnb_2dul {top:60px}
@media (min-width: 970px){
    .fixed .hd_sch_btn ,.fixed #gnb_open{height:60px}
    .fixed .gnb_1dli button{height:60px}
    .fixed #hd_sch {top:0}
    .fixed  #hd_sch #sch_submit,.fixed #hd_sch .btn_close,.fixed #hd_sch #sch_stx{height:60px}
}

/* 메인화면 메뉴 */
#hd_m { position:fixed; top:0; width:100%; background:transpernt; z-index:9999;
transition:all 0.2s; -webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s;}
#hd_m #logo {filter:grayscale(100%);}
#hd_m #logo img {filter:brightness(999%);}
#hd_m .gnb_1da,
#hd_m #gnb_open {color:#fff;}

.fixed #hd_m {position:fixed; top:0; background:#fff; border-bottom:1px solid #e5e5e5;}
.fixed #hd_m #logo {filter:none;}
.fixed #hd_m #logo img {filter:none;}
.fixed #hd_m .gnb_1da,
.fixed #hd_m #gnb_open {color:#333;}

/* 중간 레이아웃 */
.bo_top_img,
#bo_list_total {display:none !important;}
#wrapper {}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#container {position:relative; width:96%; min-height:100vh; margin:0 auto 60px; letter-spacing:-0.05em;}

#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {width:100%; padding:100px 0 90px; text-align:center; font-size:45px; font-weight:600; color:#fff; background:url('/images/svisual.jpg') center center no-repeat;}
#container {position:relative;min-height:100vh; max-width:1200px; margin:80px auto 120px;}

@media (max-width: 1399px){
	 #container { margin:70px auto 120px;}
 }
 @media (max-width: 1199px){
	 #container_title {padding:90px 0 90px; font-size:40px; background-size:200%;}
	 #container { margin:50px auto 100px;}
 }
 @media (max-width: 969px){
	 #container_title {padding:70px 0 70px; font-size:35px; background-size:260%;}
	 #container {margin:40px auto 60px;}
 }
 @media (max-width:639px){
	 #container_title {padding:60px 0 60px; font-size:25px; background-size:300%;}
	 #container {margin:20px auto 40px;}
	 
 }

#container>p{display:none;}

.mainvisual {padding:53% 0 0 0;position:relative; background:url('/images/visual_bg.jpg') no-repeat #000; background-size: cover;  overflow: hidden}
.mainvisual iframe {position:absolute;top:0;left:0;width:100%;height:100%; background:url('/images/visual_bg.jpg') no-repeat #000;background-size: cover;
/*animation-name: visualbg; animation-duration:10s; animation-duration: leaner; animation-iteration-count:1; animation-direction:alternate; animation-fill-mode: forwards;*/}
.main_txt_area {position:absolute; left:50%; transform:translateX(-50%); width:90%; max-width:1600px; height:100vh; margin-top:-56.25%; z-index:1; color:#fff;}
.main_txt_area .main_txt {position:absolute; top:45%;text-align: center;margin: 0 auto;width: 100%; display: flex; flex-direction: column; align-self: center;}
.main_txt_area .main_txt h4 {font-size:4.08em; font-weight:500;color: #f1f1f1;word-break: keep-all}
.main_txt_area .main_txt h3 {font-size:6.15em;word-break: keep-all}
.main_txt_area .main_txt p{font-size: 2.6em; font-weight: 300; padding-top: 25px;word-break: keep-all}
.mouse{display: none;position: relative;   left: 50%;    z-index: 99999;  bottom: 150px;}
    


@keyframes fade { 0% { opacity:0;}  100% { opacity:1;}}
@keyframes line { 0% { width:1px; } 100% { width:120px; }}
@keyframes visualbg { 0% { background:url(/img/visual.jpg) 50% 50%; background-size:cover; } 100% { background-color:#000; }}

@media (max-width: 1679px){
	.mainvisual {width:100%; height:100vh; overflow:hidden;}
	.mainvisual iframe {width:200%; left:50%; transform:translateX(-50%);}
	.main_txt_area {font-size:0.8em;}
    .mouse{   bottom: 100px;}
}
@media (max-width: 1279px){
	.main_txt_area {font-size:0.7em;}
    .mouse{   bottom: 80px;}
}
/* 태블릿 */
@media (max-width: 1023px){
}
/* 모바일 */
@media (max-width: 729px){
	.main_txt_area {font-size:0.4em;}
	.mainvisual iframe {width:400%;}
    .mouse{   bottom: 40px;}
}

.title{padding-bottom: 40px}
.title h4{font-size: 1.6em; color:#193b74;word-break: keep-all}
.title h3{font-size: 2.6em; font-weight: 800;padding: 10px 0;word-break: keep-all}
.title p{font-size: 1.4em; font-weight: 300;word-break: keep-all}

.more img{filter: brightness(99);}

.cl_bl{color: var(--main-color);}
.cl_gr{color: #067c46; font-size: 1.1em;}

.section01{width:100%; padding: 120px 0; overflow: hidden;position: relative}
.section01 .title, .section03 .title{max-width: 1200px;margin: 0 auto; display: flex; justify-content: space-between;align-items: center}
.section01 .title .more, .section03 .title .more{width: 60px;  height: 60px;border-radius: 50px; border: 2px solid var(--main-color);  text-align: center; line-height: 80px;  display: flex;  flex-direction: column;align-items: center;  justify-content: center;  }
.section01 .title .more img, .section03 .title .more img{filter: none}
.section01 .title .more:hover, .section03 .title .more:hover{width: 100px}
.section01 .ct_area{margin: 0 auto}

.section01 .swiper { width: 87%; height: 100%; margin-right: 0}
.section01 .swiper  .swiper-wrapper   {}
.section01 .swiper-slide {height: 400px; text-align: left;  font-size: 18px;  background: #fff;   display: flex;   align-items: center;  }
.section01 .swiper-slide.sec01_box01{background: url('/images/sec01_05.jpg') no-repeat; ; background-size: cover;}
.section01 .swiper-slide.sec01_box02{background: url('/images/sec01_06.jpg') no-repeat;background-size: cover;}
.section01 .swiper-slide.sec01_box03{background: url('/images/sec01_07.jpg') no-repeat;background-size: cover;}
.section01 .swiper-slide.sec01_box04{background: url('/images/sec01_08.jpg') no-repeat;background-size: cover;}
.section01 .swiper-slide.sec01_box05{background: url('/images/sec01_09.jpg') no-repeat;background-size: cover;}
.section01 .swiper-slide.sec01_box06{background: url('/images/sec01_10.jpg') no-repeat;background-size: cover;}
.section01 .swiper-slide.sec01_box07{background: url('/images/sec01_11.jpg') no-repeat;background-size: cover;}
.section01 .swiper-slide.sec01_box08{background: url('/images/sec01_12.jpg') no-repeat;background-size: cover;}
.section01 .swiper-slide.sec01_box09{background: url('/images/sec01_13.jpg') no-repeat;background-size: cover;}
.section01 .swiper-slide.sec01_box10{background: url('/images/sec01_14.jpg') no-repeat;background-size: cover;}

.section01 .txt{ color: #fff; position: relative; width: 100%;padding:80px 50px;height: 100%;-webkit-transition: all 0.20s ease-in-out; -moz-transition: all 0.20s ease-in-out; -ms-transition: all 0.20s ease-in-out; -o-transition: all 0.20s ease-in-out; }
.section01 .txt h5{font-size: 1.3em;font-weight: 300;word-break: keep-all}
.section01 .txt h4{font-size: 2.2em; padding: 5px 0 10px;word-break: keep-all}
.section01 .txt p{font-size: 1.2em;padding-bottom: 30px;word-break: keep-all}
.section01 .txt .more{width: 70px;  height: 70px;border-radius: 80px; border: 2px solid var(--main-color);  text-align: center; line-height: 80px;  display: flex;  flex-direction: column;align-items: center;  justify-content: center;  position: absolute;  right: 50px;  bottom: 45px;}
.section01 .txt .more img{filter: none}
.section01 .txt:hover{background: rgba(25,59,116,0.4)}

.section01 .swiper-button-prev{background: url('/images/arrow_prev.png') no-repeat; background-position: center; width:80px; height: 80px; border-radius: 80px; border:2px solid #193b74; right: 100px;left: auto;}
.section01 .swiper-button-next{background: url('/images/arrow_next.png') no-repeat; background-position: center; width:80px; height: 80px; border-radius: 80px; border:2px solid #193b74; }
.section01 .swiper-button-next,.section01 .swiper-button-prev{top: 0}
.section01 .swiper-button-prev:after, .section01 .swiper-button-next:after{display: none;}
.section01 .sw_bt{max-width: 1200px; margin: 0 auto; position: relative;    top: -120px;}

.section02_new{background: url('/images/sec02_bg_new.jpg') no-repeat; background-size: cover; padding: 120px 0;color: #fff;}
.section02_new .inner{max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center}
.section02_new .inner .left{display: flex; justify-content: space-between; flex-wrap: wrap; width: 53%;}
.section02_new .inner .left a{color: #fff; display: block; width: 49%; border:1px solid #fff; padding: 30px 30px 60px;position: relative;margin: 1% 0;-webkit-transition: all 0.20s ease-in-out; -moz-transition: all 0.20s ease-in-out; -ms-transition: all 0.20s ease-in-out; -o-transition: all 0.20s ease-in-out; }
.section02_new .inner .left a:nth-child(1):hover{background: url('/images/sec01_01.jpg') no-repeat; background-size: cover}
.section02_new .inner .left a:nth-child(2):hover{background: url('/images/sec01_02.jpg') no-repeat; background-size: cover}
.section02_new .inner .left a:nth-child(3):hover{background: url('/images/sec01_03.jpg') no-repeat; background-size: cover}
.section02_new .inner .left a:nth-child(4):hover{background: url('/images/sec01_04.jpg') no-repeat; background-size: cover}
.section02_new .inner .left a h5{font-size: 1.3em;font-weight: 300;word-break: keep-all;color: #ddd}
.section02_new .inner .left a h4{font-size: 1.8em; padding: 5px 0 10px;word-break: keep-all}
.section02_new .inner .left .plus{width: 50px;  height: 50px;border-radius: 80px; border: 2px solid #fff;  text-align: center; line-height: 80px;  display: flex;  flex-direction: column;align-items: center;  justify-content: center;  position: absolute;  right:30px;  bottom: 20px;}
.section02_new .inner .left .plus img{filter: brightness(99); width: 30px} 
.section02_new .inner .right{font-size: 2.6em; text-align: center; width: 45%}
.section02_new .inner .right h4 {word-break: keep-all}
.section02_new .inner .right h4 span{font-size: 1.2em;font-weight: 900; color: #80c0e8}

.section02{background: url('/images/sec02_bg.jpg') no-repeat; background-size: cover; padding: 120px 0;color: #fff;}
.section02 .title{text-align:center;color: #fff}
.section02 .title h4{color: #f1f1f1;}
.section02 .inner{margin: 0 auto; max-width: 1200px;}
.section02 .inner ul{width: 100%;}
.section02 .inner ul li{width: 100%; display: flex; justify-content: space-between; align-items: center;border-top:1px solid #f1f1f1;padding: 60px;-webkit-transition: all 0.20s ease-in-out; -moz-transition: all 0.20s ease-in-out; -ms-transition: all 0.20s ease-in-out; -o-transition: all 0.20s ease-in-out; }
.section02 .inner ul li:last-child{border-bottom: 1px solid #f1f1f1}
.section02 .inner ul li:nth-child(2n){flex-direction: row-reverse}
.section02 .inner ul li .txt{display: flex; align-items: center;}
.section02 .inner ul li .txt h4{font-size: 2.2em; padding-right: 10px;}
.section02 .inner ul li p.hid{font-size: 1.8em; font-weight: 300;display: none;-webkit-transition: all 0.20s ease-in-out; -moz-transition: all 0.20s ease-in-out; -ms-transition: all 0.20s ease-in-out; -o-transition: all 0.20s ease-in-out;}
.section02 .inner ul li a.more{-webkit-transition: all 0.20s ease-in-out; -moz-transition: all 0.20s ease-in-out; -ms-transition: all 0.20s ease-in-out; -o-transition: all 0.20s ease-in-out;color: #fff; width: 70px; height: 70px; border-radius: 100px; border:2px solid #fff; display: flex; justify-content: center;align-items: center}
.section02 .inner ul li:hover{background: url('/images/sec02_bg01.png') no-repeat right; }
.section02 .inner ul li:nth-child(2):hover{background: url('/images/sec02_bg02.png') no-repeat left; }
.section02 .inner ul li:nth-child(3):hover{background: url('/images/sec02_bg03.png') no-repeat right; }
.section02 .inner ul li:nth-child(4):hover{background: url('/images/sec02_bg04.png') no-repeat left; }
.section02 .inner ul li:hover p.hid{display: block;}
.section02 .inner ul li:hover a.more{width: 200px;}
.section02 .inner ul li:hover a.more p{padding: 0 5px}
.section02 .inner ul li:hover a.more:hover{background: #193b74;border-color: #193b74;}

.section03{padding: 120px 0; margin: 0 auto; max-width: 1200px}
.section03 .box{display: flex; justify-content: space-between; align-items: center}
.section03 .box ul{width: 52%;}
.section03 .box ul li{display: flex;align-items: center; margin: 2% 0; font-size: 1.4em}
.section03 .box ul li img{width: 100px;margin-right: 30px}
.section03 .box ul li h4{font-size: 1.3em;margin-bottom: 10px}
.section03 .box ul li p{word-break: keep-all; color: #999}
.section03 .box .img_box{width: 43%;}
.section03 .box:last-child{flex-direction: row-reverse;margin-top: 50px}

@media (max-width: 1399px){
    .title{padding: 0 00px 50px}
    .section01 .swiper { width: 100%; padding: 0 20px }
    
   

}
/* 태블릿 */
@media (max-width: 1023px){
    .section01 {padding: 80px 0}
    .title{padding-bottom: 30px}
    .title h4{font-size: 1.4em; color:#193b74; }
    .title h3{font-size: 2.2em; font-weight: 800;padding: 5px 0;}
    .title p{font-size: 1.4em; font-weight: 300}
    .section01{padding: 80px 10px;}
    .section01 .sw_bt{  top: -80px}
    .section01 .swiper-button-prev{ width:60px; height: 60px;  right: 80px; background-size: 28px}
    .section01 .swiper-button-next{ width:60px; height: 60px;background-size: 28px}
    .section01 .swiper-slide {  height: 300px;}
    .section01 .txt{ width: 100%;padding:50px 30px;font-size: 0.9em}
    .section01 .txt .more{width: 60px;height: 60px;   right: 30px;  bottom: 30px;}
    .section01 .txt .more img{width: 30px}
    
    .section01 .title, .section03 .title{max-width: 1200px;margin: 0 auto; display: flex; justify-content: space-between;align-items: center}
    .section01 .title .more, .section03 .title .more{width: 50px;  height: 50px;  }
    .section01 .title .more img, .section03 .title .more img{width: 28px}
    .section01 .title .more:hover, .section03 .title .more:hover{width: 50px}
    
    .section02 {padding: 80px 20px}
    .section02 .inner ul li{padding: 30px;}
    .section02 .inner ul li .txt{font-size: 0.9em}
    .section02 .inner ul li .txt h4{ padding-right: 10px;}
    .section02 .inner ul li p.hid{display: none}
    .section02 .inner ul li:hover p.hid{display: none;}
    .section02 .inner ul li:nth-child(1){background: url('/images/sec02_bg01.png') no-repeat right; }
    .section02 .inner ul li:nth-child(2){background: url('/images/sec02_bg02.png') no-repeat left; }
    .section02 .inner ul li:nth-child(3){background: url('/images/sec02_bg03.png') no-repeat right; }
    .section02 .inner ul li:nth-child(4){background: url('/images/sec02_bg04.png') no-repeat left; }
    
    .section02_new{ padding: 80px 20px;color: #fff;}
    .section02_new .inner .left{width: 64%;}
    .section02_new .inner .left a{ padding: 20px 20px 60px;position: relative;}
    .section02_new .inner .left .plus{width: 45px;  height:45px;  right: 20px;  bottom: 20px;}
    .section02_new .inner .left .plus img{width: 20px} 
    .section02_new .inner .right{font-size:2.2em;width: 34% }
    .section02_new .inner .left a h4{font-size: 1.6em; padding: 5px 0 10px;word-break: keep-all}
    
    
    .section02 .inner ul li a.more{width: 50px; height: 50px; }
    .section02 .inner ul li a.more p{display: none}
    .section02 .inner ul li a.more img{width: 30px}
    .section02 .inner ul li a.more:hover p{display: none}
    .section02 .inner ul li:hover a.more{width: 50px;}
    
    .section03{padding: 80px 20px;}
    .section03 .box{display: flex; justify-content: space-between; align-items: center}
    .section03 .box ul{width: 52%;}
    .section03 .box ul li{display: flex;align-items: center; margin: 1.5% 0; font-size: 1.2em}
    .section03 .box ul li img{width: 80px;margin-right: 20px}
    .section03 .box ul li h4{font-size: 1.1em;margin-bottom: 5px}
    .section03 .box:last-child{margin-top: 30px}


}
/* 모바일 */
@media (max-width: 729px){
    .title{padding-bottom: 20px}
    .title h4{font-size: 1.2em; color:#193b74; }
    .title h3{font-size: 1.6em; font-weight: 800;padding: 5px 0;width: 100%;}
    .title p{font-size: 1.2em; font-weight: 300}
    .section01{padding: 50px 10px;}
	.section01 .sw_bt{  top: -60px}
    .section01 .swiper-button-prev{ width:45px; height: 45px;  right: 60px; background-size: 22px}
    .section01 .swiper-button-next{ width:45px; height: 45px;background-size: 22px}
    .section01 .swiper-slide {  height: 260px;}
    .section01 .txt{padding:30px 20px;font-size: 0.7em}
    .section01 .txt .more{width: 50px;height: 50px;   right: 20px;  bottom: 20px;}
    .section01 .txt .more img{width: 26px}
    
    .section01 .title, .section03 .title{flex-direction: column; align-items: flex-end}
    .section01 .title .more, .section03 .title .more{width: 40px;  height: 40px;  }
    .section01 .title .more img, .section03 .title .more img{width: 22px}
    .section01 .title .more:hover, .section03 .title .more:hover{width:40px}
    
    
    .section02 {padding: 50px 20px}
    .section02 .inner ul li{padding: 30px 10px;}
    .section02 .inner ul li .txt{font-size: 0.6em}
    .section02 .inner ul li .txt h4{ padding-right: 10px;}
    
    .section02 .inner ul li a.more{width: 40px; height: 40px; }
    .section02 .inner ul li:hover a.more{width: 40px;}
    .section02 .inner ul li a.more img{width: 22px}
    
    .section02_new{ padding: 50px 20px;}
    .section02_new .inner{flex-direction: column-reverse;}
    .section02_new .inner .left{width: 100%; font-size: .8em}
    .section02_new .inner .left a{ padding: 20px 20px 40px;position: relative;}
    .section02_new .inner .left .plus{width: 50px;  height: 50px;  right: 20px;  bottom: 20px;}
    .section02_new .inner .left .plus img{width: 26px} 
    .section02_new .inner .right{font-size:1.6em;width: 100%;margin-bottom: 20px }
    
    
    .contact .more img{width: 22px}
    
    .section03{padding: 50px 10px;}
    .section03 .box{flex-direction: column}
    .section03 .box ul{width: 100%;}
    .section03 .box ul li{display: flex;align-items: center; margin: 2% 0; font-size: 1.1em}
    .section03 .box ul li img{width: 60px;margin-right: 10px}
    .section03 .box ul li h4{font-size: 1.2em;margin-bottom: 2px}
    .section03 .box:last-child{margin-top: 30px;flex-direction: column}
    .section03 .box .img_box{width: 100%;margin-top: 30px}
}

@media (max-width: 499px){
    .section02_new .inner .left a{ width: 100%}
}

.contact { position:relative; overflow:hidden;}
.contact .video { height:600px; background-color:#000;}
.contact iframe {position:absolute; top:50%;left:50%; transform:translate(-50%, -60%); width:100%; min-width:190.714vh; height:100%; min-height:66.2701vw; opacity:0.5;}
.contact .title {position:absolute; top:0; left:50%; transform:translateX(-50%); width:90%; max-width:1200px; z-index:1; color:#fff; padding-top:120px;text-align: end}

.contact .title .link{   display: flex; align-items: center; justify-content: flex-end;  margin-top: 70px; }
.contact .title h4{color: #fff}
.contact .title a {margin-left: 10px; display:flex;align-items: center; border:2px solid #fff;width: 180px; height: 60px; border-radius: 80px; padding:20px 30px; color:#fff; font-size:1.2em;}
.contact .title a p{font-size: 1.2em;padding-right: 15px}
.contact .title a:hover {background:#193b74; color:#fff;}


@media (max-width: 1279px){
	.contact .title {}
}
/* 모바일 */
@media (max-width: 729px){
	.contact .video {height:500px;}
	.contact .title {  padding-top:140px;}
	.contact .title h3 br {display:none;}
	.contact .title p {}
    .contact .title .link{margin-top: 30px}
    .contact .title a {margin-left: 10px; width: 160px; height: 50px; border-radius: 80px; padding:10px 20px; font-size:1em;}
}

/* quick animation  */
#quk_warp>.qus_area>.btn_quk_warp>span{-webkit-transition: .3s; transition: .3s; transform-origin: 50% 50%;}
#quk_warp {width:70px; font-size:0; line-height:0;right:50px; bottom:50px; position:fixed;   z-index:998 !important;display:inline-block;}
#quk_warp>.qus_area{position: relative;}

#quk_warp>.qus_area>.btn_quk_warp {width:70px; height:70px; background-color:#fff; background-repeat:no-repeat; background-position:right center;  display:inline-block; box-sizing:border-box; overflow:hidden; border-radius:50px; position: relative;box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.1);
-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
#quk_warp>.qus_area>.btn_quk_warp>span{font-size:16px; line-height:70px; color: #fff; position: relative; opacity: 0; display:block;}
#quk_warp>.qus_area>.btn_quk_warp+.btn_quk_warp{margin-top:10px;}
#quk_warp>.qus_area>.btn_quk_warp.iconss01{background-image: url(/img/quick_icon01.png);}

@media (hover: hover) {
	#quk_warp>.qus_area>.btn_quk_warp:hover {width:155px; background-color:#2d3b80;
	-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; margin-left:-85px;}
	#quk_warp>.qus_area>.btn_quk_warp:hover>span{padding-left:25px; opacity:1; -webkit-transition-delay: .2s; transition-delay: .2s;}
	#quk_warp>.qus_area>.btn_quk_warp:hover.iconss01{background-image: url(/img/quick_icon01_over.png);}
}
/* 모바일 */
@media (max-width: 767px){
	#quk_warp {right:20px; bottom:30px;}
	#quk_warp>.qus_area>.btn_quk_warp {width:60px; height:60px; background-size:60px; }
	#quk_warp>.qus_area>.btn_quk_warp>span{ line-height:60px; }
}
/* 작은모바일 */
@media (max-width: 499px){
}

/* 하단 레이아웃 */
#ft { background:#252525; color:#878787; font-size:1.08em; line-height:180%; padding:3.08em 0;text-align: left}
#ft .ct_area { display:flex;align-items: flex-start; justify-content: space-between;  margin: 0 auto}
#ft a {color:inherit; }
#ft_copy {width: 57%;}
#ft_link {display:flex; align-items:center;justify-content:center; margin-top: 15px}
#ft_logo {margin-right:30px;}
#ft_logo img { width: 160px; opacity:0.8;}
#ft_link,
#ft_info {display: flex; align-items: flex-start }
#ft_link a {margin-right:20px;}
#ft_link a:last-child {margin-right:0}
#ft_info span.com_name {display:block; margin:0px 0 10px;}
#ft_info span { margin-right:20px; word-break:keep-all; /*white-space:nowrap;*/ }
#ft_info .copy {}
.sitemap {width: 39%;}
.sitemap ul.sm_tit{display: flex;justify-content: space-between; align-items: flex-start; text-align: left; width: 100%;}
.sitemap ul.sm_tit li{width: 25%}
.sitemap ul.sm_tit li ul li{width: 100%;padding: 0 5px; word-break: keep-all}
.sitemap ul.sm_tit li h5{font-size: 1.1em}

.quick{position:fixed;bottom:350px;right:20px;width:150px; border-radius: 60px; padding:3px}

.quick a{display: flex; justify-content: space-between; padding: 0px 20px 15px 10px; align-items: center; height: 80px; font-size: 1.1em;background: url('/images/quick_bg.png') no-repeat; background-size: contain;}
#top_btn {position:fixed;bottom:20px;right:20px;width:70px;height:70px;background:var(--dark-color);border:0;z-index:999;color:#fff;transition: opacity 0.2s ease-out;opacity:0; border-radius:50%; font-size:1.23em; box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.1);}
#top_btn.show {opacity: 1;}

/* 태블릿 */
@media (max-width: 973px){
	#ft_link {flex-wrap:wrap;    justify-content: flex-start;}
	#ft_info {flex-direction: column}
    #ft_logo img {width:100px; margin-bottom: 15px}
    #ft_copy {width: 49%;}
    .sitemap {width: 49%;font-size: .9em}
}
/* 모바일 */
@media (max-width: 729px){
	#ft .ct_area {display:block;}
	#ft_logo img {width:80px;}
    
	#ft_copy {width:100%;}
    #ft_link {padding-bottom: 30px;}
    .sitemap {width: 100%;font-size: .9em; padding-top: 30px; border-top:1px solid #878787}
	#top_btn { right:10px; width:50px; height:50px; font-size:0.92em;}
    
    .quick{bottom:80px;right:10px;width:110px;}
    .quick a{ padding: 0px 13px 15px 7px; align-items: center; height: 60px; font-size: 0.9em;}
    .quick a img{width: 35px}
}

/* 체크박스 */
.all_chk,.bo_chk {position:relative}
.all_chk label .chk_img, .bo_chk label .chk_img{margin-top:2px;display:inline-block;height:15px;text-indent:-9999px;width:15px;background:#fff;border:1px solid #aab3c1;border-radius:3px;;vertical-align:top;
-webkit-box-shadow:inset 5px 5px 3px #f0f0f3;
-moz-box-shadow:inset 5px 5px 3px #f0f0f3;
box-shadow:inset 5px 5px 3px #f0f0f3}

.bo_chk label.click_on .chk_img, .all_chk label.click_on .chk_img{background:url('../img/input_chk.png') 50% 50% no-repeat #a58937; border-color:#a58937;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}


.bo_chk input, .all_chk input {position:absolute;top:0;left:0;width:1px;height:1px;opacity:0;outline:0;z-index:9}

/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}
#copymove .tbl_head01{margin-top:10px}
#copymove td{background:#fff}
#copymove .win_btn{margin:10px}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:0;height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0 !important;line-height:0 !important;overflow:hidden}

/* 본문 바로가기 */
.to_content a {z-index:100000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}

/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {height:40px;border:1px solid #898989;;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;width:40px;height:40px;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:3px 0 5px ;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px}

/* 구글리캡챠 크기 조정 scale */
#captcha.recaptcha{width:213px;height:55px;overflow:hidden}
#rc-imageselect, .g-recaptcha {transform:scale(0.7);-webkit-transform:scale(0.7);transform-origin:0 0;-webkit-transform-origin:0 0;}

/* ckeditor 태그 기본값 */
#bo_v_con ul{display: block;list-style-type: disc;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con ol{display: block;list-style-type: decimal;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con li{display: list-item;}

/*단축키일람 */
.cke_sc{text-align:right}
.btn_cke_sc{background:#333;color:#fff;padding:5px;border:none}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:50%;font-weight:bold}
.cke_sc_def dd {width:50%}
.btn_cke_sc_close{background:#333;padding:5px;border:none;color:#fff}

/* 버튼 */
.btn{display:inline-block;padding:0 5px;height:40px;line-height:40px;;padding: 0 15px}
a.btn01 {display:inline-block;background:#eee;color:#444;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}
.btn_confirm {text-align:center} /* 서식단계 진행 */
.btn_submit {background:#005396;border:0; border-radius:0px;color:#fff;cursor:pointer}
.btn_submit:hover{background:#0060af}
a.btn_cancel {display:inline-block;background:#ddd;color:#444;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}
a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;background:#eee;border:0;color:#6b6b6b;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {background:#f8f8f8;color:#000}
a.btn_b02 ,.btn_b02{display:inline-block;background:#2d3b80;color:#fff;text-decoration:none;vertical-align:middle;border:0}
a.btn_b02:hover, .btn_b02:hover {background:#242f66}
a.btn_b03, .btn_b03 {display:inline-block;line-height:28px;border:1px solid #ed6478;color:#ed6478;background:none;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {}
a.btn_admin {display:inline-block;background:#ff0000;color:#fff;font-size:16px;text-decoration:none;vertical-align:middle;line-height:40px;width:40px;text-align:center;} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover  {color:#fff;}

/* 기본테이블 */
.tbl_wrap {margin:0 10px 10px}
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;color:#4b8b99;font-weight:bold;text-align:left}

.tbl_head01 {}
.tbl_head01 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head01 thead th {padding:12px 0;border:1px solid #cacaca;background:#d9d9da;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head01 tfoot td {border-color:#e3e3e5;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head01 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:5px;border:1px solid #e3e3e5;line-height:1.5em;word-break:break-all}

.tbl_head02 {}
.tbl_head02 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head02 tfoot td {background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}

/* 기본리스트 */
.list_01{padding:0 10px;}
.list_01 li{background:#fff;border-radius:3px;padding:10px 0px;border-bottom:1px solid #eee;}

/* 기본폼 */
.form_01{margin:10px}
.form_01 .write_div{margin:5px 0;position:relative}
.form_01 li{margin:5px 0;position:relative;list-style:none}
 textarea, .frm_input {border:1px solid #d7d7d7;background:#fff;color:#000;vertical-align:middle;padding:0 10px;height:40px;}
textarea {width:100%;height:200px;padding:10px}
textarea:focus, .frm_input:focus{outline:none;border:1px solid #a58937;}
.frm_input {height:40px;}
.full_input{width:100%} 
.form_01 .frm_file {display:block;margin-bottom:5px;width:100%}
.form_01 select{height:40px;border-radius:3px;background-color:#fff}
.form_01 .frm_info{font-size:0.92em;color:#4162ff;text-align:left;margin:3px 0 10px;display:block;line-height:1.3em}

/* 자료 없는 목록 */
.empty_table {padding:100px 0 !important;color:#777;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png')  !important;background-repeat:no-repeat   !important;background-position:right top  !important;}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:150px;text-align:center}
.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#999}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {}
.new_win #win_title {font-size: 1.2em;font-weight: bold;height: 50px;padding: 10px;line-height: 30px;
-webkit-box-shadow:  2px 2px 5px #eee;
-moz-box-shadow:  2px 2px 5px #eee;
box-shadow: 2px 2px 5px #eee
}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win_con{margin:20px}

.new_win .win_ul {margin:20px}
.new_win .win_ul li {display:inline-block;}
.new_win .win_ul li a {display: block;line-height: 24px;padding: 0 10px;}
.new_win .win_ul li .selected {background: #4162ff;color: #fff;border-radius: 13px;
-webkit-box-shadow: 0 0 5px rgba(65,98,255,0.8);
-moz-box-shadow: 0 0 5px rgba(65,98,255,0.8);
box-shadow: 0 0 8px rgba(65,98,255,0.8);}

.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#4162ff}
.new_win .win_btn {clear:both;margin:10px 0;text-align:center}
.new_win .win_btn a {display:inline-block;height:40px;line-height:40px;font-weight:bold}
.new_win .win_btn .btn_close {display:inline-block;padding:0 10px;border:0;background:#c6c6d2;color:#666;text-decoration:none;font-weight:bold;height:40px;margin:10px 0}
.new_win .win_btn .btn_submit {width:100%;height:40px;line-height:40px;;margin:0 0 20px;display:inline-block;font-weight:bold}

/* 검색결과 색상 */
.sch_word {color:#00c4ac}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal;line-height:20px}
.sv_wrap .sv {z-index:1000;width:100px;display:none;margin:5px 0 0;font-size:0.92em;background:#333;text-align:left;
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);}
.sv_wrap .sv:before{content: "";position: absolute;top: -6px;left: 15px;width: 0;height: 0;border-style: solid;border-width: 0 6px 6px 6px;border-color: transparent transparent #333 transparent;}
.sv_wrap .sv a {display:inline-block;width:100px;margin:0;padding:0  10px;line-height:30px;font-weight:normal;color:#bbb }
.sv_wrap .sv a:hover{background:#000;color:#fff}
.sv_member{color:#333;font-weight:300;margin-right:10px}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:30px 0;text-align:center}
.pg {display:inline-block }
.pg_page, .pg_current {display:inline-block;padding:0 13px;height:35px;color:#959595;line-height:35px;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none;background-color:#f8f8f8; }
.pg_page {background:#eee;}
.pg_start {background:url(../img/btn_first.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_prev {background:url(../img/btn_prev.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_next {background:url(../img/btn_next.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_end {background:url(../img/btn_end.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_current {display:inline-block;background:#494949;color:#fff;font-weight:normal;line-height:35px;}

/***** 페이지 *****/
#sub {font-size:1.38em; overflow:hidden; margin-top:70px;}
#sub .ct_area {margin:0 auto;}
#sub p {color:#666; word-break:keep-all;}

@media (max-width: 973px){
	#sub {margin-top:40px;}
}

/* 모바일 */
@media (max-width: 729px){
	#sub {font-size:1.23em;}
}

.bd_title{font-size: 2.4em;  text-align: center}
.bd_title:after{content: ""; width: 30%; height: 2px; margin: 30px auto 150px; background: var(--main-color);display: block}

@media (max-width: 973px){
	.bd_title {font-size: 2em; }
    .bd_title:after{width: 50%; height: 2px; margin: 20px auto 80px; }
}

/* 모바일 */
@media (max-width: 729px){
	.bd_title {font-size: 1.4em; }
    .bd_title:after{width: 50%; height: 2px; margin: 10px auto 50px; }
}

/***** 인사말 *****/

.greeting .ct_area{display: flex; justify-content: space-between;align-items: stretch }
.greeting .ct_area .img_box{background: url('/images/greeting_bg.jpg')no-repeat; width: 38%; background-position: center}
.greeting .ct_area .txt{font-size: 1.05em;width: 55%;padding: 50px 0}
.greeting .ct_area .txt h4{font-size: 1.2em; font-weight: 400; padding-bottom: 30px; word-break: keep-all}
.greeting h3{font-size: 1.6em;font-weight: 800; padding-bottom: 80px; word-break: keep-all; max-width: 1200px; margin: 0 auto 30px; text-align: center}
.greeting h3 span{color: #025487; font-size: 1.2em}
.greeting .ct_area .txt p.sign{font-family: 'kdg_Medium';text-align: end;margin-top: 70px;}
.greeting .ct_area .txt p.sign .sign_font{font-family: 'kdg_Medium'; font-size: 1.9em; margin: 0 10px}

@media (max-width: 1279px){
    .greeting .ct_area .txt{font-size: 1em;padding: 30px 0}
}

@media (max-width: 973px){
    .greeting .ct_area {flex-direction: column; }
    .greeting .ct_area .img_box{width: 100%; padding: 150px;background-position: center 30%;background-size: cover}
    .greeting .ct_area .txt{width: 100%; }
    .greeting h3{font-size: 1.3em; padding-bottom: 20px; margin: 0 auto 10px; }
    .greeting h3 span{color: #025487; font-size: 1.1em}
}
/* 모바일 */
@media (max-width: 729px){
    .greeting .ct_area .img_box{ padding: 100px;}
    .greeting .ct_area .txt{padding: 20px 0}
    .greeting .ct_area .txt h4{font-size: 1.2em;}
	
}

/***** 오시는 *****/

.location .ct_area{display: flex; justify-content: space-between}
.location .ct_area .box{width: 48%;}
.location .ct_area .box h4{font-size: 1.4em; padding-bottom: 20px}
.location .ct_area .box .txt{padding-top: 20px}
.location .ct_area .box .txt h5{width: 100px; border-radius: 50px; padding: 5px; background: var(--main-color); color: #fff;text-align: center;}
.location .ct_area .box .txt p,.location .ct_area .box .txt .tel .tel_box a {padding: 10px;display: block}
.location .ct_area .box .txt .add{display: flex; align-items: center;}
.location .ct_area .box .txt .add a{border-radius: 5px; padding: 5px 10px; color: #fff; background: #3ea90a; font-size: .8em}
.location .ct_area .box .txt .tel{display: flex; justify-content: space-between}
.location .ct_area .box .txt .tel .tel_box{width: 50%}
.location .ct_area .box .txt .tel .tel_box h5{background: var(--dark-color);}


@media (max-width: 973px){
	.location .ct_area{flex-direction: column;}
    .location .ct_area .box{width: 100%; margin-bottom: 30px}
    .location .ct_area .box iframe{height: 350px}
    .location .ct_area .box h4{font-size: 1.2em}
    .location .ct_area .box .txt h5{width: 80px;padding: 3px;font-size: 1em}
}

@media (max-width: 729px){
	.location .ct_area .box iframe{height: 300px}
}
@media (max-width: 481px){
    .location .ct_area .box .txt h5{font-size: .8em}
    .location .ct_area .box .txt .add{flex-direction: column; align-items: flex-start}
    .location .ct_area .box .txt .add a {margin-bottom: 10px}
}

/* 법인 */
.business h4{font-size: 1.4em;padding-bottom: 50px}
.business h4 span{font-size: .6em; color: #999; font-weight: 300; margin-left: 10px; line-height: .8em}
.business .ct_area{padding: 100px 0; border-bottom: 1px solid #e5e5e5;}
.business .ct_area:first-child{padding-top: 0}
.business .ct_area:last-child{padding-bottom: 0;border-bottom: none}

.business .st_box{text-align: center; }
.business .st_box h3{font-size: 2em;font-weight: 800; }
.business .st_box p{font-size: 1.3em}

.business .txt_box_bg{ padding: 30px;font-size: 1.1em;word-break: keep-all}
.business .top_bx{font-size: 1.7em; padding-bottom: 80px;}
.business .pt_list{display: flex; justify-content: space-between;flex-wrap: wrap; align-items: stretch}
.business .pt_list li{    width: 31%;  margin: 1.5% 0;}
.business .pt_list li p{ width: 100%; color: #fff!important; background: #025487;text-align: center;height: 60px;border-radius: 80px;
    display: flex;  align-items: center; justify-content: center}

.business.bus04 .txt_box_bg span{font-size: 1.2em;font-weight: 600 }
.business.bus04 .pt_list li{text-align: center; border:1px solid #e5e5e5; border-radius: 15px; padding: 40px;width: 31%; margin: 1.5% 0}
.business.bus04 .pt_list li h5{text-align: center; padding: 10px 0; font-size: 1.2em}
.business.bus04 .pt_list li p{background: none;text-align: center;height:auto;   color: #888!important; display: flex;  align-items: center; justify-content: center}
.business.bus04 .pt_list li img{width: 80px}
.business.bus04 .img_box{display: flex; justify-content: center;margin-top: 30px}
.business.bus04 .img_box img{margin: 0 2.5%; width: 28%}

.business ul.tabs{margin: 0px;padding: 30px 0;list-style: none;display: flex; justify-content: space-between;background: url('/images/arrow_bg.png') no-repeat center; background-size: contain}
.business ul.tabs li{text-align: center;font-size: 1.2em; background: rgba(255,255,255,.6);color: #222;display: inline-block;padding: 20px 15px;	cursor: pointer;width: 15%; border:1px solid #999; border-radius: 5px;word-break: keep-all}
.business ul.tabs li.current{background:#f6f6f6; }
.business ul.tabs li h5{margin-top: 10px}
.business .tab-content{	display: none;background: #f9f9f9;border:1px solid #e5e5e5;	padding: 50px;}
.business .tab-content.current{display: inherit;}
.business .tab-content .box {display: flex; align-items: center;justify-content: space-between}
.business .tab-content .box .img_box{width: 50%; }
.business .tab-content .box .img_box img{width: 100%;}
.business .tab-content .box .txt{width: 48%;}
.business .tab-content .box .txt h5{font-size: 1.6em; padding-bottom: 15px;}


.business .ct_area ul.list{margin-top: 30px; padding: 30px 50px; border: 1px solid #e5e5e5; display: flex;justify-content: space-between; align-items: flex-start}
.business .ct_area ul.list li{width: 15%;padding: 20px; text-align: center}
.business .ct_area ul.list li h5{padding: 10px 0;font-size: 1.2em;word-break: keep-all}



.business .tbl_box{padding: 50px 0 0;}
.business .tbl_box table{width: 95%;margin: 0 auto; text-align:  center; font-size: 1em;border-spacing: 0}
.business .tbl_box table th{background:var(--dark-color); ;color: #fff;padding: 10px; border-right: 1px solid #e5e5e5;word-break: keep-all}
.business .tbl_box table td{padding: 10px; border-bottom: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;word-break: keep-all}
.business .tbl_box table th:last-child, .business .tbl_box table tr:nth-child(2) td:last-child, .business .tbl_box table tr:nth-child(6) td:last-child{border-right: 0}
.business p.small_right{text-align: right}
.business p.small{padding-top: 50px; text-align: left; font-size: 1em}

.business .bus03 .tbl_box table th:last-child, 
.business .bus03 .tbl_box table tr:nth-child(2) td:last-child, 
.business .bus03 .tbl_box table tr:nth-child(3) td:last-child,
.business .bus03 .tbl_box table tr:nth-child(4) td:last-child,
.business .bus03 .tbl_box table tr:nth-child(5) td:last-child,
.business .bus03 .tbl_box table tr:nth-child(6) td:last-child,
.business .bus03 .tbl_box table tr:nth-child(10) td:last-child,
.business .bus03 .tbl_box table tr:nth-child(12) td:last-child{border-right: 0}

.bus_sub{display: flex; justify-content: space-between; margin: 0 auto; max-width: 1200px;}
.bus_sub .link_box{ width: 20%;display: flex; flex-direction: column; text-align: center; border-right: 1px solid #e5e5e5;}
.bus_sub .link_box a{display: block;width: 100%; padding: 15px; font-size: 1em; word-break: keep-all}
.bus_sub .link_box a.on{font-weight: 600; border-bottom: 3px solid #025487; color: #025487 }
.bus_sub .ct_area{width: 70%;;}


.vvip{background: url('/images/vvip_bg.png') no-repeat; background-size: contain; padding: 100px 0 120px!important; border-bottom: 0 !important;}
.vip{background: url('/images/vip_bg.png') no-repeat; background-size: contain; padding: 100px 0 120px!important; border-bottom: 0 !important;}
.bus{background: url('/images/bus_bg.png') no-repeat; background-size: contain; padding: 75px 0 !important; border-bottom: 0 !important;}
.vvip h3{padding-bottom: 20px!important; background-image: linear-gradient(to left top, #f8c269, #ac7212, #f8c269);background-clip: text; -webkit-background-clip: text;
    color: transparent !important;}
.vip h3{padding-bottom: 20px!important; background-image: linear-gradient(to left top, #cacaca, #8b8b8b, #cacaca);background-clip: text; -webkit-background-clip: text;
    color: transparent !important;}
.bus h3{padding-bottom: 20px!important; color: var(--main-color)}

@media (max-width: 1199px){
    .business .ct_area ul.list{flex-wrap: wrap;}
    .business .ct_area ul.list li{width: 33%;}
    .business ul.tabs li{padding: 10px 15px;}
    .business .tab-content{	padding: 30px;}
    
    .vvip{padding: 80px 0 100px!important; border-bottom: 0 !important;}
    .vip{ padding: 80px 0 100px!important; }
    .bus{ padding: 60px 0 !important;}
    
    .vvip h3{padding-bottom: 10px!important; }
    .vip h3{padding-bottom: 10px!important; }
    .bus h3{padding-bottom: 10px!important}
}

@media (max-width: 973px){
	.business h4{font-size: 1.4em;padding-bottom: 30px}
    .business .ct_area{padding: 60px 0}
    
    .business .st_box{text-align: center; font-size: 1.1em}
    .business .st_box h3{font-size: 1.6em;padding-bottom: 15px; }
    
    .vvip{padding:60px 0 80px!important; border-bottom: 0 !important;}
    .vip{ padding: 60px 0 80px!important;}
    .bus{ padding: 50px 0 !important;}
    
    .vvip h3{padding-bottom: 0px!important; }
    .vip h3{padding-bottom: 0px!important; }
    .bus h3{padding-bottom: 0px!important}
    
    .business .txt_box_bg{border-radius: 10px; padding: 15px; margin-top: 10px; font-size: 1em}
    .business .pt_list li{width: 49%; }
    .business .pt_list li p{ width: 100%;;text-align: center;height: 70px; font-size: .9em}
    .business ul.tabs{padding: 30px 0;}
    .business ul.tabs li{font-size: .9em; padding: 10px 10px;	border-radius: 5px;}
    .business ul.tabs li img{width: 60px}
    .business ul.tabs li h5{line-height: 1em}
    .business .tab-content{	padding: 20px;}
    .business .tab-content .box {flex-direction: column;}
    .business .tab-content .box .img_box{width: 100%; margin-bottom: 15px;}
    .business .tab-content .box .txt{width: 100%;}
    .business .tab-content .box .txt h5{font-size: 1.2em; padding-bottom: 10px;}

    .business .ct_area ul.list li h5{font-size: 1.1em;padding: 5px 0}
    
    .business .tbl_box{padding: 30px 0 0;}
    .business .tbl_box table{ font-size: 1em;}
    
    .business.bus04 .pt_list li{padding: 20px;width: 49%}
    .business.bus04 .pt_list li img{width: 80px}
    .business.bus04 .pt_list li h5{font-size: 1.1em;padding: 5px 0}
    
    .bus_sub .link_box a{ padding: 10px; font-size: 1em; word-break: keep-all}
}

@media (max-width: 729px){
    .business .ct_area{padding: 30px 0}
    .business ul.tabs li{line-height: 1.1em;text-align: center; word-break: break-all; padding: 5px; font-size: 0.8em}
    .business ul.tabs li h5{margin-top: 5px}
	.business .ct_area ul.list li{width: 50%;}
    .business .ct_area ul.list{margin-top: 20px;padding: 20px 20px;}
    .business .tbl_box table th, .business .tbl_box table td{ padding: 5px; font-size: 0.9em}
    .business .tbl_box p{font-size: .8em}
    
    .business h4{padding-bottom: 20px}
    
    .business.bus04 .pt_list li img{width: 60px}
    .bus_sub .link_box{width: 24%}
    .bus_sub .link_box a{ padding: 5px; font-size: 0.8em; word-break: keep-all}
    
    .business .st_box{text-align: center; font-size: 0.9em}
    .vvip{padding:105px 0 110px!important;background: url('/images/vvip_bg_m.png') no-repeat; background-size: cover}
    .vip{ padding:105px 0 110px!important; background: url('/images/vip_bg_m.png') no-repeat; background-size: cover}
    .bus{ padding: 35px 0 !important;}
    
    .vvip h3{padding-bottom: 0px!important;  }
    .vip h3{padding-bottom: 0px!important; }
    .bus h3{padding-bottom: 0px!important}
    
    
}



@media (max-width: 590px){
    .vvip{padding:75px 0 90px!important;}
    .vip{ padding: 75px 0 90px!important;}
    
    .vvip h3{padding-bottom: 0px!important; }
    .vip h3{padding-bottom: 0px!important; }
    .bus h3{padding-bottom: 0px!important}
}

@media (max-width: 481px){
    .business .bus03 .tbl_box{width: 100%;overflow-x:scroll; display: block;}
    .business .bus03 .tbl_box table{width:100%;white-space: nowrap;}
    
    .vvip{padding:30px 20px 70px!important;background-size: contain}
    .vip{ padding: 30px 20px 70px!important;background-size: contain}
}

.mb_view{display: none}
#sub.bus_spec {}
.bus_spec .ct_area{display: flex; align-items: center;margin:0 auto 100px!important }
.bus_spec .ct_area:first-child{margin-bottom: 0!important;}

.bus_spec .st_box{text-align: center; }
.bus_spec .st_box h3{font-size: 2em;font-weight: 800;width: 100% }
.bus_spec .bd_title:after{width: 50%}
.bus_spec .ct_area .img_box{width: 29%}
.bus_spec ul.tabs{margin: 0px;padding: 30px 0;list-style: none;display: flex;flex-direction: column;}
.bus_spec  ul.tabs li{width: 100px; height: 100px; border-radius: 50%; background: var(--main-color);color:#fff;display: flex; justify-content: center;align-items: center; text-align: center}
.bus_spec  ul.tabs li.current{    border: 5px solid #a7c3f3; }
.bus_spec  ul.tabs li:nth-child(even){background: var(--dark-color);}
.bus_spec  ul.tabs li:nth-child(1){margin-top: -5%; margin-left: -68%}
.bus_spec  ul.tabs li:nth-child(2){margin-top: -5%; }
.bus_spec  ul.tabs li:nth-child(3){ margin-left: 33%; margin-top: 10%;}
.bus_spec  ul.tabs li:nth-child(4){margin-top: 15%; }
.bus_spec  ul.tabs li:nth-child(5){ margin-left: -61%}
.bus_spec  ul.tabs li h5{}
.bus_spec  .tab_box{width: 56%;margin-left: 60px;}
.bus_spec  .tab-content{display: none;	padding: 50px;width: 100%}
.bus_spec .tab-content.current{display: inherit;}
.bus_spec  .tab-content .link_box{display: flex; flex-wrap: wrap}
.bus_spec  .tab-content h6{width: 48%; display: inline-block; margin: 1%; border-radius: 10px;background: var(--main-color);color:#fff; padding: 10px; text-align: center}
.bus_spec  .tab-content h6:hover{background:var(--dark-color); }
.bus_spec  .tab-content h5{font-size: 1.2em; margin-bottom: 10px}

.bus_spec .pho_list{display: flex; flex-wrap: wrap;justify-content: space-between}
.bus_spec .pho_list li{width: 48%;;margin-bottom: 10%; display: flex; align-items: center;justify-content: space-between }
.bus_spec .pho_list li p{text-align: left; padding: 10px 0; word-break: keep-all;width: 36%;}
.bus_spec .pho_list li img{width: 60%}

@media (max-width: 973px){
    .bus_spec  .tab-content h6{width: 100%;font-size: .9em }
    .bus_spec  ul.tabs li{width: 80px; height: 80px }
	.bus_spec  ul.tabs li h5{font-size: 0.8em}
    .bus_spec .ct_area .img_box{width: 60%}
    
    .bus_spec .st_box h3{font-size: 1.6em; }
    .bus_spec .bd_title:after{width: 60%}
    
    
    
}

@media (max-width: 729px){
    .mb_view{display: block;}
    .bus_spec  ul.tabs {width: 100%;justify-content: center}
    .bus_spec  ul.tabs li{width: 80px; height: 80px; margin:0 1%!important}
    .bus_spec .ct_area{flex-direction: column;}
    .bus_spec  .tab_box{width: 100%;margin-left: 0px;}
    .bus_spec ul.tabs{padding: 30px 0;;flex-direction: row;}
    .bus_spec  .tab-content{	padding: 00px;}
    
    .bus_spec .pho_list li{width: 100%}
    
    .bus_spec .st_box h3{font-size: 1.4em; }
    .bus_spec .bd_title:after{width: 80%}
}

@media (max-width: 499px){
    .bus_spec  ul.tabs li{width: 50px; height: 50px; margin:0 1%!important}

}

/* 그 외 */
.business.bus_other .img_box{padding: 150px 0; width: 100%; background: url('/images/bus02.jpg') no-repeat; background-size: cover;}
.business.bus_other .img_box h4{color: #fff; font-size:48px; word-break: keep-all; text-align: center; text-shadow: 0 0 10px #000}
.business.bus_other .txt_list{width: 100%; margin-top: 30px; display: flex; flex-wrap: wrap;justify-content: center}
.business.bus_other .txt_list li{width: 24%;  border:1px solid #e5e5e5; display: flex;flex-direction: column;  align-items: center; font-size: 1.1em;margin:0.5% 0.5% }
.business.bus_other .txt_list li h5{color: #193b74;}
.business.bus_other .txt_list li .txt{text-align: center;padding: 20px;width: 100%; }
.business.bus_other .txt_list img{width: 100%;}

.business.bus_other .bus03 .img_box{;background: url('/images/bus03.jpg') no-repeat; background-size: cover;}
.business.bus_other .bus04 .img_box{;background: url('/images/bus04.jpg') no-repeat; background-size: cover;}

.business.bus_other .bus03 .txt_list li, .business.bus_other .bus04 .txt_list li{width: 32%;}

.business.bus_other .bd_title{margin-bottom: 0px!important}
.business.bus_other .bd_title:after{margin-bottom: 30px!important}


@media (max-width: 973px){
	.business.bus_other .img_box{padding: 100px 0; }
    .business.bus_other .img_box h4{font-size:36px; }
    .business.bus_other .txt_list{ }
    .business.bus_other .txt_list li{ font-size: 1em; width: 49%; }
    .business.bus_other .bus03 .txt_list li, .business.bus_other .bus04 .txt_list li{width: 49%;}
    .business.bus_other .txt_list li h5{}
}

@media (max-width: 729px){
    .business.bus_other .img_box{padding: 50px 0; }
    .business.bus_other .img_box h4{font-size:22px; }
    .business.bus_other .txt_list{ }
    
    .business.bus_other .txt_list li{ font-size: 1em;width: 100%; }
    .business.bus_other .txt_list li h5{}
    .business.bus_other .txt_list li .txt{padding: 15px; }
    .business.bus_other .bus03 .txt_list li, .business.bus_other .bus04 .txt_list li{width: 100%;}
}

.recruite h4{font-size: 1.8em;padding-bottom: 60px}
.recruite .ct_area{padding-bottom: 120px}
.recruite ul{width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap}
.recruite ul li{width: 49%; padding: 50px; border:1px solid #e5e5e5;margin-bottom: 20px; }
.recruite ul li h5{color:#193b74;padding-bottom: 15px;font-size: 1.2em}
.recruite .list li{width: 19%;text-align: center}
.recruite .txt_list li{width: 49%; }
.recruite a{font-size:1.4em;color:#193b74; margin-left: 30px }
.recruite .rcr_tel{display: flex;align-items: baseline;}

@media (max-width: 1199px){
    .recruite .list {justify-content: center;}
	.recruite .list li{width: 32%;margin: 0 0.5% 1%; text-align: center}
}

@media (max-width: 973px){
    .recruite h4{font-size: 1.6em;padding-bottom: 20px}
	.recruite ul li{padding: 30px; }
    .recruite a{font-size:1.2em; }
}

@media (max-width: 729px){
    .recruite .ct_area{padding-bottom: 30px}
    .recruite h4{font-size: 1.4em;padding-bottom: 20px}
	.recruite ul li{padding: 30px;width: 100%; margin-bottom: 10px}
    .recruite .txt_list li{width: 100%; }
    .recruite a{font-size:1.2em; }
    .recruite .list li{margin: 0 00% 1.5%;width: 100%; text-align: center}
}