
@charset "utf-8";
@import url('font.css'); 
@import url('print.css'); 
@import url('content.css'); 
@import url('content2.css'); 
body {letter-spacing:-0.035em;}

/* 초기화 */
html {overflow-y:scroll;height:100%;min-width:320px}
body {margin:0;padding:0;font-size:17px;height:100%;font-family: 'Pretendard', AppleSDGothicNeo-Regular,'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:'Pretendard', AppleSDGothicNeo-Regular,'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:'Pretendard', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
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;
}


.dots-container { position: absolute; left:0; top:0; right:0; bottom:0; pointer-events: none; z-index: 9999; overflow:hidden; }
.dots-container .dot {position: absolute;top: 0%;background: rgba(255, 255, 255, 1); /* 투명한 흰색 */border-radius: 50%;animation-name: fall, sway;animation-timing-function: linear, ease-in-out;animation-iteration-count: infinite, infinite;opacity: 0.7; color:transparent; opacity:0;
}
.dots-container .dot:nth-child(1) {width: 11px; height: 11px;left: 5%;animation-duration: 15s, 4s;animation-delay: 0s, 0s;}
.dots-container .dot:nth-child(2) {width: 16px; height: 16px;left: 15%;animation-duration: 20s, 5s;animation-delay: 3s, 1s;}
.dots-container .dot:nth-child(3) { width: 9px; height: 9px; left: 25%; animation-duration: 12s, 3.5s; animation-delay: 6s, 0.5s;}
.dots-container .dot:nth-child(4) { width: 15px; height: 15px; left: 40%; animation-duration: 18s, 4.5s; animation-delay: 2s, 1.5s;}
.dots-container .dot:nth-child(5) { width: 8px; height: 8px; left: 55%; animation-duration: 22s, 5s; animation-delay: 4s, 0.2s;}
.dots-container .dot:nth-child(6) { width: 13px; height: 13px; left: 70%; animation-duration: 14s, 3.7s; animation-delay: 7s, 1.7s;}
.dots-container .dot:nth-child(7) { width: 9px; height: 9px; left: 80%; animation-duration: 16s, 4.2s; animation-delay: 1s, 1s;}
.dots-container .dot:nth-child(8) { width: 16px; height: 16px; left: 90%; animation-duration: 19s, 4.8s; animation-delay: 5s, 1.2s;}
.dots-container .dot:nth-child(9) { width: 13px; height: 13px; left: 50%; animation-duration: 13s, 3.9s; animation-delay: 8s, 0.7s;}
.dots-container .dot:nth-child(10) { width: 12px; height: 12px; left: 35%; animation-duration: 21s, 5.1s; animation-delay: 6s, 1.4s;}
@keyframes fall {
  0% { top: -10%; opacity: 1;}
  70% { opacity: .25; }
  100% { top: 90%; opacity:0; }
}

