input[type="text"]{padding-left:10px;box-sizing:border-box;}
#sub_visual{width:100%;height:50px;text-align:center;display:table;overflow: hidden;position: relative;background:#dfdfdf;}
/*
#sub_visual.bg1{background: url(../image/sub/svbg1.jpg) no-repeat center center; background-size: cover;}
#sub_visual.bg2{background: url(../image/sub/svbg2.jpg) no-repeat center center; background-size: cover;}
#sub_visual.bg3{background: url(../image/sub/svbg3.jpg) no-repeat center center; background-size: cover;}
#sub_visual.bg4{background: url(../image/sub/svbg4.jpg) no-repeat center center; background-size: cover;}
#sub_visual.bg5{background: url(../image/sub/svbg5.jpg) no-repeat center center; background-size: cover;}
#sub_visual.bg6{background: url(../image/sub/svbg6.jpg) no-repeat center center; background-size: cover;}
#sub_visual.bg7{background: url(../image/sub/svbg7.jpg) no-repeat center center; background-size: cover;}
#sub_visual.bg8{background: url(../image/sub/svbg8.jpg) no-repeat center center; background-size: cover;}
*/

#sub_visual > div h2{display:none;padding-bottom: 25px;font-size:35px;color:#000;line-height:1;font-weight:600; transform: translateY(20px);opacity: 0;animation: textFadeUp 1s ease-out forwards;}

#sub_visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit; /* 부모 배경 이미지 상속 */
  background-size: cover;
  background-position: center;
  animation: bgZoomOut 5s ease-out forwards; 
  z-index: 1; /* 텍스트 뒤에 배경 위치 */
}

/* 비주얼 내부 텍스트 컨테이너 */
#sub_visual > div{
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  position: relative;
  z-index: 2; /* 텍스트를 배경 위로 표시 */
}


/* 배경 줄어듦 애니메이션 */
@keyframes bgZoomOut {
  from {
    transform: scale(1.15); /* 초기: 약간 확대 */
  }
  to {
    transform: scale(1); /* 최종: 원본 크기 (줄어듦) */
  }
}

/* 텍스트 아래→위 노출 애니메이션 */
@keyframes textFadeUp {
  to {
    opacity: 1; /* 최종: 보임 */
    transform: translateY(0); /* 최종: 원래 위치 */
  }
}



