@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

@font-face {
    font-family: 'JalnanGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/JalnanGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap')

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;background:#fff}
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;font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:keep-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

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

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
-webkit-box-shadow:0 0 5px #9ed4ff;
-moz-box-shadow:0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff;
border:1px solid #558ab7 !important;
}

.placeholdersjs {color:#aaa !important}

/* 레이아웃 크기 지정 */
/*#hd, #wrapper, #ft {min-width:1200px}*/

/*#hd_pop,
#tnb .inner,

#gnb .gnb_wrap,
#container_wr,
#ft_wr {width:1200px}*/

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}

/* 상단 레이아웃 */
#hd {height: 100px; position: fixed; width: 100%; font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; transition: 0.3s; z-index: 9999;}
#hd:hover{background: #fff; transition: 0.3s;}
#hd:hover a{color: #121212;}
#hd:hover:after{display: block; content: ""; width: 100%; height: 1px; background: #eee; position: absolute; top: 99px; z-index: 999;}
#hd:hover #logo>a{filter: none;}
#hd:hover .mobile_op_bt .btn_line{background: #121212;}
#hd:hover .mobile_op_bt .btn_line1{background: #0356b4;}

#hd.scrolled{background: #fff; transition: 0.3s;}
#hd.scrolled a{color: #121212; transition: 0.3s;}
#hd.scrolled #logo>a{filter: none;}
#hd.scrolled .mobile_op_bt .btn_line{background: #121212;}
#hd.scrolled .mobile_op_bt .btn_line1{background: #0356b4;}

@media screen and (max-width: 640px){
  #hd{height: 80px;}
  #hd:hover:after{display: none;}
  #hd:hover #logo>a {background-size: contain;}
  #hd.scrolled #logo>a {background-size: contain;}
}


#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#tnb {border-bottom:1px solid #383838;margin:0 auto}
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
#tnb .inner {margin:0 auto}

#hd_wrapper {position:relative;margin:0 auto;height:100px;zoom:1}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#logo {line-height:100px; position:absolute; z-index:100;}
#logo>a { display:block; width:300px; height:100px; text-align: center; background: url(../images/logo_h.png) center center no-repeat; filter: brightness(0) invert(1);}
#logo>a>img {text-align:center; display:inline-block; padding:32px 0; }

.hd_sch_wr {float:left;padding:30px 0;width:445px;margin-left:65px}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch {border-radius:30px;overflow:hidden}
#hd_sch #sch_stx {float:left;width:385px;height:45px;padding-left:10px;border-radius:30px 0 0 30px;background:#2c2c2c;border:0;border-right:0;font-size:1.25em;color:#fff}
#hd_sch #sch_submit {float:left;width:60px;height:45px;border:0;background:#2c2c2c;color:#fff;border-radius:0 30px 30px 0;cursor:pointer;font-size:16px}

#hd_qnb {float:right;text-align:right}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_qnb li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_qnb li span {display:block;margin-top:5px;font-size:0.92em}
#hd_qnb li a {display:inline-block;color:#919191}
#hd_qnb .visit .visit-num {display:inline-block;line-height:16px;padding:0 5px;margin-left:5px;border-radius:10px;background:#da22f5;color:#fff;font-size:10px}


