@charset "utf-8";
@font-face {
    font-family: 'NanumBG_B';
    src: url('/font/nanumbarungothicbold.eot');
    src: url('/font/nanumbarungothicbold.eot?#iefix') format('embedded-opentype'),
         url('/font/nanumbarungothicbold.woff2') format('woff2'),
         url('/font/nanumbarungothicbold.woff') format('woff'),
         url('/font/nanumbarungothicbold.ttf') format('truetype'),
         url('/font/nanumbarungothicbold.svg#nanum-barun-gothic-bold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'NanumBG';
    src: url('/font/nanumbarungothicregular.eot');
    src: url('/font/nanumbarungothicregular.eot?#iefix') format('embedded-opentype'),
         url('/font/nanumbarungothicregular.woff2') format('woff2'),
         url('/font/nanumbarungothicregular.woff') format('woff'),
         url('/font/nanumbarungothicregular.ttf') format('truetype'),
         url('/font/nanumbarungothicregular.svg#nanum-barun-gothic-regular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*
@font-face {
    font-family: 'NanumBarunGothic';
    font-style: normal;
    font-weight: 400;
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot');
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.ttf') format('truetype');
}
@font-face {
    font-family: 'NanumBarunGothic-Bold';
    font-style: normal;
    font-weight: 700;
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot');
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.ttf') format('truetype')
}
*/

@font-face {
    font-family: 'NanumMyeongjo';
    font-weight: 700; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/naver/NanumMyeongjoEB.woff2) format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'NanumMyeongjo';
    font-weight: 500; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/naver/NanumMyeongjoB.woff2) format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'NanumMyeongjo';
    font-weight: 400; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/naver/NanumMyeongjo.woff2) format('woff2');
    font-display: swap;
}


* {
    font-family: 'NanumBarunGothic', 'Noto Sans KR', '맑은 고딕', 'NanumMyeongjo', sans-serif;
}
b, h1, h2, h3, h4, h5, h6, strong, th {
    font-family: 'NanumBarunGothic', 'Noto Sans KR Bold', 'Noto Sans CJK KR', 'Noto Sans KR', '맑은 고딕', sans-serif;
    font-weight: 700;
}
body {
    color: #1f1f1f;
    font-size: 16px;
    word-spacing: -.5px;
	font-weight:400;
}

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0; background:#fff;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul,li,dl,dt,dd,ol{padding:0;margin:0;}
ul{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-size:1em}
input[type="submit"]{cursor:pointer}
button {cursor:pointer}

textarea, select {}
select {margin:0}
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}

*, :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:1500px;}

#hd_pop,
#hd_wrapper,
#tnb .inner,

#gnb .gnb_wrap,
#container_wr,
#ft_wr {width:1500px}

.sticky{
            background-color: yellow;
            position:sticky;
            top:0px;
        }

/* 팝업레이어 */
#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}

/* 상단 레이아웃 */
.box { margin:0 auto; position:relative; }
/* 메뉴수정 20240113 시작*/
#hd {position:fixed;width:calc(100% - 180px);top:35px; left:90px; box-sizing: border-box; background:rgba(255,255,255,1); z-index:1000;
      height:82px; animation: fadein 3s;
  -moz-animation: fadein 3s; /* Firefox */
  -webkit-animation: fadein 3s; /* Safari and Chrome */
  -o-animation: fadein 3s;}
#hd.roll {position:fixed; top:0;height: 82px;width:calc(100% - 180px);left:90px;
    line-height:82px;
    background : rgba(255,255,255,0.8);
  }

#hd.roll #menu_new{position:fixed;top:0; margin:0; padding-top:0;  width:calc(100% - 180px); left:90px;min-width:1500px; height:82px; line-height:82px; background : rgba(255,255,255,0.5)}

#hd .line{border:1px solid #e3e3e3;}
#hd .line_ov{border:0px solid #e3e3e3;}

#hd_wrapper {z-index:20;position:absolute; right:230px;}
#hd_wrapper li{float:right; }
#hd_wrapper .member{width:160px;float:left; color:#fff; font-size:13px; line-height:30px; padding:0 15px; text-align:center; height:30px; border-radius:40px; background:#666;}
#hd_wrapper li a{color:#fff}
#hd_wrapper .tnb_admin{background:#333; font-size:13px; color:#fff; border-radius:40px; line-height:30px; padding:0 10px; margin-right:5px;}

#menu_new{position:relative; margin:0 0 0 0; width:100%; min-width:1500px; height:82px; line-height:82px; }
.logo{position:absolute; top:0; left:20px;z-index:101;}
.logo img{width:180px}

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