.sub_bar{width:100%;margin:-50px auto 0;box-sizing:border-box;transition: .4s;background: rgba(0, 0, 0, 0.6);position: relative;z-index:2;}
.sub_bar_wid{width:100%;max-width: 1180px;margin:0 auto;box-sizing: border-box;border-left: 1px solid rgba(255,255,255,0.3);}
.snavi_all > li{position:relative;float:left;height:50px;display:table;box-sizing:border-box;width:220px;}
.snavi_all > li:after{content:"";position:absolute;right:0;width:1px;top:0;bottom: 0;background:rgba(255,255,255,0.3);}
.snavi_all > li:first-child{width:50px;box-sizing:border-box;text-align: center;}
.snavi_all > li:first-child > a{padding:0;background:none;font-size:0;}
.snavi_all > li:first-child > a:after{display: none;} 
.snavi_all > li > a{position: relative;display:table-cell;vertical-align:middle;padding:0 25px;font-size:18px;color:#fff;line-height:20px;}
.snavi_all > li > a:after{content:"";position: absolute;right: 20px;top: 50%;margin-top:-4px;width: 13px;height: 8px;background:url('../image/sub/sny.png') no-repeat center center;transition: .4s;}
.snavi_all > li > a.on:after{transform: rotate(-180deg);}
.snavi_all > li ul{display:none;position:absolute;left:0;top:100%;z-index:1;width:100%;box-sizing:border-box;padding:10px 28px;background:#132a89;z-index:99;}
.snavi_all > li ul li{margin:15px 0;display:table;width:100%;}
.snavi_all > li ul li:last-child{border-bottom:none;}
.snavi_all > li ul li a{display:table-cell;vertical-align:middle;font-size:16px;color:#fff;line-height:17px;font-weight: 300;}
.snavi_all > li ul li a:hover{color:#fff;text-decoration: underline;}

.loading{max-width:640px;border:1px solid #dfdfdf;padding:35px 15px;text-align:center;margin:0 auto;}
.loading p{font-size:20px;margin-top:20px;}


#scontent_wrap{width: 100%;margin: 0 auto;min-height: 600px;}
.sconts_wid{width: calc(100% - 20px);max-width: 1180px;margin: 0 auto;padding: 80px 0 100px;}
.sconts_widnopad{padding-top:0;}

h2.s_title{text-align: center;padding-bottom: 28px;margin-bottom: 80px;border-bottom: 1px solid #c1c1c1;font-size:30px;color:#000;font-weight: bold;line-height:1;}

.scomp_top{text-align:center;}
.scomp_top dl{margin-top:36px;}
.scomp_top dl dt{font-size: 30px;color:#161616;font-weight: 600;line-height: 1.4;}
.scomp_top dl dd{margin-top: 15px;font-size: 17px;color:#161616;line-height: 1.6;}


.scomp_bot > li{margin-top: 80px;text-align:center;border: 1px solid #dfdfdf;background: #fafafa;padding: 0 5% 50px;}
.scomp_bot > li > p{display: inline-block;font-size: 30px;font-weight: 500;line-height: 1;padding-bottom: 10px;}
.scomp_bot > li.cor1 > p{color:#1643a8;border-bottom: 1px solid #1643a8;}
.scomp_bot > li.cor2 > p{color:#1c835f;border-bottom: 1px solid #1c835f;}
.scomp_bot > li.cor3 > p{color:#4e2d9f;border-bottom: 1px solid #4e2d9f;}
.scomp_bot > li > p > span{margin-top:-42px;display: block;margin-bottom: 22px;}
.scomp_bot > li > ol{margin-top: 20px;}
.scomp_bot > li > ol li{font-size: 17px;color:#161616;line-height: 1.6;}


.bsi_line{margin-left: -20px;margin-top: -20px;display: flex;flex-wrap: wrap;}
.bsi_line > li{margin-left: 20px;margin-top: 20px;width: calc(33.3333333333% - 20px);background: #f2f2f2;border-radius:8px;overflow:hidden;}
.bsi_line > li.pc_none{display: none;}
.bsi_line > li > div{width: 100%;height: 100%;display: flex;justify-content:center;align-items: center;text-align:center;}
.bsi_line > li > div > p{font-size: 34px;color:#012f8c;font-weight: 600;line-height: 1;}
.bsi_line > li > div > p span{display: block;margin-bottom: 18px;}
.bsi_line > li > a{display: block;position: relative;}
.bsi_line > li > a > img{width: 100%;}
.bsi_line > li > a > .over{position:relative;position: absolute;left: 0;top: 0;right: 0;bottom: 0;display: flex;justify-content:center;align-items: center;text-align:center;}
.bsi_line > li > a > .over > dl{padding: 20px;position:relative;z-index:3;}
.bsi_line > li > a > .over > dl dt{font-size: 30px;color:#fff;font-weight: 600;}
.bsi_line > li > a > .over > dl dd{opacity: 0;transition: .4s;font-size: 17px;color:#fff;font-weight: 400;margin-top: -30px;line-height: 1.55;transform: translate3d(0,15px,0);}
.bsi_line > li > a:hover > .over > dl dd{opacity: 1;transform: translate3d(0,0,0);margin-top: 15px;}
.bsi_line > li > a > .over > span.bg{position:absolute;left:0;top:0;width:100%;height:100%;/*background:#00a85a;*/z-index:2;}
.bsi_line > li > a:hover > .over > span.bg{display:none;}
.bsi_line > li > a:hover > .over > dl dt{color:#fff;}

.his_area{width: 100%;max-width: 1680px;margin: -100px auto 0;}
.his_img{width: 100%;height: 300px;background: url(../image/sub/hismg.jpg) no-repeat center center;}
.his_wid{width: calc(100% - 20px);max-width: 1180px;margin: 0 auto;padding-bottom: 100px;}

.his_line{padding-top: 0px;position: relative;}
/*
.his_line:before{content:"";position: absolute;left: 50%;top: 0;bottom: 0;width: 1px;background: #c4c4c4;}
*/
.his_line > li{display: flex;}
.his_line > li:nth-child(even){flex-direction:row-reverse;}
.his_line > li + li{margin-top: 80px;}
.his_line > li > *{width: 50%;box-sizing: border-box;}
.his_line > li > h5{text-align: right;padding-right:80px;font-size: 40px;color:#2045ac;font-weight: bold;line-height: 1;position: relative;}
/*
.his_line > li > h5:after{content:"";position: absolute;right: 0;top:20px;width: 55px;height: 1px;background: #2045ac;}
*/
.his_line > li:nth-child(even) > h5{text-align: left;padding-right: 0;padding-left: 80px;}
.his_line > li:nth-child(even) > h5:after{right: auto;left:0;}
.his_line > li > div{padding-left: 80px;}
.his_line > li:nth-child(even) > div{padding-left: 0;padding-right: 80px;text-align: right;}
.his_line > li > div > ol > li + li{margin-top: 22px;}
.his_line > li > div > ol > li{position: relative;padding-left: 44px;font-size: 17px;color:#161616;font-weight: 300;}
.his_line > li > div > ol > li > span{position: absolute;left: 0;top: 0;font-weight:bold;}
.his_line > li > div > ol > li > p{font-size: 17px;color:#161616;font-weight: 300;}
.his_line > li:nth-child(even) > div > ol > li{padding-left: 0;padding-right: 44px;}
.his_line > li:nth-child(even) > div > ol > li > span{left: auto;right: 0;}

.his_line{padding-top:0px;}
.his_line:before{left: 0;}
.his_line > li{display: block;}
.his_line > li + li{margin-top: 80px;}
.his_line > li > *{width: auto;}
.his_line > li > h5{margin-bottom: 20px;text-align: left;padding-right:0;padding-left: 270px;}
/*
.his_line > li > h5:after{left: 0;top: 15px;height: 1px;}
*/
.his_line > li:nth-child(even) > h5{padding-left: 270px;}
.his_line > li > div{padding-left: 270px;}
.his_line > li:nth-child(even) > div{padding-left: 270px;padding-right: 0;text-align: left;}
.his_line > li > div > ol > li + li{margin-top: 15px;}
.his_line > li:nth-child(even) > div > ol > li{padding-left: 44px;padding-right: 0;}
.his_line > li:nth-child(even) > div > ol > li > span{left: 0;right: auto;}

.etc_tab_bg{border-top: 1px solid #000;}
.etc_tab th{position: relative;text-align:center;color:#000;font-size:18px;font-weight:500;padding:15px 10px;border:1px solid #dfdfdf;background: #fafafa;border-bottom:0;}
.etc_tab td{text-align:center;color:#4f4f4f;font-size:16px;word-break:break-all;padding:15px 10px;border:1px solid #dfdfdf;}
.etc_tab td.lf_txt{text-align:left;padding-left: 20px;}
.etc_tab td.list > a{display:block;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

.page_all{text-align: center;margin-top: 50px;}
.page_all > a{display: inline-block;width: 44px;height: 44px;line-height: 44px;border-radius: 100%;}
.page_all > a.page{color:#424242;font-size:15px;font-weight: 300;vertical-align: middle;display: inline-block;text-align: center;border:1px solid #dfdfdf;}
.page_all > a.on{color:#fff;background: #434343;font-weight: bold;}

.map_box{width: 100%;height: 520px;background: #dfdfdf;}
.map_box > div{width: 100%;height: 520px;}

.add_area{width: calc(100% - 20px);max-width: 1180px;margin: 0 auto;padding:50px 0 100px;}
.add_box{border: 1px solid #dfdfdf;padding: 0 4%;}
.add_line{display: flex;flex-wrap: wrap;}
.add_line > li{position: relative;width: 50%;text-align:center;padding: 40px 10px;box-sizing: border-box;}
.add_line > li.ad1{width: 100%;border-bottom: 1px solid #dfdfdf;}
.add_line > li.ad3:before{content:"";position: absolute;left: 0;top: 50%;width: 1px;height: 60px;background: #dfdfdf;margin-top: -30px;}
.add_line > li > p{display: inline-block;padding-left: 130px;position: relative;font-size: 18px;color:#2a2a2a;}
.add_line > li:first-child > p{margin-left:-10px;}
.add_line > li > p > strong{padding-left: 60px;display: inline-block;position: absolute;left: 0;top: 0;color:#282828;font-weight: bold;}
.add_line > li.ad1 > p > strong:after{content:"";position: absolute;left: 0;top: 50%;width: 46px;height: 46px;margin-top: -23px;background: url(../image/sub/ad1.png) no-repeat center center;}
.add_line > li.ad2 > p > strong:after{content:"";position: absolute;left: 0;top: 50%;width: 46px;height: 46px;margin-top: -23px;background: url(../image/sub/ad2.png) no-repeat center center;}
.add_line > li.ad3 > p > strong:after{content:"";position: absolute;left: 0;top: 50%;width: 46px;height: 46px;margin-top: -23px;background: url(../image/sub/ad3.png) no-repeat center center;}

.cfc_line{margin-left:-20px;margin-top:-30px;display:flex;flex-wrap:wrap;}
.cfc_line > li{margin-left:20px;margin-top:30px;width:calc(25% - 20px);text-align:center;}
.cfc_line > li > a{display:block;}
.cfc_line > li > a > div{overflow:hidden;border: 1px solid #dfdfdf;}
.cfc_line > li > a > div img{width:100%;transition: all 0.3s ease-in-out;}
.cfc_line > li > a > p{margin-top:20px;font-size:17px;color:#000;font-weight:350;line-height:1;display:block;width:99%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.cfc_line > li:hover > a > div img{transform: scale(1.1);}

.lay_pop{display: none;overflow-y:scroll;overflow-x:hidden;position:fixed;top:0px;left:0px;width:100%;height:100%;z-index:99999;background:#000;background:rgba(0,0,0,0.8);}
.area_pop{width:calc(100% - 20px);max-width:580px;margin: 50px auto 50px;}
.pop_out{display:block;margin-bottom:5px;text-align:right;font-size:0;}
.spop_box > .img img{width:100%;}

.laser_line{margin-left:-20px;margin-top:-30px;display:flex;flex-wrap:wrap;}
.laser_line > li{margin-left:20px;margin-top:30px;width:calc(33.333333% - 20px);text-align:center;}
.laser_line > li > a{display:block;}
.laser_line > li > a > div{overflow:hidden;border: 1px solid #dfdfdf;}
.laser_line > li > a > div img{width:100%;transition: all 0.3s ease-in-out;}
.laser_line > li > a > p{margin-top:20px;font-size:17px;color:#000;font-weight:350;line-height:1;display:block;width:99%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.laser_line > li:hover > a > div img{transform: scale(1.1);}

.ibt_v_top{text-align:center;margin-bottom: 20px;}
.ibt_v_top_tit{margin-bottom: 10px;color:#000;font-size:20px;font-weight:600;}
.ibt_v_top_txt{color:#4f4f4f;font-size:16px;}
.ibt_v_top_txt > span{position:relative;display:inline-block;margin-right:12px;}
.ibt_v_top_txt > span:last-child{margin-right:0;}
.ibt_v_file{border:1px solid #dfdfdf;background: #fafafa;padding:15px;}
.ibt_v_file > a{color:#4f4f4f;font-size:15px;}
.ibt_v_ny{border-bottom:1px solid #dfdfdf;border-top: 0;padding:15px;min-height:500px;color:#2a2a2a;font-size:15px;}

.bot_lr_btn{margin-top:50px;}
.bot_lf_btn{float:left;}
.bot_rt_btn{float:right;}
a.white_l{display:inline-block;padding:0 15px;min-width:100px;height:50px;line-height:50px;text-align:center;color:#000;font-size:18px;border: 1px solid #000;font-weight: 300;}
a.y_btn{display:inline-block;text-align:center;border: 1px solid #000;background: #000;padding:0 15px;min-width:100px;height:50px;line-height:50px;font-size:18px;color:#fff;font-weight: 300;}

.pr_line{margin-left:-20px;margin-top:-30px;display:flex;flex-wrap:wrap;}
.pr_line > li{margin-left:20px;margin-top:30px;width:calc(33.333333% - 20px);text-align:center;}
.pr_line > li > a{display:block;}
.pr_line > li > a > div{overflow:hidden;border: 1px solid #dfdfdf;}
.pr_line > li > a > div img{width:100%;transition: all 0.3s ease-in-out;height:324px;}
.pr_line > li > a > p{margin-top:20px;font-size:17px;color:#000;font-weight:350;line-height:1;display:block;width:99%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
/*.pr_line > li:hover > a > div img{transform: scale(1.1);}*/

.stab_line{margin-bottom: 40px;margin-top: -4px;margin-left: -10px;display: flex;flex-wrap: wrap;}
.stab_line > li{box-sizing: border-box;margin-top: 4px;margin-left: 10px;height: 50px;text-align:center;display:table;width: calc(33.333333% - 10px);max-width: 185px;}
.stab_line.line5 > li{width: calc(20% - 10px);}
.stab_line.line4 > li{width: calc(25% - 10px);}
.stab_line.line3 > li{width: calc(33.333333% - 10px);}
.stab_line.line2 > li{width: calc(50% - 10px);}
.stab_line > li > a{display: table-cell;vertical-align: middle;border: 1px solid #dfdfdf;font-size: 17px;color:#020000;font-weight: 300;}
.stab_line > li.on > a{border: 1px solid #000;color:#000;font-weight: 500;}

.botcik_box{margin-bottom: 30px;background: #f4f4f4;padding: 30px;display:flex;justify-content: space-between;align-items:center;}
.botcik_box_lf{padding-left: 5px;font-size: 16px;color:#000;font-weight: 300;}
.botcik_box_rt{width: 80%;max-width: 520px;display: flex;justify-content: space-between;align-items:center;}
.botcik_box_rt > .sel_box{width: 22%;}
.botcik_box_rt > .sel_box select{padding-left: 10px;width: 100%;height:50px;border: 1px solid #dfdfdf;font-size: 16px;color:#000;font-weight: 300;background: #fff url('../image/sub/sec.png') no-repeat right 8px center;-webkit-appearance: none;-moz-appearance: none;word-wrap: break-word;}
.botcik_box_rt > .sel_box select::-ms-expand{display: none;}
.botcik_box_rt > .inp_box{width: 78%;position: relative;}
.botcik_box_rt > .inp_box input{width: 100%;height:50px;border: 1px solid #dfdfdf;border-left: 0;background: #fff;font-size: 16px;color:#000;font-weight: 300;}
.botcik_box_rt > .inp_box > a{display: inline-block;font-size: 0;position:absolute;right: 15px;top: 15px;}

.qa_box > li{border:1px solid #dfdfdf;background:#fafafa;}
.qa_box > li + li{margin-top: 20px;}
.qa_box > li > a{display: block;position:relative;font-size: 20px;color:#000;font-weight: 500;padding: 20px 20px 20px 60px;}
.qa_box > li > a:before{content:"Q";position:absolute;left:30px;top:20px;text-align:center;font-size:25px;color:#454545;font-weight:350;line-height:1.1;}
.qa_box > li > a > span{display: block;padding-right: 30px;background: url(../image/sub/q_off.png) no-repeat right center;}
.qa_box > li > div{position:relative;display: none;padding: 25px 50px 40px 60px;border-top:1px solid #dfdfdf;}
.qa_box > li > div:before{content:"A";position:absolute;left:30px;top:20px;text-align:center;font-size:25px;color:#010101;font-weight:350;line-height:1.1;}
.qa_box > li > div p{font-size:18px;color:#565656;line-height: 1.5;}
.qa_box > li.on{background:#fff;}
.qa_box > li.on > a:before{font-weight: 500;}
.qa_box > li.on > a > span{background: url(../image/sub/q_on.png) no-repeat right center;}

.gal_line{margin-left:-20px;margin-top:-30px;display:flex;flex-wrap:wrap;}
.gal_line > li{margin-left:20px;margin-top:30px;width:calc(33.333333% - 20px);text-align:center;}
.gal_line > li > a{display:block;}
.gal_line > li > a > div{overflow:hidden;border: 1px solid #dfdfdf;}
.gal_line > li > a > div img{width:100%;transition: all 0.3s ease-in-out;}
.gal_line > li > a > p{margin-top:20px;font-size:17px;color:#000;font-weight:350;line-height:1;display:block;width:99%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.gal_line > li:hover > a > div img{transform: scale(1.1);}


.lay_pop2{display: none;overflow-y:scroll;overflow-x:hidden;position:fixed;top:0px;left:0px;width:100%;height:100%;z-index:999999;background:#000;background:rgba(0,0,0,0.8);}
.area_pop2{width:100%;margin: 0 auto;min-height: 100vh;display: flex;align-items: center;justify-content: center;}
.pop_out2{display:block;margin-bottom:5px;text-align:right;font-size:0;}
.spop_box2{max-width:1180px;width: calc(100% - 20px);margin: 0 auto;padding-top: 50px;}
.pop_out_box{position: fixed;left:0;top:0;right:0;width: 100%;height: 50px;background: #000;display: flex;justify-content: flex-end;align-items:center;}
.pop_out_box > a{display: inline-block;padding: 0 15px;}
/* slick Slider */
.slick-slider { position: relative; display: block; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before,
.slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: flex;justify-content: center;}
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
.slider { opacity:0; -webkit-transition:opacity 0.3s; transition:opacity 0.3s; }
.slider:after { content:""; display:block; clear:both; }
.slider.slick-initialized { opacity:1; }
.slider > .item:not(:first-of-type) { position:absolute; opacity:0; }


.slider_for_wrap {}
.slider_for_wrap .item {text-align: center;}
.slider_for_wrap .item img {max-height: calc(100vh - 240px);width: auto;max-width: 100%;}
.slider_nav_wrap {width: 100%;max-width: 640px;margin: 20px auto 0;overflow: hidden;}
.slider-nav .item {margin: 0 5px;position: relative;text-align: center;font-size: 0;}
.slider-nav .item img{max-width: 100%;opacity:0.6;}
.slider-nav .item.slick-current img{opacity: 1;}
.slider-nav .item.slick-current:after{content:"";position: absolute;left: 0;top: 0;bottom: 0;right: 0;border: 2px solid #fff;}
.slide_wrap .slick_arrow_cont {}
.slide_wrap .slick_arrow_cont span{font-size: 0;display: inline-block;position: absolute; top: 50%; transform: translateY(-50%);width: 60px;height: 60px;z-index: 99;}
.slide_wrap .slick_arrow_cont .slick-prev{left: 0;background:  url(../image/sub/ms_lf.png) center center no-repeat;transition: opacity 0.3s ease;}
.slide_wrap .slick_arrow_cont .slick-next{right: 0;background:  url(../image/sub/ms_rt.png) center center no-repeat;transition: opacity 0.3s ease;}
.slide_wrap .slick_arrow_cont .slick-prev.slick-disabled, .slide_wrap .slick_arrow_cont .slick-next.slick-disabled {opacity: 0.1;pointer-events: none;}


.sitmap{border-top:2px solid #000;}
.sitmap > li{border-bottom:1px solid #dfdfdf;padding:28px 20px 28px 40px;}
.sitmap > li > a{display:block;margin-bottom:19px;font-size:26px;color:#000;font-weight:500;line-height:1;padding-left:40px;position:relative;}
.sitmap > li > a:after{content:"";position:absolute;left:0;top:12px;width:20px;height:3px;background:#132a89;}
.sitmap > li > ul{margin-top:-10px;padding-left: 40px;}
.sitmap > li > ul > li{display:inline-block;position:relative;margin-top:10px;margin-right:60px;}
.sitmap > li > ul > li:after{content:"/";position:absolute;right:-35px;top:0;font-size:15px;color:#dfdfdf;font-weight:300;}
.sitmap > li > ul > li:last-child:after{display:none;}
.sitmap > li > ul > li > a{display:block;font-size:17px;color:#454545;letter-spacing:-0.5px;line-height:1.2;}


.poc_box p{font-size: 18px;color: #454545;line-height: 1.6;}
.poc_box p + p{margin-top: 30px;}
.poc_box p span.tit{margin-bottom: 4px;display: block;font-weight: 600;color:#000;}

.gst{font-size:0;}
.gst > li{display:inline-block;vertical-align:top;width:50%;box-sizing:border-box;}
.gst > li:last-child{padding-left:35px;}
.gst > li p.tit{font-size:40px;font-weight:600;}
.gst > li p.txt{font-size:20px;font-weight:400;margin-top:10px;}
.gst > li ol{margin-top:30px;}
.gst > li ol > li{position:relative;margin-top:20px;padding-left:20px;font-size:18px;font-weight:350;}
.gst > li ol > li:after{content:'';position:absolute;left:3px;top:8px;width:5px;height:5px;background:#111;}

@media screen and (max-width:1599px){
	
}

@media screen and (max-width:1180px){

}


@media screen and (max-width:1024px){
	
}

@media screen and (max-width:768px){
	/*
	#sub_visual{height:200px;}
	#sub_visual > div h2{font-size:30px;}
	*/

	.snavi_all > li{width:calc((100% - 50px) / 2);}
	.snavi_all > li > a{padding:0 8px;font-size:15px;}
	.snavi_all > li > a:after{right: 8px;}
	.snavi_all > li ul{padding:5px 10px;}
	.snavi_all > li ul li{margin:12px 0;display:table;width:100%;}
	.snavi_all > li ul li a{font-size: 14px;}

	.sconts_wid{padding: 50px 0 80px;}

	h2.s_title{padding-bottom: 18px;margin-bottom: 40px;font-size:28px;}

	.scomp_top dl{margin-top:25px;}
	.scomp_top dl dt{font-size: 22px;}
	.scomp_top dl dd{font-size: 16px;}

	.scomp_bot > li{margin-top: 60px;padding: 0 4% 40px;}
	.scomp_bot > li > p{font-size: 22px;}
	.scomp_bot > li > ol{margin-top: 15px;}
	.scomp_bot > li > ol li{font-size: 16px;}
	
	.bsi_line{margin-left: -5px;margin-top: -5px;}
	.bsi_line > li.mo_none{display: none;}
	.bsi_line > li.pc_none{display: block;}
	.bsi_line > li{margin-left: 5px;margin-top: 5px;width: calc(50% - 5px);}
	.bsi_line > li > div > p{font-size: 25px;}
	.bsi_line > li > a > .over > dl{padding: 10px;}
	.bsi_line > li > a > .over > dl dt{font-size: 18px;}
	.bsi_line > li > a > .over > dl dd{font-size: 15px;}

	.his_area{margin: -60px auto 0;}
	.his_img{height: 150px;}
	.his_wid{padding-bottom: 80px;}
	/*
	.his_line{padding-top: 60px;}
	*/
	.his_line:before{left: 0;}
	.his_line > li{display: block;}
	.his_line > li + li{margin-top: 50px;}
	.his_line > li > *{width: auto;}
	.his_line > li > h5{margin-bottom: 20px;text-align: left;padding-right:0;font-size: 30px;padding-left: 25px;}
	.his_line > li > h5:after{left: 0;top: 15px;width: 18px;height: 1px;}
	.his_line > li:nth-child(even) > h5{padding-left: 25px;}
	.his_line > li > div{padding-left: 25px;}
	.his_line > li:nth-child(even) > div{padding-left: 25px;padding-right: 0;text-align: left;}
	.his_line > li > div > ol > li + li{margin-top: 15px;}
	.his_line > li:nth-child(even) > div > ol > li{padding-left: 44px;padding-right: 0;}
	.his_line > li:nth-child(even) > div > ol > li > span{left: 0;right: auto;}
	
	.page_all > a{width: 34px;height: 34px;line-height: 34px;}

	.etc_tab{border-top: 2px solid #000;}
	.etc_tab caption, 
	.etc_tab colgroup, 
	.etc_tab thead{display: none;}
	.etc_tab tbody{display: block;}
	.etc_tab tr:nth-child(even){background: #f9f9f9;}
	.etc_tab tr{width: 100%;box-sizing: border-box;padding: 12px 5px;display: flex;flex-wrap: wrap;border-bottom: 1px solid #d9d9d9;}
	.etc_tab td{width: 100%;box-sizing: border-box;padding: 5px 5px !important;border: 0;text-align: left;display: flex;/*align-items: center;*/}
	.etc_tab td .mo_tti{display: inline-block;vertical-align: middle;min-width: 70px;margin-right: 10px;font-weight: 600;white-space: nowrap;letter-spacing: -0.7px;}
	.etc_tab td.list > a{width:calc(100% - 80px);}
	.etc_tab td.mor_none{display: none;}

	.add_area{padding:40px 0 80px;}
	.add_line > li{width: 100%;padding: 35px 0;text-align:left;}
	.add_line > li.ad2{border-bottom: 1px solid #dfdfdf;}
	.add_line > li.ad3:before{display: none;}
	.add_line > li > p{padding-left: 80px;font-size: 16px;}
	.add_line > li:first-child > p{margin-left:0px;}
	.add_line > li > p > strong{padding-left: 40px;}
	.add_line > li.ad1 > p > strong:after{width: 30px;height: 30px;margin-top: -15px;background-size: 30px;}
	.add_line > li.ad2 > p > strong:after{width: 30px;height: 30px;margin-top: -15px;background-size: 30px;}
	.add_line > li.ad3 > p > strong:after{width: 30px;height: 30px;margin-top: -15px;background-size: 30px;}

	.cfc_line{margin-left:-4px;margin-top:-20px;}
	.cfc_line > li{margin-left:4px;margin-top:20px;width:calc(50% - 4px);}
	.cfc_line > li > a > p{margin-top:10px;font-size:15px;}

	.laser_line{margin-left:-4px;margin-top:-20px;}
	.laser_line > li{margin-left:4px;margin-top:20px;width:calc(33.333333% - 4px);}
	.laser_line > li > a > p{margin-top:13px;font-size:15px;}

	.pr_line{margin-left:-4px;margin-top:-20px;}
	.pr_line > li{margin-left:4px;margin-top:20px;width:calc(33.333333% - 4px);}
	.pr_line > li > a > p{margin-top:13px;font-size:15px;}
	.pr_line > li > a > div img{height:224px;}
	
	a.white_l{min-width:60px;height: 42px;line-height: 42px;font-size: 15px;}
	a.y_btn{min-width:60px;height: 42px;line-height: 42px;font-size: 15px;}

	.stab_line{margin-left: -4px;}
	.stab_line > li{margin-left: 4px;}
	.stab_line.line5 > li{width: calc(33.3333333% - 4px);}
	.stab_line.line4 > li{width: calc(50% - 4px);}
	.stab_line.line3 > li{width: calc(33.333333% - 4px);}
	.stab_line.line2 > li{width: calc(50% - 4px);}
	.stab_line > li > a{font-size: 15px;}
	
	.botcik_box{padding: 10px;display:block;}
	.botcik_box_lf{padding-left: 0;margin-bottom: 10px;}
	.botcik_box_rt{width: 100%;max-width: 780px;}
	.botcik_box_rt > .sel_box{width: 100px;}
	.botcik_box_rt > .inp_box{width: calc(100% - 100px);}

	.qa_box > li > a{font-size: 16px;padding: 18px 0 18px 30px;}
	.qa_box > li > a:before{left:8px;top:18px;font-size:20px;}
	.qa_box > li > a > span{display: block;padding-right: 30px;background: url(../image/sub/q_off.png) no-repeat right 10px center;}
	.qa_box > li > div{padding: 20px 10px 30px 30px;}
	.qa_box > li > div:before{left:9px;top:20px;font-size:20px;}
	.qa_box > li > div p{font-size:16px;}
	.qa_box > li.on > a > span{background: url(../image/sub/q_on.png) no-repeat right 10px center;}

	.gal_line{margin-left:-4px;margin-top:-20px;}
	.gal_line > li{margin-left:4px;margin-top:20px;width:calc(33.333333% - 4px);}
	.gal_line > li > a > p{margin-top:13px;font-size:15px;}
	
	.slider_nav_wrap {margin-top: 20px;}
	.slider_nav_wrap {margin: 10px auto 0;}
	.slide_wrap .slick_arrow_cont span{width: 40px;height: 40px;}
	.slider-nav .item {margin: 0 1px;}

	.sitmap > li{padding:25px 5px;}
	.sitmap > li > a{margin-bottom:15px;font-size:22px;padding-left:20px;}
	.sitmap > li > a:after{top:9px;width:8px;height:2px;}
	.sitmap > li > ul{margin-top:-10px;padding-left: 20px;}
	.sitmap > li > ul > li{margin-top:10px;margin-right:40px;}
	.sitmap > li > ul > li:after{right:-25px;}
	.sitmap > li > ul > li > a{font-size:15px;}
	
	.gst > li{width:100%;}
	.gst > li:last-child{padding-left:0px;margin-top:20px;}
	.gst > li p.tit{font-size:28px;}
	.gst > li p.txt{font-size:17px;}
	.gst > li ol > li{font-size:16px;}
}

@media screen and (max-width:640px){ 
	
}


@media screen and (max-width:520px){
	.bsi_line > li{width: calc(100% - 5px);}
	.bsi_line > li > div{padding: 50px 0;height: auto;}
	.laser_line > li{width:calc(50% - 4px);}
	.pr_line > li{width:calc(50% - 4px);}
	.gal_line > li{width:calc(50% - 4px);}
}



.shp_area{border:5px solid #dfdfdf;border-radius:10px;padding: 30px;background:#fff;box-sizing: border-box;display: flex;position:relative;}
.shp_box{width: 60%;display: flex;flex-direction: row-reverse;}
.map_btns{display: flex;align-items: center;width: calc(100% - 400px);}
.map_btns > ul{margin-left: -10px;margin-top: -10px;display: flex;flex-wrap: wrap;}
.map_btns > ul > li{margin-left: 10px;margin-top: 10px;width: calc(33.3333333% - 10px);height: 42px;display: table;text-align: center;}
.map_btns > ul > li > a{display: table-cell;vertical-align: middle;border: 1px solid #dfdfdf;background: #fafafa;border-radius: 8px;font-size: 18px;color: #333;font-weight: 500;}
.map_btns > ul > li > a:hover{background: #304397;color: #fff;}
.map_btns > ul > li > a.on{background: #304397;color: #fff;}
.mapArea{width: 362px; height: 383px; position: relative; margin: 0 auto; }
.mapArea#map00{background:url(../image/map.png) 0 0 no-repeat;}
.mapArea#map01{background:url(../image/map01.png) 0 0 no-repeat;}
.mapArea#map02{background:url(../image/map02.png) 0 0 no-repeat;}
.mapArea#map03{background:url(../image/map03.png) 0 0 no-repeat;}
.mapArea#map04{background:url(../image/map04.png) 0 0 no-repeat;}
.mapArea#map05{background:url(../image/map05.png) 0 0 no-repeat;}
.mapArea#map06{background:url(../image/map06.png) 0 0 no-repeat;}
.mapArea#map07{background:url(../image/map07.png) 0 0 no-repeat;}
.mapArea#map08{background:url(../image/map08.png) 0 0 no-repeat;}
.mapArea#map09{background:url(../image/map09.png) 0 0 no-repeat;}
.mapArea#map10{background:url(../image/map10.png) 0 0 no-repeat;}
.mapArea#map11{background:url(../image/map11.png) 0 0 no-repeat;}
.mapArea#map12{background:url(../image/map12.png) 0 0 no-repeat;}
.mapArea#map13{background:url(../image/map13.png) 0 0 no-repeat;}
.mapArea#map14{background:url(../image/map14.png) 0 0 no-repeat;}
.mapArea#map15{background:url(../image/map15.png) 0 0 no-repeat;}
.mapArea#map16{background:url(../image/map16.png) 0 0 no-repeat;}
.mapArea#map17{background:url(../image/map17.png) 0 0 no-repeat;}

.mapArea.map00{background:url(../image/map.png) 0 0 no-repeat !important;}
.mapArea.map01{background:url(../image/map01.png) 0 0 no-repeat !important;}
.mapArea.map02{background:url(../image/map02.png) 0 0 no-repeat !important;}
.mapArea.map03{background:url(../image/map03.png) 0 0 no-repeat !important;}
.mapArea.map04{background:url(../image/map04.png) 0 0 no-repeat !important;}
.mapArea.map05{background:url(../image/map05.png) 0 0 no-repeat !important;}
.mapArea.map06{background:url(../image/map06.png) 0 0 no-repeat !important;}
.mapArea.map07{background:url(../image/map07.png) 0 0 no-repeat !important;}
.mapArea.map08{background:url(../image/map08.png) 0 0 no-repeat !important;}
.mapArea.map09{background:url(../image/map09.png) 0 0 no-repeat !important;}
.mapArea.map10{background:url(../image/map10.png) 0 0 no-repeat !important;}
.mapArea.map11{background:url(../image/map11.png) 0 0 no-repeat !important;}
.mapArea.map12{background:url(../image/map12.png) 0 0 no-repeat !important;}
.mapArea.map13{background:url(../image/map13.png) 0 0 no-repeat !important;}
.mapArea.map14{background:url(../image/map14.png) 0 0 no-repeat !important;}
.mapArea.map15{background:url(../image/map15.png) 0 0 no-repeat !important;}
.mapArea.map16{background:url(../image/map16.png) 0 0 no-repeat !important;}
.mapArea.map17{background:url(../image/map17.png) 0 0 no-repeat !important;}

.maptxt{position:absolute;bottom:10px;left:25px;}

.shp_rwp{border-left: 1px solid #dfdfdf;}
.shp_rwp_boxs{padding: 40px 0 40px 40px;}
.shp_rwp_boxs .title{margin-bottom: 20px;font-size: 22px;color: #000;font-weight: 500;}
.shp_rwp_boxs .txt{font-size: 18px;color: #000;font-weight: 300;line-height: 1.6;}

@media screen and (max-width:1024px){
	.shp_area{display: block;}
	.shp_box{width: auto;}
	.shp_rwp{margin-top: 35px;border-top: 1px solid #dfdfdf;border-left: 0;}
	.shp_rwp_boxs{padding: 30px 0 20px 0;}
	
	
.maptxt{position:absolute;bottom:auto;top:400px;left:25px;}
}

@media screen and (max-width:640px){
	.shp_area{padding: 20px 15px;}
	.shp_box{display: block;}
	.map_btns{width: auto;}
	.map_btns > ul{margin-left: -5px;margin-top: -5px;}
	.map_btns > ul > li{margin-left: 5px;margin-top: 5px;width: calc(25% - 5px);}
	.map_btns > ul > li > a{font-size: 15px;}
	.shp_rwp_boxs .title{margin-bottom: 15px;font-size: 20px;}
	.shp_rwp_boxs .txt{font-size: 16px;}
}

@media screen and (max-width:380px){
	.mapArea{margin-left: -20px;}
	.pr_line > li > a > div img{height:134px;}
}