.hd_login {position:absolute;right:0;top:60px}
.hd_login li {float:left;margin:0 5px;border-left:1px solid #616161;padding-left:10px;line-height:13px}
.hd_login li:first-child {border-left:0}
.hd_login a {color:#fff}

.hd_btn{width: 120px; height: 40px; line-height: 40px; background: linear-gradient(#0356b4, #3487e6); text-align: center; border-radius: 20px; float: right; position: relative; z-index: 999; margin:30px 100px 0 0;}
.hd_btn a{color: #fff !important; font-size: 14px;}
.hd_btn a img{margin-right: 5px;}

@media screen and (max-width: 1400px){
  #logo>a {background-position: left center;}
}

@media screen and (max-width: 960px){
  .hd_btn {margin-right: 70px;}
}

@media screen and (max-width: 640px){
  #hd_wrapper{height: 80px;}
  #logo>a{width: 112px; line-height: 80px; height: 80px; background-size: contain;}
  .hd_btn{display: none;}
}

/* 메인메뉴 */
#gnb {position: absolute; width: 100%; top:0;  z-index: 99;  background:rgba(255,255,255,0); transition: 0.3s;}
#gnb:hover{background: rgba(255, 255, 255, 1); transition: 0.3s;}
#gnb:hover a{color: #000;}
.gnb_wrap {width: 100%; max-width: 640px; margin: 0 auto; position: relative; overflow-x: auto; scrollbar-width: none;}
.gnb_wrap:after{display: block; visibility: hidden; clear: both; content: "";}
#gnb:after{content:""; display:block; clear:both; visibility: hidden;}
#gnb h2 {position:absolute;width: 100%;display: none;text-indent: -999999px;height: 50px;}
#gnb_1dul {padding:0;zoom:1; height: 100px; overflow: hidden;text-align:right; display: block; width: 800px; margin: 0 auto;} /* background:url(/theme/basic/images/menu_bg.png) left bottom no-repeat;  */
#gnb_1dul .gnb_tel{width: 230px; float: right; padding-top: 25px;}
#gnb_1dul .gnb_tel .gnb_tel_box{float: left;}
#gnb_1dul .gnb_tel .gnb_tel_icon{width: 25%;}
#gnb_1dul .gnb_tel .gnb_tel_num{width: 75%; padding-left: 3%;}
#gnb_1dul .gnb_tel .gnb_tel_num h3{font-size: 20px; line-height: 24px; font-weight: 800; color: #012060; text-align: left;}
#gnb_1dul:after {display:block;visibility:hidden;clear:both;content:""}
.gnb_1dli {z-index:10;position:relative; float: left; width:20%; vertical-align: top;text-align: center;}
.gnb_1dli:after{display: block; content: ""; height: 3px; width: 0; margin: 0 auto; background: #0356b4; transition: 0.3s; position: absolute; top: 97px; z-index: 999;}
.gnb_1dli:hover:after{width: 100%; transition: 0.3s;}
.gnb_1da {display:inline-block;width: 100%;color:#fff;line-height: 100px;text-decoration:none;font-size: 18px !important;box-sizing: border-box; font-weight: 500;}
.gnb_1dli:hover>a{color: #000;}
.gnb_2dul {display:block; width: 100%;margin:15px 0 20px;}
.gnb_2da {display:block;padding: 15px 10px;text-decoration:none;color:#666 ; font-size:16px !important; text-align: center; font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; position: relative; transition: 0.3s;}
.gnb_2da:hover{color: #0356b4 !important; transition: 0.3s;}
.gnb_2da:focus{text-decoration:none; color:#333; font-size: 15px;}

/* 모바일메뉴 */
#gnb_mobile{position:fixed; right: 0; max-width: 400px; width: 100%; z-index: 1000;}
.gnb_mobile_wr{position: absolute; right : -400px; z-index:9999; background: #fff; padding: 90px 30px 0 30px; width: 100%; height: 100vh; overflow-y: auto;}

#gnb_all {}
#gnb_all h2 {font-size:0em;padding:15px 20px;border-bottom:1px solid #e7eeef}
#gnb_all .gnb_al_u{}
#gnb_all .gnb_al_ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb_all .gnb_al_li {width: 100%;  position: relative;}
#gnb_all .gnb_al_li .gnb_al_a {font-size:24px; display:block;position:relative; 
  font-weight:500; color:#121212; font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; padding:25px 0;}
  #gnb_all .gnb_al_li .gnb_al_a:hover{}
#gnb_all .gnb_al_li li {padding: 10px 17px; font-size: 16px; font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; font-weight: 400;}
#gnb_all .gnb_al_li li a {color:#121212}
#gnb_all_bg {display:none;background:rgba(0,0,0,0.1);width:100%;height:100%;position:fixed;left:0;top:0;z-index:999}

.mobile_op_bt{display: block; position: relative; z-index: 999; position: absolute; top: 50%; right: 30px; transform: translateY(-50%);}
.mobile_op_bt .btn_line{display: block; width: 30px; height: 2px; background: #fff; margin-bottom: 7px;}
.mobile_op_bt .btn_line1{background: #0356b4; width: 20px; margin-left: 10px;}
.mobile_op_bt .btn_line3{margin-bottom: 0; width: 24px;}
.gnb_menu_btn {background:none;color:#111; border:0; line-height: 100px;
  vertical-align:top;font-size:28px; float: right; margin: 0;}
#gnb_mobile .gnb_close_btn {background:#fff;color:#121212; border:0; width: 25px;
  vertical-align:top;font-size:20px; position: absolute; top: 40px; right: 30px; z-index: 9999;}
#gnb_mobile .gnb_mnal {float:right;padding:0}

.gnb_al_li button {position:absolute;top: 0px; height: 57px; overflow:hidden; border:0;
  padding-left: 100%; background:url(../img/mobile/gnb_bg.png) no-repeat 100% 50%;}
.gnb_al_li button.btn_gnb_cl {background:url(../img/mobile/gnb_bg2.png) no-repeat 100% 50%}
#gnb_mobile .gnb_al_ul2{display: none; background: #fff;}

.m_login{text-align: center; margin-top: 30px;}
.m_login a{font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; font-size: 15px; border: 1px solid #cdcdcd;
  border-radius: 30px; padding: 5px 20px; font-weight: 300; color: #666; display: inline-block;}

.m_lang{text-align: center; margin-top: 10px;}
.m_lang a{font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; font-size: 15px; border: 1px solid #097c25;
  border-radius: 30px; padding: 5px 20px; font-weight: 300; color: #097c25; display: inline-block;}

@media screen and (max-width: 1400px){
  #gnb_1dul{width: 650px;}
  #logo {left: 2%;}
  /* #hd_wrapper #inner{padding: 0 2%;} */
}

@media screen and (max-width: 1100px){
  .mobile_op_bt{display: block;}
  #gnb{display: none;}
  #gnb_mobile{display: block;}
  .hd_login{margin-right: 40px;}
}

@media screen and (max-width: 960px) {
  .mobile_op_bt {right: 2%;}
}


@media screen and (max-width: 640px) {
  .hd_login{display: none;}
  .hd_lang{display: none;}
  #logo{line-height: 60px;}
  #logo img{}
  .gnb_menu_btn{line-height: 60px;}
  #gnb_mobile .gnb_close_btn{top: 30px;}

}

/*메인배너*/
.mainVideo {top:0;width: 100%;height: 100vh;overflow:hidden; background-size:cover;padding:0;}
.bg-fixed{background-size:cover;padding:0;background-color:#000; opacity:0.5; position:absolute; width:100%; height:100vh; top:0;left:0; z-index:1}

.main-carousel{padding:0; display:block; position:relative}
.main-carousel .li{height: calc(100vh - 117px); background-size:cover; background-position:center; position:relative}
.main-carousel .li .cover{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;min-width:300px;opacity:.4;z-index:1}
.main-carousel .jarallax { height: 100vh;}
.main-carousel .img01 { background-image:url(../images/main_banner_img01.jpg);}
.main-carousel .img02 { background-image:url(../images/main_banner_img02.jpg);}
.main-carousel .img03 { background-image:url(../images/main_banner_img03.jpg);}
.main-carousel .li .copy_area{width:100%; max-width: 1400px; color:#fff;position:absolute; top:50%; left: 50%; transform:translate(-50%, -50%);z-index:2}
.main-carousel .li .copy_area h2{font-family: 'JalnanGothic'; font-size:60px; font-weight:400; line-height:1.3; position: relative;}
.main-carousel .li .copy_area h3{ font-size:24px; line-height: 1.5; font-weight:300;margin:40px 0 80px; color:#fff; word-break:keep-all}
.main-carousel .li .copy_area h3 span {color: #bddcff;}
.main-carousel .li .copy_area h4{font-size: 15px; line-height: 1.5; font-weight: 300; text-align:center;  color:#fff;}
.main-carousel .owl-dots{position:absolute; left: 50%; transform: translateX(-50%); width:100%; max-width: 1400px; bottom:250px;}
.main-carousel .owl-dots .owl-dot{background:rgba(255, 255, 255, 0.5);width:100px; height:1px; display:inline-block; border:0}
.main-carousel .owl-dots .owl-dot.active{background:rgba(255, 255, 255, 1)}
.main-carousel .owl-nav{position:absolute;width:100%;bottom:50%}
/*.main-carousel .owl-nav .owl-prev{width:40px;height:30px;position:absolute;left:50px; font-size:14px; color:#fff; border-top: 1px solid #fff; border-left:0; border-right:0; border-bottom:0; padding-top:5px; text-align:center; background-color:transparent; cursor:pointer}
.main-carousel .owl-nav .owl-next{width:40px;height:30px;position:absolute;right:50px; font-size:14px; color:#fff; border-top: 1px solid #fff; border-left:0; border-right:0; border-bottom:0; padding-top:5px; text-align:center; background-color:transparent;  cursor:pointer}
*/
.main-carousel .owl-prev {position:absolute;top:50%;left:5%;z-index:999;background:url(../img/arrow_left.png) no-repeat; width:62px; height:53px; text-indent:-9999px; border:0; cursor:pointer}
.main-carousel .owl-next {position: absolute; top: 50%; right: 5%;z-index: 999;background:url(../img/arrow_right.png) no-repeat; width:62px; height:53px; text-indent:-9999px; border:0; cursor:pointer}
.main-carousel .owl-prev:hover { background: url("../img/arrow_on_left.png") no-repeat;}
.main-carousel .owl-next:hover { background: url("../img/arrow_on_right.png") no-repeat;}

.visual_slider .visual-notice{width:100%; right:0; position:absolute; bottom:0; z-index:1 }
.visual_slider .visual-notice .inner {background:rgba(0,0,0,0.6); overflow:hidden; max-width:1240px; margin:0 auto} 
.visual_slider .visual-notice:after{content:''; width:calc(50% - 620px); height:100%; right:0; position:absolute; top:0; background:rgba(0,0,0,0.6);}  
.visual_slider .visual-notice h3{padding:20px; color:#fff; float:left; max-width:130px;}

/*스크롤다운*/
.mouse{position: absolute; bottom: 50px; left: 50%; transform: translateX(-50%); z-index: 1;}
.mouse span{font-size: 15px; color: #fff;}
.scroll_down{width: 30px; height: 45px; margin: auto; margin-bottom: 10px;}
.mousey{padding: 10px 12px; height: 25px; border:2px solid #fff; border-radius: 25px; opacity: 0.75; box-sizing: content-box;}
.scroller{width: 4px; height: 6px; border-radius: 25%; position: absolute; left: 50%; transform: translate(-50%, 0); background: #fff; animation-name: scroll; animation-duration: 2s; animation-timing-function: cubic-bezier(.15,.41,.69,.94); animation-iteration-count: infinite;}
@keyframes scroll{

  0%{opacity: 0;}
  10%{transform: translate(-50%, 0); opacity: 1;}
  100%{transform: translate(-50%, 15px); opacity: 0}
  @keyframes downup{
      0%{opacity: 0; transform: translate(0, 100px);}
      100%{opacity: 1; transform: translate(0, 0);}
    }
  @keyframes bounce{
    from,
    to{margin-bottom: 0; animation-timing-function: ease-out;}
    50%{margin-bottom: 8px; animation-timing-function: ease-in;}
    }
  }

@media screen and (max-width:1400px){
  .main-carousel .li .copy_area{padding: 0 2%;}
  .main-carousel .owl-dots{padding: 0 2%;}
}

@media screen and (max-width:960px){
  .main-carousel .li { height:calc(100vh - 245px);}
}

@media screen and (max-width:640px) {

  .main-carousel .li { height:calc(100vh - 232px);}
  .main-carousel .img01 { background-image:url(../images/main_banner_img01.jpg);}
  .main-carousel .img02 { background-image:url(../images/main_banner_img02.jpg);}
  .main-carousel .img03 { background-image:url(../images/main_banner_img03.jpg);}
  .main-carousel .li .copy_area{padding: 0 2%;}
  .main-carousel .li .copy_area h2 {font-size: 36px;}
  .main-carousel .li .copy_area h3 { margin:30px 0 0; font-size: 15px;}
  .main-carousel .li .copy_area h4{word-break: keep-all;}
  .main-carousel .owl-nav { display:none}

}
/*메인배너*/

/*con1*/
.con1{width: 100%; background: url(../images/con1_bg.png)right bottom no-repeat; padding-bottom: 100px;}
.con1 .con1_wrap{max-width: 1400px; margin: 0 auto; display: flex; flex-wrap: wrap;}
.con1 .con1_wrap .con1_box{width: 50%; display: flex;}
.con1 .con1_wrap .con1_box ul{width: 43%; margin-right: 7%;}
.con1 .con1_wrap .con1_box ul:first-child{margin-top: -30px; position: relative; z-index: 999;}
.con1 .con1_wrap .con1_box ul:last-child{margin-top: 100px;}
.con1 .con1_wrap .con1_box ul li{width: 100%; height: 500px; position: relative; box-shadow: 5px 5px 10px rgba(0, 0, 0, .1); border-radius: 20px; overflow: hidden;}
.con1 .con1_wrap .con1_box ul:first-child li:first-child{background: url(../images/con1_img1.png)center center no-repeat; margin-bottom: 50px; background-size: cover;}
.con1 .con1_wrap .con1_box ul:first-child li:last-child{background: url(../images/con1_img3.png)center center no-repeat; background-size: cover;}
.con1 .con1_wrap .con1_box ul:last-child li:first-child{background: url(../images/con1_img2.png)center center no-repeat; margin-bottom: 50px; background-size: cover;}
.con1 .con1_wrap .con1_box ul:last-child li:last-child{background: url(../images/con1_img4.png)center center no-repeat; background-size: cover;}
.con1 .con1_wrap .con1_box ul li a{display: block; width: 100%; height: 100%;}
.con1 .con1_wrap .con1_box ul li a h2{font-size: 24px; font-weight: 700; color: #fff; position: absolute; left: 40px; bottom: 40px;}
.con1 .con1_wrap .con1_box ul li a h2 span{font-size: 14px; font-weight: 400;}
.con1 .con1_wrap .con1_box:last-child{display: block; padding: 200px 0 0 50px;}
.con1 .con1_wrap .con1_box h3{font-size: 24px; color: #0356b4; font-weight: 400;}
.con1 .con1_wrap .con1_box h4{font-size: 40px; font-weight: 700; color: #121212; line-height: 1.5; margin: 30px 0 50px; word-break: keep-all;}
.con1 .con1_wrap .con1_box p{font-size: 20px; color: #666; line-height: 1.5; margin-bottom: 60px;}
.con1 .con1_wrap .con1_box a.con1_btn{display: block; width: 60px; height: 60px; background: #0356b4; text-align: center; line-height: 60px; border-radius: 50%; position: relative; margin-left: 20px;}
.con1 .con1_wrap .con1_box a.con1_btn:after{display: block; content: ""; width: 80px; height: 80px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border:1px solid rgba(11, 103, 176, .5); border-radius: 50%; animation: con1_btn 1s infinite;}
@keyframes con1_btn{
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 1400px){
  .con1{padding: 0 2% 100px;}
  .con1 .con1_wrap{display: block;}
  .con1 .con1_wrap .con1_box{width: 100%;}
  .con1 .con1_wrap .con1_box:last-child {padding-left: 0;}
}

@media screen and (max-width: 1200px){
  .con1 .con1_wrap{display: block;}
  .con1 .con1_wrap .con1_box{width: 100%;}
  .con1 .con1_wrap .con1_box ul{width: 48%; margin-right: 4%;}
  .con1 .con1_wrap .con1_box ul:last-child{margin-right: 0;}
}

@media screen and (max-width: 640px){

  .con1 .con1_wrap .con1_box ul li{height: 350px;}
  .con1 .con1_wrap .con1_box ul li a h2{font-size: 18px; left: 15px; bottom: 20px;}
  .con1 .con1_wrap .con1_box:last-child{padding: 100px 0 0 0;}
  .con1 .con1_wrap .con1_box h3{font-size: 18px;}
  .con1 .con1_wrap .con1_box h4{font-size: 30px;}
  .con1 .con1_wrap .con1_box p{font-size: 16px;}

}
/*con1*/

/*con2*/
.con2{width: 100%; padding: 150px 0; background: url(../images/con2_bg.jpg) center center no-repeat; background-size: cover;}
.con2 .con2_wrap{width: 100%; max-width: 1400px; margin: 0 auto; display: flex; flex-wrap: wrap;}
.con2 .con2_wrap .con2_box{width: 50%;}
.con2 .con2_wrap .con2_box h2{font-size: 24px; font-weight: 400; color: #fff;}
.con2 .con2_wrap .con2_box h3{font-size: 40px; line-height: 1.5; color: #fff; font-weight: 700; margin: 30px 0 40px;}
.con2 .con2_wrap .con2_box p{font-size: 20px; line-height: 1.5; color: #fff;}
.con2 .con2_wrap .con2_box ul{width: 100%; display: flex; flex-wrap: wrap;}
.con2 .con2_wrap .con2_box ul li{width: 50%; text-align: center; padding: 40px 0; border:1px dashed rgba(255, 255, 255, 0); border-radius: 20px;}
.con2 .con2_wrap .con2_box ul li:hover{border:1px dashed rgba(255, 255, 255, 1);}
.con2 .con2_wrap .con2_box ul li h4{font-size: 24px; font-weight: 700; color: #fff; margin: 30px 0 20px;}
.con2 .con2_wrap .con2_box ul li a{font-size: 14px; color: #fff;}
.con2 .con2_wrap .con2_box ul li a img{margin-left: 8px;}

@media screen and (max-width: 1400px){
  .con2{padding: 150px 2%;}
  .con2 .con2_wrap{display: block;}
  .con2 .con2_wrap .con2_box{width: 100%;}
  .con2 .con2_wrap .con2_box:first-child{margin-bottom: 50px;}
  .con2 .con2_wrap .con2_box h2{font-size: 18px;}
}

@media screen and (max-width: 640px){
  .con2 .con2_wrap .con2_box h2{font-size: 18px;}
  .con2 .con2_wrap .con2_box h3{font-size: 30px;}
  .con2 .con2_wrap .con2_box p{font-size: 16px;}
  .con2 .con2_wrap .con2_box ul li h4{font-size: 18px;}
}
/*con2*/

/*con3*/
.con3 { padding:160px 0; }
#con3 { width:100%; display:flex; flex-wrap:wrap; }
.con3_txt { width:40%; padding-left:250px; padding-right:50px; word-break:keep-all; position:relative; }
.con3_txt h2{font-size: 36px; font-weight: 700; color: #121212; line-height: 1.5; margin-bottom: 40px;}
.con3_txt p{font-size: 20px; font-weight: 400; color: #666; line-height: 1.5; margin-bottom: 50px; word-break: keep-all;}
.con3 .con3_txt a.con3_btn{display: block; width: 60px; height: 60px; background: #0356b4; text-align: center; line-height: 60px; border-radius: 50%; position: relative; margin-left: 10px;}
.con3 .con3_txt a.con3_btn:after{display: block; content: ""; width: 80px; height: 80px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border:1px solid rgba(11, 103, 176, .5); border-radius: 50%; animation: con1_btn 1s infinite;}

.con3_slide { width:60%; }

@media screen and (max-width: 1500px) {
  .con3_txt { padding-left:50px; }
}

@media screen and (max-width: 1400px) {
  .con3_txt { padding-left:2%; }
}

@media screen and (max-width: 1200px) {
  .con3 { padding:80px 0; }
  .con3_txt  { width:100%; padding: 20px 2% 50px !important; }
  .con3_slide { width:100%; }
}

@media screen and (max-width: 1000px){
  .owl-dots{display: none;}
}

@media screen and (max-width: 640px) {
  .con3_txt h2{font-size: 26px;}
  .con3_txt p{font-size: 16px;}
}

/*con4*/
.con4{width: 100%;}
.con4 .con4_img{width: 85%;}
.con4 .con4_img img{width: 100%;}
.con4 .con4_wrap{width: 100%; max-width: 1400px; margin: 0 auto; padding: 80px 0; position: relative;}
.con4 .con4_wrap h2{font-size: 20px; color: #0356b4; font-weight: 400;}
.con4 .con4_wrap h3{font-size: 40px; font-weight: 700; color: #121212; margin: 30px 0 50px;}
.con4 .con4_wrap h4{font-size: 100px; color: #f6f6f6; font-weight: 700; position: absolute; top: 0; right: 0; line-height: 1.5; z-index: -1;}
.con4 .con4_wrap a{display: inline-block; width: 120px; line-height: 40px; border:1px solid #121212; background: #121212; color: #fff; text-align: center; font-size: 16px; border-radius: 20px; margin-right: 10px;}

.con4 .con4_wrap a:last-child{background: #fff; color: #121212;}

@media screen and (max-width: 1400px){
  .con4 .con4_wrap{padding: 80px 2%;}
}

@media screen and (max-width: 640px){
  .con4 .con4_wrap h2{font-size: 16px;}
  .con4 .con4_wrap h3{font-size: 30px; word-break: keep-all;}
  .con4 .con4_wrap h4{font-size: 60px;}
}
/*con4*/

/* 고정섹션 */

#ft_inq {width: 100%; background-color: #e7efff; z-index: 2;}
#ft_inq .inqwrap {max-width: 1440px; width: 100%; margin: 0 auto; display: flex; justify-content: space-between; padding: 20px;}
#ft_inq .inqwrap .inq1 {display: flex; align-items: center; width: 25%;}
#ft_inq .inqwrap .inq1 .icon {width: 70px; height: 70px; background-color: #3487e6; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin-right: 20px;}
#ft_inq .inqwrap .inq1 .icon img {height: 40px;}
#ft_inq .inqwrap .inq1 .txtbox h2 {font-size: 18px; margin-bottom: 5px; font-weight: 500; color: #666;}
#ft_inq .inqwrap .inq1 .txtbox p {font-size: 26px; font-weight: 700;}
#ft_inq .inqwrap .inq1 .txtbox p a {color: #0356b4;}
#ft_inq .inqwrap .inq2 {width: 75%; display: flex; justify-content: space-between;}
#ft_inq .inqwrap .inq2 ul {display: flex; flex-wrap: wrap; justify-content: space-between; width: 80%;}
#ft_inq .inqwrap .inq2 ul li {width: 49.5%; margin-bottom: 1%;}
#ft_inq .inqwrap .inq2 ul li:last-child {width: 100%; margin-bottom: 0;}
#ft_inq .inqwrap .inq2 ul li input {width: 100%; border: 0; height: 35px; border-radius: 5px; padding: 0 10px; font-size: 14px;}
#ft_inq .inqwrap .inq2 ul li input:focus {outline: none;}
#ft_inq .inqwrap .inq2 button{width: 18%; background-color: #0356b4; padding: 8px; border: 0; border-radius: 5px; font-size: 14px; font-weight: 500; display: flex; align-items: center; justify-content: center; color: #fff; line-height: 1.5;}

@media screen and (max-width: 960px){
  #ft_inq .inqwrap {flex-wrap: wrap;}
  #ft_inq .inqwrap .inq1 {width: 100%; justify-content: center; margin-bottom: 20px;}
  #ft_inq .inqwrap .inq1 .icon {width: 60px; height: 60px;}
  #ft_inq .inqwrap .inq1 .icon img {height: 30px;}
  #ft_inq .inqwrap .inq1 .txtbox h2 {font-size: 16px;}
  #ft_inq .inqwrap .inq1 .txtbox p {font-size: 22px;}
  #ft_inq .inqwrap .inq2 {width: 100%; flex-direction: column;}
  #ft_inq .inqwrap .inq2 ul {width: 100%; margin-bottom: 10px;}
  #ft_inq .inqwrap .inq2 ul li input {font-size: 12px;}
  #ft_inq .inqwrap .inq2 button {width: 100%;}
  #ft_inq .inqwrap .inq2 button br {display: none;}
  
}

@media screen and (max-width: 640px){
  #ft_inq .inqwrap {flex-wrap: wrap;}
  #ft_inq .inqwrap.hide {display: none;}
  #ft_inq .inqwrap .inq1 .icon {width: 50px; height: 50px; margin-right: 15px;}
  #ft_inq .inqwrap .inq1 .icon img {height: 25px;}
  #ft_inq .inqwrap .inq1 .txtbox h2 {font-size: 14px;}
  #ft_inq .inqwrap .inq2 {width: 100%;}
  #ft_inq .inqwrap .inq2 button {font-size: 12px;}
}

/*서브페이지*/

/*a1*/
.a1{width: 100%; display: flex; justify-content: flex-end; padding: 80px 0;}
.a1 .a1_wrap{width: 100%; max-width: 1560px;}
.a1 .a1_wrap h2{font-size: 50px; font-weight: 700; color: #121212; line-height: 1.5; margin-bottom: 20px;}
.a1 .a1_wrap .a1_img{max-width: 1560px; height: 500px; margin-bottom: 50px; overflow: hidden; animation: a1_img 1.5s 1 linear; background: url(../images/a1_img.jpg) center center no-repeat; background-size: cover;}
.a1 .a1_wrap .a1_img img{width: 100%;}

@keyframes a1_img{
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.a1 .a1_wrap ul{width: 100%; display: flex;}
.a1 .a1_wrap ul li:first-child{width: 40%;}
.a1 .a1_wrap ul li:last-child{width: 60%;}
.a1 .a1_wrap ul li h3{font-size: 30px; line-height: 1.5; font-weight: 700; color: #121212; word-break: keep-all;}
.a1 .a1_wrap ul li h3 span{font-weight: 700; color: #0356b4;}
.a1 .a1_wrap ul li p{font-size: 18px; line-height: 1.5; color: #666; margin-bottom: 80px; word-break: keep-all;}
.a1 .a1_wrap ul li h4{font-size: 24px; color: #333; font-weight: 400;}
.a1 .a1_wrap ul li h4 b{font-weight: 700; color: #121212;}

@media screen and (max-width: 1400px){
  .a1 .a1_wrap h2{padding: 0 2%;}
  .a1 .a1_wrap ul{padding: 0 2%;}
}

@media screen and (max-width: 1200px){
  .a1 .a1_wrap ul li:first-child{width: 35%; margin-right: 5%;}
  .a1 .a1_wrap ul li:last-child{width: 60%;}
}

@media screen and (max-width: 960px){
  .a1 .a1_wrap ul{display: block;}
  .a1 .a1_wrap ul li:first-child{width: 100%; margin-right: 0; margin-bottom: 5%;}
  .a1 .a1_wrap ul li:last-child{width: 100%;}
}

@media screen and (max-width: 640px){
  .a1 .a1_wrap h2{font-size: 30px;}
  .a1 .a1_wrap ul li h3{font-size: 20px;}
  .a1 .a1_wrap ul li p{font-size: 15px;}
  .a1 .a1_wrap ul li h4{font-size: 20px;}

}
/*a1*/

/*a2*/
.a2{width: 100%; padding: 50px 0;}
.a2 .a2_wrap{width: 100%; max-width: 1400px; margin: 0 auto;}
.a2 .a2_wrap .a2_map{position: relative; margin-bottom: 60px;}
.a2 .a2_wrap .a2_map .a2_tit{display: inline-block; padding: 20px 30px; position: absolute; left: 0; bottom: 0; z-index: 999; background: #222;}
.a2 .a2_wrap .a2_map .a2_tit h2{font-size: 36px; font-weight: 700; color: #fff;}
.a2 .a2_wrap .a2_map .a2_tit h2 img{margin-right: 10px;}
.a2 .a2_wrap .a2_map .wrap_controllers{display: none;}
.a2 .a2_wrap .a2_txt{width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; row-gap: 30px;}
.a2 .a2_wrap .a2_txt .a2_box{display: flex; align-items: center;}
.a2 .a2_wrap .a2_txt span{display: inline-block; width: 50px; aspect-ratio: 1 / 1; display: grid; place-content: center; background: #f6f6f6; color: #0356b4; text-align: center; border-radius: 50%;}
.a2 .a2_wrap .a2_txt span i{font-size: 20px;}
.a2 .a2_wrap .a2_txt b{font-size: 20px; margin: 0 30px;}
.a2 .a2_wrap .a2_txt p{font-size: 20px; color: #121212; word-break: keep-all;}
.a2 .a2_wrap .a2_txt .a2_btn{display: block; text-align: center; background: #fae100; border:1px solid #fae100; border-radius: 25px; display: grid; place-content: center;}
.a2 .a2_wrap .a2_txt .a2_btn a{font-size: 16px; color: #3396ff; font-weight: 500; padding: 10px 20px;}
.a2 .a2_wrap .a2_txt .a2_btn a i{margin-left: 5px;}

@media screen and (max-width: 1400px){
  .a2{padding: 50px 2%;}
}


@media screen and (max-width: 960px){
  .a2 .a2_wrap .a2_txt span i{font-size: 16px;}
  .a2 .a2_wrap .a2_txt b{font-size: 16px;}
  .a2 .a2_wrap .a2_txt p{font-size: 16px;}
  .a2 .a2_wrap .a2_txt .a2_btn a {padding: 15px 20px; font-size: 14px;}
}

@media screen and (max-width: 640px){
  .a2 .a2_wrap .a2_txt b {margin: 0 20px;}
  .a2 .a2_wrap .a2_map .a2_tit h2{font-size: 28px;}
  .a2 .a2_wrap .a2_txt .a2_box {flex-wrap: wrap; width: 100%;}
  .a2 .a2_wrap .a2_txt p{padding-left: 70px; width: 100%;}
  .a2 .a2_wrap .a2_txt .a2_btn{margin-left: 0;}
  .a2 .a2_wrap .a2_txt .a2_btn a{font-size: 14px;}
}
/*a2*/

/*b1*/
.b1{width: 100%; padding: 50px 0 0;}
.b1 .b1_wrap {max-width: 1400px; margin: 0 auto;}
.b1 .box {margin-bottom: 80px;}
.b1 .box:last-child {margin-bottom: 0;}
.b1 .box h2 {font-size: 30px; margin-bottom: 20px; position: relative; padding-left: 20px;}
.b1 .box h2::after {position: absolute; content: ''; width: 10px; height: 10px; background-color: #0356b4; border-radius: 3px; left: 0;}
.b1 .box1 .p_box {display: flex; justify-content: space-between; align-items: center;}
.b1 .box1 .p_box .p_img {width: 35%; border: 1px solid #ddd;;}
.b1 .box1 .p_box .p_img img {width: 100%;}
.b1 .box1 .p_box .p_info {width: 60%;}
.b1 .box1 .p_box .p_info h3 {font-size: 24px; font-weight: 700; margin-bottom: 20px;}
.b1 .box1 .p_box .p_info ul {border-top: 2px solid #121212;}
.b1 .box1 .p_box .p_info ul li {border-bottom: 1px solid #ddd; padding: 20px; font-size: 18px; color: #666;}
.b1 .box2 .p_graph table {border-collapse: collapse; width: 100%; border-top: 2px solid #0356b4;}
.b1 .box2 .p_graph table th {background-color: #f6faff; padding: 20px; font-size: 18px; border-right: 1px solid #ddd;}
.b1 .box2 .p_graph table th:last-child {border-right: 0;}
.b1 .box2 .p_graph table td {padding: 20px; font-size: 16px; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; font-weight: 500; text-align: center;}
.b1 .box2 .p_graph table td:last-child {border-right: 0;}

@media screen and (max-width: 1400px){
  .b1{padding: 50px 2% 0;}
}

@media screen and (max-width: 960px){
  .b1 .box {margin-bottom: 60px;}
  .b1 .box h2 {font-size: 24px;}
  .b1 .box1 .p_box .p_info h3 {font-size: 20px; margin-bottom: 10px;}
  .b1 .box1 .p_box .p_info ul li {padding: 15px; font-size: 16px;}
  .b1 .box2 .p_graph table th {padding: 15px; font-size: 16px;}
  .b1 .box2 .p_graph table td {padding: 15px; font-size: 14px;}
}

@media screen and (max-width: 640px){
  .b1 .box {margin-bottom: 50px;}
  .b1 .box h2 {font-size: 20px;}
  .b1 .box1 .p_box {flex-direction: column;}
  .b1 .box1 .p_box .p_img {width: 100%; margin-bottom: 20px;}
  .b1 .box1 .p_box .p_info {width: 100%;}
  .b1 .box1 .p_box .p_info h3 {font-size: 18px;}
  .b1 .box1 .p_box .p_info ul li {padding: 10px; font-size: 14px;}
  .b1 .box2 .p_graph table th {padding: 10px; font-size: 14px;}
  .b1 .box2 .p_graph table td {padding: 10px; font-size: 12px;}
}
/*b1*/

/*b2*/
.b2{width: 100%; padding: 50px 0 0;}
.b2 .b2_wrap {max-width: 1400px; margin: 0 auto;}
.b2 .box {margin-bottom: 80px;}
.b2 .box:last-child {margin-bottom: 0;}
.b2 .box h2 {font-size: 30px; margin-bottom: 20px; position: relative; padding-left: 20px;}
.b2 .box h2::after {position: absolute; content: ''; width: 10px; height: 10px; background-color: #0356b4; border-radius: 3px; left: 0;}
.b2 .box1 .p_box {display: flex; justify-content: space-between; align-items: center;}
.b2 .box1 .p_box .p_img {width: 35%; border: 1px solid #ddd;;}
.b2 .box1 .p_box .p_img img {width: 100%;}
.b2 .box1 .p_box .p_info {width: 60%;}
.b2 .box1 .p_box .p_info h3 {font-size: 24px; font-weight: 700; margin-bottom: 20px;}
.b2 .box1 .p_box .p_info ul {border-top: 2px solid #121212;}
.b2 .box1 .p_box .p_info ul li {border-bottom: 1px solid #ddd; padding: 20px; font-size: 18px; color: #666;}
.b2 .box2 .p_o_img {padding: 20px; border: 1px solid #ddd;}
.b2 .box2 .p_o_img img {display: block; max-width: 718px; margin: 0 auto; width: 100%;}
.b2 .box3 .imgwrap {display: flex; justify-content: space-between;}
.b2 .box3 .imgwrap li {width: 49%;}
.b2 .box3 .imgwrap li img {width: 100%;}

@media screen and (max-width: 1400px){
  .b2{padding: 50px 2% 0;}
}

@media screen and (max-width: 960px){
  .b2 .box {margin-bottom: 60px;}
  .b2 .box h2 {font-size: 24px;}
  .b2 .box1 .p_box .p_info h3 {font-size: 20px; margin-bottom: 10px;}
  .b2 .box1 .p_box .p_info ul li {padding: 15px; font-size: 16px;}
  .b2 .box3 .imgwrap {flex-direction: column;}
  .b2 .box3 .imgwrap li {width: 100%; margin-bottom: 20px;}
  .b2 .box3 .imgwrap li:last-child {margin-bottom: 0;}

}

@media screen and (max-width: 640px){
  .b2 .box {margin-bottom: 50px;}
  .b2 .box h2 {font-size: 20px;}
  .b2 .box1 .p_box {flex-direction: column;}
  .b2 .box1 .p_box .p_img {width: 100%; margin-bottom: 20px;}
  .b2 .box1 .p_box .p_info {width: 100%;}
  .b2 .box1 .p_box .p_info h3 {font-size: 18px;}
  .b2 .box1 .p_box .p_info ul li {padding: 10px; font-size: 14px;}

}
/*b2*/

/*b3*/
.b3{width: 100%; padding: 50px 0 0;}
.b3 .b3_wrap {max-width: 1400px; margin: 0 auto;}
.b3 .box {margin-bottom: 80px;}
.b3 .box:last-child {margin-bottom: 0;}
.b3 .box h2 {font-size: 30px; margin-bottom: 20px; position: relative; padding-left: 20px;}
.b3 .box h2::after {position: absolute; content: ''; width: 10px; height: 10px; background-color: #0356b4; border-radius: 3px; left: 0;}
.b3 .box1 .p_box {display: flex; justify-content: space-between; align-items: center;}
.b3 .box1 .p_box .p_img {width: 35%; border: 1px solid #ddd;;}
.b3 .box1 .p_box .p_img img {width: 100%;}
.b3 .box1 .p_box .p_info {width: 60%;}
.b3 .box1 .p_box .p_info h3 {font-size: 24px; font-weight: 700; margin-bottom: 20px;}
.b3 .box1 .p_box .p_info ul {border-top: 2px solid #121212;}
.b3 .box1 .p_box .p_info ul li {border-bottom: 1px solid #ddd; padding: 20px; font-size: 18px; color: #666;}
.b3 .box2 .p_o_img {padding: 20px; border: 1px solid #ddd;}
.b3 .box2 .p_o_img img {display: block; max-width: 718px; margin: 0 auto; width: 100%;}

@media screen and (max-width: 1400px){
  .b3{padding: 50px 2% 0;}
}

@media screen and (max-width: 960px){
  .b3 .box {margin-bottom: 60px;}
  .b3 .box h2 {font-size: 24px;}
  .b3 .box1 .p_box .p_info h3 {font-size: 20px; margin-bottom: 10px;}
  .b3 .box1 .p_box .p_info ul li {padding: 15px; font-size: 16px;}

}

@media screen and (max-width: 640px){
  .b3 .box {margin-bottom: 50px;}
  .b3 .box h2 {font-size: 20px;}
  .b3 .box1 .p_box {flex-direction: column;}
  .b3 .box1 .p_box .p_img {width: 100%; margin-bottom: 20px;}
  .b3 .box1 .p_box .p_info {width: 100%;}
  .b3 .box1 .p_box .p_info h3 {font-size: 18px;}
  .b3 .box1 .p_box .p_info ul li {padding: 10px; font-size: 14px;}

}
/*b3*/

/*c1*/
.c1{width: 100%; padding: 50px 0 0;}
.c1 .c1_wrap{width: 100%; max-width: 1400px; margin: 0 auto;}
.c1 .box {margin-bottom: 80px;}
.c1 .box:last-child {margin-bottom: 0;}
.c1 .box .titwrap {margin-bottom: 20px;}
.c1 .box .titwrap h2 {font-size: 30px;position: relative; padding-left: 20px;}
.c1 .box .titwrap h2::after {position: absolute; content: ''; width: 10px; height: 10px; background-color: #0356b4; border-radius: 3px; left: 0;}
.c1 .box .titwrap p {font-size: 18px; margin-top: 10px; color: #666; font-weight: 400;}
.c1 .box .imgwrap {margin-bottom: 30px;}
.c1 .box .imgwrap img {border-radius: 10px; width: 100%;}
.c1 .box ul li {font-size: 18px; padding-left: 20px; margin-bottom: 10px; line-height: 1.5; font-weight: 500; position: relative;}
.c1 .box ul li:last-child {margin-bottom: 0;}
.c1 .box ul li::after {position: absolute; content: ''; width: 12px; height: 12px; border: 1px dashed #0356b4; left: 0; top: 8px; border-radius: 50%;}

@media screen and (max-width: 1400px){
  .c1{padding: 50px 2% 0;}

}

@media screen and (max-width: 960px){
  .c1 .box {margin-bottom: 60px;}
  .c1 .box .titwrap h2 {font-size: 24px;}
  .c1 .box .imgwrap {margin-bottom: 20px;}
  .c1 .box ul li {font-size: 16px;}
}

@media screen and (max-width: 640px){
  .c1 .box {margin-bottom: 50px;}
  .c1 .box .titwrap h2 {font-size: 20px;}
  .c1 .box ul li {font-size: 14px;}
}
/*c1*/

/* c2 */
.c2{width: 100%; padding: 50px 0 0;}
.c2 .c2_wrap{width: 100%; max-width: 1400px; margin: 0 auto; display: flex; justify-content: space-between;}
.c2 .c2_wrap .box {width: 32.333%; background-color: #f7f7f7; border-radius: 10px; padding: 30px; display: flex; flex-direction: column; align-items: center;}
.c2 .c2_wrap .box .icon {margin-bottom: 20px; width: 110px; height: 110px; background-color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 50%;}
.c2 .c2_wrap .box .icon img {height: 60px;}
.c2 .c2_wrap .box h2 {font-size: 24px; margin-bottom: 20px; color: #0356b4;}
.c2 .c2_wrap .box p {font-size: 18px; line-height: 1.5; text-align: center; color: #666;}

@media screen and (max-width: 1400px){
  .c2{padding: 50px 2% 0;}
}

@media screen and (max-width: 960px){
  .c2 .c2_wrap {flex-direction: column;}
  .c2 .c2_wrap .box {margin-bottom: 20px; width: 100%;}
  .c2 .c2_wrap .box:last-child {margin-bottom: 0;}

}

@media screen and (max-width: 640px){
  .c2 .c2_wrap .box .icon {width: 100px; height: 100px;}
  .c2 .c2_wrap .box .icon img {height: 50px;}
  .c2 .c2_wrap .box h2 {font-size: 18px; margin-bottom: 10px;}
  .c2 .c2_wrap .box p {font-size: 14px;}
  

}
/* c2 */

/*c3*/
.c3{width: 100%; padding: 50px 0 0;}
.c3 .c3_wrap {width: 100%; max-width: 1400px; margin: 0 auto; border-top: 2px solid #121212;}
.c3 .c3_wrap .box {border-bottom: 1px dashed #ddd; padding: 30px;}
.c3 .c3_wrap .box h4 {font-size: 16px; font-weight: 700; margin-bottom: 30px; color: #999;}
.c3 .c3_wrap .box .icon {margin-bottom: 20px; border-radius: 50%; width: 110px; height: 110px; background-color: #fff; display: flex; align-items: center; justify-content: center;}
.c3 .c3_wrap .box h2 {font-size: 24px; margin-bottom: 10px;}
.c3 .c3_wrap .box p {font-size: 18px; line-height: 1.5; color: #666;}



@media screen and (max-width: 1400px){
  .c3{padding: 50px 2% 0;}

}

@media screen and (max-width: 960px){
  .c3 .c3_wrap .box h4 {font-size: 15px;}
  .c3 .c3_wrap .box h2 {font-size: 20px;}
  .c3 .c3_wrap .box p {font-size: 16px;}

}

@media screen and (max-width: 640px){
  .c3 .c3_wrap .box h4 {font-size: 14px;}
  .c3 .c3_wrap .box .icon img {height: 60px;}
  .c3 .c3_wrap .box h2 {font-size: 28px;}
  .c3 .c3_wrap .box p {font-size: 14px;}
}
/*c3*/

/* c4 */
.c4{width: 100%; padding: 50px 0 0;}
.c4 .c4_wrap{width: 100%; max-width: 1400px; margin: 0 auto;}
.c4 .c4_wrap .box {margin-bottom: 80px;}
.c4 .c4_wrap .box:last-child {margin-bottom: 0;}
.c4 .c4_wrap .box h2 {font-size: 30px;position: relative; padding-left: 20px; margin-bottom: 20px;}
.c4 .c4_wrap .box h2::after {position: absolute; content: ''; width: 10px; height: 10px; background-color: #0356b4; border-radius: 3px; left: 0;}
.c4 .c4_wrap .box table {width: 100%; border-top: 2px solid #0356b4; border-collapse: collapse;}
.c4 .c4_wrap .box table th {padding: 20px; font-size: 18px; background-color: #f6faff; border-right: 1px solid #ddd;}
.c4 .c4_wrap .box table th:last-child {border-right: 0;}
.c4 .c4_wrap .box table td {padding: 20px; font-size: 16px; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd;}
.c4 .c4_wrap .box table td:last-child {border-right: 0;}
.c4 .c4_wrap .box1 .imgwrap img {max-width: 1230px; margin: 0 auto; display: block; width: 100%;}
.c4 .c4_wrap .box4 .imgwrap {margin-top: 50px;}
.c4 .c4_wrap .box4 .imgwrap img {max-width: 1400px; margin: 0 auto; display: block; width: 100%;}

@media screen and (max-width: 1400px){
  .c4{padding: 50px 2% 0;}

}

@media screen and (max-width: 960px){
  .c4 .c4_wrap .box {margin-bottom: 60px;}
  .c4 .c4_wrap .box h2 {font-size: 24px; margin-bottom: 15px;}
  .c4 .c4_wrap .box table th {padding: 15px; font-size: 16px;}
  .c4 .c4_wrap .box table td {padding: 15px; font-size: 14px;}
  .c4 .c4_wrap .box4 .imgwrap {margin-top: 40px;}

}

@media screen and (max-width: 640px){
  .c4 .c4_wrap .box {margin-bottom: 50px;}
  .c4 .c4_wrap .box h2 {font-size: 20px;}
  .c4 .c4_wrap .box table th {padding: 10px; font-size: 14px;}
  .c4 .c4_wrap .box table td {padding: 10px; font-size: 12px;}
  .c4 .c4_wrap .box4 .imgwrap {margin-top: 30px;}
}
/* c4 */


/*서브페이지*/

/* 중간 레이아웃 */
#wrapper {}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {margin:0 auto;zoom:1}
#aside {float:right;width:235px;padding:0;height:100%;margin:20px 0 20px 20px}

#container {position:relative; height:auto !important; margin:50px auto ;font-size:1em; max-width: 1400px; zoom:1;}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {font-size:1.333em;margin:0 auto;font-weight:bold}
#container_title span {margin:0 auto 10px;display:block;line-height:1.5}

@media screen and (max-width: 1200px){
  #container{padding: 0 2%;}
}

.lt_wr {width:32%}
.lt_wr:nth-child(3n+1) {clear:both}
.latest_wr {margin-bottom:20px}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}
.latest_top_wr {margin:0 -10px 20px}
.latest_top_wr:after {display:block;visibility:hidden;clear:both;content:""}

/*푸터*/
#footer{ width:100%; height:auto; background:#222; clear:both; padding: 50px 0;}
#footer .ft_menu{position: absolute; right: 0; top: 0;}
#footer .ft_menu ul{display: flex;}
#footer .ft_menu ul li{padding: 0 15px;}
#footer .ft_menu ul li a{color: #fff; font-size: 14px;}
#footer .ft_wrap{max-width: 1400px; margin: 0 auto; position: relative;}
#footer .ft_wrap .ft_logo{margin-bottom: 50px;}
#footer .ft_wrap .ft_txt{}
#footer .ft_wrap dl{display: inline-block; margin-right: 50px; color: #fff;}
#footer .ft_wrap dl dd{display: inline-block; margin-right: 20px; font-weight: 500; font-size: 16px; margin-bottom: 15px;}
#footer .ft_wrap dl dt{display: inline-block; font-size: 16px; font-weight: 100; word-break: keep-all;}
#footer .ft_wrap .ft_copy a {border-top: 1px solid rgba(255, 255, 255, .07); text-align: center; color: #fff; margin-top: 50px; padding: 30px 0 0; font-size: 13px; display: block;}




@media screen and (max-width: 1400px){
  #footer{padding: 50px 2%;}
}

@media screen and (max-width: 960px){
  .ft_btn {width: 60px; height: 60px;}
  .ft_btn a img {height: 30px;}

  #ft_inq .inqwrap {flex-wrap: wrap;}
}

@media screen and (max-width: 760px){
  #footer .ft_menu{position: static; margin-bottom: 50px;}
  #footer .ft_menu ul li{padding: 0 10px;}
  #footer .ft_menu ul li a{font-size: 12px;}
  #footer .ft_wrap dl{margin-right: 20px;}
  #footer .ft_wrap dl dd{margin-right: 10px; font-size: 13px;}
  #footer .ft_wrap dl dt{font-size: 13px;}
  #footer .ft_wrap .ft_copy a{text-align: center;}
}

@media screen and (max-width: 640px){
#footer {margin-bottom: 0;}

/* 버튼 css */
#inqToggleBtn {position: absolute; top: -35px; left: 50%; transform: translateX(-50%); background-color: #e7efff; border: 0; padding: 10px 30px; border-radius: 10px 10px 0 0; display: block;}
#inqToggleBtn img {height: 15px;}
#inqToggleBtn img.rot{transform:rotate(180deg);}
/* 버튼 css */

  #ft_inq .inqwrap {flex-wrap: wrap;}
  #ft_inq .inqwrap.hide {display: none;}
}

/*푸터*/

/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove .win_desc {text-align:center;display:block}
#copymove .tbl_wrap {margin:20px}
#copymove .win_btn {padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

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

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;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;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:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block}
#captcha.m_captcha #captcha_reload {position:static;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}
#captcha.m_captcha #captcha_reload span {display:none}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.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:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* 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}

/* 버튼 */
a.btn,.btn {line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;font-size:1.4em;
-webkit-transition:background-color 0.3s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;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;padding:7px;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:right} /* 서식단계 진행 */

.btn_submit {border:0;background:#3a8afd;color:#fff;cursor:pointer;border-radius:3px}
.btn_submit:hover {background:#2375eb}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;background:#fff}
a.btn_close {text-align:center;line-height:50px}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa}
a.btn_frmline, button.btn_frmline {display:inline-block;width:128px;padding:0 5px;height:40px;border:0;background:#434a24;border-radius:3px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;color:#bababa;text-decoration:none;vertical-align:middle;border:0;background:transparent}
.btn_b01:hover, .btn_b01:hover {color:#000}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;color:#c13f4a;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {color:#ff3746}


/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-top:1px solid #121212; border-bottom:1px solid #ececec} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:20px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ececec;height:40px}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1c1d5;border-bottom:1px solid #c1c1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;padding:10px 5px;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;line-height:1.4em;height:60px;word-break:break-all}
.tbl_head01 tbody tr:hover td {background:#fafafa}
.tbl_head01 a:hover {text-decoration:underline}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #c1dee2;border-bottom:1px solid #c1dee2;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, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1c1d5;border-bottom:1px solid #c1c1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #d0d3db;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px}

.full_input {width:100%}
.half_input {width:49.5%}
.twopart_input {width:385px;margin-right:10px}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본 리스트*/
.list_01 ul {border-top:1px solid #ececec}
.list_01 li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.list_01 li:nth-child(odd) {background:#f6f6f6}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}
.list_01 li.empty_li {text-align:center;padding:20px 0;color:#666}

/*폼 리스트*/
.form_01 h2 {font-size:1.167em}
.form_01 li {margin-bottom:10px}
.form_01 ul:after,
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 .left_input {float:left}
.form_01 .margin_input {margin-right:1%}
.form_01 textarea {height:100px;width:100%}
.form_01 .frm_label {display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;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:80px;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:110px;text-align:center}
.td_group {width:80px;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:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
.new_win .cert_btn {margin-bottom:30px;text-align:center}
.new_win .btn_close {padding:0 20px;height:45px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* 검색결과 색상 */
.sch_word {color:#fff;background:#ff005a;padding:2px 5px 3px;line-height:18px;margin:0 2px}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-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;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;float:left;display:inline-block}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#eee;border:1px solid #eee}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#959595;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px}
.pg_page:hover {background-color:#fafafa}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

.pg_current {display:inline-block;background:#666;border:1px solid #666;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

