@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@500&display=swap');
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-jp.css);
@import url(../../../../font/pretendard/pretendard.css);

@font-face {
    font-family: 'NEXON Lv1 Gothic OTF';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KorailRoundGothicBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/KorailRoundGothicBold.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard Black'), url('./woff2/Pretendard-Black.woff2') format('woff2'), url('./woff/Pretendard-Black.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'), url('./woff2/Pretendard-ExtraBold.woff2') format('woff2'), url('./woff/Pretendard-ExtraBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url('./woff2/Pretendard-Bold.woff2') format('woff2'), url('./woff/Pretendard-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url('./woff2/Pretendard-SemiBold.woff2') format('woff2'), url('./woff/Pretendard-SemiBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), url('./woff2/Pretendard-Medium.woff2') format('woff2'), url('./woff/Pretendard-Medium.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), url('./font/woff2/Pretendard-Regular.woff2') format('woff2'), url('./woff/Pretendard-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), url('./woff2/Pretendard-Light.woff2') format('woff2'), url('./woff/Pretendard-Light.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard ExtraLight'), url('./woff2/Pretendard-ExtraLight.woff2') format('woff2'), url('./woff/Pretendard-ExtraLight.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard Thin'), url('./woff2/Pretendard-Thin.woff2') format('woff2'), url('./woff/Pretendard-Thin.woff') format('woff');
}

@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 400;
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot');
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.ttf') format('truetype');
}

@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 700;
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot');
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.ttf') format('truetype')
}

@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 300;
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot');
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.ttf') format('truetype');
}

.nanumbarungothic * {
 font-family: 'NanumBarunGothic', sans-serif;
}



/* 초기화 */
html {overflow-y:scroll;height:100%;min-width:320px}
body {margin:0;padding:0;font-size:1em; font-family: 'Pretendard'; font-weight: 400; background:#fff;height:100%}
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; color: #343434; }

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}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-size:1em}
button {cursor:pointer}
input[type=text], input[type=password], input[type=submit], input[type=image], button {font-size:1em;-webkit-appearance:none}
textarea, select {font-size:1em; font-family: 'Pretendard';}
textarea {border-radius:0;-webkit-appearance:none}
select {margin:0;background:none}
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}
ul,li,dl,dt,dd{padding:0;margin:0}
ul{list-style:none;}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

 *:focus { outline:none; }

#wrap { position:relative; margin:0; padding:0; }


/* 팝업레이어 */ 
#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:1px solid #e9e9e9;background:#fff;}
.hd_pops img{max-width:100%;height:auto}
.hd_pops_con {}
.hd_pops_footer {padding:0;color:#fff;text-align:right; position: absolute; bottom: 5px; right: 0}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff; font-size: 12px}

/* 상단 레이아웃 */
#hd {position:relative;background:#333}
#hd:after {display:block;visibility:hidden;clear:both;content:""}
#hd_h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}

#logo {padding:10px 10px;height:50px;text-align:center}
#logo img{vertical-align:middle;max-height:100%;width:auto}

#gnb_open {position:absolute;top:10px;left:10px;padding:0 10px;height:45px;width:45px;border:0;background-size:70%;color:#fff;background:none; font-size: 18px;; z-index:11}
#gnb {display:none;background:#262626;position:fixed;top:0;left:0;z-index:99999;height:100%;overflow-y:auto;width:300px;
-webkit-box-shadow:0 0 5px  rgba(55,55,5,0.4);
-moz-box-shadow:0 0 5px  rgba(55,55,5,0.4);
box-shadow: 0 0 5px  rgba(55,55,5,0.4);}

