
/* sub_common */
.sub_each {margin-bottom:60px;}
.sub_each:last-of-type {margin-bottom:90px;}
.sub_tit1 {position:relative; padding-left: 30px; margin-bottom: 17px; font-size: 1.6em; font-weight: 700;}
.sub_tit1:before {display: inline-block; content:''; position: absolute; left: 0; top: 6px; width: 18px; height: 18px; background: url('../../images/sub/sub_tit01.jpg') no-repeat 0 0/contain;}
.sub_tit2 {position: relative; padding-left: 23px; margin-bottom: 12px; font-size: 1.267em; }
.sub_tit2:before {display: inline-block; content:''; position: absolute; left: 0; top: 3px; width: 11px; height: 18px; background: url('../../images/sub/sub_tit02.jpg') no-repeat 0 0/contain;}
.sub_tit2 em {color: #014aa7; font-weight: 500;}

/* sub_layout */
.sub_con {padding-bottom:60px;}

/* sub_top */
.sub_top_tit_box {background: url('../../images/sub/sub_top_bg01.jpg') no-repeat center/cover;}	
.sub_top_tit_box.bg2 {background-image: url('../../images/sub/sub_top_bg02.jpg');}	
.sub_top_tit_box.bg3 {background-image: url('../../images/sub/sub_top_bg03.jpg');}	
.sub_top_tit_box .container {display: table; width: 100%; }
.sub_top_tit_box .inner_box {display: table-cell; height: 240px; padding-bottom: 20px; color: #fff; text-align:center; vertical-align: middle;}
.sub_top_tit_box .sub_top_tit1 {font-family: initial; font-size:2.933em;}
.sub_top_tit_box .sub_top_tit1:after {display: block; content:''; width: 100%; height: 17px; margin: 10px 0; background: url('../../images/sub/sub_top_line.png') no-repeat center;}
.sub_top_tit_box .sub_top_tit2 {font-size: 1.133em; font-weight: 350;}


/* bread_box */
.bread_box  {position: relative; margin-top: -32px;}
/* .bread_box:after {display: block; content:''; position: absolute; right: 0; top: 0; width: 50%; height: 100%; background: url('../../images/sub/bread_box_bg02.jpg') no-repeat 0 0/cover;} */
.bread_box .container {max-width: 1620px;z-index: 10;background: linear-gradient(to right, #03875b, #0da875);}
/* .bread_box .container:before {display: block; content:''; position: absolute; left: 0; top: 0; width: 50%; height: 100%;  background: url('../../images/sub/bread_box_bg01.jpg') no-repeat right 0/cover;} */
.breadcrumb {margin-left: 15px;}
.breadcrumb > li {display: table; position: relative; float:left; color:#5a5a5a; }
.breadcrumb > li:after {content:""; display:inline-block; position: absolute; right: 25px; top: 50%; width:15px; height:8px; margin-top: -4px; background:url('../../images/sub/bread_arr.png') no-repeat center/contain; vertical-align:middle;
-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.breadcrumb > li.on:after {-webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg);}
.breadcrumb > li > a {display: table-cell; min-width: 240px; height: 64px; padding-left: 20px; padding-right: 50px; padding-bottom: 5px; border-right: 1px solid rgba(255,255,255,0.3); color: #fff; vertical-align: middle; font-size: 1.067em; font-weight: 350;}
.breadcrumb > li > a em {position: relative;}
.breadcrumb > li > a em:after {display: inline-block; content:''; position: absolute; left: 0; bottom: -5px; width: 100%; height: 0; border-bottom: 1px solid #fff;}
.breadcrumb > li.home > a {min-width: inherit; width: 60px;  padding: 0; color: #fff; text-align: center; font-size: 16px;}
.breadcrumb > li.home:after {display: none;}
.breadcrumb > li .depth_list {display: none; position: absolute; left: 0; top: 64px; width: 100%; background: url('../../images/sub/bread_box_bg01.jpg') no-repeat -75px 0/640px 100%; border: 1px solid rgba(255,255,255,0.3);}
.breadcrumb > li.depth1 .depth_list {background: linear-gradient(to right, #03895c, #058d60)}
.breadcrumb > li.depth2 .depth_list {background: linear-gradient(to right, #058d60, #079264)}
.breadcrumb > li .depth_list li {display: table; width: 100%; border-bottom: 1px dashed rgba(255,255,255,0.3);}
.breadcrumb > li .depth_list li:last-child {border-bottom: 0;}
.breadcrumb > li .depth_list li a {display: table-cell; height: 50px; padding-left: 20px; color: #fff; font-size: 0.867em; vertical-align: middle;}
.breadcrumb > li.depth2 > a {font-weight: 500;}
.breadcrumb > li > a:focus{outline: 2px solid red;}


.bread_box .btn_list {position: absolute; right: 30px; top: 50%; margin-top: -18px;}
.bread_box .btn_list > li {position: relative; float: left;}
.bread_box .btn_list a:focus{outline: 2px solid red;}
.bread_box .btn_list > li.print {padding-right: 17px; margin-top: 9px; margin-right: 11px; border-right: 1px solid rgba(255,255,255,0.5);}
.bread_box .btn_list > li.sns {margin-left: 6px;}
.bread_box .btn_list > li.sns a {display: inline-block; width: 36px; height: 36px; line-height: 32px; border: 1px solid rgba(255,255,255,0.55); border-radius: 50%; text-align: center;}
.bread_box .btn_list > li.sns a img {vertical-align: middle; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.bread_box .btn_list > li.sns a:hover img {-webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2);}

.sub_con_tit {margin: 45px 0;}
.sub_con_tit .title {font-size: 2.4em; font-weight: 700; text-align: center;}

.picto_list {overflow: hidden;}
.picto_list > li {float: left; margin: 2px 0; margin-right: 5px; overflow: hidden;}
.picto_list > li:last-child {margin-right: 0;}
/* .picto_list > li img {max-width: 51px; max-height: 51px;} */

.vacationland_wrap .sub_each {position: relative;}
.vacationland_wrap .view_top {display: table; width: 100%; table-layout: fixed; margin-bottom: 30px; padding-top: 30px; border-top: 2px solid #4463b0;}
.vacationland_wrap .view_top .txt_box {display: table-cell; vertical-align: top; padding-right: 2%;}
.vacationland_wrap .view_top .txt_box .tit {margin-bottom: 25px; font-size: 2.667em;}
.vacationland_wrap .view_top .txt_box .txt {margin-bottom: 50px;}
.vacationland_wrap .view_top .txt_box .txt dt {display: inline-block; padding: 0 5px; height: 20px; line-height: 20px; margin-right: 3px; background-color: #4463b0; color: #fff; font-weight: 350; vertical-align: top;}
.vacationland_wrap .view_top .txt_box .txt dd {display: inline-block; color: #868686; font-size: 1.067em; font-weight: 350; vertical-align: top;}
.vacationland_wrap .view_top .txt_box .txt dd:after {display: inline-block; content: 'I'; margin: 0 12px; color: #d4d4d4; font-size: 1.067em; vertical-align: top;}
.vacationland_wrap .view_top .txt_box .txt dd:last-child:after {display: none;}
.vacationland_wrap .view_top .txt_box .info_list > li {position: relative; min-height: 34px; padding-left: 165px; padding-top: 5px; margin-bottom: 10px; font-size: 1.067em; font-weight: 350;}
.vacationland_wrap .view_top .txt_box .info_list > li:last-child {margin-bottom: 0;}
.vacationland_wrap .view_top .txt_box .info_list > li em {position: absolute; left: 0; top: 0; color: #4463b0; font-weight: 500;}
.vacationland_wrap .view_top .txt_box .info_list > li em img {margin-right: 12px; vertical-align: middle;}
.vacationland_wrap .view_top .txt_box .info_list > li.audio em{top: 4px;}
.vacationland_wrap .view_top .txt_box .info_list > li.audio audio{width:100%;height: 35px;}
.vacationland_wrap .view_top .txt_box .info_list .audioTxt{height: 150px;overflow-y: scroll;font-size: 0.933em;border: 1px solid #f0f0f0;color:#666;padding: 10px;margin: 20px 0 0;}
.vacationland_wrap .view_top .img_box {display: table-cell; width: 550px;}
.vacationland_wrap .view_top .img_box .inner_box {background: url('../../images/sub/historical_view_img01.jpg') no-repeat center/cover;}
.vacationland_wrap .view_top .img_box img {opacity: 0; width: 100%;}
.vacationland_wrap .board_write {border: 1px solid #cbd5f0;}
.vacationland_wrap .board_write th {padding: 20px; text-align: center;}
.vacationland_wrap .board_write td {padding: 20px; padding-left: 2.2%;}
.vacationland_wrap .view_con {padding: 2.3%; margin-top: 30px; border-top: 2px solid #4463b0; border-bottom: 1px solid #d2d2d2; font-size: 1.067em;}
.vacationland_wrap .view_con .inner_box {min-height: 100px; max-height: 100px; overflow: hidden; }
.vacationland_wrap .view_con.open .inner_box {max-height: inherit}
.vacationland_wrap .more_btn {position: absolute; left: 50%; bottom: -22px; width: 58px; height: 22px; margin-left: -29px; line-height: 22px; background-color: #4463b0; color: #fff; font-size: 12px; font-weight: 350; text-align: center; border-radius: 0 0 4px 4px;}
.vacationland_wrap .view_map {border: 1px solid #d2d2d2; text-align: center;}
.vacationland_wrap .sub_tit2 {overflow: hidden; padding-top: 5px; padding-bottom: 5px; padding-right: 145px; }
.vacationland_wrap .sub_tit2:before {top: 8px;}
.vacationland_wrap .sub_tit2:after {display: inline-block; content:''; position: absolute; left: 23px; bottom: 15px; width: 100%; height: 0; border-bottom: 1px dashed #3cc0e7;}
.vacationland_wrap .sub_tit2 em {position: relative; z-index: 1; padding-right: 15px; background-color: #fff;}
.vacationland_wrap .sub_tit2 .view_btn {position: absolute; right: 0; bottom: 0; z-index: 1; width: 145px; padding: 2px; background: url('../../images/sub/gradation_bg.jpg') repeat-y 0 0/100%; border-radius: 20px;}
.vacationland_wrap .sub_tit2 .view_btn span {display: block; height: 28px; line-height: 28px; background-color: #fff; color: #014aa7; border-radius: 20px; text-align: center; font-size: 15px;}
.vacationland_wrap .sub_tit2 .view_btn span:after {display: inline-block; content:''; width: 20px; height: 8px; margin-left: 7px; margin-top: -6px; background: url('../../images/sub/btn_arr.png') no-repeat 0 0/contain; vertical-align: middle;}
.vacationland_wrap .img_list {overflow: hidden;}
.vacationland_wrap .img_list > a {position: relative; width: 23.5%; padding-bottom: 17.155%; float: left; margin-right: 2%; margin-bottom: 2%; background-color: #eee; border: 1px solid #dcdcdc; text-align: center; cursor: pointer;}
.vacationland_wrap .img_list > a .inner_box {position: absolute; left: 0; top: 0; width: 100%; height: 100%; font-size: 0; overflow: hidden;}
.vacationland_wrap .img_list > a .inner_box:after {display: inline-block; content:''; width: 0; height: 100%; vertical-align: middle;}
.vacationland_wrap .img_list > a img {vertical-align: middle; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.vacationland_wrap .img_list > a:hover img {-webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2);}
.vacationland_wrap .img_list > a:nth-child(4n) {margin-right: 0;}
.vacationland_wrap .t1 {font-size: 1.067em; font-weight: 350;}
.vacationland_wrap .board_write .picto_list > li {margin-right: 18px;}
.vacationland_wrap .board_write .picto_list > li:last-child {margin-right: 0;}
.vacationland_wrap .board_write .picto_list > li > img{max-width: 55px;}
.vacationland_wrap .obstacle_list {overflow: hidden;}
.vacationland_wrap .obstacle_list > li {float: left; margin-right: 30px;}
.vacationland_wrap .obstacle_list > li:last-child {margin-right: 0;}
.vacationland_wrap .obstacle_list > li p {margin-top: 5px; text-align: center;}

.layer_popup_wrap {position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 9999; background-color: rgba(0,0,0,0.5); overflow-y: auto;}
.layer_popup_wrap .container {height: 100%; text-align: center; font-size: 0;}
.layer_popup_wrap .layer_popup {display: inline-block; position: relative; width: 100%; max-width: 1200px; margin: 30px auto; background-color: #fff; font-size: 15px; text-align: left; vertical-align: middle;}
.layer_popup_wrap .layer_popup .layer_popup_tit {position: relative; padding: 22px 0; padding-left: 110px; padding-right: 100px; background: url('../../images/sub/gradation_bg02.jpg') repeat-y 0 0/100%; color: #fff; font-size: 1.867em; font-weight: 500; -ms-word-break: keep-all; word-break: keep-all;}
.layer_popup_wrap .layer_popup .layer_popup_tit:before {display: inline-block; content:''; position: absolute; left: 50px; top: 18px; width: 48px; height: 47px; background: url('../../images/sub/layer_popup_tit.png') no-repeat 0 0/contain;}
.layer_popup_wrap .layer_popup .layer_close_btn {position: absolute; right: 50px; top: 24px;}
.layer_popup_wrap .layer_popup .layer_popup_con {max-height: 830px; overflow-y: auto;}
.layer_popup_con .survey_list > li {display: table; width: 100%; table-layout: fixed; padding: 4%; border-bottom: 1px solid #dadada;}
.layer_popup_con .survey_list > li .img_box {display: table-cell; width: 230px; vertical-align: top;}
.layer_popup_con .survey_list > li .img_box .inner_box {border: 1px solid #bababa;}
.layer_popup_con .survey_list > li .txt_box {display: table-cell; padding-left: 3.6%; vertical-align: top;}
.layer_popup_con .survey_list > li .txt_box .t1 {margin-bottom: 20px; color: #014aa7; font-size: 1.267em; font-weight: 500;}
.layer_popup_con .survey_list > li .txt_box .abs_bull_list > li {margin-bottom: 25px; padding-left: 35px; font-size: 1.133em; font-weight: 350;}
.layer_popup_con .survey_list > li .txt_box .abs_bull_list > li .bull {width: 22px; height: 22px; line-height: 22px; background-color: #6ac7e7; color: #fff; font-size: 14px; font-weight: 500; text-align: center; border-radius: 3px;}
.layer_popup_con .survey_list > li .txt_box .abs_bull_list > li .radio_box {margin-top: 10px; color: #7d7d7d; font-size: 0.941em;}
.layer_popup_con .survey_list > li .txt_box .abs_bull_list > li .radio_each .vradio {top: 4px; width: 16px; height: 16px;}
.layer_popup_con.img {padding: 4%;}
.layer_popup_con .img_list.owl-carousel {max-width: 900px; margin: 0 auto;}
.layer_popup_con .img_list.owl-carousel li {position: relative; padding-bottom: 72%; background-color: #eee;}
.layer_popup_con .img_list.owl-carousel li .inner_box {position: absolute; left: 0; top: 0; width: 100%; height: 100%; font-size: 0; text-align: center;}
.layer_popup_con .img_list.owl-carousel li .inner_box:after {display: inline-block; content:''; width: 0; height: 100%; vertical-align: middle;}
.layer_popup_con .img_list.owl-carousel li .inner_box img {display: inline-block; width: auto; vertical-align: middle;}
.layer_popup_con .img_list.owl-theme .owl-nav {margin-top: 0;}
.layer_popup_con .img_list.owl-theme .owl-nav [class*=owl-] {position: absolute; top: 50%; width: 24px; height: 44px; margin: 0; margin-top: -44px;}
.layer_popup_con .img_list.owl-theme .owl-nav [class*=owl-] span {display: none;}
.layer_popup_con .img_list.owl-theme .owl-nav .owl-prev {left: -8%; background: #fff url('../../images/sub/img_slider_prev.jpg') no-repeat center;}
.layer_popup_con .img_list.owl-theme .owl-nav .owl-next {right: -8%; background: #fff url('../../images/sub/img_slider_next.jpg') no-repeat center;}
.layer_popup_con .img_list.owl-theme .owl-dots .owl-dot {margin-top: 30px;}
.layer_popup_con .img_list.owl-theme .owl-dots .owl-dot span {width: 13px; height: 13px; background-color: #d4d4d4;}
.layer_popup_con .img_list.owl-theme .owl-dots .owl-dot.active span, .layer_popup_con .img_list.owl-theme .owl-dots .owl-dot:hover span {background-color: #00b5e5;}

.info_wrap .row_tit {font-size: 2.667em; font-weight: 500;}
.info_wrap .container {max-width: 1200px;}
.info_wrap b {font-weight: 500;}
.info_wrap .row1 {height: 570px; margin-top: -32px; background: url('../../images/sub/info_bg01.jpg') no-repeat center/cover; text-align: center;}
.info_wrap .row1 .container {height: 100%;}
.info_wrap .row1 .row_tit {position: absolute; left: 0; top: 100px; width: 100%;}
.info_wrap .row1 .row_tit em {position: relative;}
.info_wrap .row1 .row_tit em:before {display: inline-block; content:''; position: absolute; left: 50%; top: 0; width: 5px; height: 5px; margin-left: -2.5px; background-color: #434343; border-radius: 50%;}
.info_wrap .row1 .txt {position: absolute; left: 0; bottom: 70px; width: 100%; line-height: 1.5em; font-size: 1.133em; font-weight: 350;}
.info_wrap .row1 .txt em {color: #3d5b98; font-weight: 500;}
.info_wrap .row2 {padding: 50px 0;}
.info_wrap .row2 .t1 {margin-bottom: 30px; line-height: 1.5em; font-size: 1.267em; font-weight: 350; text-align: center;}
.info_wrap .row2 .t1 span {display: block; font-size: 1.211em;}
.info_wrap .row2 .t1 span b {font-weight: 700;}
.info_wrap .row2 .t1 span b em {color: #ff6060;}
.info_wrap .row2 .chart {overflow: hidden;}
.info_wrap .row2 .chart dt {float: left; width: 48%; text-align: center;}
.info_wrap .row2 .chart dd {position: relative; float: right; width: 48%; padding-top: 20px;}
.info_wrap .row2 .chart dd .inner {display: inline-block; position: relative; padding: 35px 20px; border: 1px solid #dcdcdc; border-radius: 10px;}
.info_wrap .row2 .chart dd .tit {position: absolute; left: 50%; top: -16px; width: 200px; padding: 5px; margin-left: -100px; background-color: #3f4c7a; color: #fff; font-size: 1.133em; font-weight: 500; border-radius: 30px; text-align: center;}
.info_wrap .row2 .chart dd .list > li {position: relative; padding: 4px 0; padding-left: 40px; margin-bottom: 5px; font-size: 1.133em; font-weight: 350;}
.info_wrap .row2 .chart dd .list > li:last-child {margin-bottom: 0;}
.info_wrap .row2 .chart dd .list > li em {position: absolute; left: 0; top: 0;}
.info_wrap .row2 .chart dd .txt {margin-top: 25px; font-weight: 350;}
.info_wrap .row2 .chart dd .txt em {color: #9a9a9a;}
.info_wrap .row3 {padding: 65px 0; background-color: #f4f4f4;}
.info_wrap .row3 .img_list > li {display: table;position: relative; width: 100%; padding-left: 50%; margin-bottom: 40px;}
.info_wrap .row3 .img_list > li:last-child {margin-bottom: 0;}
.info_wrap .row3 .img_list > li .img_box {position: absolute; left: 0; top: 50%; max-width: 50%; padding-left: 10px; 
-webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%);}
.info_wrap .row3 .img_list > li .img_box:after {display: inline-block; content:''; position: absolute; left: 0; top: 10px; right: 10px; height: 100%; background-color: #d2d2d2;}
.info_wrap .row3 .img_list > li .img_box img {position: relative; z-index: 1;}
.info_wrap .row3 .img_list > li .txt_box {display: table-cell; height: 310px; padding-left: 40px; vertical-align: middle;}
.info_wrap .row3 .img_list > li:nth-child(even) {padding-left: 0; padding-right: 50%;}
.info_wrap .row3 .img_list > li:nth-child(even) .img_box {left: auto; right: 0; padding-left: 0; padding-right: 10px; text-align: right;}
.info_wrap .row3 .img_list > li:nth-child(even) .img_box:after {left: 10px; right: 0;}
.info_wrap .row3 .img_list > li:nth-child(even) .txt_box {padding-left: 0; padding-right: 40px; text-align: right;}
.info_wrap .row3 .img_list > li .txt_box .num {margin-bottom: 20px; color: #acd0e3; font-size: 2.667em; font-weight: 900;}
.info_wrap .row3 .img_list > li .txt_box .txt {line-height: 1.5em; font-size: 1.33em; font-weight: 350;}
.info_wrap .row4 {padding: 60px 0;} /*200908 ��젣*/
.info_wrap .row4 .con {margin-bottom: 40px;}
.info_wrap .row4 .con:last-child {margin-bottom: 0;}
.info_wrap .row4 .row_tit {margin-bottom: 40px; text-align: center;}
.info_wrap .row4 .business_list > li {position: relative; float: left; width: 20%; height: 140px; padding: 25px 10px 0; border: 6px solid #7ecef4; text-align: center; border-radius: 70px;}
.info_wrap .row4 .business_list > li:after {display: block; content:''; position: absolute; right: -23px; top: 50%; width: 34px; height: 34px; margin-top: -23px; background: #7ecef4 url('../../images/sub/info_arr.png') no-repeat center; z-index: 1; border-radius: 50%;}
.info_wrap .row4 .business_list > li:nth-child(even) {border-color: #5c89d4;}
.info_wrap .row4 .business_list > li:nth-child(even):after {background-color: #5c89d4;}
.info_wrap .row4 .business_list > li:last-child:after {display: none;}
.info_wrap .row4 .business_list > li .tit {margin-bottom: 10px; font-size: 1.33em; font-weight: 500;}
.info_wrap .row4 .business_list > li .txt {font-size: 1.067em; font-weight: 350;}
.info_wrap .row4 .bar_list > li {line-height: 1.5em; margin-bottom: 7px; background-position: 0 13px; font-size: 1.067em; font-weight: 350;}
.info_wrap .row4 .bar_list > li em {color: #ff5f5f;}
.info_wrap .row4 .bar_txt {margin-bottom: 7px; background-position: 0 10px; font-size: 1.067em; font-weight: 350;}
.info_wrap .row4 .t1 {margin-bottom: 25px; font-size: 1.067em; font-weight: 350;}
.info_wrap .row4 .img_list {margin-top: 10px;}
.info_wrap .row4 .img_list > li {float: left; width: 32%; margin-right: 2%; text-align: center;}
.info_wrap .row4 .img_list > li:last-child {margin-right: 0;}
.info_wrap .row4 .img_list > li  p {margin-top: 5px; font-size: 15px;}

.info-wrap{}
.info-wrap .info-item-gray{background:#f4f4f4;}
.info-wrap .info-container{max-width: 1200px; margin: 0 auto; padding: 70px 0; margin:0 auto;}
.info-wrap .info-container.type1{padding: 0 0 0;}
.info-wrap .info-container .info-title{padding:68px 0 0;text-align: center; font-size: 36px; font-weight: 700; color:#333; letter-spacing: 0; line-height: 1; padding-bottom: 30px;}
.info-wrap .info-container .info-txt{text-align: center;padding-bottom: 60px;}
.info-wrap .info-container .info-txt > p{font-size: 24px; letter-spacing: 0; color:#333; line-height: 1; padding-bottom:15px;font-weight: 700;}
.info-wrap .info-container .info-txt > .info-in-txt{display: inline-block; font-size: 20px; letter-spacing: 0; color:#333;font-weight: 500;}
.info-wrap .info-container .info-txt > .info-in-txt .info-txt-color{color:#ff6060;font-weight: 700;}


/* 202212 �뚯씠釉� �ㅽ��� 蹂�寃� */
.info-wrap .info-container table{border-bottom:0; margin: 15px 0 45px; border-collapse: collapse; width: 100%;}
.info-wrap .info-container table caption{text-indent: initial; width: 100%; height: auto; text-align:center; font-size: 24px; letter-spacing: 0; line-height: 1; color:#3464b7; padding-bottom: 15px;font-weight: 700;}
.info-wrap .info-container table th{padding: 15px 30px; box-sizing:border-box; vertical-align: middle; text-align: center; font-size: 22px;font-weight: 500; color:#fff; letter-spacing: 0; border-bottom:2px solid #c3d9ff; background:#3464b7; border-left:2px solid #80a2dd}
.info-wrap .info-container table th:first-child{border-left:2px solid #3464b7;}
.info-wrap .info-container table th:last-child{border-right:2px solid #3464b7;}
.info-wrap .info-container table td{text-align: center; font-size: 20px;font-weight: 500; word-break: keep-all; color:#333; letter-spacing: 0; border-bottom:2px solid #c3d9ff; border-left:2px solid #c3d9ff; padding: 15px 30px; text-align:left;}
.info-wrap .info-container table tbody tr td:first-child, .info-wrap .info-container table tfoot tr td:first-child{background-color: #ebf3ff;}
.info-wrap .info-container table tfoot tr td:first-child{padding-left: 37px;}
.info-wrap .info-container table tbody td, .info-wrap .info-container table tfoot td{border-right:2px solid #c3d9ff; }
.info-wrap .info-container table tbody td ul.tb_list li{position: relative;padding: 0 0 0 15px;}
.info-wrap .info-container table tbody td ul.tb_list li:before{display: inline-block;content: '';position: absolute;width: 5px;height: 1px;top: 13px;left: 0;background: #333;}
.info-wrap .info-container table.bftable tfoot td{color:#6b8fc4;}
.info-wrap .info-container table.push_table tbody tr td:first-child{text-align: center;}
.info-wrap .info-container table.push_table tbody tr{height: 230px;}
.info-wrap .info-container table.push_table tbody tr td:nth-child(2){padding: 10px 20px;}
.info-wrap .info-container table.push_table tbody tr td:nth-child(2) img{height: auto;}

.info-wrap .info-container .info-graphe-wrap{position: relative;}
.info-wrap .info-container .info-graphe-wrap .info-graphe-title{position: absolute; top:-16px; left:50%; transform:translateX(-50%); width: 300px; height: 32px; line-height: 32px; border-radius:16px; background:#3f4c7a; font-size: 17px; font-weight: bold; color:#fff; letter-spacing: 0; text-align: center;}
.info-wrap .info-container .info-graphe-wrap .info-graphe-title > span{display: inline-block; font-size: 12px; vertical-align: top; transform: translateY(-5px); margin-left: 4px;}
.info-wrap .info-container .info-graphe-wrap .info-graphe-box{overflow: hidden; border: 1px solid #c3d9ff; padding: 10px 0;}
.info-wrap .info-container .info-graphe-wrap .info-graphe-box .info-graphe-left{float:left; width: 50%; text-align: center; font-size: 0; box-sizing:border-box;}
.info-wrap .info-container .info-graphe-wrap .info-graphe-box .info-graphe-left > img{max-width:100%;}
.info-wrap .info-container .info-graphe-wrap .info-graphe-box .info-graphe-right{float:left; width: 50%; text-align: center; font-size: 0; box-sizing:border-box; position: relative;}
.info-wrap .info-container .info-graphe-wrap .info-graphe-box .info-graphe-right > img{max-width:100%;}
.info-wrap .info-container .info-graphe-wrap .info-graphe-box .info-graphe-right::before{content: ''; display: inline-block; width: 1px; height: 90%; background-color: #c3d9ff; position: absolute; left: 0; top:50%; transform: translateY(-50%);}
.info-wrap .info-container .info-graphe-wrap .info-graphe-txt{font-size: 14px; line-height: 1; color:#868686; padding-top: 10px;}


.info-wrap .info-container .tit_btn{position: relative;}
.info-wrap .info-container .tit_btn select{position:absolute;right:0;top:0;padding:0 13px;border:1px solid #e0e0e0;height:40px;font-size:16px;font-weight: 500;color:#333;}
.info-wrap .info-container .info-title2{text-align: center; font-size: 36px; font-weight: 700; line-height: 1; color:#333;padding-bottom: 50px;}
.info-wrap .info-container .info-push-item{margin-bottom: 50px;}
.info-wrap .info-container .info-push-item:last-child{margin-bottom: 0;}
.info-wrap .info-container .info-push-item .info-push-title{position: relative; padding-left: 30px;font-size: 30px; font-weight: 700; line-height: 1; color:#333; margin-bottom: 25px;}
.info-wrap .info-container .info-push-item .info-push-title:before{display: block;content:''; position: absolute; left: 0; top:50%; transform:translateY(-50%); width: 18px; height: 18px;  background: url(../../images/sub/sub_tit01.jpg) no-repeat 0 0; background-size: contain;}
/*.info-wrap .info-container .info-push-item .info-push-stitle{position: relative; display: block;padding-left: 15px; font-size: 22px; font-weight: 700; line-height: 1; color:#3464b7; margin-bottom: 14px;}*/
.info-wrap .info-container .info-push-item .info-push-stitle{position: relative; display: block;padding-left: 15px; font-size: 22px; font-weight: 700; line-height: 1; color:#3464b7; margin-bottom: 14px;margin-top:30px;}
.info-wrap .info-container .info-push-item .info-push-stitle:before{display: block;content:''; position: absolute; top:2px; left:0; width: 11px; height: 18px; background: url(../../images/sub/sub_tit02.jpg) no-repeat 0 0/contain;}
.info-wrap .info-container .info-push-item .info-push-stitle .stitle-inner{display: inline-block; font-size: 22px; color:#333;font-weight: 400;}

.info-wrap .info-container .info-push-item .info-push-conbox{padding:30px;}
.info-wrap .info-container .info-push-item .info-push-conbox .push-contitle{display: block; font-size: 17px; font-weight: bold; color:#333; margin-bottom: 20px; line-height: 1; }
.info-wrap .info-container .info-push-item .info-push-conbox .push-contxt{font-size: 16px; line-height: 22px; color:#333; padding-bottom: 15px; }
.info-wrap .info-container .info-push-item .info-push-conbox .push-contxt2{position: relative; padding-left: 20px; font-size: 16px; line-height: 22px; color:#333; margin-bottom: 15px;}
.info-wrap .info-container .info-push-item .info-push-conbox .push-contxt2:before{display: block;content:'��'; position: absolute; top:0; left:0; width: 15px; height: 8px;  font-size: 16px;line-height: 22px; color:#333;}
.info-wrap .info-container .info-push-item .info-push-conbox .push-contxt3{position: relative; font-size: 16px; line-height: 22px; color:#868686; padding-left: 17px; margin-left: 20px;}
.info-wrap .info-container .info-push-item .info-push-conbox .push-contxt3:before{display: block; content:'��'; position: absolute; top:0; left:0; font-size: 16px; line-height: 22px; color:#868686; }
.info-wrap .info-container .info-push-item .info-push-list-box{}
.info-wrap .info-container .info-push-item .info-push-list-box.info-push-list-box_type02{margin-bottom: 30px;}
.info-wrap .info-container .info-push-item .info-push-list-box > li{position: relative; font-size: 16px; line-height: 31px; color:#333; padding-left: 12px;}
.info-wrap .info-container .info-push-item .info-push-list-box > li:before{display: block;content:'-'; position: absolute; top:0; left:0; line-height: 31px; color:#333;}


/* �뚭컻 異붽� */
.info-wrap .info-container .info_top{padding:80px 0 0 108px;border-bottom:1px solid #ccddf0;background: url('../../images/sub/info_top_bg.gif') 100% 0 no-repeat;}
.info-wrap .info-container .info_top span{display:block;font-size: 40px;letter-spacing: -2px;color:#134aa9;line-height:44px;}
.info-wrap .info-container .info_top span strong{font-weight: 700;}
.info-wrap .info-container .info_top p{padding:22px 0 130px;font-size:20px;line-height: 28px;}
.info-wrap .info-container .info_create ul{overflow: hidden;margin-left:-19px;}
.info-wrap .info-container .info_create ul li{padding:0 0 0 19px;float:left;}
.info-wrap .info-container .mo{display:none;}
.info-wrap .info-container .push_list li{position: relative;font-size: 20px;line-height: 25px;color: #333;padding:0 0 0 20px; margin-bottom: 5px;}
.info-wrap .info-container .push_list li:first-child{padding:0 0 0 20px;}
.info-wrap .info-container .push_list li:before{display: inline-block;content: '';position: absolute;width:5px;height:1px;top: 13px;left: 0;background: #333;}
.info-wrap .info-container .push_list li strong{display:block;padding:0 0 10px;font-weight: 500;font-size:22px}
.info-wrap .info-container .info-push-item .stit_tit{padding:0 0 15px;font-size:20px;}
.info-wrap .info-container .push_list li p{padding:0 0 5px;}
.info-wrap .info-container .push_list li p + p{padding:0 0 13px;}

/* 202212 �쏀넗洹몃옩 蹂�寃� */
.info-wrap .info-container .pictowrap{text-align: center; margin: 15px 0 60px; }
.info-wrap .info-container .pictowrap .pictotit{display: block; font-size: 24px; letter-spacing: 0; line-height: 1; color:#3464b7; padding-bottom: 20px;font-weight: 700;}
.info-wrap .info-container .pictowrap .pictogram{display: flex; flex-wrap: wrap; align-items: center; border: 1px solid #ebf3ff;}
.info-wrap .info-container .pictowrap .pictogram li{width: calc(100% / 6); padding: 20px 0 18px; border: 1px solid #ebf3ff;}
.info-wrap .info-container .pictowrap .pictogram li img{width: 70px;}
.info-wrap .info-container .pictowrap .pictogram li span{display: block; font-size: 20px; color: #333; font-weight: 500; padding: 10px 0 0 0;}


/* 援먯쑁�덈궡 */
.education_video{text-align: center;}
.info-container .education_video .info-title{padding: 0 0 22px;font-weight: 500;font-size:40px;}
.info-container .education_video .info-title strong{font-weight: 700;}
.education_video p{padding:0 0 35px;font-size:20px;line-height: 28px;}
.education_video iframe{width:100%;height:430px;max-width:800px;}
.education_video .video{max-width:800px;margin:0 auto;border:10px solid #cc7d8d;}
.education_video span{padding:15px 0 0;display:block;font-size: 18px;}
.education_barrierfree{background:#ebf3ff;text-align: center;overflow: hidden;}
.education_barrierfree .inr{max-width: 1200px;margin: 0 auto;}
.education_barrierfree h3{padding: 68px 0 47px;font-size: 36px;font-weight: 700;color: #333;letter-spacing: 0;line-height: 1;}
.education_barrierfree ul li{float:left;width:387px;margin-left:19px;height:458px;background:#fff;text-align: left;}
.education_barrierfree ul li:first-child{margin-left:0;}
.education_barrierfree ul li span{display:block;}
.education_barrierfree ul li span img{max-width: 100%;}
.education_barrierfree ul li strong{padding:30px 30px 16px;display:block;font-size:26px;font-weight: 700;color:#3464b7;}
.education_barrierfree ul li p{padding:0 30px 0;font-size:18px;font-weight: 500;line-height: 27px; word-break: keep-all;}
.education_barrierfree ul li p + p{padding-top: 20px;}
.education_barrierfree .mo{display:none;}
.education_barrierfree a{display:inline-block;width:400px;height:80px;line-height:80px;border-radius: 50px;color:#fff;background:#3464b7;font-size:20px;font-weight: 500;}
.education_barrierfree .btn{padding:25px 0 70px;overflow: hidden;clear: both;}
/*.education_barrierfree a:after{content:'';display:inline-block;width:8px;height:13px;margin-left:12px;background: url('../../images/sub/btn_education_barrierfree.gif') 100% 0 no-repeat;}*/
.improvement_education .mo{display:none;}
.improvement_education .img{padding:0 0 55px;}
.improvement_education .push_list{padding:0 0 53px;}
.info-container .improvement_education .info-table-head{width:auto !important;}
.info-container .improvement_education .info-table-head.thw1{width:115px !important;}
.info-container .improvement_education .info-table-head.thw2{width:330px !important;}
.info-container .improvement_education .info-table-tbody, .info-container .improvement_education .info-table-body{width:auto !important;text-align: center !important;}
.info-container .improvement_education .info-table-tbody.tdw1{width:115px !important;}
.info-container .improvement_education .info-table-body.tdw2{width:330px !important;}
.improvement_education .info-table-wrap .tb_list{text-align: left;padding:20px 0;}
.improvement_education .info-table-wrap .tb_list li{position: relative;padding:0 0 0 12px;}
.improvement_education .info-table-wrap .tb_list li:before{content:'';display:inline-block;width:4px;height:4px;background:#333;border-radius: 100%;position:absolute;left:0;top:10px;}
.improvement_education .btn{text-align: center;}
.improvement_education .btn a{display:inline-block;width:320px;height:80px;line-height:80px;border-radius: 50px;color:#fff;background:#3464b7;font-size:20px;font-weight: 500;}
.improvement_education .btn a:after{content:'';display:inline-block;width:8px;height:13px;margin-left:12px;background: url('../../images/sub/btn_education_barrierfree.gif') 100% 0 no-repeat;}
.info-wrap .info-container .improvement_education .info-push-item{margin-bottom: 0;}
.info-wrap .info-container .improvement_education .info-push-item .info-table-wrap{margin-bottom:25px;}
.btn a:focus{outline: 2px solid red;}