#gnb {position:relative; width:1250px; margin:0 auto; z-index:1001; padding:0 0;box-sizing: border-box;}
.bb_line{border-bottom:1px solid #666;}
#gnb .logo{position:absolute; top:0; }
#gnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb_1dul {width:100%; margin:0 auto !important; padding:0 40px; zoom:1;box-sizing: border-box;}
#gnb_1dul:after {display:block;visibility:hidden;clear:both;content:""}
.gnb_1dli {z-index:10;position:relative;float:left; font-size:0;line-height:0;}
.gnb_1dli:first-child{margin-left:50px;}
.gnb_1dli img{vertical-align:top}
.gnb_1da {display:inline-block;text-align:center;width:137px; padding:0; font-size:16px;font-family: 'NanumBG'; line-height:82px; color:#333; text-decoration:none}
.gnb_1da:focus, .gnb_1da:hover {color:#ff7700; text-decoration:none; font-weight:700;}
.gnb_2dul {display:none; position:absolute; top:82px; width:1500px;padding:20px 0 0 0}

.gnb_text{float:left; border-right:1px solid #efefef;}

.gnb_2menubox{float:left; width:1000px;padding:10px 30px;}
.gnb_2da {margin:10px 0; width:140px; line-height:30px; text-align:center;text-decoration:none;font-family: 'NanumBG'; font-size:16px; color:#333;}
.gnb_2da p{width:140px; line-height:30px; text-align:center;text-decoration:none; font-size:16px;font-family: 'NanumBG'; color:#333;}
.gnb_2da:focus, .gnb_2da p:hover {text-decoration:none; color:#fff; background:#ff7700; border-radius:3px;height:30px; width:140px;}
.gnb_1dli_over .gnb_2dul {display:block;left:0;}
.gnb_1dli_over2 .gnb_2dul {display:block;right:0;}
.mboard_style{padding:30px 0 0 25px}

.submenu0101{float:left; width:190px; text-align:center; line-height:30px; padding:20px 0 0 0}
.gnb_empty {z-index:1001;position:absolute; top:0px; width:100%;box-sizing: border-box; height:300px; background:#fff; display:none;z-index:3;}
.gnb_empty_ov {border:5px solid #666666;background:#fff url('/images/main/gnb_empty_bg.png') repeat-x top;}

/* 메뉴수정 20240113 끝*/
/* index */


/* 메인 슬라이드 */
#main { height:100vh; }
#contents_ms { overflow:hidden; width:100%; min-width:1500px;height:100vh; margin:0 auto; position:relative; top:0px; display:none; } /* position:relative */
	
/* slider */

#slider_m { top:0; left:0; height:100vh; /*height:534px;*/ position:absolute; }
#slider_m ul { height:100vh !important;/*height:639px;*/ /*left:-46px;*/ /* 퀵메뉴넓이 [ 93 / 2 => 46.5 ] */ position:relative; }
#slider_m ul li { list-style:none; float:left; width:100%; height:100vh !important; position:absolute;}
/*#slider ul li div.box { margin:0 auto; width:1216px; height:534px; position:relative; }*/

/* slider - gp1 */

.slider_gp1 { top:0; left:0; /*height:600px;*/ position:absolute; }
.slider_gp1 ul { /*height:600px;*/ position:relative; }
.slider_gp1 ul li { list-style:none; float:left; width:100%; /*height:600px;*/ position:absolute; }

.slider_gp1 ul li div { margin:0 auto; width:1500px; /*height:600px;*/ position:relative; }
.slider_gp1 ul li div.box1 img { top:450px; left:0; position:absolute; }
.slider_gp1 ul li div.box2 img { top:170px; left:50%;margin-left:-410px; position:absolute; }
.slider_gp1 ul li div.box3 img { top:200px; left:50%;margin-left:-50px; position:absolute; }
.slider_gp1 ul li div.box4 img { top:200px; left:0; position:absolute; }

/* slider - gp2 */
.slider_gp2 { top:0; left:0; /*height:600px;*/ position:absolute; }
.slider_gp2 ul { /*height:600px;*/ position:relative; }
.slider_gp2 ul li { list-style:none; float:left; width:100%; /*height:600px;*/ position:absolute; }

.slider_gp2 ul li div { margin:0 auto; width:1500px; /*height:600px;*/ position:relative; }
.slider_gp2 ul li div.box1 img { top:600px; left:0; position:absolute; }
.slider_gp2 ul li div.box2 img { top:320px; left:50%;margin-left:-280px; position:absolute; }
.slider_gp2 ul li div.box3 img { top:350px; left:50%;margin-left:-10px; position:absolute; }
.slider_gp2 ul li div.box4 img { top:350px; left:0; position:absolute; }

/* slider - gp3 */
.slider_gp3 { top:0; left:0; /*height:600px;*/ position:absolute; }
.slider_gp3 ul { /*height:600px;*/ position:relative; }
.slider_gp3 ul li { list-style:none; float:left; width:100%; /*height:600px;*/ position:absolute; }

.slider_gp3 ul li div { margin:0 auto; width:1500px; /*height:600px;*/ position:relative; }
.slider_gp3 ul li div.box1 img { top:770px; left:0; position:absolute; }
.slider_gp3 ul li div.box2 img { top:470px; left:50%;margin-left:-270px;  position:absolute; }
.slider_gp3 ul li div.box3 img { top:520px; left:50%;margin-left:-10px; position:absolute; }
.slider_gp3 ul li div.box4 img { top:500px; left:0; position:absolute; }

/* prev */

#arrowPrev { width:64px; height:101px; position:absolute; top:50%; left:2%; }
#arrowPrev div.img { width:64px; height:101px; position:absolute; }
#arrowPrev div.square { width:109px; height:101px; position:absolute; background:#ffffff; opacity:0; cursor:pointer; top:0px; left:-50px; }
	
/* next */

#arrowNext { width:64px; height:101px; position:absolute; top:50%; right:2%; }
#arrowNext div.img { width:64px; height:101px; position:absolute; }
#arrowNext div.square { width:109px; height:101px; position:absolute; background:#ffffff; opacity:0; cursor:pointer; top:0px; }

/* navigation */

#contents_ms_nav { left:50%; margin-left:-70px; width:200px; height:28px; bottom:15px; position:absolute; }
#contents_ms_nav ul { width:200px; height:28px; }
#contents_ms_nav ul li{ width:28px; height:28px; overflow:hidden; float:left; cursor:pointer; position:relative; }
#contents_ms_nav ul li img { position:relative; }


#contents_ms_loading_panel { width:31px; height:31px; top:320px; margin:0 auto; position:relative;}

.main_cont01{position:relative; width:100%; height:770px; background:url('/images/main/main_cont01_bg_n.jpg') repeat-x top left;}
.main_cont01 .cont_wr{position:relative; width:1500px;margin:0 auto; }
.main_cont01 .cont_wr .title{position:relative; width:100%; text-align:center; padding:70px 0 35px 0; color:#6f6f6f; font-size:20px;letter-spacing:20px; font-weight:300;}
.main_cont01 .cont_wr .title span{color:#0f75bc;}
.main_cont01 .cont_wr .bar{height:5px; background: linear-gradient(to left, #0f75bc, #25aae1);}
.main_cont01 .cont_wr .banner_box{position:relative; width:100%; height:100%; font-family: 'NanumBarunGothic', sans-serif !important; transform:skew(-0.1deg);}
.main_cont01 .cont_wr .banner_box:after {display:block;visibility:hidden;clear:both;content:""}
.main_cont01 .cont_wr .banner_box li{position:relative; width:375px; height:385px; float:left;}
.main_cont01 .cont_wr .banner_box li .stitle{color:#fff; text-align:center; padding-top:38px; font-size:24px;}
.main_cont01 .cont_wr .banner_box li .text{color:#fff; text-align:center; line-height:24px; font-size:16px; padding-top:15px;}
.main_cont01 .cont_wr .banner_box li .cont01_btn01{position:absolute; bottom:20px; right:20px; border:1px solid #fff; color:#fff; width:100px; height:35px; border-radius:40px; text-align:center; line-height:35px;}
.main_cont01 .cont_wr .banner_box li .cont01_btn01:hover{background:rgba(0,0,0,0.5); border:1px solid rgba(0,0,0,0.5);}
.main_cont01 .cont_wr .banner_box .banner01{background:url('/images/main/main_cont01_banner01.jpg') no-repeat top left;}
.main_cont01 .cont_wr .banner_box .banner02{background:url('/images/main/main_cont01_banner02.jpg') no-repeat top left;}
.main_cont01 .cont_wr .banner_box .banner03{background:url('/images/main/main_cont01_banner03.jpg') no-repeat top left;}
.main_cont01 .cont_wr .banner_box .banner04{background:url('/images/main/main_cont01_banner04.jpg') no-repeat top left;}
.main_cont01 .cont_wr .banner05{position:relative; width:100%; font-family: 'NanumBarunGothic', sans-serif !important; transform:skew(-0.1deg);}
.main_cont01 .cont_wr .banner05:after {display:block;visibility:hidden;clear:both;content:""}
.main_cont01 .cont_wr .banner05 .stitle{float:left; color:#0f75bc; font-weight:700; font-size:24px; line-height:30px; padding:90px 0 0 40px;}
.main_cont01 .cont_wr .banner05 .stitle span{font-size:16px; color:#25aae1; font-weight:400;}
.main_cont01 .cont_wr .banner05 .cont01_btn02{float:left; width:200px; height:50px; margin:100px 0 0 270px; font-size:16px; text-align:center; line-height:50px; border-radius:40px; background: linear-gradient(to left, #25aae1, #0f75bc); color:#fff;}
.main_cont01 .cont_wr .banner05 .cont01_btn02:hover{background:#0f75bc;}
.main_cont01 .cont_wr .banner05 .img01{float:right; margin:40px 50px 0 0;}

.main_cont02{position:relative; width:100%; height:700px; background:url('/images/main/main_cont02_bg_n.jpg') repeat-x top left;}
.main_cont02 .cont_wr{position:relative; width:1500px;margin:0 auto; font-family: 'NanumBarunGothic', sans-serif !important; transform:skew(-0.1deg);}
.main_cont02 .cont_wr .title{color:#fff; font-size:44px; font-weight:200; padding-top:150px; line-height:60px;}
.main_cont02 .cont_wr .title span{border-bottom:1px solid #fff;}
.main_cont02 .cont_wr .title strong{font-weight:700;}
.main_cont02 .cont_wr .text{font-size:24px; line-height:32px; color:#ccc; font-weight:200; padding-top:50px;}
.main_cont02 .cont_wr .cont02_btn01{margin-top:120px;width:150px; height:40px; color:#fff; font-size:16px; border-radius:40px; border:1px solid #fff; text-align:center; line-height:40px;}
.main_cont02 .cont_wr .cont02_btn01:hover{border:1px solid #0f75bc; background:#0f75bc; color:#fff;}

.main_cont03{position:relative; width:100%; height:1200px;}
.main_cont03 .cont_wr{position:relative; width:1500px;margin:0 auto; }
.main_cont03 .cont_wr .title{font-family:'NanumMyeongjo' !important; font-weight:bold; font-size:40px; text-align:center; margin-top:80px;}
.tabs {
  position:relative;
  margin:0 auto;
  width:1557px;
  height:1050px;
  overflow:hidden;
  padding-top:50px;
}
.tabs .tab-header {
  width:900px;
  margin:0 auto;
  text-align:center;
  height:70px;
  margin-bottom:80px;
  display:flex;
  align-items:center;
}
.tabs .tab-header > div {
  width:300px;
  text-align:center;
  color:#6f6f6f
  cursor:pointer;
  font-size:20px;
  outline:none;
  font-family: 'NanumBarunGothic', sans-serif !important; transform:skew(-0.1deg);
}
.tabs .tab-header > div > i {
  display:block;
  margin-bottom:5px;
}
.tabs .tab-header > div.active {
  background:#f7941e; border-radius:40px; height:70px; line-height:70px; color:#fff; font-weight:400;
}
.tabs .tab-indicator {
  position:relative;
  width:calc(100% / 4);
  height:5px;
  left:0px;
  transition:all 500ms ease-in-out;
}
.tabs .tab-body {
  position:relative;
  height:100%;
}
.tabs .tab-body > div {
  position:absolute;
  opacity:0;
  transform:scale(0.9);
  transition:opacity 500ms ease-in-out 0ms,
    transform 500ms ease-in-out 0ms;
}
.tabs .tab-body > div.active {
  top:0px;
  opacity:1;
  transform:scale(1);
}

.main_cont04{position:relative; width:100%; height:800px; background:url('/images/main/main_cont04_bg.jpg') no-repeat top center;}
.main_cont04 .cont_wr{position:relative; width:1500px;margin:0 auto; }
.main_cont04 .cont_wr .title{font-family:'NanumMyeongjo' !important; font-weight:400; font-size:55px; text-align:center; padding-top:160px; color:#fff;}
.main_cont04 .cont_wr .text{text-align:center; color:#fff; font-weight:200; font-size:18px; margin-top:30px;}
.main_cont04 .cont_wr .board_box{margin-top:170px; position:relative; font-family: 'NanumBarunGothic', sans-serif !important; transform:skew(-0.1deg);}
.main_cont04 .cont_wr .board_box:after {display:block;visibility:hidden;clear:both;content:""}
.main_cont04 .cont_wr .board_box .notice{float:left; border-radius:40px 0 40px 0; width:750px; height:350px; background:#f9f9f9; padding:50px 80px;}
.main_cont04 .cont_wr .board_box .notice_top{position:relative;}
.main_cont04 .cont_wr .board_box .notice_top:after {display:block;visibility:hidden;clear:both;content:""}
.main_cont04 .cont_wr .board_box .notice_top .notice_title{float:left; font-size:14px; color:#6f6f6f; font-weight:200;}
.main_cont04 .cont_wr .board_box .notice_top .notice_title strong{font-size:30px; font-weight:300; color:#1f1f1f;}
.main_cont04 .cont_wr .board_box .notice_top .notice_btn{float:right; width:90px; height:30px; color:#fff; border-radius:40px; background:#6f6f6f; text-align:center; margin-top:10px; line-height:30px;}
.main_cont04 .cont_wr .board_box .notice_top .notice_btn:hover{background:#0f75bc;}
.main_cont04 .cont_wr .board_box .notice_con{width:590px; padding-top:40px;}
.main_cont04 .cont_wr .board_box .consultation{float:left; border-radius:0 40px 0 40px; width:750px; height:350px; background:#f2f2f2;  padding:50px 80px;}
.main_cont04 .cont_wr .board_box .consultation_top{position:relative;}
.main_cont04 .cont_wr .board_box .consultation_top:after {display:block;visibility:hidden;clear:both;content:""}
.main_cont04 .cont_wr .board_box .consultation_top .consultation_title{float:left; font-size:14px; color:#6f6f6f; font-weight:200;}
.main_cont04 .cont_wr .board_box .consultation_top .consultation_title strong{font-size:30px; font-weight:300; color:#1f1f1f;}
.main_cont04 .cont_wr .board_box .consultation_top .consultation_btn{float:right; width:90px; height:30px; color:#fff; border-radius:40px; background:#6f6f6f; text-align:center; margin-top:10px; line-height:30px;}
.main_cont04 .cont_wr .board_box .consultation_top .consultation_btn:hover{background:#0f75bc;}
.main_cont04 .cont_wr .board_box .consultation_con{width:590px;  padding-top:40px;}

.main_cont05{position:relative; width:100%; height:1035px; background:url('/images/main/main_cont05_bg.png') repeat-x top left;}
.main_cont05 .cont_wr{position:relative; width:1500px;margin:0 auto; }
.main_cont05 .cont_wr .title{font-family:'NanumMyeongjo' !important; font-size:25px; text-align:center; padding-top:80px; line-height:55px;}
.main_cont05 .cont_wr .title strong{font-family:'NanumMyeongjo' !important; font-size:40px; font-weight:bold; color:#0f75bc;}
.main_cont05 .cont_wr .map_box{margin-top:80px;  position:relative; font-family: 'NanumBarunGothic', sans-serif !important; transform:skew(-0.1deg);}
.main_cont05 .cont_wr .map_box:after {display:block;visibility:hidden;clear:both;content:""}
.main_cont05 .cont_wr .map_box .map{float:left; width:950px; height:600px; background:#efefef; border-bottom:1px solid #e0e0e0;}
.main_cont05 .cont_wr .map_box .map img{border-radius:40px 0 0 0;}
.main_cont05 .cont_wr .map_box .tel_box{float:left; width:550px; height:600px; background:#fff; border-radius:0 0 40px 0;}
.main_cont05 .cont_wr .map_box .tel_box .tel{background:#0f75bc; height:240px; color:#fff; text-align:center; padding-top:55px; font-size:18px; font-weight:200;} 
.main_cont05 .cont_wr .map_box .tel_box .tel span{font-size:24px; font-weight:400;}
.main_cont05 .cont_wr .map_box .tel_box .tel strong{font-weight:700; font-size:40px;}
.main_cont05 .cont_wr .map_box .tel_box .time{margin:45px 40px;}
.main_cont05 .cont_wr .map_box .tel_box .time dt{float:left; width:145px; border-bottom:1px solid #dfdfdf; height:50px; line-height:50px; color:#6f6f6f; font-weight:200; padding-left:20px;}
.main_cont05 .cont_wr .map_box .tel_box .time dd{border-bottom:1px solid #dfdfdf; height:50px; line-height:50px; }
.main_cont05 .wrap_controllers{display:none; }

.main_cont06{position:relative; width:100%; height:auto; min-height:900px;}
.main_cont06 .cont_wr{position:relative; width:1500px;margin:0 auto 50px auto;}
.main_cont06 .cont_wr .title{font-family:'NanumMyeongjo' !important; font-size:40px; text-align:center; padding-top:150px;}
.main_cont06 .cont_wr .text{color:#6f6f6f; text-align:center; margin-top:30px; font-weight:200; font-family: 'NanumBarunGothic', sans-serif !important; transform:skew(-0.1deg);}

#slider {
  position:relative;
  height: 850px;
  width: 100%;
  margin:0 !important; padding:0 !important;
}
 @media (min-width: 1500px){
 #slider {height:700px;}
 }

.item:nth-child(1) {background:url('/images/main/main_cont06_img01.jpg') no-repeat center bottom;background-size:100%; }
.item:nth-child(2) {background:url('/images/main/main_cont06_img02.jpg') no-repeat center bottom;background-size:100%}
.item:nth-child(3) {background:url('/images/main/main_cont06_img03.jpg') no-repeat center bottom;background-size:100%}
.item:nth-child(4) {background:url('/images/main/main_cont06_img04.jpg') no-repeat center bottom;background-size:100%}
.item:nth-child(5) {background:url('/images/main/main_cont06_img05.jpg') no-repeat center bottom;background-size:100%}

#slider .text_box{position:relative; width:1500px; margin:0 auto; font-family: 'NanumBarunGothic', sans-serif !important; transform:skew(-0.1deg);}
#slider .text_box .text{position:absolute; top:200px; right:30px; padding:130px 0; width:400px; height:300px; text-align:center;background:rgba(255,255,255,0.8); border-radius:40px 0 40px 0; font-weight:200;line-height:30px;}
#slider .text_box .text:after {display:block;visibility:hidden;clear:both;content:""}
#slider .text_box .text strong{font-size:26px; font-weight:400;}


.button-box {
	text-align:center;
}

.button-box a {
  position:absolute;
  display: inline-block;
  width: 38px;
  height: 70px;
  text-indent:-99999999px;
}

.button-box a:nth-child(1) {background:url('/images/main/main_cont06_prev.png') no-repeat left top;left:150px; top:650px;}
.button-box a:nth-child(2) {background:url('/images/main/main_cont06_next.png') no-repeat right top;right:150px; top:650px;}


.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}



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

#container {position:relative;float:left;min-height:500px;height:auto !important;margin:20px 0;height:500px;font-size:1em;width:100%;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:30px}

.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:""}

/* right_quick*/
/* right_quick 수정 20240115 시작*/
.r_quick_wrap { top:120px; right:0px; width:90px; position:fixed; z-index:999;}
.r_quick_wrap .r_quick_wrap_box{position:relative;z-index:999;}
.r_quick_wrap .r_quick_wrap_box li{border-bottom:1px solid rgba(0,0,0,0.5);display:block; height:90px;margin-bottom:1px;}

.r_quick_wrap .r_quick_wrap_box .last{border-bottom:none;}
.r_quick_wrap .pd01{margin-top:5px;}
.r_quick_wrap .img_at{vertical-align:top}
.r_quick_wrap .btn_open { top:-61px; right:-500px; position:absolute; cursor:pointer; }

.online_panel{position:absolute; right:90px; bottom:0; width:350px; height:364px; padding:20px;background:#fff; border:5px solid rgba(0,0,0,0.6); display:none;z-index:998;
animation-name: right-90;
      animation-duration: 1s;
      animation-delay: 2s
      animation-timing-function: ease;
}
@keyframes right-90 {
      0% {right: -350px;}

      100% {right: 90px;}
}

.online_panel .p_st01{float:left;width:100%;text-align:center; font-size:26px; color:#1f1f1f; font-weight:bold; padding:20px 0 15px 0}
.online_panel .online_panel_wr{width:100%; float:left;}
.online_panel .online_panel_wr table{width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-top:1px solid #ececec;border-bottom:1px solid #ececec}
.online_panel .online_panel_wr table caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.online_panel .online_panel_wr table thead th {padding:7px 0; font-weight:normal;text-align:center;border-bottom:1px solid #ececec;height:30px; font-size:14px;}
.online_panel .online_panel_wr table tbody td {color:#3f3f3f;padding:7px;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;line-height:1.4em;height:30px;word-break:break-all; font-size:14px;}
.online_panel .online_panel_wr table tbody td.num{color:#6f6f6f;}
.online_panel .online_panel_wr table tbody td .fa-lock{margin-right:3px; display: inline-block; line-height: 14px; width: 16px; font-size: 0.833em; color: #4f818c; background: #cbe3e8; text-align: center; border-radius: 2px; font-size: 12px; border: 1px solid #cbe3e8; vertical-align: middle;}
.online_panel .online_panel_wr table tbody td span.box_st01{padding:3px 5px; background:#25aae1; border-radius:5px;  color:#fff;}
.online_panel .p_st04{float:left;width:100%;text-align:center; padding:20px 0 0 0; }
.online_panel .p_st04 span{color:#fff; padding:5px 20px; background:#6f6f6f; border-radius:3px;}
.online_panel .p_st04 span:hover{background:#f7941e;}
.online_panel .close_btn{position:absolute;cursor:pointer;left:0; top:0; width:50px; height:50px;line-height:50px; text-align:center; font-size:30px;color:#fff; background:rgba(0,0,0,0.6)}


.panel{position:absolute; right:90px; bottom:-1px; width:260px; height:455px; padding:20px;background:#f7941e; display:none;z-index:998;
animation-name: right-90;
      animation-duration: 1s;
      animation-delay: 2s
      animation-timing-function: ease;
}
@keyframes right-90 {
      0% {right: -350px;}

      100% {right: 90px;}
}

.panel .p_st01{float:left;width:100%;text-align:center; font-size:26px; color:#fff; font-weight:bold; padding:20px 0 15px 0}
.panel .p_st02{float:left;width:100%;text-align:left; font-size:14px; color:#fff;padding-bottom:20px; }
.panel .ul_st{float:left;width:100%; padding:10px 0; border-top:1px solid rgba(277,277,277,0.3)}
.panel .ul_st li{color:#fff; font-weight:bold;}
.panel .ul_st li .mapsend-ipt{width:28%;border:0;border-radius:3px;height:30px; line-height:30px }
.panel .ul_st li .name-ipt{width:100%;border:0;border-radius:3px;height:30px; line-height:30px }
.panel .p_st03 {float:left;color:#fff;text-align:right; font-weight:bold; width:100%;border-top:1px solid rgba(277,277,277,0.3); padding-top:20px;}
.panel .p_st03 span{background:#666; color:#fff; font-size:12px; padding:3px 10px;border-radius:3px;}
.panel .p_st04{float:left;width:100%;text-align:center; padding:25px 0 0 0; }
.panel .p_st04 span{color:#fff; font-size:18px; font-weight:bold; padding:5px 20px; background:#000;;border-radius:3px;}
.panel .close_btn{position:absolute;cursor:pointer;left:0; top:0; width:50px; height:50px;line-height:50px; text-align:center; font-size:30px;color:#fff; background:rgba(0,0,0,0.5)}


.righ_box{
  overflow: hidden;   
  width:90px;
  cursor: pointer;
  position:relative;
}

.righ_box img{
  object-fit:cover;     
  transform: translateX(0px);
  transform:scale(1.0);        
  transition: transform .5s; 
}

.righ_box img:hover{ 
  transform: translateX(-90px);
  transition: transform .5s;
}
.righ_box_bg01{background:rgba(255,255,255,0.5) url('/images/main/rq01.png'); border-bottom:1px solid rgba(0,0,0,0.3)}
.righ_box_bg02{background:rgba(255,255,255,0.5) url('/images/main/rq02.png'); border-bottom:1px solid rgba(0,0,0,0.3)}
.righ_box_bg03{background:rgba(255,255,255,0.5) url('/images/main/rq03.png'); border-bottom:1px solid rgba(0,0,0,0.3)}
.righ_box_bg04{background:rgba(255,255,255,0.5) url('/images/main/rq04.png')}
/* right_quick 수정 20240115 끝*/

/* 하단 레이아웃 */
#ft {background:#1f1f1f;margin:0 auto;text-align:center}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft .ft_sns{background:#3f3f3f; margin:0 auto; text-align:center; height:100px; padding:25px 0;}
#ft .ft_sns span{width:50px; height:50px;  line-height:50px; margin:0 10px; text-align:center;}
#ft_wr {max-width:1500px;margin:0;padding:65px 0;position:relative;display:inline-block;text-align:left; height:270px;}
#ft_wr:after {display:block;visibility:hidden;clear:both;content:""}
#ft_wr .ft_logo{float:left; width:300px;}
#ft_wr .ft_textbox{float:left; font-family: 'NanumBarunGothic', sans-serif !important; transform:skew(-0.1deg);}
#ft_wr .ft_textbox .ft_banner span{background:rgba(0,0,0,0.3); color:#fff; padding:11px 15px; line-height:40px; height:40px; margin-right:5px;}
#ft_wr .ft_textbox .ft_banner span:hover{background:rgba(255,255,255,0.1);}
#ft_wr .ft_textbox .ft_info{color:rgba(255,255,255,0.5); line-height:24px; padding-top:20px; font-weight:300;}
#ft_wr .ft_textbox .ft_copy{padding-top:40px; color:rgba(255,255,255,0.5); font-weight:300;}

#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.5)}
#top_btn:hover {border-color:#0f75bc;background:#0f75bc;color:#fff}

/* 게시물 선택복사 선택이동 */
#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:#434a54;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:#d13f4a;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 #ececec;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 #c1d1d5;border-bottom:1px solid #c1d1d5;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 #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, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;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%}
.half_input02 {width:32.6%; margin-right:1%}
.half_input03 {width:32.6%;margin-right:0 !important; margin-left:0 !important}
.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 .btn_close {height:45px;width:60px;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:#3a8afd;border:1px solid #3a8afd;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}

/* sub */
.sub_top_wr01{width:100%; position:relative; height:680px; background:#f7f7f7 url('/images/sub01/sub01_bg.jpg') no-repeat center top; }
.sub_top_wr02{width:100%; position:relative; height:680px; background:#f7f7f7 url('/images/sub02/sub02_bg01.jpg') no-repeat center top; }
.sub_top_wr03{width:100%; position:relative; height:680px; background:#f7f7f7 url('/images/sub03/sub03_bg01.jpg') no-repeat center top; }
.sub_top_wr04{width:100%; position:relative; height:680px; background:#f7f7f7 url('/images/sub04/sub04_bg.jpg') no-repeat center top; }
.sub_top_wr05{width:100%; position:relative; height:680px; background:#f7f7f7 url('/images/sub05/sub05_bg01.jpg') no-repeat center top; }
.sub_top_wr06{width:100%; position:relative; height:680px; background:#f7f7f7 url('/images/sub06/sub06_bg.jpg') no-repeat center top; }
.sub_top_wr07{width:100%; position:relative; height:680px; background:#f7f7f7 url('/images/sub07/sub07_bg.jpg') no-repeat center top; }
.sub_top_wr08{width:100%; position:relative; height:680px; background:#f7f7f7 url('/images/sub08/sub08_bg01.jpg') no-repeat center top; }
.subtitle_box{text-align:center; padding-top:190px; font-family: 'NanumBG'; }
.subtitle_box .sub_title{font-size:40px; font-weight:700; line-height:50px; color:#fff;}
.subtitle_box .sub_text{font-size:20px; font-weight:300; line-height:50px;  color:#fff;}
/*.top_bar{width:1300px; margin:0 auto; position:relative; margin-top:100px;height:5px; background: linear-gradient(to left, #0f75bc, #25aae1);}
.submenu_wr{width:1300px; margin:0 auto; position:relative; height:80px; background: linear-gradient(to left, #627681, #8ba8ba);}*/
.top_bar{width:1300px; margin:0 auto; position:relative; margin-top:65px;height:5px; }
.submenu_wr{width:1300px; margin:0 auto; position:relative; height:80px; background: linear-gradient(to left, #143f70, #07135e);}
.submenu_wr:after {display:block;visibility:hidden;clear:both;content:""}
.submenu_wr ul{width:100%; position:relative; margin:0px; padding:0px; font-family: 'NanumBG';}
.submenu_wr ul li{display:inline-block; *display: inline; *zoom: 1;height:80px; font-size:18px; color:#fff; text-align:center; line-height:80px; list-style-type:none; padding:0px;}
.submenu_wr ul li:first-child{margin:0 -3px 0 0;}
.submenu_wr > ul > a{position: relative;
z-index: 1;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;}
.submenu_wr > ul > a:after {
content: "";
width: 0%;
height: 80px !important;
top: -30px;
position: absolute;
left: 0;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);

background: linear-gradient(to bottom, rgba(0,0,0,0) 5%,rgba(37,170,225,0.3) 90%); }
.submenu_wr > ul > a:hover{ font-family: 'NanumBG';}
.submenu_wr > ul > a:hover:after{width: 100%; z-index: -1;}
.submenu_wr ul .current{background: linear-gradient(to bottom, rgba(0,0,0,0) 5%,rgba(37,170,225,0.3) 90%); font-family: 'NanumBG';}
.submenu_wr ul .wdT12{width:12.52%;}
/*.submenu_wr ul .wdT14{width:14.29%;}원데이 임플란트 메뉴 막으면서 수정 */
.submenu_wr ul .wdT14{width:16.66%;}
.submenu_wr ul .wdT33{width:33.4%;}
.submenu_wr ul .wdT20{width:20.03%;}
.submenu_wr ul .wdT25{width:25.03%;}
.submenu_wr ul .wdT50{width:50.05%;}

.page_title_wr{position:relative; width:1300px; margin:0 auto; text-align:center;}
.page_title_wr .page_stitle{margin-top:50px; font-size:24px; font-weight:200; line-height:40px;}
.page_title_wr .page_title{margin-top:60px;}

.sub_cont_wr{position:relative; width:100%; margin:0 auto 100px auto;}
.page_cont_wr{width:1300px; margin:50px auto; }
.page_cont_wr:after {display:block;visibility:hidden;clear:both;content:""}

.page_cont_wr01{width:100%; margin:0 auto;}
.page_cont_wr01:after {display:block;visibility:hidden;clear:both;content:""}

.sub_tab{width:100%; border:3px solid #0f75bc; height:70px;}
.sub_tab li{float:left;border-right:1px solid #0f75bc; line-height:64px; text-align:center; font-size:18px; color:#6f6f6f; }
.sub_tab li:last-child{border-right:0px;}
.sub_tab li p{font-family: 'NanumBG';}
.sub_tab li p:hover{color:#0f75bc; font-weight:700; font-family: 'NanumBG';}
.sub_tab .wdT25{width:25%;}
.sub_tab .wdT33{width:33.3%;}
.sub_tab .wdT50{width:50%;}

.sub_table{width:100%; border-spacing:0; border-collapse: collapse; margin:30px 0; border-top: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf;}
.sub_table thead th{padding:15px 0; line-height:30px; border-bottom: 1px solid #dfdfdf; background: #f4f5f8; color:#000; text-align:center; font-weight:600;}
.sub_table thead .th_st01{background:#6f6f6f; border-left:1px solid #dfdfdf; border-right:1px solid #dfdfdf; color:#fff;}
.sub_table tbody{}
.sub_table tbody tr{}
.sub_table tbody td{padding:10px 0; line-height:30px; text-align:center; border-left:1px solid #dfdfdf; border-right:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; word-wrap: break-word; word-break: keep-all; }
.sub_table tbody .td_st01{border-right:1px solid #d2d2d2;}
.sub_table tbody .td_st02{text-align:left; padding:10px 10px 10px 20px;}
.sub_table tbody .td_st03{border-right:1px solid #d2d2d2; text-align:left; padding:10px 10px 10px 20px;}
.sub_table tbody .td_st04{border-right:1px solid #d2d2d2;  background: #f4f5f8;}
.sub_table tbody td .span_st01{font-weight:600; color:#f26c4f;}
.sub_table tbody td .span_st02{font-size:0.88em;}
.sub_table tbody td .span_st03{font-weight:600; color:#170d9b;}
.sub_table tbody td .span_st04{font-size:0.88em; color:#f26c4f;}
.sub_table tbody td .btn_st01{color:#fff; padding:5px 10px; background:#3f3f3f; border-radius:5px;}
.sub_table tbody td .btn_st01:hover{background:#233e87;}
.sub_table .bg01{background:#f7f7f7;}

.sub_table caption{display:none}
.tw5{width:5%}
.tw10{width:10%}
.tw15{width:15%}
.tw20{width:20%}
.tw25{width:25%}
.tw30{width:30%}
.tw40{width:40%}
.tw50{width:50%}

.sub01_01{text-align:center; font-size:30px; margin-top:150px;}

.mT10{margin-top:10px;}
.mT30{margin-top:30px;}
.mT50{margin-top:50px;}
.mT100{margin-top:100px;}
.mT150{margin-top:150px;}
.mT200{margin-top:200px;}
.mR2{margin-right:2%;}

.sub01{width:100%; margin:0px; padding:0px;}
.sub0101_img01{position:relative; background:url('/images/sub01/sub01_01_p1_img01.jpg')no-repeat center top; width:100%; height:690px; padding-top:490px;}
.sub0101_img01 .text01{background:rgba(32,35,46,0.6); color:#fff; height:200px; padding-top:60px; text-align:center; font-weight:200; font-size:50px; line-height:30px;}
.sub0101_img01 .text01 strong{font-weight:700;}
.sub0101_img01 .text01 span{font-size:14px; letter-spacing:30px;}
.sub0101_text02{margin-top:50px; line-height:30px; text-align:center; color:#6f6f6f; font-size:20px;}
.sub0101_textbox01{background:#f1f1f2; height:433px; position:relative; width:100%;}
.sub0101_textbox01:after {display:block;visibility:hidden;clear:both;content:""}
.sub0101_textbox01 .img01{float:left; width:50%;}
.sub0101_textbox01 .text01{float:left; width:50%; background:url('/images/sub01/sub01_01_p1_bg01.png') no-repeat 50px 50px; padding:90px 50px 0 90px;}
.sub0101_textbox01 .text02{float:left; width:50%; background:url('/images/sub01/sub01_01_p1_bg02.png') no-repeat 50px 50px; padding:90px 50px 0 90px;}
.sub0101_textbox01 .font_st01{color:rgba(31,31,31,0.7); font-weight:200; font-size:20px;}
.sub0101_textbox01 .font_st02{font-size:40px; line-height:48px; font-weight:200;}
.sub0101_textbox01 .font_st02 strong{font-weight:700;}
.sub0101_textbox01 .font_st03{color:#6f6f6f; line-height:30px; letter-spacing:-1px; word-wrap: break-word; word-break: keep-all;}

.sub0101_p1{position:relative; width:100%;}
.sub0101_p1 .text01{width:60%; float:left; line-height:36px; font-size:18px; color:#6f6f6f; padding-left:50px;}
.sub0101_p1 .text01 strong{font-size:30px; font-weight:400; color:#1f1f1f;}
.sub0101_p1 .img01{width:40%; float:left;}

.sub0102_line{margin:50px auto; border-top:10px solid #ededed;}
.sub0102_textbox01{position:relative; width:100%;}
.sub0102_textbox02{width:100%; position:relative;}
.sub0102_textbox02:after {display:block;visibility:hidden;clear:both;content:""}
.sub0102_textbox02 .img01{float:left; margin-left:100px; }
.sub0102_textbox02 .img01 img{border:1px solid #ededed;}
.sub0102_textbox02 .text01{float:left; margin-left:100px;}
.sub0102_textbox02 .text01 .font_st01{font-size:42px; line-height:48px; font-weight:300; border-left:1px solid #ededed; color:#444;}
.sub0102_textbox02 .text01 .font_st01 strong{font-weight:700; letter-spacing:30px; padding-left:30px; color:#222;}
.sub0102_textbox02 .text01 .font_st02{font-size:20px; line-height:48px; font-weight:200; color:#444; padding-left:30px;}
.sub0102_textbox02 .text01 .ul_st01{margin-top:20px; list-style-type: none;}
.sub0102_textbox02 .text01 .ul_st01 li{line-height:35px; color:#444; font-size:18px; }
.sub0102_line01{margin:50px auto; border-top:10px solid #ededed;}
.sub0102_text02{color:#6f6f6f; margin-top:20px; }
.sub0102_textbox03{text-align:center;}

.sub0103_textbox01{height:150px; border:10px solid #0f75bc; border-radius:40px 0 40px 0; text-align:center; font-size:30px; font-weight:200; line-height:130px;}
.sub0103_textbox01 strong{font-weight:700;}
.sub0103_textbox02{position:relative; width:100%;}
.sub0103_textbox02 .img01{float:left; width:50%;}
.sub0103_textbox02 .text01{float:left; width:50%; background:#0f75bc; padding:75px;}
.sub0103_textbox02 .text01 .tel{color:#fff; font-size:40px; line-height:80px; border-bottom:1px solid rgba(255,255,255,0.3); height:80px; text-align:center;}
.sub0103_textbox02 .text01 .tel span{font-size:30px; font-weight:300;}
.sub0103_textbox02 .text01 dl{margin-top:20px; color:#fff;}
.sub0103_textbox02 .text01 dt{float:left; font-size:24px; line-height:60px; height:60px; width:30%; font-weight:300; padding-left:30px;}
.sub0103_textbox02 .text01 dd{font-size:24px; line-height:60px; height:60px;}
.sub0103_textbox02 .text01 dd span{font-weight:200; font-size:20px;}

.sub0104_textbox01 ul{list-style-type: disc; margin:10px 0 10px 20px;}
.sub0104_textbox01 ul li{line-height:30px;}
.sub0104_textbox01 .sch_sel{height:42px; border:1px solid #cfcfcf; padding:0 10px; margin-right:10px;}
.sub0104_textbox01 .sch_input{height:42px;border:1px solid #cfcfcf;padding:0;background-color:transparent;padding:0 40px 0 10px;  margin-right:10px;}
.sub0104_textbox01 .sch_input:focus{outline:none;border-bottom:2px solid #e32464;}
.sub0104_textbox01 .btn_sch{display:inline-block;border:1px solid transparent; background:#2677df; color:#fff; text-decoration:none; padding:8px 20px;}
.sub0104_textbox01 .btn_sch:hover {background:#0456ec}
.sub0104_tablebox01{width:100%; margin:50px auto;}
.sub0104_tablebox01 .sch_input{height:42px;border:1px solid #cfcfcf;padding:0;background-color:transparent;padding:0 40px 0 10px;}
.sub0104_tablebox01 .sch_input:focus{outline:none;border-bottom:2px solid #e32464;}
.sub0104_tablebox01 .btn_sch{display:inline-block;border:1px solid transparent;background:#2677df;color:#fff;text-decoration:none; padding:10px;}
.sub0104_tablebox01 .btn_sch:hover {background:#0456ec}
.sub0104_tablebox01 .sch_table{width:100%; border-spacing:0; border-collapse: collapse; margin-top:20px; border:1px solid #d2d2d2;  padding:0px;}
.sub0104_tablebox01 .sch_table thead th{padding:10px 3px;  font-size:0.94em; background: #f4f5f8; color:;#3f3f3f; text-align:center; font-weight:600;  letter-spacing:-1px; border: 1px solid #d2d2d2; word-wrap: break-word; word-break: break-all;}
.sub0104_tablebox01 .sch_table tbody td{padding:5px 3px; border: 1px solid #d2d2d2;  line-height:28px; word-wrap: break-word; word-break: break-all; font-size:0.94em; letter-spacing:-1px; text-align:center !important;}
.sub0104_tablebox01 .sch_table tbody td.line_bg2{background:#f7f7f7;}

.sub0105_textbox01{height:150px; padding:20px 0; border:10px solid #0f75bc; border-radius:40px 0 40px 0; text-align:center; font-size:30px; font-weight:200; line-height:40px;}
.sub0105_textbox01 strong{font-weight:400;}
.sub0105_textbox01 span{font-size:24px; font-weight:200;}
.sub0105_textbox02{width:100%; position:relative; border-bottom:1px solid #efefef; text-align:center;}
.sub0105_textbox02 .number01{text-align:center; color:#fff;  background:#0f75bc; width:100px; height:100px; padding:20px; margin:0 auto;}
.sub0105_textbox02 .number01 span{font-weight:200;}
.sub0105_textbox02 .number01 strong{font-weight:700; font-size:20px;}
.sub0105_textbox02 .title01{font-size:30px; font-weight:200; margin-top:50px; color:#0f75bc; line-height:50px;}
.sub0105_textbox02 .title01 strong{font-size:40px; font-weight:400; color:#1f1f1f;}
.sub0105_textbox02 .text01{color:#6f6f6f; line-height:30px; word-wrap: break-word; word-break: keep-all;}
.sub0105_textbox02 .text01 strong{font-weight:400; font-size:20px; color:#3f3f3f;}
.sub0105_textbox02 .img01{margin:50px auto; }

.sub0107_box01{width:100%; position:relative; }
.sub0107_textbox01{width:100%; position:absolute; bottom:0; left:0; background:rgba(0,0,0,0.5); color:#fff; padding:20px; font-size:18px;}
swiper-container {width: 100%; height: 100%;}
swiper-slide {text-align: center; font-size: 18px; background: #fff; display: flex; justify-content: center; align-items: center;}
swiper-slide img {display: sw </swiper-slidek; width: 100%; height: 100%; object-fit: cover;}
swiper-container {width: 100%; height: 300px; margin-left: auto; margin-right: auto;}
swiper-slide {background-size: cover; background-position: center;}
.mySwiper {height: 80%; width: 100%;}
.mySwiper2 {height: 20%; box-sizing: border-box; padding: 10px 0;}
.mySwiper2 swiper-slide { width: 20%; height: 100%;opacity: 0.4;}
.mySwiper2 .swiper-slide-thumb-active {opacity: 1;}
swiper-slide img {display: sw </swiper-slidek; width: 100%; height: 100%; object-fit: cover;}

.sub0108_img01{position:relative; width:100%;}
.sub0108_img01 .text01{position:absolute; bottom:0; left:0; padding:10px 20px; background:rgba(0,0,0,0.8); color:#fff; z-index:5;}
.sub0108_img01 .img01 img{border:1px solid #dfdfdf; border-radius:40px 0 40px 0;}
.sub0108_btn01{margin-top:50px;}
.sub0108_btn01 li{display:inline-block; width:47.5%; text-align:center;  }
.sub0108_btn01 li:first-child{margin-right:4.5%;}
.sub0108_btn01 .naver{background:#20c02f; padding:10px 0; border-radius:3px; color:#fff; font-size:20px;}
.sub0108_btn01 .daum{background:#258fff; padding:10px 0; border-radius:3px; color:#fff; font-size:20px;}
.sub0108_ulst01{padding:100px 0 50px 0; border-bottom:1px solid #efefef;}
.sub0108_ulst01:after {display:block;visibility:hidden;clear:both;content:""}
.sub0108_ulst01 li{float:left; line-height:30px; font-size:16px; width:33%; padding-left:30px;}
.sub0108_ulst01 li strong{font-weight:700; font-size:24px;}
.sub0108_ulst01 li span{font-size:30px; font-weight:700;}
.sub0108_ulst01 li:first-child{padding-left:0px;}
.sub0108_ulst02{padding:100px 0 50px 0; border-bottom:1px solid #efefef;}
.sub0108_ulst02:after {display:block;visibility:hidden;clear:both;content:""}
.sub0108_ulst02 li{float:left; line-height:30px; font-size:16px; width:33%; padding-left:30px; line-height:30px;}
.sub0108_ulst02 li strong{font-weight:700; font-size:24px;}
.sub0108_ulst02 li .span_st01{background:#87c700; width:150px; padding:0 20px; height:30px; line-height:30px; border-radius:40px; text-align:center; color:#fff; }
.sub0108_ulst02 li .span_st02{background:#2673f2; width:150px; padding:0 20px; height:30px; line-height:30px; border-radius:40px; text-align:center; color:#fff; }
.sub0108_ulst02 li .span_st03{background:#1f1f1f; width:150px; padding:0 20px; height:30px; line-height:30px; border-radius:40px; text-align:center; color:#fff; }
.sub0108_ulst02 li:first-child{padding-left:0px;}

.sub02{width:100%; margin:0px; padding:0px; background: url('/images/sub02/sub02_bg.jpg') no-repeat right bottom;}
.sub0201_imgbox01{position:relative; width:100%; background:url('/images/sub02/sub02_01_img01.jpg') no-repeat center top; height:540px;}
.sub0201_imgbox01 .img01{padding-top:110px; text-align:center; }
.sub0201_imgbox01 .title01{text-align:center; font-size:24px; color:#fff; font-weight:200; line-height:40px; margin-top:30px;}
.sub0201_imgbox01 .title01 strong{font-size:40px; font-weight:400;}
.sub0201_imgbox01 .text01{margin:30px 150px; border:1px solid #fff;color:rgba(255,255,255,0.8); font-size:18px;   line-height:30px; padding:20px; text-align:center;word-wrap: break-word; word-break: keep-all;}
.sub02_textbox01{width:100%; position:relative; border-bottom:1px solid #efefef; text-align:center; padding-bottom:50px;}
.sub02_textbox01 .number01{text-align:center; color:#fff;  background:#0f75bc; width:100px; height:100px; padding:20px; margin:0 auto;}
.sub02_textbox01 .number01 span{font-weight:200;}
.sub02_textbox01 .number01 strong{font-weight:700; font-size:20px;}
.sub02_textbox01 .title01{font-size:30px; font-weight:200; margin-top:50px; color:#0f75bc; line-height:50px;}
.sub02_textbox01 .title01 strong{font-size:40px; font-weight:400; color:#1f1f1f;}
.sub02_textbox01 .text01{border:2px solid #efefef; padding:20px; line-height:30px; font-size:18px; word-wrap: break-word; word-break: keep-all;}
.sub02_textbox01 .point_box01{position:relative; width:100%;}
.sub02_textbox01 .point_box01:after {display:block;visibility:hidden;clear:both;content:""}
.sub02_textbox01 .point_box01 .text01{float:left; padding:20px; border:1px solid #efefef; min-height:160px;}
.sub02_textbox01 .point_box01 .text01 .stitle01{background:#f2f2f2; padding:20px 0; font-size:20px; color:#0f75bc;}
.sub02_textbox01 .point_box01 .text01 .stext01{padding:20px 0; font-size:16px; line-height:30px; word-wrap: break-word; word-break: keep-all;}
.sub02_textbox01 .point_box01 .wT49{width:49%;}
.sub02_textbox01 .point_box01 .wT32{width:32%;}
.sub02_textbox01 .point_box01 .wT23{width:23.5%;}
.sub02_textbox02{border:2px solid #efefef; padding:20px; line-height:30px; text-align:left; margin-bottom:20px; font-size:18px; word-wrap: break-word; word-break: keep-all;}
.sub02_textbox02 .span_st01{border-radius:3px; background:#f7941e; color:#fff; padding:12px; font-weight:700; margin-right:10px;}
.sub02_textbox02 .span_st02{padding-left:55px;}
.sub02_textbox02 .ul_st01{font-size:16px; margin:10px 50px; list-style-type: decimal; background:#f7f7f7; padding:10px 30px;}
.sub02_textbox02 .ul_st01 li{line-height:30px; color:#6f6f6f;}
.sub02_textbox03{border:2px solid #efefef; padding:20px; line-height:30px; text-align:left; margin-bottom:20px; font-size:18px; text-align:center;}

.sub0202_imgbox01{position:relative; width:100%; background:url('/images/sub02/sub02_02_img01.jpg') no-repeat center top; height:540px;}
.sub0202_imgbox01 .img01{padding-top:110px; text-align:center; }
.sub0202_imgbox01 .title01{text-align:center; font-size:24px; color:#fff; font-weight:200; line-height:40px; margin-top:30px;}
.sub0202_imgbox01 .title01 strong{font-size:40px; font-weight:400;}
.sub0202_imgbox01 .text01{margin:30px 150px; border:1px solid #fff;color:rgba(255,255,255,0.8); font-size:18px;  line-height:30px; padding:20px; text-align:center; word-wrap: break-word; word-break: keep-all;}

.sub0203_imgbox01{position:relative; width:100%; background:url('/images/sub02/sub02_03_img01.jpg') no-repeat center top; height:540px;}
.sub0203_imgbox01 .img01{padding-top:110px; text-align:center; }
.sub0203_imgbox01 .title01{text-align:center; font-size:24px; color:#fff; font-weight:200; line-height:40px; margin-top:30px;}
.sub0203_imgbox01 .title01 strong{font-size:40px; font-weight:400;}
.sub0203_imgbox01 .text01{margin:30px 150px; border:1px solid #fff;color:rgba(255,255,255,0.8); font-size:18px;  line-height:30px; padding:20px; text-align:center; word-wrap: break-word; word-break: keep-all;}

.sub0204_imgbox01{position:relative; width:100%; background:url('/images/sub02/sub02_04_img01.jpg') no-repeat center top; height:500px;}
.sub0204_imgbox01 .img01{padding-top:110px; text-align:center; }
.sub0204_imgbox01 .title01{text-align:center; font-size:24px; color:#fff; font-weight:200; line-height:40px; margin-top:30px;}
.sub0204_imgbox01 .title01 strong{font-size:40px; font-weight:400;}
.sub0204_imgbox01 .text01{margin:30px 150px; border:1px solid #fff;color:rgba(255,255,255,0.8); font-size:18px;  line-height:30px; padding:20px; text-align:center; word-wrap: break-word; word-break: keep-all;}
.sub0204_text01{position:relative; width:100%; background:url('/images/sub02/sub02_04_img02.jpg') no-repeat center bottom; height:550px;}
.sub0204_text01 .textbox01{background:url('/images/sub01/sub01_01_p1_bg01.png') no-repeat 50px 70px; padding:90px 50px 0 90px;}
.sub0204_text01 .textbox01 .font_st01{font-size:40px; line-height:48px; font-weight:400;}
.sub0204_text01 .textbox01 .font_st02{width:42%; margin-top:30px; color:#6f6f6f; line-height:30px; letter-spacing:-1px; word-wrap: break-word; word-break: keep-all;}
.sub0204_text02{position:relative; width:100%; background:url('/images/sub02/sub02_04_img03.jpg') no-repeat center bottom; height:550px;}
.sub0204_text02 .textbox01{background:url('/images/sub01/sub01_01_p1_bg01.png') no-repeat 50px 70px; padding:90px 50px 0 90px;}
.sub0204_text02 .textbox01 .font_st01{font-size:40px; line-height:48px; font-weight:400;}
.sub0204_text02 .textbox01 .font_st02{width:42%; margin-top:30px; color:#6f6f6f; line-height:30px; letter-spacing:-1px; word-wrap: break-word; word-break: keep-all;}
.sub0204_text03{position:relative; width:100%; background:url('/images/sub02/sub02_04_img04.jpg') no-repeat center bottom; height:550px;}
.sub0204_text03 .textbox01{background:url('/images/sub01/sub01_01_p1_bg01.png') no-repeat 50px 70px; padding:90px 50px 0 90px;}
.sub0204_text03 .textbox01 .font_st01{font-size:40px; line-height:48px; font-weight:400;}
.sub0204_text03 .textbox01 .font_st02{width:42%; margin-top:30px; color:#6f6f6f; line-height:30px; letter-spacing:-1px; word-wrap: break-word; word-break: keep-all;}

.sub0205_imgbox01{position:relative; width:100%; background:url('/images/sub02/sub02_05_img01.jpg') no-repeat center 75%; height:700px;}
.sub0205_imgbox01 .img01{padding-top:90px; text-align:center; }
.sub0205_imgbox01 .title01{text-align:center; font-size:24px; color:#fff; font-weight:200; line-height:40px; margin-top:30px;}
.sub0205_imgbox01 .title01 strong{font-size:40px; font-weight:400;}
.sub0205_imgbox01 .text01{margin:30px 100px; border:1px solid #fff;color:rgba(255,255,255,0.8); line-height:30px; font-size:18px;  padding:20px; text-align:center; word-wrap: break-word; word-break: keep-all;}

.sub0206_imgbox01{position:relative; width:100%; background:url('/images/sub02/sub02_06_img01.jpg') no-repeat center 75%; height:650px;}
.sub0206_imgbox01 .img01{padding-top:110px; text-align:center; }
.sub0206_imgbox01 .title01{text-align:center; font-size:24px; color:#fff; font-weight:200; line-height:40px; margin-top:30px;}
.sub0206_imgbox01 .title01 strong{font-size:40px; font-weight:400;}
.sub0206_imgbox01 .text01{margin:30px 100px; border:1px solid #fff;color:rgba(255,255,255,0.8); line-height:30px;  font-size:18px;  padding:20px; text-align:center; word-wrap: break-word; word-break: keep-all;}

.sub0207_imgbox01{position:relative; width:100%; background:url('/images/sub02/sub02_07_img01.jpg') no-repeat center 50%; height:540px;}
.sub0207_imgbox01 .img01{padding-top:110px; text-align:center; }
.sub0207_imgbox01 .title01{text-align:center; font-size:24px; color:#fff; font-weight:200; line-height:40px; margin-top:30px;}
.sub0207_imgbox01 .title01 strong{font-size:40px; font-weight:400;}
.sub0207_imgbox01 .text01{margin:30px 150px; border:1px solid #fff;color:rgba(255,255,255,0.8); line-height:30px; font-size:18px;  padding:20px; text-align:center; word-wrap: break-word; word-break: keep-all;}
.sub0207_title01{font-size:30px; text-align:center; font-weight:200;}
.sub0207_title01 strong{font-weight:700;}
.sub0207_text01{border:5px solid #efefef; padding:30px; line-height:30px;}
.sub0207_text01 .title01{margin-bottom:20px;}
.sub0207_text01 .title01 span{border-radius:3px; background:#0f75bc; color:#fff; padding:12px; font-weight:700;}
.sub0207_text01 .title01 strong{font-size:24px; padding-left:10px;}
.sub0207_text02{position:relative; width:100%; background:url('/images/sub02/sub02_07_img02.jpg') no-repeat center bottom; height:550px;}
.sub0207_text02 .textbox01{background:url('/images/sub01/sub01_01_p1_bg01.png') no-repeat 50px 70px; padding:90px 50px 0 90px;}
.sub0207_text02 .textbox01 .font_st01{font-size:40px; line-height:48px; font-weight:400;}
.sub0207_text02 .textbox01 .font_st02{width:42%; margin-top:30px; color:#6f6f6f; line-height:30px; letter-spacing:-1px; word-wrap: break-word; word-break: keep-all;}

.sub03{width:100%; margin:0px; padding:0px; background: url('/images/sub03/sub03_bg.jpg') no-repeat right bottom;}
.sub0301_imgbox01{position:relative; width:100%; background:url('/images/sub03/sub03_01_img01.jpg') no-repeat center top; height:540px;}
.sub0301_imgbox01 .img01{padding-top:110px; text-align:center; }
.sub0301_imgbox01 .title01{text-align:center; font-size:24px; color:#fff; font-weight:200; line-height:40px; margin-top:30px;}
.sub0301_imgbox01 .title01 strong{font-size:40px; font-weight:400;}
.sub0301_imgbox01 .text01{margin:30px 150px; border:1px solid #fff;color:rgba(255,255,255,0.8); font-size:18px;   line-height:30px; padding:20px; text-align:center;word-wrap: break-word; word-break: keep-all;}
.sub0301_text01{position:relative; width:100%; background:url('/images/sub03/sub03_01_img02.jpg') no-repeat center bottom; height:550px;}
.sub0301_text01 .textbox01{background:url('/images/sub01/sub01_01_p1_bg01.png') no-repeat 50px 70px; padding:90px 50px 0 90px;}
.sub0301_text01 .textbox01 .font_st01{font-size:40px; line-height:48px; font-weight:400;}
.sub0301_text01 .textbox01 .font_st02{width:42%; margin-top:30px; color:#6f6f6f; line-height:30px; letter-spacing:-1px; word-wrap: break-word; word-break: keep-all;}
.sub0301_text02{position:relative; width:100%; background:url('/images/sub03/sub03_01_img03.jpg') no-repeat center bottom; height:550px;}
.sub0301_text02 .textbox01{background:url('/images/sub01/sub01_01_p1_bg01.png') no-repeat 50px 70px; padding:90px 50px 0 90px;}
.sub0301_text02 .textbox01 .font_st01{font-size:40px; line-height:48px; font-weight:400;}
.sub0301_text02 .textbox01 .font_st02{width:42%; margin-top:30px; color:#6f6f6f; line-height:30px; letter-spacing:-1px; word-wrap: break-word; word-break: keep-all;}

.sub0302_imgbox01{position:relative; width:100%; background:url('/images/sub03/sub03_02_img01.jpg') no-repeat center 70%; height:500px;}
.sub0302_imgbox01 .img01{padding-top:110px; text-align:center; }
.sub0302_imgbox01 .title01{text-align:center; font-size:24px; color:#fff; font-weight:200; line-height:40px; margin-top:30px;}
.sub0302_imgbox01 .title01 strong{font-size:40px; font-weight:400;}
.sub0302_imgbox01 .text01{margin:30px 150px; border:1px solid #fff;color:rgba(255,255,255,0.8); font-size:18px;   line-height:30px; padding:20px; text-align:center;word-wrap: break-word; word-break: keep-all;}

.sub0303_imgbox01{position:relative; width:100%; background:url('/images/sub03/sub03_03_img01.jpg') no-repeat center 70%; height:500px;}
.sub0303_imgbox01 .img01{padding-top:110px; text-align:center; }
.sub0303_imgbox01 .title01{text-align:center; font-size:24px; color:#fff; font-weight:200; line-height:40px; margin-top:30px;}
.sub0303_imgbox01 .title01 strong{font-size:40px; font-weight:400;}
.sub0303_imgbox01 .text01{margin:30px 150px; border:1px solid #fff;color:rgba(255,255,255,0.8); font-size:18px;   line-height:30px; padding:20px; text-align:center;word-wrap: break-word; word-break: keep-all;}

.sub04{width:100%; margin:0px; padding:0px; background: url('/images/sub04/sub04_bg01.jpg') no-repeat right bottom;}
.sub0401_imgbox01{position:relative; width:100%; background:url('/images/sub04/sub04_01_img01.jpg') no-repeat center top; height:540px;}
.sub0401_imgbox01 .img01{padding-top:110px; text-align:center; }
.sub0401_imgbox01 .title01{text-align:center; font-size:24px; color:#fff; font-weight:200; line-height:40px; margin-top:30px;}
.sub0401_imgbox01 .title01 strong{font-size:40px; font-weight:400;}
.sub0401_imgbox01 .text01{margin:30px 150px; border:1px solid #fff;color:rgba(255,255,255,0.8); font-size:18px;   line-height:30px; padding:20px; text-align:center;word-wrap: break-word; word-break: keep-all;}

.sub0402_imgbox01{position:relative; width:100%; background:url('/images/sub04/sub04_02_img01.jpg') no-repeat center top; height:540px;}
.sub0402_imgbox01 .img01{padding-top:110px; text-align:center; }
.sub0402_imgbox01 .title01{text-align:center; font-size:24px; color:#fff; font-weight:200; line-height:40px; margin-top:30px;}
.sub0402_imgbox01 .title01 strong{font-size:40px; font-weight:400;}
.sub0402_imgbox01 .text01{margin:30px 150px; border:1px solid #fff;color:rgba(255,255,255,0.8); font-size:18px;   line-height:30px; padding:20px; text-align:center;word-wrap: break-word; word-break: keep-all;}

.sub0403_imgbox01{position:relative; width:100%; background:url('/images/sub04/sub04_03_img01.jpg') no-repeat center top; height:540px;}
.sub0403_imgbox01 .img01{padding-top:110px; text-align:center; }
.sub0403_imgbox01 .title01{text-align:center; font-size:24px; color:#fff; font-weight:200; line-height:40px; margin-top:30px;}
.sub0403_imgbox01 .title01 strong{font-size:40px; font-weight:400;}
.sub0403_imgbox01 .text01{margin:30px 150px; border:1px solid #fff;color:rgba(255,255,255,0.8); font-size:18px;   line-height:30px; padding:20px; text-align:center;word-wrap: break-word; word-break: keep-all;}

.sub05{width:100%; margin:0px; padding:0px; background: url('/images/sub05/sub05_bg.jpg') no-repeat right bottom;}
.sub0501_imgbox01{position:relative; width:100%; background:url('/images/sub05/sub05_01_img01.jpg') no-repeat center top; height:540px;}
.sub0501_imgbox01 .img01{padding-top:110px; text-align:center; }
.sub0501_imgbox01 .title01{text-align:center; font-size:24px; color:#fff; font-weight:200; line-height:40px; margin-top:30px;}
.sub0501_imgbox01 .title01 strong{font-size:40px; font-weight:400;}
.sub0501_imgbox01 .text01{margin:30px 150px; border:1px solid #fff;color:rgba(255,255,255,0.8); font-size:18px;   line-height:30px; padding:20px; text-align:center;word-wrap: break-word; word-break: keep-all;}

.sub0502_imgbox01{position:relative; width:100%; background:url('/images/sub05/sub05_02_img01.jpg') no-repeat center top; height:540px;}
.sub0502_imgbox01 .img01{padding-top:110px; text-align:center; }
.sub0502_imgbox01 .title01{text-align:center; font-size:24px; color:#fff; font-weight:200; line-height:40px; margin-top:30px;}
.sub0502_imgbox01 .title01 strong{font-size:40px; font-weight:400;}
.sub0502_imgbox01 .text01{margin:30px 150px; border:1px solid #fff;color:rgba(255,255,255,0.8); font-size:18px;   line-height:30px; padding:20px; text-align:center;word-wrap: break-word; word-break: keep-all;}

.sub0503_imgbox01{position:relative; width:100%; background:url('/images/sub05/sub05_03_img01.jpg') no-repeat center top; height:540px;}
.sub0503_imgbox01 .img01{padding-top:110px; text-align:center; }
.sub0503_imgbox01 .title01{text-align:center; font-size:24px; color:#fff; font-weight:200; line-height:40px; margin-top:30px;}
.sub0503_imgbox01 .title01 strong{font-size:40px; font-weight:400;}
.sub0503_imgbox01 .text01{margin:30px 150px; border:1px solid #fff;color:rgba(255,255,255,0.8); font-size:18px;   line-height:30px; padding:20px; text-align:center;word-wrap: break-word; word-break: keep-all;}

.sub0504_imgbox01{position:relative; width:100%; background:url('/images/sub05/sub05_04_img01.jpg') no-repeat center top; height:540px;}
.sub0504_imgbox01 .img01{padding-top:110px; text-align:center; }
.sub0504_imgbox01 .title01{text-align:center; font-size:24px; color:#fff; font-weight:200; line-height:40px; margin-top:30px;}
.sub0504_imgbox01 .title01 strong{font-size:40px; font-weight:400;}
.sub0504_imgbox01 .text01{margin:30px 150px; border:1px solid #fff;color:rgba(255,255,255,0.8); font-size:18px;   line-height:30px; padding:20px; text-align:center;word-wrap: break-word; word-break: keep-all;}

.sub0505_imgbox01{position:relative; width:100%; background:url('/images/sub05/sub05_05_img01.jpg') no-repeat center top; height:540px;}
.sub0505_imgbox01 .img01{padding-top:110px; text-align:center; }
.sub0505_imgbox01 .title01{text-align:center; font-size:24px; color:#fff; font-weight:200; line-height:40px; margin-top:30px;}
.sub0505_imgbox01 .title01 strong{font-size:40px; font-weight:400;}
.sub0505_imgbox01 .text01{margin:30px 150px; border:1px solid #fff;color:rgba(255,255,255,0.8); font-size:18px;   line-height:30px; padding:20px; text-align:center;word-wrap: break-word; word-break: keep-all;}



/* 이미지 페이지 */
.sub0101_box01{width:100%; margin:0 auto; background:url('/images/sub01/sub0101_bg01.png') no-repeat center bottom; min-height:920px;}
.sub0101_cont01{width:1300px; margin:0 auto; text-align:center;}
.sub0101_cont02{width:1300px; margin:0 auto; text-align:center; padding-top:70px;}
.sub0101_cont03{width:1300px; margin:0 auto; text-align:center; padding-top:70px;}
.sub0101_cont03:after {display:block;visibility:hidden;clear:both;content:""}
.sub0101_cont03 .left_wr{float:left; width:50%; padding-top:180px;}
.sub0101_cont03 .right_wr{float:left; width:50%; position:relative; padding-top:32px;}
.sub0101_cont03 .right_wr span{position:absolute; right:100px; bottom:50px;}
.sub0101_box02{width:100%; margin:150px auto; background:url('/images/sub01/sub0101_bg02.png') no-repeat center bottom; min-height:1183px;}
.sub0101_cont04{width:1300px; margin:0 auto; text-align:right; padding:320px 180px 0 0; min-height:855px;}
.sub0101_cont05{width:1300px; margin:0 auto; text-align:center; padding-top:80px;}
.sub0101_box03{width:100%; margin:150px auto; background:url('/images/sub01/sub0101_bg03.png') no-repeat center bottom; min-height:1100px;}
.sub0101_cont06{width:1300px; margin:0 auto; text-align:center; padding-top:150px;}
.sub0101_box04{width:100%; margin:150px auto; background:url('/images/sub01/sub0101_bg04.png') no-repeat center bottom; min-height:1183px;}
.sub0101_box05{width:100%; margin:150px auto; background:url('/images/sub01/sub0101_bg05.png') no-repeat center bottom; min-height:1100px;}
.sub0102_box01{width:100%; margin:0 auto; min-height:1690px;}
.sub0102_box02{width:100%; margin:0 auto; background:url('/images/sub01/sub0102_bg01.png') no-repeat center top; min-height:1690px;}
.sub0102_cont01{width:1300px; margin:0 auto; text-align:center; padding-top:150px;}
.sub0102_cont01:after {display:block;visibility:hidden;clear:both;content:""}
.sub0102_cont01 .left_wr{float:left; width:45%; padding-top:100px; text-align:left; }
.sub0102_cont01 .right_wr{float:left; width:55%; padding-top:100px;}

.sub0103_box01{width:100%; margin:0 auto; background:url('/images/sub01/sub0103_bg01.jpg') no-repeat center top; min-height:1250px;}
.sub0103_cont01{width:1300px; margin:0 auto; text-align:center; padding-top:150px;}
.sub0105_box01{width:100%; margin:0 auto; background:url('/images/sub01/sub0105_bg01.jpg') no-repeat center top; min-height:1000px;}
.sub0105_box02{width:100%; margin:0 auto; min-height:1000px;}
.sub0105_box03{width:100%; margin:0 auto; background:url('/images/sub01/sub0105_bg02.jpg') no-repeat center top; min-height:1000px;}
.sub0105_box04{width:100%; margin:0 auto; background:url('/images/sub01/sub0105_bg03.jpg') no-repeat center top; min-height:1000px;}
.sub0105_cont01{width:1300px; margin:0 auto; text-align:center; padding-top:150px;}
.sub0105_cont01_youtube{width:1300px; margin:30px auto; text-align:center;}

.sub0202_box01{width:100%; margin:0 auto; background:url('/images/sub02/sub0202_bg01.jpg') no-repeat center top; min-height:1000px;}
.sub0202_box02{width:100%; margin:0 auto; min-height:1200px;}
.sub0202_box03{width:100%; margin:0 auto; background:url('/images/sub02/sub0202_bg02.jpg') no-repeat center top; min-height:1700px;}
.sub0202_cont01{width:1300px; margin:0 auto; text-align:center; padding-top:150px;}
.sub0204_box01{width:100%; margin:0 auto; background:url('/images/sub02/sub0204_bg01.jpg') no-repeat center top; min-height:900px;}
.sub0204_box02{width:100%; margin:0 auto; background:url('/images/sub02/sub0204_bg02.jpg') no-repeat center top; min-height:900px;}
.sub0204_box03{width:100%; margin:0 auto; background:url('/images/sub02/sub0204_bg03.jpg') no-repeat center top; min-height:1500px;}
.sub0204_box04{width:100%; margin:0 auto; background:url('/images/sub02/sub0204_bg04.jpg') no-repeat center top; min-height:1500px;}
.sub0204_box05{width:100%; margin:0 auto; background:url('/images/sub02/sub0204_bg05.jpg') no-repeat center top; min-height:900px;}
.sub0204_box06{width:100%; margin:0 auto; background:url('/images/sub02/sub0204_bg06.jpg') no-repeat center top; min-height:1500px;}
.sub0204_box07{width:100%; margin:0 auto; min-height:1000px;}
.sub0204_cont01{width:1300px; margin:0 auto; text-align:center; padding-top:150px;}
.sub0204_cont02{width:1300px; margin:0 auto; text-align:right; padding-top:150px;}
.sub0205_box01{width:100%; margin:0 auto; background:url('/images/sub02/sub0205_bg01.jpg') no-repeat center top; min-height:1500px;}
.sub0205_cont01{width:1300px; margin:0 auto; padding-top:150px;}
.sub0206_box01{width:100%; margin:0 auto; background:url('/images/sub02/sub0206_bg01.jpg') no-repeat center top; min-height:1100px;}
.sub0206_cont01{width:1300px; margin:0 auto; padding-top:150px;}
.sub0207_box01{width:100%; margin:0 auto; background:url('/images/sub02/sub0207_bg01.jpg') no-repeat center top; min-height:900px;}
.sub0207_cont01{width:1300px; margin:0 auto; padding-top:150px; text-align:center;}
.sub0207_box02{width:100%; margin:0 auto; min-height:1100px;}
.sub0207_box03{width:100%; margin:0 auto; background:url('/images/sub02/sub0207_bg03.jpg') no-repeat center top; min-height:1200px;}

.sub0301_box01{width:100%; margin:0 auto; background:url('/images/sub03/sub0301_bg01.jpg') no-repeat center top; min-height:900px;}
.sub0301_box02{width:100%; margin:0 auto; min-height:1000px;}
.sub0301_box03{width:100%; margin:0 auto; background:url('/images/sub03/sub0301_bg02.jpg') no-repeat center top; min-height:900px;}
.sub0301_box04{width:100%; margin:0 auto; background:url('/images/sub03/sub0301_bg03.jpg') no-repeat center top; min-height:1350px;}
.sub0301_box05{width:100%; margin:0 auto; background:url('/images/sub03/sub0301_bg04.jpg') no-repeat center top; min-height:1350px;}
.sub0301_box06{width:100%; margin:0 auto; background:url('/images/sub03/sub0301_bg05.jpg') no-repeat center top; min-height:1350px;}
.sub0301_cont01{width:1300px; margin:50px auto;}
.sub0301_cont02{width:1300px; margin:0 auto; padding-top:150px; text-align:center;}
.sub0301_cont03{width:1300px; margin:0 auto; padding-top:150px; text-align:right;}
.sub0302_box01{width:100%; margin:0 auto; background:url('/images/sub03/sub0302_bg01.jpg') no-repeat center top; min-height:900px;}
.sub0302_box02{width:100%; margin:0 auto; background:url('/images/sub03/sub0302_bg02.jpg') no-repeat center top; min-height:900px;}
.sub0302_box03{width:100%; margin:0 auto; background:url('/images/sub03/sub0302_bg03.jpg') no-repeat center top; min-height:1350px;}
.sub0302_box04{width:100%; margin:0 auto; background:url('/images/sub03/sub0302_bg04.jpg') no-repeat center top; min-height:1000px;}
.sub0302_cont01{width:1300px; margin:0 auto; padding-top:150px; text-align:center;}
.sub0302_cont02{width:1300px; margin:0 auto; padding-top:150px; text-align:right;}

.sub0401_box01{width:100%; margin:0 auto; min-height:1000px;}
.sub0401_box02{width:100%; margin:0 auto; background:url('/images/sub04/sub0401_bg01.jpg') no-repeat center top; min-height:1500px;}
.sub0401_cont01{width:1300px; margin:0 auto; padding-top:150px; text-align:center;}
.sub0401_cont02{width:1300px; margin:0 auto; padding-top:150px; text-align:right;}
.sub0402_box01{width:100%; margin:0 auto; min-height:1000px;}
.sub0402_box02{width:100%; margin:0 auto; background:url('/images/sub04/sub0402_bg01.jpg') no-repeat center top; min-height:2300px;}
.sub0402_cont01{width:1300px; margin:0 auto; padding-top:150px; text-align:center;}
.sub0402_cont02{width:1300px; margin:0 auto; padding-top:150px; text-align:right;}
.sub0403_box01{width:100%; margin:0 auto; background:url('/images/sub04/sub0403_bg01.jpg') no-repeat center top; min-height:1000px;}
.sub0403_box02{width:100%; margin:0 auto; background:url('/images/sub04/sub0403_bg02.jpg') no-repeat center top; min-height:2280px;}
.sub0403_cont01{width:1300px; margin:0 auto; padding-top:150px; text-align:center;}
.sub0403_cont02{width:1300px; margin:0 auto; padding-top:150px; text-align:right;}

.sub0501_box01{width:100%; margin:0 auto; background:url('/images/sub05/sub0501_bg01.jpg') no-repeat center top; min-height:900px;}
.sub0501_box02{width:100%; margin:0 auto; background:url('/images/sub05/sub0501_bg02.jpg') no-repeat center top; min-height:1000px;}
.sub0501_box03{width:100%; margin:0 auto; background:url('/images/sub05/sub0501_bg03.jpg') no-repeat center top; min-height:2100px;}
.sub0501_box04{width:100%; margin:0 auto; min-height:2100px;}
.sub0501_box05{width:100%; margin:0 auto; background:url('/images/sub05/sub0501_bg04.jpg') no-repeat center top; min-height:900px;}
.sub0501_cont01{width:1300px; margin:0 auto; padding-top:150px; text-align:center;}
.sub0501_cont02{width:1300px; margin:0 auto; padding-top:150px; text-align:right;}
.sub0502_box01{width:100%; margin:0 auto; background:url('/images/sub05/sub0502_bg01.jpg') no-repeat center top; min-height:900px;}
.sub0502_box02{width:100%; margin:0 auto; background:url('/images/sub05/sub0502_bg02.jpg') no-repeat center top; min-height:900px;}
.sub0502_box03{width:100%; margin:0 auto; background:url('/images/sub05/sub0502_bg03.jpg') no-repeat center top; min-height:1900px;}
.sub0502_cont01{width:1300px; margin:0 auto; padding-top:150px; text-align:center;}
.sub0502_cont02{width:1300px; margin:0 auto; padding-top:150px; text-align:right;}
.sub0503_box01{width:100%; margin:0 auto; background:url('/images/sub05/sub0503_bg01.jpg') no-repeat center top; min-height:900px;}
.sub0503_box02{width:100%; margin:0 auto; background:url('/images/sub05/sub0503_bg02.jpg') no-repeat center top; min-height:900px;}
.sub0503_box03{width:100%; margin:0 auto; background:url('/images/sub05/sub0503_bg03.jpg') no-repeat center top; min-height:1600px;}
.sub0503_box04{width:100%; margin:0 auto; background:url('/images/sub05/sub0503_bg04.jpg') no-repeat center top; min-height:900px;}
.sub0503_cont01{width:1300px; margin:0 auto; padding-top:150px; text-align:center;}
.sub0503_cont02{width:1300px; margin:0 auto; padding-top:150px; text-align:right;}
.sub0504_box01{width:100%; margin:0 auto; background:url('/images/sub05/sub0504_bg01.jpg') no-repeat center top; min-height:700px;}
.sub0504_box02{width:100%; margin:0 auto; background:url('/images/sub05/sub0504_bg02.jpg') no-repeat center top; min-height:900px;}
.sub0504_box03{width:100%; margin:0 auto; background:url('/images/sub05/sub0504_bg03.jpg') no-repeat center top; min-height:1600px;}
.sub0504_box04{width:100%; margin:0 auto; background:url('/images/sub05/sub0504_bg04.jpg') no-repeat center top; min-height:900px;}
.sub0504_box05{width:100%; margin:0 auto; min-height:2100px;}
.sub0504_cont01{width:1300px; margin:0 auto; padding-top:150px; text-align:center;}
.sub0504_cont02{width:1300px; margin:0 auto; padding-top:150px; text-align:right;}
.sub0505_box01{width:100%; margin:0 auto; background:url('/images/sub05/sub0505_bg01.jpg') no-repeat center top; min-height:900px;}
.sub0505_box02{width:100%; margin:0 auto; background:url('/images/sub05/sub0505_bg02.jpg') no-repeat center top; min-height:900px;}
.sub0505_box03{width:100%; margin:0 auto; background:url('/images/sub05/sub0505_bg03.jpg') no-repeat center top; min-height:1600px;}
.sub0505_box04{width:100%; margin:0 auto; min-height:2600px;}
.sub0505_cont01{width:1300px; margin:0 auto; padding-top:150px; text-align:center;}
.sub0505_cont02{width:1300px; margin:0 auto; padding-top:150px; text-align:right;}


.sub0801_box01{width:100%; margin:0 auto; background:url('/images/sub08/sub0801_bg02.jpg') no-repeat center top; min-height:900px;}
.sub0801_box02{width:100%; margin:0 auto; background:url('/images/sub08/sub0801_bg03.jpg') no-repeat center top; min-height:900px;}
.sub0801_box03{width:100%; margin:0 auto; background:url('/images/sub08/sub0801_bg04.jpg') no-repeat center top; min-height:2200px;}
.sub0801_box04{width:100%; margin:0 auto; background:url('/images/sub08/sub0801_bg05.jpg') no-repeat center top; min-height:900px;}
.sub0801_box07{width:100%; margin:0 auto; min-height:1000px;}
.sub0801_cont01{width:1300px; margin:0 auto; text-align:center; padding-top:150px;}
.sub0801_cont02{width:1300px; margin:0 auto; text-align:right; padding-top:150px;}

.sub0802_box01{width:100%; margin:0 auto; background:url('/images/sub08/sub0802_bg01.jpg') no-repeat center top; min-height:900px;}
.sub0802_box02{width:100%; margin:0 auto; background:url('/images/sub08/sub0802_bg02.jpg') no-repeat center top; min-height:1760px;}
.sub0802_cont01{width:1300px; margin:0 auto; text-align:center; padding-top:150px;}
.sub0802_cont02{width:1300px; margin:0 auto; text-align:right; padding-top:150px;}

.sub0803_box01{width:100%; margin:0 auto; background:url('/images/sub08/sub0803_bg01.jpg') no-repeat center top; min-height:900px;}
.sub0803_box02{width:100%; margin:0 auto; background:url('/images/sub08/sub0803_bg02.jpg') no-repeat center top; min-height:1140px;}
.sub0803_box03{width:100%; margin:0 auto; background:url('/images/sub08/sub0803_bg03.jpg') no-repeat center top; min-height:1840px;}
.sub0803_cont01{width:1300px; margin:0 auto; text-align:center; padding-top:150px;}
.sub0803_cont02{width:1300px; margin:0 auto; text-align:right; padding-top:150px;}

.sub0804_box01{width:100%; margin:0 auto; background:url('/images/sub08/sub0804_bg01.jpg') no-repeat center top; min-height:900px;}
.sub0804_box02{width:100%; margin:0 auto; background:url('/images/sub08/sub0804_bg02.jpg') no-repeat center top; min-height:1150px;}
.sub0804_box03{width:100%; margin:0 auto; min-height:1000px;}
.sub0804_box04{width:100%; margin:0 auto; background:url('/images/sub08/sub0804_bg03.jpg') no-repeat center top; min-height:900px;}
.sub0804_box05{width:100%; margin:0 auto; min-height:1000px;}
.sub0804_box06{width:100%; margin:0 auto; background:url('/images/sub08/sub0804_bg06.jpg') no-repeat center top; min-height:900px;}
.sub0804_cont01{width:1300px; margin:0 auto; text-align:center; padding-top:150px;}
.sub0804_cont02{width:1300px; margin:0 auto; text-align:right; padding-top:150px;}
.sub0804_cont03{width:1300px; margin:50px auto;}