#gnb a {display:block;}
.gnb_1dli{position:relative;line-height:40px;}
.gnb_1dli button{position:absolute;top:0;right:0;background:url;border:0;width:60px;height:60px;overflow:hidden;border:0;background:url(../img/mobile/gnb_bg.png) no-repeat 50% 50%;text-indent:-9999px}
.gnb_1dli button.btn_gnb_cl{background:url(../img/mobile/gnb_bg2.png) no-repeat 50% 50%}
.gnb_1da {padding:0 20px;border-bottom:1px solid #2d2d2d; text-decoration:none; font-size: 20px; color: #fff}
.gnb_1da:focus { outline:none; text-decoration:none}
.gnb_2dul {display:none; background:#fff}
.gnb_2da {border-bottom:1px dotted #f3f3f3;background:url(../img/mobile/btn_next.png) no-repeat 25px 10px;padding-left:50px; color: #000}
#gnb_close {display:block;margin:0;height:50px;width:100%;border:0;background:url(../img/mobile/btn_close.png) no-repeat right 50%  
#222222;background-size:25px;color:#fff;text-indent:-999999999px;overflow:hidden}

#gnb_empty {padding:20px 0;color:#fff;text-align:center;line-height:2em}
#gnb_empty a {display:inline;text-decoration:underline}

#hd_sch {text-align:center;padding:20px}
#hd_sch h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#hd_sch form {position:relative;padding-right:40px;}
#hd_sch #sch_stx {width:100%;height:45px;background:#464646;border:0;padding-left:10px;border-radius:3px 0 0 3px;color:#fff}
#hd_sch #sch_submit {position:absolute;top:0;right:0;width:40px;height:45px;;border:0;border-radius:0 3px 3px 0;cursor:pointer;color:#fff;background:#464646;font-size:1.25em}

#user_btn {position:absolute;top:10px;right:10px;padding:0 10px;height:30px;width:30px;border:0;;color:#fff;font-size:16px;background:none;letter-spacing:-0.1em}
#user_menu{display:none;position:fixed;top:0;right:0;height:100%;;overflow-y:auto;width:320px;z-index:9999;background:#fff;text-align:center;
-webkit-box-shadow:0 0 5px  rgba(55,55,5,0.4);
-moz-box-shadow:0 0 5px  rgba(55,55,5,0.4);
box-shadow: 0 0 5px  rgba(55,55,5,0.4);}
#user_close {display:block;margin:0;height:50px;width:100%;border:0;background:url(../img/mobile/btn_close.png) no-repeat right 50%  
#222;background-size:25px;color:#fff;text-indent:-999999999px;overflow:hidden}
#snb_cnt span{display:inline-block;padding: 0 7px;height:18px;line-height:18px;font-size:12px;background:#3ca1ff;border-radius:20px;color:#fff}

#hd_nb{margin:20px;}
#hd_nb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_nb li{width:50%;float:left;text-align:center;line-height:25px;font-size:1.083em;font-weight:bold}
#hd_nb li a{display:block;color:#717171;padding:20px 0}
#hd_nb li i{font-size:20px;}
#hd_nb .hd_nb1{border-right:1px solid #e2e5e7;border-bottom:1px solid #e2e5e7}
#hd_nb .hd_nb2{border-bottom:1px solid #e2e5e7}
#hd_nb .hd_nb3{border-right:1px solid #e2e5e7}

/* 텍스트 크기 조절 */
#text_size {margin:0 0 10px;text-align:center;display:inline-block;padding:7px 20px;background:#e6e7e9;border-radius:25px;height:48px;}
#text_size button {margin:0 5px;border:0;background:none;height:35px;width:35px;border-radius:50%}
#text_size button.select{background:#fff;border-bottom:1px solid #bbb;
-webkit-box-shadow:0 0 5px  rgba(100,80,100,0.2);
-moz-box-shadow:0 0 5px  rgba(100,100,100,0.2);
box-shadow: 0 0 5px  rgba(100,100,100,0.2);}
.ts_up {font-size:1.167em !important}
.ts_up2 {font-size:1.3em !important}

.logo_m { position:absolute; width:200px; height:auto; left:50%; top:28px; margin:0 0 0 -100px; z-index:10 }
.mainimage{width:100%; height:auto; position:relative; z-index:1;}
.maintext {width: 85%; height: auto; position: absolute; left: 50%; margin: 0 0 0 -43%; top: 50%;  z-index: 9}

.idx_text { width:90%; height:120px; position:absolute; top: 130px;  left: 50%;  margin:0 0 0 -45%;  z-index:1000 }
.idxtop { position:absolute; width:50px; height:50px; right:2px; top:2px; z-index:15    }
.idxlogin { width:90px; height:30px; line-height:30px; text-align:center; background:rgba(0,0,0,0.5); padding:1px; border:0px solid #ddd; border-radius:25px; margin-bottom:10px; font-size:11px; color:#FFF }
.idxlogin a { color:#FFF }
.facwrap { position:relative; width:100%; height: auto; background: url(../image/index/idx_fac.jpg) repeat-x center top }
.fac { width:100%; height:auto; margin:0 auto; position:relative }
.f_text  a { display:block;  width:160px; position:absolute; left:50%; top:110px;  margin: 0 0 0 -40px;  font-size:20px; font-weight:bold; color:#FFF  }

.ntable { width:100%; margin-top:0; border-collapse:collapse; text-align: center; }
.ntable td { padding:0; }
.ntable .t_head { background:#f5f5f5; font-weight:bold; font-family:'Nanum Gothic',sans-serif;font-size:13px; text-decoration: none; color:#141414; width:160px  }	

.mobile_live {display: block}
.pc_live {display: none}
	.live a {width: 80px; height: 80px; position: fixed; right: 2px; top: 100px;z-index: 6}	
	.live a:hover {opacity: 0.8}

.dropbtn_lang { display:block; position:absolute; right:5px; top:8px;
    background-color: #000;
    border: none; width:30px; height:30px;
    cursor: pointer; background:url(../image/index/btn_m01.png); background-size:30px 30px
}


.dropdown_lang{
    position:absolute; right:6px; width:46px; height:30px; z-index:10; text-align:center; top:6px
}

.dropdown-content {
    display: none;
    position: absolute; right:0px; top:40px;
    background: rgba(0,0,0,0.7); border-radius: 8px;
    z-index: 10;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

	.brclear { display: none}	

.gnbsub { font-size: 11px; color: #ccc; font-weight: 400; font-family: 'Poppins', sans-serif; }
.gnbsub a {font-size: 11px; color: #ccc; font-weight: 400; font-family: 'Poppins', sans-serif; }
.gnbsubtitle { color: #666;font-family: 'Poppins', sans-serif; }

:root {
   --vh: 100%;
}

.slider {
height: 100vh;
height: var(--vh);
	
}
.slider .swiper-slide { display: flex; align-items: center; justify-content: center; flex-direction: column; color: #fff; text-align: center; padding: 0 30px }	
.slider .bg1 {background: url("../image/index/mainbg01-m.jpg") no-repeat center / cover }
.slider .bg2 {background: url("../image/index/mainbg02.jpg") no-repeat center / cover }
.slider .bg3 {background: url("../image/index/mainbg03-m.jpg") no-repeat center / cover }
.slider .bg4 {background: url("../image/index/mainbg04.jpg") no-repeat center / cover }
.slider .swiper-slide .main_text01 { display: block; position: absolute; left: 50px; top:150px; margin: 0;  opacity: 0; font-family: 'Poppins', sans-serif; font-size: 30px; font-weight: 600; }	
.slider .swiper-slide .main_text02 { display: block; position: absolute; left: 50px; top:210px; margin: 0; opacity: 0;font-family: 'NEXON Lv1 Gothic OTF'; font-size: 30px; font-weight: 300; text-align: left}	
.slider .swiper-slide .main_text03 { display: block; position: absolute; left: 50px; top:310px; margin: 0; opacity: 0;font-family: 'NEXON Lv1 Gothic OTF'; font-size: 12px; font-weight: 300}		
.slider .swiper-slide.swiper-slide-active .main_text01 { animation: main 1s .2s both;}
.slider .swiper-slide.swiper-slide-active .main_text02 { animation: main 1s .5s both;}
.slider .swiper-slide.swiper-slide-active .main_text03 { animation: main 1s .8s both;}	
.slider .swiper-slide .main_text01_r { display: block; position: absolute; left: 50px; top:150px; margin: 0;  opacity: 0; font-family: 'Poppins', sans-serif; font-size: 40px; font-weight: 400; }	
.slider .swiper-slide .main_text02_r { display: block; position: absolute; left: 50px; top:210px; margin: 0; opacity: 0;font-family: 'NEXON Lv1 Gothic OTF'; font-size: 30px; font-weight: 300; text-align: left}	
.slider .swiper-slide .main_text03_r { display: block; position: absolute; left: 50px; top:280px; margin: 0; opacity: 0;font-family: 'NEXON Lv1 Gothic OTF'; font-size: 12px; font-weight: 300}		
.slider .swiper-slide.swiper-slide-active .main_text01_r { animation: main_r 1s .2s both;}
.slider .swiper-slide.swiper-slide-active .main_text02_r { animation: main_r 1s .5s both;}
.slider .swiper-slide.swiper-slide-active .main_text03_r { animation: main_r 1s .8s both;}		

.slider .swiper-slide span { opacity: 0; font-family: 'Poppins', sans-serif; font-size: 35px; font-weight: bold; margin: 0}	
.slider .swiper-slide p { opacity: 0;font-family: 'NEXON Lv1 Gothic OTF'; font-size: 22px; font-weight: 300}	
.slider .swiper-slide.swiper-slide-active div { animation: main 1s .2s both;}
.slider .swiper-slide.swiper-slide-active span { animation: main 1s .5s both;}
.slider .swiper-slide.swiper-slide-active p { animation: main 1s .8s both;}		

@keyframes main {
		0% {opacity: 0; transform: translateY(30px);}
		100% { opacity: 1; transform: translateY(0);}
	}

@keyframes main_r {
		0% {opacity: 0; transform: translateY(30px);}
		100% { opacity: 1; transform: translateY(0);}
	}


.pad { width: 100%; padding: 35px 15px 5px; position: relative}
	.mainprog { display: flex; width: 100%; height: auto; position: relative; margin: 20px auto 20px; overflow: hidden; padding: 15px; justify-content: space-between; flex-wrap: wrap}
	

	.mainprog01 { width: 48%; height: 200px; background: url("../image/index/dain_01.jpg") no-repeat; background-size: cover; position: relative;  border-radius: 10px; margin-bottom: 15px;  }
	.mainprog02 { width: 48%; height: 200px;  background: url("../image/index/dain_02.jpg") no-repeat; position: relative;  background-size: cover; border-radius: 10px; margin-bottom: 15px}	
	.mainprog03 { width: 48%; height: 200px;  background: url("../image/index/dain_03.jpg") no-repeat; position: relative; background-size: cover;  border-radius: 10px; }	
	.mainprog04 { width: 48%; height: 200px;  background: url("../image/index/dain_04.jpg") no-repeat; position: relative;  background-size: cover; border-radius: 10px;  }	
	.mainprog01:hover { opacity: 0.8; }
	.mainprog02:hover { opacity: 0.8; }
	.mainprog03:hover { opacity: 0.8; }
	.mainprog04:hover { opacity: 0.8; }
	
	.title01 { font-size: 16px; font-weight: 400; font-family: 'Pretendard'; color: #000;  }
	.title02 { font-size: 25px; font-weight: bold; font-family: 'Pretendard'; color: #000;  }
	
	.dain_title01 { font-size: 12px; font-weight: 400; font-family: 'Pretendard'; color: #000;  }
	.dain_title02 { font-size: 16px; font-weight: bold; font-family: 'Pretendard'; color: #000;  }
	.dain_title03 { font-size: 12px; font-weight: 400; font-family: 'Pretendard'; color: #000;  }
	.dain_title04 { font-size: 16px; font-weight: bold; font-family: 'Pretendard'; color: #000;  }	
	.dain_title01 {width: auto; height: auto; position: absolute; top: 20px; left: 12px; color: #fff}
	.dain_title02 {width: auto; height: auto; position: absolute; top: 36px; left: 12px; color: #fff}
	.dain_title03 {width: auto; height: auto; position: absolute; top: 20px; left: 12px; color: #fff}
	.dain_title04 {width: auto; height: auto; position: absolute; top: 36px; left: 12px; color: #fff}		
	
	.iconwrap { width: 100%; height: auto; position: relative; padding-top: 65px; overflow: hidden}	
	.iconcontentwrap {width: 100%; height: auto; margin: 0 auto; position: relative; padding: 0 15px}
	.iconcontent { display: flex; width: 100%; height: inherit; position: relative; margin: 30px auto 0; justify-content: space-between; flex-wrap: wrap}

	
	.infowrap { width: 100%; height: auto; position: relative; padding-top: 65px; overflow: hidden; margin-top: 50px; margin-bottom: 50px; padding: 0 15px}
	.info {  width: 100%; height: inherit; margin:  0 auto; position: relative}
	.info01 { width: 100%; height: inherit; float: none}
	.info02 { width: 100%; height: inherit; float: none; margin-left: 0}
	.info0201 { width: 100%;  background: url("../image/index/bann_bg01.jpg") repeat-x center top; background-size:cover; border-radius: 8px; padding: 25px; color: #fff; font-size:1.4em; font-family: 'Pretendard'; font-weight: bold; text-align: center}
	.info0202 { width: 100%;  background: url("../image/index/bann_bg02.jpg") repeat-x center top; background-size:cover; border-radius: 8px;padding: 25px; color: #fff; font-size: 1.4em; font-family: 'Pretendard'; font-weight: bold; text-align: center; margin-top: 10px}
	.info0203 { width: 100%;  background: url("../image/index/bann_bg03.jpg") repeat-x center top; background-size:cover; border-radius: 8px;padding: 25px; color: #fff; font-size: 1.4em; font-family: 'Pretendard'; font-weight: bold; text-align: center; margin-top: 10px}
	.info03 { width: 100%; height: auto; float: none; margin-left: 0; margin-top: 30px; padding: 35px 45px 65px; background: url("../image/index/cus_bg.jpg") no-repeat; border-radius: 8px; background-size: cover; overflow: hidden; }
	.info03 h1 { color: #fff; font-family: 'Pretendard'; font-weight: normal;  font-size: 25px;}
	.info03 p {color: #fff; font-family: 'Pretendard'; font-weight: normal;  font-size: 15px; word-break: keep-all; margin-top: 5px}
	.info03 .p2 {color: #2f2f2f; font-family: 'Pretendard'; font-weight: normal;  font-size: 15px; word-break: keep-all; margin-top: 5px}	
	.info03	.tel2 { color: #d17775; font-family: 'Pretendard'; font-weight: bold;  font-size: 32px; word-break: keep-all; margin-top: 75px}
	
	.idx_bannerwrap { width: 100%; height: auto; overflow: hidden; background: url("../image/index/idx_bg.jpg") no-repeat center top; background-size: cover; position: relative; margin: 50px 0}
	.idx_banner { width: 100%; height: auto; margin: 0 auto; position: relative; padding: 25px 15px}
	.idx_banner h3 {color: #fff; font-family: 'Pretendard'; font-weight: normal;  font-size: 13px; word-break: keep-all; }
	.idx_banner h1 {color: #fff; font-family: 'Pretendard'; font-weight: bold;  font-size: 20px; word-break: keep-all; }	
	.idx_banner span { color:#e0e80e }
	.idx_bannbox { width: 95%; height: auto; padding: 25px 40px; background: #5e8680; color: #fff; margin: 25px auto; border-radius: 15px }
	.idx_bannbox ul {display: flex; width: 100%; justify-content: space-between; flex-wrap: wrap }	
	.idx_bannbox ul li { width: calc(100% / 2); list-style-type: circle; padding: 3px 0}
	.idx_banner p { color: #fff; font-family: 'Pretendard'; font-weight: normal;  font-size: 16px; word-break: keep-all; margin-top: 15px; line-height: 24px}	

.none {display: block}

	
	.iconwrap { width: 100%; height: auto; position: relative; overflow: hidden}	
	.iconcontent { display: flex; width: 100%; height: inherit; position: relative; margin: 0 auto; justify-content: space-around; flex-wrap: wrap} 
	.icon_wr { text-align: center}
	.iconflex { width: 105px; text-align: center;  margin: 30px 30px; padding: 22px; background: #f4f4f4; border-radius: 50%}
	.icon_wr span a { display: block;   text-align: center; font-size: 16px; font-family: 'Pretendard'; font-weight: 600; color: #606060}	
	.iconflex:hover { opacity: 0.8}

	
    


    
    


.m_topbg { width: 100%; height: 400px; position: relative;  z-index: 1}

.show0 {display: block;}


	.photo_title a { display: block; width: 100%; text-align: center; font-size: 25px; font-weight: 600; color: #000;  margin-bottom: 30px}
	.photo_title h3 {font-size: 16px; color: #000; width: 100%; text-align: center; margin-top: 50px}

.subimgwrap { position:relative; width:100%; height:100%;  }
.subimg{width:100%; height:400px; position:relative;background:url(../image/sub/subimg.jpg) repeat center center / cover;  z-index:1;}

.s_text { width:80%; height:50%; position:absolute;   top: 50%;  left: 50%; margin:5% 0 0 -40%;  z-index:5 }
	.subtitle {width: 100%; height: auto; position: absolute; font-family: 'Pretendard-Regular'; text-align: center; font-size: 30px; color: #fff; top: 50%; transform: translateY(-50%); padding: 40px; word-break: keep-all; line-height: 32px; font-weight: bold}	

	.c_btn01 a {width: 50%; height: 35px; background: url("../image/index/c_btn01.jpg"); position: relative; float: left}
    .c_btn02 a {width: 50%; height: 35px; background: url("../image/index/c_btn02.jpg"); position: relative; float: left}

	.btn_quick {width: 100%; height: 50px; position:relative; text-align: center; margin-bottom: 30px}
	.btn_sns {width: 50px; height: 50px; padding: 0; margin-left: 10px; }	


	.aiowrap {width: 100%; height: auto; position: relative; }

.idxevent { width:100%; height:auto; float: none  }
.idxevent .eventtext {display:block; width:80px; position: relative; left:50%; margin:0 0 0 -40px;   font-size:18px; color:#000; font-weight:bold; padding:15px 0}
.idxtel { max-width:100%; height:auto; float:none;  }

.subhead01 { width:100%; height:auto; padding:40px 0; background:#f4eee2; position: relative}
.subhead01text { text-align:center; padding-bottom:15px; border-bottom: 0px solid #EDEBEB; padding-top: 30px }
.subhead01text h1 { color:#666; font-weight:bold; font-size:24px;  font-family: 'Pretendard'; text-decoration: underline; text-underline-offset : 15px; }

.sub01wrap { width:100%; height:auto; background:url(../image/sub/s0101_bg.jpg) center  top no-repeat; position:relative; word-break:keep-all}
.sub01 { color:#666; width:100%; text-align:center; line-height:20px; font-size:18px; padding: 20px  5px 5px; margin:0 auto; }
.sub01 .sub_b  { color:#cba56b; font-weight:bold;}
.sub01_s {  color:#686868; width:100%; text-align:center; line-height:20px; font-size:13px; padding:25px 5px 0; margin:0 auto; }

	
.c01 {width: 100%; height: 100%; position: relative;  }		
.c01 ul {width:100%;  }	
.c01 ul li {width: 100%; height:100%;   float: left; }
.c01 ul li a { color: #fff;}
.c01 ul li a:hover {color: #E08508; text-decoration: none}

.tailwrap { width:100%; height:auto; padding:30px 10px; position:relative; background:#323232; color:#f3f3f3;clear:both; font-size:14px; margin-top:0; border-top: 1px solid #333  }
.tail_in { width:100%; height:auto;   }
.tail_left { width:150px; height:auto; float:none; position:relative; margin: 0 auto}
.t_logo {width: 180px; text-align: center}
.tail_right { width:100%; height:auto; float:none; margin-top: 30px; color: #f3f3f3; font-size: 13px; line-height: 20px; padding: 20px;   }
.tail_right ul li {list-style-type: none}

.container {width: 100%; height: auto; min-height: 300px; position: relative; margin: 20px 0; padding: 0 15px}

.mobile_menu { display:block}
.pc_tail { display:none}
.pc_menu { display:none }
.pc_bizplan { display:none }

.quick {display: none}
.quick_m {display: block; text-align: center}

.ntable { width:100%; margin-top:2px; border-collapse:collapse; text-align: center; }
.ntable td { padding:0; }
.ntable .t_head { background:#f5f5f5; font-weight:bold; font-family:'Nanum Gothic',sans-serif;font-size:13px; text-decoration: none; color:#141414; width:160px  }	

.lang_m { display: block; width: 30px; height: 30px; position: absolute; right: 10px; top: 15px; z-index: 55 }




	
@media screen and (min-width: 1200px) {
.mobile_menu { display:none }
.pc_menu { display:block }
.pc_tail { display:block }
.m_tail { display:none }
.idxtop { position:absolute; width:100px; height:65px; right:50px; top:15px; z-index:100   }
.idxlogin { width:90px; height:30px; line-height:30px; text-align:center; background:rgba(0,0,0,0.5); padding:1px; border:0px solid #ddd; border-radius:25px; margin-bottom:10px; font-size:11px; color:#FFF }
.idxlogin a { color:#FFF }
.idx_text { position:absolute; max-width:944px; height:149px;   top: 50%;  left: 50%; margin:-125px 0 0 -472px;   z-index:1000 }
.facwrap { position:relative; width:100%; height: 620px; background: url(../image/index/idx_fac.jpg) repeat  center top }
.fac { width:1320px; height:auto; margin:0 auto; position:relative }
.f_text a { display:block;  width:160px; position:absolute; left:50%; top:100px;  margin: 0 0 0 -40px;  font-size:20px; font-weight:bold; color:#FFF  }
.idxroom { width:100%; height:auto; text-align: center ;position:relative;  margin: 130px 0 10px  }
.idxroom h1 {  font-size:35px; color: #333;  font-weight:700; text-align: center; font-family: 'Noto Sans SC', sans-serif;}
	.idxroom p { width: 100%;  font-size:16px; text-align: center }
.none {display: none}
	
.mobile_live {display: none}
.pc_live {display: block}
	.live a {width: 181px; height: 181px; position: fixed; right: 10px; top: 100px;z-index: 8}	
	.live a:hover {opacity: 0.8}
	.subpagewrap { width: 100%; height: 800px;  background: url("../image/sub/s_bg.png") repeat-x center top}
		
.subimgwrap { position:relative; width:100%; height:350px;  }
.s_text { position:absolute; max-width:470px; height:95;   top: 50%;  left: 50%; margin:0 0 0 -235px;   z-index:5 }
.subimg{width:100%; height:350px; position:relative; background:url(../image/sub/subimg.jpg) no-repeat center center / cover;  z-index:1;}
.subtitle {width: 100%; height: auto; position: absolute; text-align:center; top: 220px;  font-size: 32px; color: #fff;  font-family: 'NEXON Lv1 Gothic OTF'; font-weight: 400; line-height: 45px}		

.mainimage{width:100%; height:auto; position:relative; z-index:1;}
.maintext {width: 844px; height: 186px; position: absolute; left: 50%; margin: 0 0 0 -400px; top: 290px;  z-index: 9}
	
.slider {height: 100vh}
.slider .swiper-slide { display: flex; align-items: center; justify-content: flex-start; flex-direction: column; color: #fff; text-align: center; padding-top: 200px }	
.slider .bg1 {background: url("../image/index/mainbg01.jpg") no-repeat center / cover }
.slider .bg2 {background: url("../image/index/mainbg02.jpg") no-repeat center / cover }
.slider .bg3 {background: url("../image/index/mainbg03.jpg") no-repeat center / cover }
.slider .bg4 {background: url("../image/index/mainbg04.jpg") no-repeat center / cover }

.slider .swiper-slide .main_text01 { display: block; position: absolute; left: 100px; top:150px; margin: 0 0 0 0;  opacity: 0; font-family: 'Poppins', sans-serif; font-size: 40px; font-weight: 400; }	
.slider .swiper-slide .main_text02 { display: block; position: absolute; left: 100px; top:210px; margin: 0 0 0 0; opacity: 0;font-family: 'NEXON Lv1 Gothic OTF'; font-size: 30px; font-weight: 300; text-align: left}	
.slider .swiper-slide .main_text03 { display: block; position: absolute; left: 100px; top:280px; margin: 0 0 0 0; opacity: 0;font-family: 'NEXON Lv1 Gothic OTF'; font-size: 12px; font-weight: 300}		
.slider .swiper-slide.swiper-slide-active .main_text01 { animation: main 1s .2s both;}
.slider .swiper-slide.swiper-slide-active .main_text02 { animation: main 1s .5s both;}
.slider .swiper-slide.swiper-slide-active .main_text03 { animation: main 1s .8s both;}	
.slider .swiper-slide .main_text01_r { display: block; position: absolute; left: 50%; top:150px; margin: 0 0 0 395px;  opacity: 0; font-family: 'Poppins', sans-serif; font-size: 40px; font-weight: 400; }	
.slider .swiper-slide .main_text02_r { display: block; position: absolute; left: 50%; top:210px; margin: 0 0 0 400px; opacity: 0;font-family: 'NEXON Lv1 Gothic OTF'; font-size: 30px; font-weight: 300; text-align: left}	
.slider .swiper-slide .main_text03_r { display: block; position: absolute; left: 50%; top:280px; margin: 0 0 0 400px; opacity: 0;font-family: 'NEXON Lv1 Gothic OTF'; font-size: 12px; font-weight: 300}		
.slider .swiper-slide.swiper-slide-active .main_text01_r { animation: main_r 1s .2s both;}
.slider .swiper-slide.swiper-slide-active .main_text02_r { animation: main_r 1s .5s both;}
.slider .swiper-slide.swiper-slide-active .main_text03_r { animation: main_r 1s .8s both;}		


.slider .swiper-slide span { opacity: 0; font-family: 'Poppins', sans-serif; font-size: 55px; font-weight: bold; margin: 20px}	
.slider .swiper-slide p { opacity: 0;font-family: 'NEXON Lv1 Gothic OTF'; font-size: 30px; font-weight: 300}	
.slider .swiper-slide.swiper-slide-active div { animation: main 1s .2s both;}
.slider .swiper-slide.swiper-slide-active span { animation: main 1s .5s both;}
.slider .swiper-slide.swiper-slide-active p { animation: main 1s .8s both;}		
	
@keyframes main {
		0% {opacity: 0; transform: translateY(30px);}
		100% { opacity: 1; transform: translateY(0);}
	}
	
@keyframes main_r {
		0% {opacity: 0; transform: translateY(30px);}
		100% { opacity: 1; transform: translateY(0);}
	}
	

	.pad { width: 1200px; margin: 80px auto 0; padding:0; position: relative}
	.mainprog { width: 1200px; height: 760px; position: relative; margin: 30px auto 80px}
	

	.mainprog01 { width: 340px; height: 340px; background: url("../image/index/dain_01.jpg") no-repeat; position: absolute; top: 420px; left: 0; border-radius: 10px}
	.mainprog02 { width: 340px; height: 340px; background: url("../image/index/dain_02.jpg") no-repeat; position: absolute; top: 250px; left: 370px; border-radius: 10px}	
	.mainprog03 { width: 340px; height: 340px; background: url("../image/index/dain_03.jpg") no-repeat; position: absolute; top: 50px; left: 760px; border-radius: 10px}	
	.mainprog04 { width: 340px; height: 340px; background: url("../image/index/dain_04.jpg") no-repeat; position: absolute; top: 420px; left: 760px; border-radius: 10px}
	.mainprog01:hover { opacity: 0.8; }
	.mainprog02:hover { opacity: 0.8; }
	.mainprog03:hover { opacity: 0.8; }
	.mainprog04:hover { opacity: 0.8; }
	
	.title01 { font-size: 16px; font-weight: 400; font-family: 'Pretendard'; color: #000;  }
	.title02 { font-size: 25px; font-weight: bold; font-family: 'Pretendard'; color: #000;  }
    .title02 a { color: #000}	
    
	.dain_title01 { font-size: 16px; font-weight: 400; font-family: 'Pretendard'; color: #000;  }
	.dain_title02 { font-size: 25px; font-weight: bold; font-family: 'Pretendard'; color: #000;  }
	.dain_title03 { font-size: 16px; font-weight: 400; font-family: 'Pretendard'; color: #000;  }
	.dain_title04 { font-size: 25px; font-weight: bold; font-family: 'Pretendard'; color: #000;  }	
	.dain_title01 {width: auto; height: auto; position: absolute; top: 40px; right: 40px; left: 40px;  color: #fff}
	.dain_title02 {width: auto; height: auto; position: absolute; top: 63px; right: 40px; left: 40px; color: #fff}
	.dain_title03 {width: auto; height: auto; position: absolute; top: 240px; left: 40px; color: #fff}
	.dain_title04 {width: auto; height: auto; position: absolute; top: 263px; left: 40px; color: #fff}		
	
	.iconwrap { width: 100%; height: auto; position: relative; padding-top: 65px; overflow: hidden}	
	.iconcontentwrap {width: 1200px; height: auto; margin: 0 auto; position: relative}
	.iconcontent { display: flex; width: 1200px; height: inherit; position: relative; margin: 30px auto 0; justify-content: space-between; flex-wrap: wrap}
	.icon_wr { text-align: center}
	.iconflex { width: 150px; text-align: center;  margin: 30px 30px; padding: 37px; background: #f4f4f4; border-radius: 50%}
	.icon_wr span a { display: block;   text-align: center; font-size: 16px; font-family: 'Pretendard'; font-weight: 600; color: #606060}	
	.iconflex:hover { opacity: 0.8}
	
	
	
	.infowrap { width: 100%; height: auto; position: relative; padding-top: 65px; overflow: hidden; margin-top: 50px; margin-bottom: 50px}
	.info {  width: 1200px; height: inherit; margin:  0 auto; position: relative}
	.info01 { width: 340px; height: inherit; float: left}
	.info02 { width: 340px; height: inherit; float: left; margin-left: 60px}
	.info0201 { width: 100%; height: 100px; background: url("../image/index/infobann01.png"); padding: 37px 0 0 62px; color: #fff; font-size: 25px; font-family: 'Pretendard'; font-weight: bold; text-align: left}
	.info0202 { width: 100%; height: 100px; background: url("../image/index/infobann02.png"); padding: 37px 0 0 88px; color: #fff; font-size: 25px; font-family: 'Pretendard'; font-weight: bold; margin-top: 20px;  text-align: left}
	.info0203 { width: 100%; height: 100px; background: url("../image/index/infobann03.png"); padding: 37px 0 0 37px; color: #fff; font-size: 25px; font-family: 'Pretendard'; font-weight: bold; margin-top: 20px; text-align: left}
	.info03 { width: 360px; height: 340px; float: left; margin-left: 60px; margin-top: 0; padding: 45px; background: url("../image/index/infobann04.png") no-repeat}
	.info03 h1 { color: #fff; font-family: 'Pretendard'; font-weight: normal;  font-size: 25px;}
	.info03 p {color: #fff; font-family: 'Pretendard'; font-weight: normal;  font-size: 15px; word-break: keep-all; margin-top: 5px}
	.info03 .p2 {color: #2f2f2f; font-family: 'Pretendard'; font-weight: normal;  font-size: 15px; word-break: keep-all; margin-top: 5px}	
	.info03	.tel2 { color: #d17775; font-family: 'Pretendard'; font-weight: bold;  font-size: 32px; word-break: keep-all; margin-top: 75px}
	
	.idx_bannerwrap { width: 100%; height: auto; overflow: hidden; background: url("../image/index/idx_bg.jpg") no-repeat center top; position: relative; margin: 50px 0}
	.idx_banner { width: 1200px; height: auto; margin: 0 auto; position: relative; padding: 55px 0}
	.idx_banner h3 {color: #fff; font-family: 'Pretendard'; font-weight: normal;  font-size: 16px; word-break: keep-all; }
	.idx_banner h1 {color: #fff; font-family: 'Pretendard'; font-weight: bold;  font-size: 30px; word-break: keep-all; }	
	.idx_banner span { color:#e0e80e }
	.idx_bannbox { width: 380px; height: auto; padding: 25px 40px; background: #5e8680; color: #fff; margin: 25px 0 0 0; border-radius: 15px }
	.idx_bannbox ul {display: flex; width: 100%; justify-content: space-between; flex-wrap: wrap }	
	.idx_bannbox ul li { width: calc(100% / 2); list-style-type: circle; padding: 3px 0}
	.idx_banner p { color: #fff; font-family: 'Pretendard'; font-weight: normal;  font-size: 16px; word-break: keep-all; margin-top: 15px; line-height: 24px}	
	
	.photo_title a { display: block; width: 100%; text-align: center; font-size: 35px; font-weight: 600; color: #000;  margin-bottom: 30px}
	.photo_title h3 {font-size: 16px; color: #000; width: 100%; text-align: center;}	
	
	.bbswrap { width: 100%; height: 460px; position: relative; margin-top: 80px}
	.bbs01 {width: 50%; height: inherit; position: relative; float: left; background: #f7f7f7}
	.bbs02 {width: 50%; height: inherit; position: relative; float: left; background: #f3f3f3}
	.bbsinner01 {width: 600px; height: inherit; position: absolute; right: 0; top: 0; padding-top: 90px; text-align: center  }
	.bbsinner02 {width: 600px; height: inherit; position: absolute; left: 0; top: 0; padding-top: 90px; text-align: center  }
	.bbsinner01 h1 { font-size: 40px; font-weight: 900; font-family: 'Pretendard'; color: #000; text-align: center; padding-top:80px}	
	.bbsinner01 h3 { font-size: 18px; font-weight: 400; font-family: 'Pretendard'; color: #959595; text-align: center; padding-top:20px}	
	.bbsinner02 h1 { font-size: 40px; font-weight: 900; font-family: 'Pretendard'; color: #1e3f9b; text-align: center; padding-top:80px}	
	.bbsinner02 h3 { font-size: 18px; font-weight: 400; font-family: 'Pretendard'; color: #959595; text-align: center; padding-top:20px}	
	
	
	.rndwrap {width: 100%; height: 430px; position: relative}	
	.rnd {width: 1200px; height: inherit; position: relative; padding-left: 50px; padding-top: 80px; margin: 0 auto; background: url("../image/index/rnd_bg.jpg") no-repeat}
	.rnd_content {width: 500px; height: 280px; position: relative}
	.title_main { font-size: 35px; font-weight: bold; font-family: 'Pretendard-Regular';}
	.rnd_p {  font-size: 20px; font-weight: 300; margin-top: 40px; font-family: 'Pretendard-Regular';}
	.btn_main { width: 240px; height: 70px; font-size: 16px; border-bottom: 1px solid #e3e3e3; border-left: 1px solid #e3e3e3; border-right: 1px solid #e3e3e3; border-top: 2px solid #030303; line-height: 70px; text-align: left; text-indent: 40px; background: url("../image/index/btn_arrow_bg.png") no-repeat 160px center}
	.btn_main a {display: block}
	.btn_main a:hover { color: olivedrab;  }	
	.rnd01{position: absolute; left: 55px; top: 280px; }
	.rnd02{position: absolute; left: 310px; top: 280px; }
	
	.genwrap {width: 100%; height: 460px; position: relative}	
	.gen {width: 1200px; height: inherit; position: relative; padding-left: 50px; padding-top: 90px; margin: 0 auto; background: url("../image/index/gen_bg.jpg") no-repeat}
	.gencontent {width: 500px; height: 280px; position: absolute; right: 0}
	.gen_p {  font-size: 20px; font-weight: 300; margin-top: 40px; font-family: 'Pretendard-Regular';}
	.gen_p span { margin-left: 10px; font-family: 'Pretendard-Regular'; }	
	.gen01{position: absolute; left: 0; top: 240px; }
	.gen02{position: absolute; left: 260px; top: 240px; }	
	
	.bbsinfowrap {width: 100%; height: 350px; position: relative; margin-bottom: 80px}
	.bbsinfo { width: 1200px; height: inherit; margin: 0 auto; position: relative}
	.bbsinfo_left { width: 620px; height: inherit; float: left; padding-top: 70px; padding-left: 0; padding-right: 0}
	.bbsinfo_right {width: 580px; height: inherit; float: left; padding-left: 75px; padding-top: 70px}	
	.bbs_01 { float: left; margin-left: 0; margin-top: 50px;  width: 198px; height: 198px; border: 1px solid #e3e3e3; text-align: center; padding-top: 50px  }
	.bbs_02 { float: left; margin-left: 10px;  margin-top: 50px;  width: 198px; height: 198px; border: 1px solid #e3e3e3; text-align: center; padding-top: 50px }
	.bbs_03	{ float: left; margin-left: 10px;  margin-top: 50px; width: 198px; height: 198px; border: 1px solid #e3e3e3; text-align: center; padding-top: 50px }
	
.quick_m {display: none}
	
.quick {display: block; width: 50px; height: 559px; position: fixed; right: 0; top: 500px; z-index: 1000111}	
	
	.lang_se a {display: block; position: absolute; right: 50px; top: 30px; width: auto; padding: 8px 20px; background: #f82c1b; border-radius: 18px;font-family: 'Pretendard-Regular'; color: #fff; z-index: 999}
	.lang_se a:hover {background: rgba(0,0,0,0.8)}
	
.header { /*2015-11-11 header속성 수정*/
	position:absolute ; 
	z-index:999;
	width:100%;
	height:100px; 
	}
	.header:hover {background:rgba(0,0,0,0.7); transition: all ease 1.5s 0s}
		
	


.head_inner {
	position:relative;
	width:100%; height:100px;
	border-bottom: 1px solid #fff;
	/* height:285px;*/
	margin:0 auto ;
}

	
	
	.head_inner .logo {
		display: block; position:absolute; width: 293px; height: 50px; background: url("../image/index/logo.png") no-repeat 0 0;
		left:50px;top:29px;
		font-size:0;
	}
		.head_inner .logo img {width:100%;}



	


.header.down {
	position:fixed; top:0px; left:0; transition: all ease 1.5s 0s;
	min-width:1000px;
	background:rgba(255,255,255,1); z-index:99; color:#000; 	border-bottom:#f3f3f3 solid 1px; 	
}


.header.down .head_inner .logo {display: block; width:293px; height: 50px; background: url("../image/index/logo.png") no-repeat 0 -50px; }

/* GNB */
.gnb {
	width:1280px;
	position:absolute; left: 50%; top: 0; margin: 0 0 0 -350px; 

}
	.gnb:hover {color: #000}
.gnb-list {
	overflow:hidden; width:100%;
	position:absolute;
	left:0;top:0;
	z-index:999;   list-style:none
}

.gnb-item {
	float:left; 	
}
	.gnb-item:hover {color: #000}
	.gnb-item .title {
		display:block; 
		height:100px;
		padding:0 30px 10px;
		color:#fff ;
		font-size:18px;
		font-family: 'Pretendard', sans-serif; text-decoration:none; font-weight: bold;
		line-height:100px; text-align:center;   
	}
	
	.gnb-depth2 span { line-height: 12px}
	
	.header.down .gnb-item .title {color: #000}

	.gnb-item:hover .title span {
		display:block; 		height:100px;
		border-bottom:0 solid #006fbd;
	}
	.gnb-item .gnb-depth2 {
		display:none; height: 250px; 
		 list-style:none

	}
		.gnb-item .gnb-depth2 li {width: auto}
		.gnb-item .gnb-depth2 li a {
			display:block; padding:3px 0;
						color:#fff;font-family: 'Pretendard', sans-serif;font-size:13px; text-decoration:none; left:30px;  top:10px; position:relative; 
		}
		.gnb-item .gnb-depth2 li a:hover, .gnb-item .gnb-depth2 li a.active {
			color:#ffb75a ;
			text-decoration:none;
		}

.gnb-add {
	display:none;
	position:absolute;
	left:0;right:0;top:99px;
	height:250px; width:100%;
	border-bottom:1px solid #006fbd ; 
	background:rgba(0,0,0,0.7) ; z-index:9
}
.gnb_img { width:203px; height:250px; position:absolute; left:50%; top:0; margin:0 0 0 -550px }	

	.brclear { display: block}	
    
.nsubmenuwrapall {width:100%; height:90px;  position:absolute; bottom: 0; border-top: #616161 solid 1px; z-index: 99  }
.nsubmenu { width:550px;  position:absolute; left: 50%; bottom: 0; margin: 0 0 0 0;}
.nsubmenuwrap { position: relative; height:90px; }
.nsubmenuwrap ul { margin:0; padding:0  }
.ngnbmenu { display:block; width:220px; height:90px; float:left; line-height:90px; text-align:left; margin-right:-1px; position:relative;}
.ngnbmenu ul { padding:0;}

.gr_path { width:auto; height:90px; }
.bo_path { width:auto; height:90px }
.i_home { width:110px; float:left; float:left;  text-align:center;  height:90px; line-height:90px; text-align:center; font-size:18px;}
.i_home a { color:#fff; display:block; text-align:center;border-left:solid 1px #616161;   }


#gr_path {  width:100%; position:absolute; left:0; top:90px;  z-index:999999; box-sizing:border-box;border-right:solid 1px #616161; border-left:solid 1px #616161;border-bottom:solid 1px #616161}
#bo_path {  width:100%; position:absolute; left:0; top:90px; z-index:90;  box-sizing:border-box;border-right:solid 1px #616161; border-left:solid 1px #616161;border-bottom:solid 1px #616161}

.nsubmenuwrap li.ngnbmenu {  }
.nsubmenuwrap li.ngnbmenu > a {display:block;  width:100%; padding-left:25px;  font-size:15px; color:#fff;  font-weight:700; position:relative; z-index:3;  box-sizing:border-box; text-decoration:none; cursor:pointer;border-left:solid 1px #616161; margin-left: -1px }
.i_icon { position:absolute; height:89px; width: auto; right:10px; top:0; line-height:89px;  text-align:center; padding-left:10px; padding-top:39px }
.nsubmenuwrap li.ngnbmenu:last-child > a  { display:block;  width:100%; top:1px; height:89px;  padding-left:25px; font-size:15px; font-weight:700; position:relative; z-index:3;  box-sizing:border-box; text-decoration:none; cursor:pointer; color:#FFF;  border-right:solid 1px #616161}

.de_menu {background:#efefef; display:none; border:solid 1px #fefefe;z-index: 999999999; position: absolute}
.de_menu li { height:50px; line-height:50px;border-bottom:solid 1px #fefefe; list-style: none; color:#333}
.de_menu li:last-child {border-bottom:solid 0px #fefefe;}
.de_menu li:hover { background:#fff; list-style-type:none }
.de_menu li a { display:block; color:#333; font-size:14px; padding:0 ; text-indent:25px; box-sizing:border-box;text-decoration:none}
.de_menu li a:hover { color:#333 ;text-decoration:none}

    
    
    	
	
	
	.customer {width: 1200px; height: 140px; margin: 30px auto 0; position: relative; background: url("../image/index/customer.jpg") no-repeat center top}	
	.c_btn01 a {width: 210px; height: 50px; background: url("../image/index/c_btn01.jpg"); position: absolute; left: 690px; top: 40px; z-index: 99}
	.c_btn01 a:hover {opacity: 0.8}
    .c_btn02 a {width: 210px; height: 50px; background: url("../image/index/c_btn02.jpg"); position: absolute; left: 930px; top: 40px; z-index: 99}
	.c_btn02 a:hover {opacity: 0.8}	
	
	.bizplan{width: 100%; height: 880px; position: relative; background: url("../image/index/bizplan_bg.jpg")no-repeat center top}
	.biz {width: 1200px; height: 880px; margin: 0 auto; position: relative}

.biz_title { width:100%; height:auto; text-align: center;  position:relative;  padding: 100px 0 10px  }
.biz_title h1 {  font-size:35px; color: #333;  font-weight:700; text-align: center; font-family: 'Noto Sans SC', sans-serif;}
.biz_title h3 {  font-size:18px; color: #333; text-align: center; font-family: 'Noto Sans SC', sans-serif; line-height: 30px}	
.biz_title p { width: 100%;  font-size:16px; text-align: center }	
	
	.btn_quick {width: 50px; height: auto; position: fixed; bottom: 60px; right: 20px; z-index: 99}
	.btn_sns {width: 50px; height: 50px; padding: 0; margin-bottom: 10px; }	
	
.subhead01 { width:100%; height:auto; padding:60px 0 25px; background:#f4eee2; position: relative }
.subhead01text { text-align:center; padding-bottom:15px; padding-top: 50px}
.subhead01text h1 { color:#666; font-weight:bold; font-size:36px; font-family: 'Pretendard'; text-decoration: underline; text-underline-offset : 15px;}

	
.sub01wrap { width:100%; height:760px; background:url(../image/sub/s0101_bg.jpg) center  top no-repeat; position:relative}
.sub01 { color:#666; width:1100px; text-align:center; line-height:60px; font-size:36px; padding-top: 70px; margin:0 auto}
.sub01 .sub_b  { color:#cba56b; }
.sub01_s {  color:#686868; width:1100px; text-align:center; line-height:25px; font-size:15px; padding-top: 75px; margin:0 auto}

	
.idxevent { display: block; width:400px; height:auto; float:left; position:relative   }
.idxevent .eventtext {display:block; width:80px; position:absolute; left:40px; top:-70px; font-size:34px; color:#000; font-weight:bold}
.idxtel { max-width:622px; height:auto; float:left; margin-left:478px }

	.aiowrap {width: 100%; height: 500px; position: relative; background: url("../image/index/info_aio.jpg") no-repeat center top}
	

	
.c01 {width: 1200px; height: 200px; position: absolute; left: 50%; bottom: 0; margin: 0 0 0 -600px; z-index: 999 }		
.c01 ul {width:1200px;  margin: 0 auto}		
.c01 ul li {width: 200px; height: 200px;  float: left; }
	

.gnbsub { font-size: 16px; color: #ccc; font-weight: 600; font-family: 'Poppins', sans-serif; }
.gnbsub a {font-size: 16px; color: #ccc; font-weight: 600; font-family: 'Poppins', sans-serif; }
.gnbsubtitle { color: #666;font-family: 'Poppins', sans-serif; }

.tailwrap { width:100%; height:280px; padding:30px 0; position:relative; background:#323232; color:#f3f3f3; clear:both; font-size:14px; margin-top:0;  }
.tail_in { width:1200px; height:auto; margin:0 auto;  }
.tail_left { width:182px; height:auto; float:left; position:relative}
.t_logo {width: 180px; }
.tail_right { width:900px; height:auto; float:left; margin-left: 50px; margin-top: 0;color: #f3f3f3; font-size: 14px; line-height: 25px ; padding: 0 }

.container {width: 1200px; height: auto; min-height: 500px; position: relative; margin: 30px auto; padding: 0 20px}

.container_bbs {width: 1200px; height: auto; min-height: 500px; position: relative; margin: 30px auto; padding: 0 20px}	
	
.mobile_bizplan{ display:none }	
.pc_bizplan{ display:block }	
	
}

.go-top{
	display:block;
	width:55px;
	height:35px;
	line-height:35px;
	text-align:center;
	font-size:14px;
	position:fixed;
	bottom:-40px;
	right:20px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
	background-color:#737373;
	color:#FFFFFF;
	text-decoration:none;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	font-family:'Nanum Gothic', sans-serif; z-index:99999  
	
	
}

.go-top.show{
	bottom:20px;
}

.go-top:hover{
	background-color:#000;
	color:#FFFFFF;
	text-decoration:none;
}


/* 중간 레이아웃 */
#wrapper {position: relative}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#container {position:relative;min-height:300px}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {font-size:1.2em;font-weight:bold;height:50px;padding:10px;line-height:30px;background:#fff;color:#333;
-webkit-box-shadow: 0 0 5px rgba(55,55,5,0.4);
-moz-box-shadow: 0 0 5px rgba(55,55,5,0.4);
box-shadow: 0 0 5px rgba(55,55,5,0.4);
}



.top{position:relative}
.btn_top{position:absolute;top:0px;right:0px;z-index:999;padding:10px;}
.btn_top li{display:inline-block}
.btn_top a,.btn_top .btn_submit{line-height:30px;padding: 0 10px;border-radius:3px}
.btn_top .btn_cancel,.btn_top .btn_b01{border:1px solid #aaa;background:none;color:#666;line-height:28px;background:#fff}
.fixed{position:fixed;top:0;right:0;z-index:999;}
#container_title.fixed{width:100%;}

/* 하단 레이아웃 */




#top_btn {position:fixed;bottom:10px;right:10px;width:40px;height:40px;line-height:36px;border:2px solid #333;background:rgba(255,255,255,0.6);color:#333;text-align:center;font-size:15px;z-index:99}
#device_change {display:block;line-height:40px;border:1px solid #3a3a3a;border-radius:2em;color:#777;font-size:1em;text-decoration:none;text-align:center}

/* 게시물 선택복사 선택이동 */
#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:30px;line-height:30px;border-radius:3px}
a.btn01 {display:inline-block;background:#ddd;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 {border:0;background:#eeb00a;color:#fff;cursor:pointer;border-radius:3px; padding: 15px}
fieldset .btn_submit {}
a.btn_cancel {display:inline-block;background:#ddd;color:#444;text-decoration:none;vertical-align:middle; padding: 15px}
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:#4c4f6f;color:#fff;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {}
a.btn_b02 ,.btn_b02{display:inline-block;background:#ff506a;color:#fff;text-decoration:none;vertical-align:middle;border:0}
a.btn_b02:hover, .btn_b02:hover {}
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:#e8180c;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {}

/* 기본테이블 */
.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;margin:10px 0;padding:10px 15px;border-bottom:1px solid #ccc;}

/* 기본폼 */
.form_01{margin:10px}
.form_01 .write_div{margin:5px 0;position:relative}
.form_01 li{margin:5px 0;position:relative;list-style:none}
.form_01 textarea, .frm_input {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;}
.form_01 textarea {width:100%;height:100px}
.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;background: #4162ff;color: #fff;}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win_con{margin:10px}

.new_win .win_ul {margin:10px}
.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;border-radius:3px;margin:10px 0}
.new_win .win_btn .btn_submit {width:100%;height:40px;line-height:40px;border-radius:3px;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:400;}
.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:10px 0;text-align:center}
.pg {display:inline-block}
.pg_page, .pg_current {display:inline-block;padding:0 10px;height:30px;color:#000;line-height:28px;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {background:#fff;border:1px solid #d4d4d4;border-radius:3px}
.pg_start {background:url(../img/btn_first.gif) no-repeat 50% 50% #fff;width:30px;height:30px ;text-indent:-999px;overflow:hidden}
.pg_prev {background:url(../img/btn_prev.gif) no-repeat 50% 50% #fff;width:30px;height:30px ;text-indent:-999px;overflow:hidden}
.pg_next {background:url(../img/btn_next.gif) no-repeat 50% 50% #fff;width:30px;height:30px ;text-indent:-999px;overflow:hidden}
.pg_end {background:url(../img/btn_end.gif) no-repeat 50% 50% #fff;width:30px;height:30px ;text-indent:-999px;overflow:hidden}
.pg_current {display:inline-block;background:#4c4f6f;color:#fff;font-weight:normal;border-radius:3px;line-height:30px;}