@keyframes sway {
  0%, 100% { transform: translateX(0);}
  50% { transform: translateX(35px);}
}
/*
.cus_wrap {position:fixed; left:0; top:0; bottom:0; right:0; background:rgba(255,255,255,0.9); backdrop-filter:blur(10px); z-index:11111111111111; display:flex; justify-content: center;    transition: 0.3s;visibility: hidden; opacity:0; overflow-x:hidden; overflow-y:auto; padding-top:40px;}
.cus_wrap.on { visibility:visible; opacity:1;}*/
.cus_wrap {border:1px solid #ddd; padding:80px 60px; }

.cus_wrap .cus_inr {max-width:800px; position:relative; margin:0 auto;}
.cus_wrap .cus_inr .top {position:relative; padding-left:100px; padding-top:6px;  min-height:80px; margin-bottom:24px;}
.cus_wrap .cus_inr .top i {font-size:34px; display:block; width:80px; height:80px; position:absolute; left:0; top:0; color:#fff; background:#222; border-radius:175px; text-align:center; line-height:80px;}
.cus_wrap .cus_inr .top h2 {font-size:32px; color:#000; margin-bottom:10px; line-height:1.2; }
.cus_wrap .cus_inr .top p {  color:#000; opacity:.7;}
.cus_wrap .cus_inr .box:first-child {margin-bottom:10px;}
.cus_wrap .cus_inr .box label {margin-right:25px; margin-bottom:6px; display:flex; align-items:center; color:#000; font-size:17px;}
.cus_wrap .cus_inr .box label input {margin-right:6px; width:20px; height:20px; background:none;}
.cus_wrap .cus_inr .box {margin:10px 0; display:flex;}
.cus_wrap .cus_inr .box span {width:2%; display:inline-block; line-height:50px; text-align:center; color:#000;}
.cus_wrap .cus_inr .box.n2 select {width:25%;}
.cus_wrap .cus_inr .box.n2 input {width:36%;}
.cus_wrap .cus_inr .box.n3 input {width:50%;}
.cus_wrap .cus_inr .box.n3 span {width:3%;}
.cus_wrap .cus_inr select , .cus_wrap .cus_inr input {border:1px solid rgba(0,0,0,0.3); background:none; height:48px; color:#000; font-size:17px; padding-left:12px; border-radius:4px; background:#fff;}
.cus_wrap .cus_inr .box input[type='file'] {width:100% !important; min-width:100%; line-height:44px; font-size:16px;}
.cus_wrap .cus_inr input::placeholder , .cus_wrap .cus_inr textarea::placeholder {color:#000;}
.cus_wrap .cus_inr input::-webkit-input-placeholder {color:#000;}
.cus_wrap .cus_inr input:-ms-input-placeholder {color:#000;}
.cus_wrap .cus_inr textarea {background:none; width:100%;border:1px solid rgba(0,0,0,0.3); font-size:17px; color:#000; border-radius:4px; box-shadow:none; background:#fff; height:auto;}
.cus_wrap .close { position:absolute; right:0px; top:0px; width:60px; height:60px; background:none; color:#000; text-align:center; border:4px solid #bbb; box-shadow: 10px 10px 20px rgba(0,0,0,0.2); margin-right:50px; opacity:0; transition: 0.3s; transition-delay:0.3s; transform:rotate(90deg);}
.cus_wrap .close i {font-size:24px;}
.cus_wrap.on .close {opacity:1; margin-right:0; transform: rotate(0deg);}
.cus_wrap .cus_inr .tac .button {width:200px; height:62px; line-height:62px; border-radius:4px; background:#000; color:#fff; display:block; margin:20px auto 0; font-weight:bold;}

.cus_wrap #captcha {position:relative; padding-left:53%; text-align:right;}
.cus_wrap #captcha audio {position:absolute; left:0; top:0; width:50%;}

@media (max-width: 1500px){
    .cus_wrap {padding-top:25px;}
    
}

@media (max-width: 767px){
  .cus_wrap #captcha {position:relative; padding-left:0; text-align:left;}
    .cus_wrap #captcha audio {position:initial; width:100%; margin-bottom:10px !important;}  
    
}

/*
.body_circle{position: fixed; left:0; top:0; opacity:0; border-radius: 50%;  z-index:9999999999999999999;will-change: transform; pointer-events:none; transition: 0.1s;  }
.circle_cur{position:relative; display:block; width:80px; height:80px; background:#007bd8; border-radius:50%; transition: 0.5s; opacity:.4;animation:cir000 1s ease-in-out infinite; ;}


.circle_cur:before {content:'scroll';    display:block; text-align:center; line-height:80px; color:#fff; font-size:13px; font-weight:400; letter-spacing: 1px; animation:cir001 1s ease-in-out infinite; ;}

.m_over { transform: scale(0.14); transition: 0.3s; background:#007bd8; }
.m_over:after {content:''; display:block; width:90px; height:90px; border-radius:50%; background:#007bd8;animation:cir002 1s ease-in-out infinite; transition: 0.3s;}
@keyframes cir002{
	0%{ transform:scale(1); opacity:1;}
    70%{ transform:scale(3); opacity:0;}
    100%{ transform:scale(3); opacity:0;}
}
.m_over:before {content:''; display:block; width:90px; height:90px; border-radius:50%; background:#007bd8;animation:cir003 1s ease-in-out infinite; animation-delay: 0.1s; position:absolute; left:0; top:0; transition: 0.3s;}
@keyframes cir003{
	0%{ transform:scale(1); opacity:1;}
    70%{ transform:scale(2.3); opacity:0;}
    100%{ transform:scale(2.3); opacity:0;}
}

*/

.m_scroll {position:fixed; left:-33px; bottom:130px; z-index:11; height:56px; padding-left:26px; color:#bbb; font-size:13px; line-height:56px; transform: rotate(90deg) scale(0.97); letter-spacing: 0; transition: 0.3s;}
.m_scroll:after {content:''; display:block; width:60px; height:1px; background:#bbb; position:absolute; left:126px; top:50%; animation:scroll_circle1 2s ease-in-out infinite;}
@keyframes scroll_circle1{
	0%{  left:126px;}
 	60%{ left:131px;}
}    
.m_scroll i { width:13px; height:13px; box-sizing:border-box; border-radius:30px; background:#207dfa; position:absolute; right:-22px; top:22px; z-index:-1;animation:scroll_circle2 2s ease-in-out infinite; opacity:0; z-index:2;}
.m_scroll i:before {content:''; display:block; width:5px; height:5px; border-radius:5px; background:#fff; margin:4px;}
@keyframes scroll_circle2{
	0%{  right:-22px; transform: scale(0); opacity:0;}
	20% { transform: scale(1); opacity:1;}
	60% { transform: scale(1); opacity:1;}
 	80%{ right:-74px; transform: scale(0);  opacity:0;}
}



.language {position:relative; width:150px; top:2px;}
.language .btn { display:block;  height:42px; border:1px solid rgba(0,0,0,0.3); border-radius:60px; line-height:40px; font-size:15px; color:#333; padding-left:12px; position:relative; text-align:left;}
.language .btn:before {content:''; display:inline-block; width:18px; height:17px; background:url(../images/common/language.png) no-repeat left -17px; overflow:hidden; vertical-align:middle; position:relative; top:-1px; margin-right:6px;}
.language .btn i {position:absolute; right:10px; top:10px; font-size:16px; width:18px; height:18px; text-align:center; line-height:18px; transition: 0.3s; }
.language .btn.on i {transform: rotate(180deg); color:#fff;}
.language .btn.on {border-radius:21px 21px 0 0; background:#0d90f2; border-color:#0d90f2; color:#fff !important;}
.language .btn.on:before {background-position:left top !important;}
.language ul { position:absolute; left:0; right:0; top:41px; border-radius:0 0 21px 21px; background:#fff; padding:0 20px; display:none;}
.language ul.on {display:block; box-shadow:0 0 2px rgba(0,0,0,0.25);}
.language ul li a {display:block; height:44px; line-height:44px; border-bottom:1px solid #e2e2e2;}
.language ul li:last-child a {border: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:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}

/* 상단 레이아웃 */
#hd{text-align:center;width:100%;position:fixed; left:0; top:0; right:0; z-index:1110;height:100px;

transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;}
#hd:after {display:block;visibility:hidden;clear:both;content:""}
#hd:before{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px}
#hd_h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#hd_wrapper{margin:0 40px;position:relative; height:100%;}

#logo {position:absolute;top:0;left:0; bottom:0; display:flex; align-items: center; transition: 0.3s;}
#logo a {display: block; width: 198px;height: 46px; transition: 0.3s;}
.index #logo a{background: url("/theme/ins/images/common/logo.png") no-repeat left -46px; text-indent: -999px;}
.sub #logo a {background: url("/theme/ins/images/common/logo.png"); background-position: left -46px; text-indent: -999px;}
#logo img{width:auto;}
#gnb_empty {padding:20px 0;color:#fff;text-align:center;line-height:2em}
#gnb_empty a {display:inline;text-decoration:underline}

#hd.fixed{position:fixed;top:0;left:0}


#hd #gnb {display:inline-block;vertical-align:top}
#hd #gnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd .gnb_wr{max-width:1280px;padding-right:200px;margin:0 auto;position:relative;}
#hd #gnb a {display:block}
#hd .gnb_1dli{position:relative;float:left;line-height:40px;padding:0 15px}
#hd .gnb_1dli:nth-child(2):before {content:'진행중'; display:block; width:50px; height:20px; border-radius:60px; line-height:20px; text-align:center; position:absolute; left:50%; margin-left:-25px; top:14px; background:#ff9517; color:#000; font-size:12px; font-weight:600; animation:gnb02 1s ease-in-out infinite;}
@keyframes gnb02{
	0%{  margin-top:0px;}
    50%{margin-top:-3px;}
 	100%{ margin-top:0px;}
}
#hd .gnb_1dli:nth-child(2):after {content:''; display:block; width:4px; height:4px; background:#ff9517; position:absolute; left:50%; top:32px; margin-left:-2px; transform: rotate(45deg); animation:gnb02 1s ease-in-out infinite;}
#hd .gnb_1dli button{float:left;border:0;width:20px;height:85px;overflow:hidden;border:0;background:url(../img/mobile/gnb_bg2.png) no-repeat 50% 50%;background-size:10px ;text-indent:-9999px; display:none;}
#hd .gnb_1da {position:relative;float:left;line-height:100px; margin:0 20px; padding:0 10px; font-size:19px;font-weight:500; transition: 0.3s; color:#fff;}

#hd .gnb_2dul {display:none;position:absolute;top:100px;left:35px;min-width:100%;z-index:99; text-align:left;min-width: 195px; white-space: nowrap;border-radius: 2px;background: #fff; opacity:0; transform: translateX(50px); transition: 0.3s;}
#hd .gnb_1dli:hover .gnb_2dul {display:block;animation:gnb_box 0.3s ease-in-out forwards;}
@keyframes gnb_box{
	0%{opacity:0; transform: translateX(50px);}
 	100%{opacity:1; transform: translateX(0px);}
}


#hd .gnb_1dli:hover .gnb_1da{color:#2f88ff;}
#hd .gnb_1dli .gnb_1da:before{ content:''; display:block; height:3px; position:absolute; left:50%; bottom:0; width:0%; background:#207dfa; transition: 0.3s;}
#hd .gnb_1dli:hover .gnb_1da:before{ left:0%; width:100%;}
#hd .gnb_2da {width: 100%;padding:0 20px;font-size: 16px;color: #fff; display: inline-block;float: left;position: relative;font-weight:normal;white-space: nowrap;; border-top: 1px solid rgba(0,0,0,0.07); background:#207dfa;
    height:56px; line-height:56px;
transition: 0.2s ease-in-out;}
#hd .gnb_2da:hover{color: #fff; background:#2f88ff;}

#hd .gnb_2dul li:first-child .gnb_2da {border:0;}

#hd_btn{position:absolute;top:0;right:0;text-align:center; display:flex; align-items: center; gap:40px; transition: 0.3s;}
#hd_btn button{width:28px;border:0;background:transparent;height:95px;}
#hd_btn .tel {display:flex; align-items: center; font-size:17px; padding-top:4px; transition: 0.3s; color:#fff;}
#hd_btn .tel i {margin-right:4px; font-size:22px;}

#hd_sch{z-index:10;display:none;position:absolute;top:0;left:0;background:#fff;width:100%;height:85px}
#hd_sch .sch_wr{}
#hd_sch #sch_stx {background:none;border:0;width:100%;height:85px;padding:0 80px;;font-size:1.385em}
#hd_sch #sch_stx:focus{outline:0;border-bottom:2px solid #5166d8;}
#hd_sch #sch_submit{background:none;border:0;position:absolute;top:0;left:0;height:85px;width:85px;font-size:18px;}
#hd_sch .btn_close{position:absolute;top:0;right:0;width:85px;height:85px;border:0;background:none;font-size:20px;color:#aaa}
#hd_sch .btn_close:hover{color:#000}

/*전체메뉴*/
#al_menu{display:none;position:fixed;top:0;left:0;width:100%;height:100%;text-align:left; z-index:11111;}
#al_menu .bg{background: rgba(0,0,0,0.5);width:100%;height:100%}  
#al_menu .menu_wr{position:absolute;top:0;left:0;background:#fff;width:100%; }
#al_menu .btn_close{position:absolute;top:0;right:0;background:none;border:0;width:100px;height:100px;font-size:20px;outline:0;color:#aaa}
#al_menu .btn_close:hover{color:#000}



.fixed #hd {top:-10px; height:80px; background:#fff;}
.fixed #logo {top:10px;}
.fixed #logo a {background-position: left top;}
.fixed #hd .gnb_1da {line-height:90px; height:80px; color:#000;}
.fixed #hd_btn {top:-5px;}
.fixed #hd .gnb_2dul {top:80px;}
.fixed #hd_btn .tel {color:#000;}
.fixed .menu-icon , .fixed .menu-icon:before , .fixed .menu-icon:after { background:#000;}


.fp-viewing-mainsection02 #hd .gnb_1da , .fp-viewing-mainsection04 #hd .gnb_1da , 
.fp-viewing-mainsection02 #hd_btn .tel , .fp-viewing-mainsection04 #hd_btn .tel {color:#000;}
.fp-viewing-mainsection02.index #logo a , .fp-viewing-mainsection04.index #logo a {background-position:left top;}

.fp-viewing-mainsection02 .menu-icon, .fp-viewing-mainsection02 .menu-icon:before, .fp-viewing-mainsection02 .menu-icon:after ,
.fp-viewing-mainsection04 .menu-icon, .fp-viewing-mainsection04 .menu-icon:before, .fp-viewing-mainsection04 .menu-icon:after {background:#000;}



.cont_top { height:520px; position:relative; overflow:hidden;}
.cont_top .dots-container { opacity:.5; mix-blend-mode:soft-light;}
.cont_top:before {content:''; display:block; position:absolute; left:0; right:0; bottom:0; top:0; background:url("../images/common/sub_visual01.png") no-repeat center top; background-size:cover;  animation:sub_vi 1.5s ease-in-out forwards;}
.cont_top.mbg20:before {background-image:url("../images/common/sub_visual02.png")}
.cont_top.mbg30:before {background-image:url("../images/common/sub_visual03.png")}
.cont_top.mbg40:before {background-image:url("../images/common/sub_visual04.png")}
.cont_top.mbg50:before {background-image:url("../images/common/sub_visual05.png")}
@keyframes sub_vi{
	0%{ transform:scale(1.1);  filter:blur(10px);}
 	100%{transform:scale(1);  filter:blur(0px);}
}
.cont_top .inr {max-width:1420px; height:100%; margin:0 auto; position:relative; z-index:2; padding-top:220px;}
.cont_top .inr h2 {font-size:60px; color:#fff; margin-bottom:26px;  animation:sub_tit 1.5s ease-in-out forwards;}
@keyframes sub_tit{
	0%{ transform:translateY(60px); opacity:0;  filter:blur(10px);}
 	100%{transform:translateY(0px); opacity:1;  filter:blur(0px);}
}

.cont_top .inr p { font-size:26px; animation:sub_tit 1.5s ease-in-out forwards; color:#ccc;}


.area_location{ color:#fff; animation:sub_loc 2s ease-in-out forwards; position:absolute; right:0; bottom:8px; }
/*.cont_top .txt { color:#fff; font-size:24px; animation:sub_loc 4s ease-in-out forwards;  opacity:0;}*/
@keyframes sub_loc{
	0%{ transform:translateX(-60px); opacity:0;  filter:blur(10px);}
 	100%{transform:translateX(0px); opacity:1;  filter:blur(0px);}
}
.area_location ol{display:flex; white-space: nowrap; align-items:center; position:relative; z-index:10; overflow:hidden;}
.area_location ol li{display:flex; align-items:center; position:relative; padding:0; font-size:16px; opacity:1;}
.area_location ol li:first-child {width:29px; height:29px; background:url(../images/common/home.png) no-repeat; overflow:hidden; text-indent:-999px; margin-right:15px; opacity:1;}
.area_location ol li:last-child{ color:#fff; }
.area_location ol li:after{content:'>'; color:#fff; margin:0 15px 0; font-family:'dotum'; font-size:13px; font-weight:normal !important; opacity:.5;}
.area_location ol li:first-child:after , .area_location ol li:last-child:after{ display:none;}


.snb {position:relative; height:76px; margin-top:-76px; z-index:3; }
/*.snb .wave { position:absolute; left:0; right:0; bottom:0; height:12px;  overflow:hidden;  }
.snb .wave:before {content:''; display:block; height:12px; width:150%; background:url(../images/main/wave2.png) repeat-x left bottom; background-size:90px auto; animation:wave00 2s linear infinite;}
@keyframes wave00{
	0%{  margin-left:0;}
   
	100% { margin-left:-90px;}
}*/
.snb:before {content:''; display:block; position:absolute; left:0; right:0; top:0; height:1px; background:rgba(255,255,255,0.14);}
.snb ul {display:flex; margin:0 auto; max-width:1420px; overflow-x:auto;}
.snb ul li {width:200px; border-right:1px solid rgba(255,255,255,0.14);}
.snb ul li:first-child {border-left:1px solid rgba(255,255,255,0.14);}
.snb ul li a {display:flex; justify-content: center; align-items: center; text-align:center; height:76px; text-align:center;  color:#fff; font-size:16.5px; transition:.3s; }
.snb ul li a:hover {background:rgba(255,255,255,0.2); }
.snb ul li a.on {background:#fff; border-right:1px solid #fff; color:#ff9517; font-weight:600;}



.sub_tit {display:flex; justify-content: space-between; margin:86px auto 40px;  max-width:1420px; position:relative; z-index:2;}
.sub_tit h2 {font-size:38px; }
.sub_tit ul {display:flex; gap:14px; margin-top:-6px; position:relative; top:-6px; margin-right:30px;}
.sub_tit ul button {display:flex; align-items: center; justify-content: center; width:60px; height:60px; border-radius:30px 6px 30px 30px; background:#207dfa; border:none; transition: 0.3s;}
.sub_tit ul button:hover {border-radius:30px 30px 30px 6px;background:#444;}
.sub_tit ul button i {font-size:22px; color:#fff;}
.sub_tit ul li:last-child button {background:#00ad66; border-radius:30px 30px 6px 30px;}
.sub_tit ul li:last-child button:hover {border-radius:6px 30px 30px 30px; background:#444; }

.snb_m { max-width:1420px; margin:60px auto;  position:relative; z-index:10; display:none;}
.snb_m > ul {display:flex; border:1px solid #ddd; height:62px;}
.snb_m > ul > li {border-right:1px solid #ddd; position:relative;}
.snb_m > ul > li {width:250px;}
.snb_m > ul > li:first-child {width:60px;}
.snb_m > ul > li:first-child a {display:flex; height:60px; align-items: center; justify-content: center; padding:0 0 2px 1px;}
.snb_m > ul > li button {border:0; display:block; width:100%; height:60px; line-height:62px; background:none; position:relative; text-align:left; padding-left:20px;}
.snb_m > ul > li button i { position:absolute; right:15px; top:50%; margin-top:-10px; font-size:20px; color:#aaa; transition: 0.3s;}
.snb_m > ul > li ul {border:1px solid #ddd; position:absolute; left:-1px; right:-1px; top:60px; background:#fff; transition: 0.3s; display:none; }
.snb_m > ul > li ul li a {display:block; height:60px; line-height:60px; border-bottom:1px solid #ddd; padding-left:20px;}
.snb_m > ul > li button.on {background:#f5f5f5;}
.snb_m > ul > li button.on i {transform: rotate(180deg);}





/*아이콘*/
.search-icon{display:inline-block;width:19px;height:19px;border:2px solid #000;border-radius:50px}
.search-icon:before{ content: "";position: absolute; width: 10px;height: 2px;background-color: #000;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
margin-top: 15px;
margin-left: 5px;margin-left:11px \0/IE9}
.menu-icon{display:inline-block;width:28px;height:2px;background:#fff;position:relative;vertical-align:middle; transition: 0.3s;}
.menu-icon:before{position:absolute;top:-9px;left:0;width:100%;background:#fff;height:2px;content:''; transition: 0.3s;}
.menu-icon:after{position:absolute;bottom:-9px;left:0;width:100%;background:#fff;height:2px;content:''; transition: 0.3s;}





@media (max-width: 1559px){


}


 @media (max-width: 969px){
    .search-icon{display:inline-block;width:17px;height:17px;border:2px solid #000;border-radius:50px}
    .search-icon:before{ content: "";position: absolute; width: 6px;height: 2px;background-color: #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 14px;
    margin-left: 6px;;margin-left:12px \0/IE}
    .menu-icon{display:inline-block;width:22px;height:2px;position:relative;vertical-align:middle}
    .menu-icon:before{position:absolute;top:-6px;left:0;width:100%;height:2px;content:'';}
    .menu-icon:after{position:absolute;bottom:-6px;left:0;width:100%;height:2px;content:'';}
 }

/* 중간 레이아웃 */
#wrapper.sub_wrapper { }
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#container {position:relative;min-height:300px;}
#container.container { margin:0 auto 150px;}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {position:relative;font-weight:bold;background:#fff;color:#333; text-align:center;z-index:9;line-height:300px;color:#fff;font-size:2.5em;
background: rgba(74,210,212,0.5);
background: -moz-linear-gradient(-45deg, rgba(74,210,212,0.5) 0%, rgba(38,118,223,0.5) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(74,210,212,0.5)), color-stop(100%, rgba(38,118,223,0.5)));
background: -webkit-linear-gradient(-45deg, rgba(74,210,212,0.5) 0%, rgba(38,118,223,0.5) 100%);
background: -o-linear-gradient(-45deg, rgba(74,210,212,0.5) 0%, rgba(38,118,223,0.5) 100%);
background: -ms-linear-gradient(-45deg, rgba(74,210,212,0.5) 0%, rgba(38,118,223,0.5) 100%);
background: linear-gradient(135deg, rgba(74,210,212,0.5) 0%, rgba(38,118,223,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ad2d4', endColorstr='#2676df', GradientType=1 );}

#content { overflow:hidden; }
.content_inr {max-width:1420px; margin:0 auto; position:relative;}

#container>p{display:none;}

.idx_rs{background:#2677df;color:#fff;margin:-40px auto 0 ;max-width:1280px;position:relative;z-index:10;padding: 20px 30px;line-height:40px}
.idx_rs:after {display:block;visibility:hidden;clear:both;content:""}

.idx_con{margin: 0 auto;max-width:1280px;text-align:left;}
.idx_con ul{border-left:1px solid #f1f1f1}
.idx_con ul:after {display:block;visibility:hidden;clear:both;content:""}
.idx_con li{float:left;width:33.333%;padding:10% 5%;border-right:1px solid #f1f1f1}
.idx_con li:hover{}
.idx_con li h2{color:#4ad1d4}
.idx_con li h2 i{font-size:40px;margin-bottom:10px}
.idx_con li h2 span{display:block;font-size:1.385em }
.idx_con li p{margin:20px 0 40px;color:#9a9a9a;font-size:1.077em;line-height:1.5em;font-weight:300 }
.idx_con li a{display:inline-block;color:#4ad1d4;text-decoration:underline;font-weight:300}

.idx_lt{position:relative;margin:0 auto;max-width:1280px}
.idx_lt:after {display:block;visibility:hidden;clear:both;content:""}
.idx_lt .lt_wr{float:left;width:33.333%;padding:40px;position:relative;z-index:2}
.idx_lt .lt_wr h2{font-size:1.538em;margin-bottom:20px}
.idx_lt .lt_wr .tel{font-size:2.615em;;display:block}
.idx_lt .lt_wr p{color:#7d7d7d;margin:10px 0 20px}
.idx_lt .bg{position:absolute;top:0;left:0;width:100%;height:100%;border-right:1px solid #f1f1f1;z-index:1}
.idx_lt .bg span{float:left;display:block;width:100%;height:100%;width:33.333%;border-left:1px solid #f1f1f1;}

.time li{line-height:35px;font-size:1.077em;text-align:right;}
.time li:after {display:block;visibility:hidden;clear:both;content:""}
.time i{color:#39c9df;margin-right:5px;}
.time strong{float:left;font-weight:500}

 @media (min-width: 970px){
    .idx_rs h2{float:left;margin-right:30px;font-size:1.231em}
    .idx_rs h2 i{margin-right:8px}
    .idx_rs .tel{float:left;font-size:1.231em;font-weight:900}
    .idx_rs .online-btn{float:right;}
    .idx_rs .online-btn a{float:left;display:inline-block;padding:0 30px;background:#fff;margin-left:20px;border-radius:30px;color:#2677df;font-size:1.231em;font-weight:900}
    .idx_rs .online-btn p{float:left}
}
 @media (max-width: 969px){
    .idx_con li{width:100%;padding:30px;border-bottom:1px solid #f3f3f3 }
    .idx_con li h2 i{font-size:24px;}
    .idx_lt_wr .lt{width:100%}
    #container_title {line-height:150px;font-size:1.5em}

    .idx_rs{padding:30px;margin-top:0px;line-height:25px}
    .idx_rs h2{;margin-right:30px;font-size:1.154em}
    .idx_rs h2 i{margin-right:8px}
    .idx_rs .tel{float:left;font-size:1.5em;font-weight:900;margin:10px 0}
    .idx_rs .online-btn{clear:both;}
    .idx_rs .online-btn a{margin-top:10px;display:block;padding:0 30px;background:#fff;border-radius:30px;color:#2677df;font-size:1.231em;font-weight:900;text-align:center;line-height:40px}

    .idx_lt .lt_wr{width:100%;padding: 30px; border-bottom: 1px solid #f3f3f3;}
    .idx_lt .bg{display:none}
    .idx_lt .lt_wr h2{margin-bottom:10px;font-size:1.231em}
    .idx_lt .lt_wr .tel{font-size:1.5em}
 }

/* 하단 레이아웃 */

#ft { background:#202d6d; position:relative;}
#ft .obj {position:absolute; right:7px; top:-37px; z-index:2; opacity:0;animation:ft_obj2 30s linear infinite;}
@keyframes ft_obj2{
	0%{   right:7px; opacity:0;}
    5% {opacity:1;}
    95% {opacity:1;}
	100% { right:1682px; opacity:0;}
}

#ft .obj img {animation:ft_obj 2s ease-in-out infinite;}
@keyframes ft_obj{
	0%{  margin-top:0;}
    50%{ margin-top:-6px;}
	100% { margin-top:0;}
}
#ft .wave { position:absolute; left:0; right:0; top:-12px; height:62px;  overflow:hidden; border-bottom:50px solid #202d6d; }
#ft .wave:before {content:''; display:block; height:13px; width:150%; background:url(../images/main/wave.png) repeat-x; animation:wave00 2s linear infinite;}
@keyframes wave00{
	0%{  margin-left:0;}
   
	100% { margin-left:-111px;}
}



#ft .inr {max-width:1620px; margin:0 auto; display:flex; justify-content: space-between; padding:70px 0 70px; position:relative;}
#ft .inr .left h1 { margin-bottom:30px; width:198px; height:46px; overflow:hidden; }
#ft .inr .left h1 img {margin-top:-46px;}
#ft .inr #ft_company { display:flex; gap:20px; margin-bottom:8px;}
#ft .inr #ft_company a {color:#fff;}
#ft .inr .txt {line-height:40px; margin-bottom:24px;}
#ft .inr .txt span {margin-right:20px; color:#fff; font-weight:200;}
#ft #ft_copy {color:#fff; opacity:.5;}


#ft .site_go { width:210px; position:absolute; right:0; top:80px;}
#ft .site_go .btn {display:block; height:52px; border:1px solid rgba(255,255,255,0.2); position:relative; color:#fff; font-size:16px; font-weight:600; line-height:50px; padding-left:15px;}
#ft .site_go .btn:after {content:'>'; display:block; font-family:'dotum'; font-size:14px; font-weight:bold; position:absolute; right:18px; top:50%; transform:translateY(-50%) rotate(90deg); transition: 0.3s ease-out;}
#ft .site_go .btn.on {border:1px solid #000; background:#000; border-radius: 0 0 20px 20px;}
#ft .site_go .btn.on:after {transform:translateY(-50%) rotate(-90deg);}
#ft .site_go div { display:none; position:absolute; left:0; width:100%; bottom:52px; background:#fff; padding:10px 15px 20px; z-index:11; border:1px solid #e2e2e2; box-shadow: 0px 0px 6px rgba(0,0,0,0.05); border-radius:20px 20px 0 0;}
#ft .site_go div.on {display:block;}
#ft .site_go div a { display:block; margin-top:10px; font-size:16px; line-height:1.3;}
#ft .site_go div a span {font-size:16px;}




#mail_btn {position:fixed;bottom:100px;right:25px;width:60px;height:60px;background:#00b6df;opacity:1;border-radius:30px;color:#fff;text-align:center;font-size:15px;z-index:99;border:0}
#top_btn {position:fixed;bottom:25px;right:25px;width:60px;height:60px;background:#0d90f2;opacity:1;border-radius:30px;color:#fff;text-align:center;font-size:15px;z-index:99;border:0}
#top_btn:hover{opacity:1}
#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}


 @media (max-width: 969px){
    .ft_wr{padding:30px 20px 20px}
    #ft_copy{width:100%;}
   
     #ft_company {width:100%}

}

/* 체크박스 */
.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 #2677df;border-color:#2677df;
-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:1em;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_s{display:inline-block;height:33px;line-height:30px;border-radius:30px;padding: 0 15px
;transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out}
.btn_m{display:inline-block;height:50px;line-height:48px;border-radius:30px;padding: 0 30px
;transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out}
.btn_l{display:inline-block;;height:50px;line-height:48px;border-radius:30px;padding: 0 25px; font-weight:700;font-size:	1.154em;
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
-ms-transition: 0.3s all ease-in-out}

.btn_m + .btn_m {margin-left:8px;}

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 {display:inline-block;border:1px solid transparent;background:#2677df;color:#fff;text-decoration:none;vertical-align:middle;}
.btn_submit:hover {background:#0456ec}
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:1px solid transparent;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;border:1px solid transparent;background:#2677df;color:#fff;text-decoration:none;vertical-align:middle;}
a.btn_b02:hover, .btn_b02:hover {background:#0456ec}
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;border-radius:30px;line-height:40px;width:40px;text-align:center;} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover  {color:#fff;background:#db0000}

/* 기본테이블 */
.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: 15px;}
.list_01 li{background:#fff;border-radius:3px;padding:10px ;border:1px solid #efefef;margin-bottom:5px}

/* 기본폼 */
.form_01{margin:20px}
.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 #d0d4df;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:0 10px;height:40px;
 -webkit-box-shadow: inset 2px 2px 2px #f3f3f3;
-moz-box-shadow: inset 2px 2px 2px #f3f3f3;
box-shadow:inset 2px 2px 2px #f3f3f3}
textarea {width:100%;height:200px;padding:10px}
textarea:focus, .frm_input:focus{outline:none;background:#f3f3f3}
.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:400;}
.sv_member img{vertical-align:top}
.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;}



.root_daum_roughmap {width:100% !important;}


@media screen and (max-width:1599px){

    #hd_wrapper {max-width:initial;}
    .cont_top .inr {max-width:initial; margin:0 30px;}
    
    #ft {padding:0 50px;}
    .m_scroll {display:none;}
    .content_inr {margin:0 70px;}
}

@media screen and (max-width:1459px){
    
    .content_inr { margin:0 50px;}
    .sub_tit {max-width:initial; margin-left:30px; margin-right:30px;}
    
    .cont_top {transform: none !important;}
}

@media screen and (max-width:1279px){
    
    #hd_wrapper {margin:0 20px;}
    #hd .gnb_1dli {padding:0;}
    
    .circle_cur {display:none !important; opacity:0;}
    #top_btn {right:20px; bottom:20px; width:50px; height:50px;}
    #mail_btn {right:20px; bottom:80px; width:50px; height:50px;}
    
    
    .content_inr { margin:0 30px;}
}




@media (min-width: 1023px){
    
    
    /*#al_menu .wave {position:absolute; left:0; right:0;bottom:-12px; height:13px; overflow:hidden;}
    #al_menu .wave:before {content:''; display:block; width:150%; height:13px; background:url("../images/main/wave2.png") repeat-x; animation:wave00 2s linear infinite;}
 */
    #al_menu .btn_close i {font-size:30px;}
    .btn_menu_op{display:none}
    #menu{max-width: 1640px; margin: 0 auto; padding: 100px 0;}
    #menu:after {display:block;visibility:hidden;clear:both;content:""}
    #menu .menu_li h2{padding-bottom: 0;font-weight: 500; font-size:24px;color: #000;text-align: left;}
    #menu .menu_li h2:after {content:''; display:block; width:100%; height:140px; background:#333; margin:20px 0 30px; border-radius:5px; background:url("../images/common/sub_visual01.png") no-repeat 90% top; background-size:auto 100%; filter:brightness(1.3); opacity:.95;}
    #menu .menu_li:nth-child(2) h2:after {background-image:url("../images/common/sub_visual02.png");}
    #menu .menu_li:nth-child(3) h2:after {background-image:url("../images/common/sub_visual03.png");}
    #menu .menu_li:nth-child(4) h2:after {background-image:url("../images/common/sub_visual04.png");}
    #menu .menu_li:nth-child(5) h2:after {background-image:url("../images/common/sub_visual05.png");}
    #menu .menu_li{float:left;width:20%;padding:24px 18px;}    
    
    #menu .sub_menu {margin:15px 0}
    #menu .sub_menu li a{color: #111;font-weight: 400;padding-left:14px;line-height:20px;margin:11px 0;display:block;position:relative; margin-left:16px;}
    #menu .sub_menu li a:before{content:'';width:6px;height:6px;background:#207dfa;position:absolute;top:50%;left:0;margin-top:-3px; border-radius:4px;}
    #menu > li:nth-child(2) a:before {background:#00ad66;}
    #menu > li:nth-child(3) a:before {background:#ff9517;}
    #menu > li:nth-child(4) a:before {background:#a158eb;}
    
    
    #container.container {padding-bottom:280px; background:url(../images/main/m4_bg.png) no-repeat center bottom; margin-bottom:0px;}
    
    
 }


@media (max-width: 1023px){
    
    .language {width:130px;}
    .language .btn {font-size:13px; padding-left:8px; height:36px; line-height:34px;}
    .language .btn i {right:6px; top:8px;}
    .language ul {top:36px;}
    .language ul li a {font-size:14px; height:40px; line-height:40px;}
    
    .index #logo a , .sub #logo a {height:38px; background-size:auto 76px; background-position:left -38px; background-repeat: no-repeat;}
    .fixed #logo a {background-position:left top !important;}
    #hd .gnb_1dli {padding:0;}
    #hd #gnb {display:none;}
    #hd{height:60px; padding:0 ; }
    #hd_btn {gap:6px;}
    #hd_btn .tel {font-size:14px;}
    #hd_btn .tel i {font-size:18px;}
    .fixed #hd {top:0; height:60px;}
    .fixed #logo {top:0;}
    .fixed #hd_btn {top:0;}
    #gnb {display:none}
    #logo img {height:20px;}
    #hd_btn button{width:38px;height:58px}
    #hd_sch #sch_submit{width:55px;height:55px}
    #hd_sch #sch_stx{padding:0 55px;height:55px}
    #hd_sch {height:55px}

    #al_menu .menu_wr{position:absolute;top:0; left:initial; right:0;height:100%;width:300px;max-height:100%;overflow-y:auto}
    #al_menu .btn_close{width:100%;background:#f3f3f3;height:60px;padding-right:20px;text-align:right}
    #menu{padding:65px 25px 30px 30px}
    #menu .menu_li{margin:15px 0;position:relative;} 
    #menu .menu_li h2{font-weight: 500; font-size: 1.25em;line-height:30px;color: #000;text-align: left}
    #menu .btn_menu_op{position:absolute;top:0;right:0;width:20px;height:30px;border:0;background:transparent;}
    #menu .sub_menu{display:none;margin-top:10px;}
    #menu .sub_menu li a{position:relative;display:block;line-height:20px;margin:10px 0;padding-left:15px}
    #menu .sub_menu li a:before{content:'';width:3px;height:3px;background:#5166d8;position:absolute;top:50%;left:5px;margin-top:-1px}
    #hd_sch .btn_close{width:55px;height:55px}
    
    .cont_top {height:270px;}
    .cont_top .inr {margin:0 25px; padding-top:110px;}
    .cont_top .inr h2 {font-size:28px; text-align:center;}
    .cont_top .inr p {font-size:17px; display:none;}
    
    
    

    
    
    .area_location {right:initial; left:50%;  bottom:90px; transform: translateX(-50%) !important; }
    .area_location ol {margin:0 0 0 -6px !important; padding:0 !important; opacity:.75;}
    .area_location ol li {font-size:14px;}
    .area_location ol li:first-child { width:27px; height:27px; background-position:center center; margin-right:5px;}
    .area_location ol li:after {margin:0 10px;}
    
    .sub_tit ul {opacity:0; z-index:-1;}
    
    
    
    
   
    
    
    .snb { height:46px; margin-top:-46px;  }
    .snb ul li {width:100%; border-right:1px solid rgba(255,255,255,0.14);}
    .snb ul li:first-child {border-left:0;}
    .snb ul li a { height:46px;line-height:46px;  font-size:15px; white-space: nowrap; padding:0 10px;}

    
    .content_inr {margin:0 15px;}
    
    .sub_tit {margin:40px 0 20px; z-index:-1; }
    .sub_tit h2 {font-size:24px; padding:0;}
    .sub_tit ul {height:34px; overflow:hidden; z-index:-1; display:none;}
    
    
    #container.container {margin-bottom:70px;}
    
    #ft {padding:0 20px;}
    #ft .site_go {position:relative; right:initial; top:initial; margin-top:30px;}
    
    
    #top_btn {right:15px; bottom:15px; width:36px; height:36px; opacity:.85;}
    #top_btn i {font-size:12px; position:relative; top:-2px;}
    #mail_btn {right:15px; bottom:60px; width:36px; height:36px; opacity:.85;}
    #mail_btn i {font-size:14px;}
}

@media (max-width: 767px){
    
    #hd_wrapper {margin:0 5px 0 15px;}
   
    
    .snb.sub03 {height:56px; margin-top:-56px;}
    .snb.sub03 ul li a {height:56px; line-height:1.1; display:flex; justify-content:center; align-items: center; white-space: normal; word-break: keep-all; padding:0 3px; font-size:14px;}
    
    
    .cus_wrap {padding:30px 20px; display:block;}
    .cus_wrap .cus_inr {width:auto;}
    .cus_wrap .close {border:0; box-shadow:none; right:-10px; top:-20px;}
    .cus_wrap .close i {font-size:34px;}
    .cus_wrap .cus_inr .top {padding-left:0;}
    .cus_wrap .cus_inr .top h2 {font-size:24px; margin-bottom:8px;}
    .cus_wrap .cus_inr .top p {word-break: keep-all;}
    .cus_wrap .cus_inr .top i {display:none;}
    
    .cus_wrap .cus_inr select, .cus_wrap .cus_inr input , .cus_wrap .cus_inr textarea {font-size:15px; padding-left:8px;}
    .cus_wrap .cus_inr .box.n3 span {font-size:12px;}
    
    
    #ft .inr {padding:60px 0; text-align:center; justify-content: center;}
    #ft .inr .left h1 { margin:0 auto 30px; height:34px;}
    #ft .inr .left h1 img {height:68px; margin-top:-34px;}
    #ft .inr #ft_company {justify-content: center; margin-bottom:20px;}
    #ft .inr #ft_company a {font-size:16px;}
    #ft .inr .left {text-align:center;}
    #ft .inr .txt span {display:block; word-break: keep-all; font-size:16px; margin:8px 0; line-height:1.2; display:block;}
    #ft .site_go {text-align:left; margin:30px auto 0;}
    #ft #ft_copy {font-size:16px;}
}

@media (max-width: 470px){

    
    .index #logo a, .sub #logo a {height:26px; background-size:auto 52px; background-position:left -26px;}
    #hd_btn .tel {font-size:13px;}

}







