@charset "utf-8";


/*container*/
.top_visual {
    display: inline-block;
    width: 100%;
    height: 150px;
    text-align: center;
    color: #fff;
    font-family: 'Iropke Batang', serif;
    background-repeat: repeat-x;
    background-position: 50% 50%;
    background-size: cover;
}
.s_inner {
	max-width: 1320px;
	margin: 0 auto;
}
.top_visual h2 {
	margin-top: 45px;
	margin-bottom: 20px;
	font-size: 50px;
	font-weight: bold;
	line-height: 50px;
}
.top_visual p {
	font-size: 16px;
	line-height: 22px;
}
.tob_bg01 {
	background-image: url(../images/user/top_bg01.jpg) ;
}
.tob_bg02 {
	background-image: url(../images/user/top_bg02.jpg) ;
}
.tob_bg03 {
	background-image: url(../images/user/top_bg03.jpg) ;
}
.tob_bg04 {
	background-image: url(../images/user/top_bg04.jpg) ;
}
.tob_bg05 {
	background-image: url(../images/user/top_bg05.jpg) ;
}
.s_nav_wrap {
	height: 50px;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	background: #fff;
}
.s_nav {
	display: inline-block;
	width: 100%;
	position: relative;
}
.s_nav > li {
	position: relative;
	display: inline-block;
	float: left;
	min-width: 15%;
	height: 50px;
	padding: 0 20px;
	line-height: 50px;
	border-right: 1px solid #cacaca;
	box-sizing: border-box;
}
.depth.my-menu {
	position: absolute;
	right: 0;
}

.s_nav > li:first-child {
	border-left: 1px solid #cacaca
}

.s_nav > li > a {
	font-size: 16px;
	font-weight: bold;
}
.s_nav > .home {
	width: 52px;
	min-width: auto;
	padding: 0 10px;
}
.s_nav > .home > a {
	display: block;
	text-indent: -9999px;
	background: url(../images/user/home.png) no-repeat 50% 50%;
}
.s_nav > .depth > a {
	display: block;
	background: url(../images/user/down_arrow.png) no-repeat right center;
	background-size: 11px auto;
}
.depth_box {
	display: block;
	position: absolute;
	top: 51px;
	left: -1px;
	width: 100%;
	border: 1px solid #cacaca;
	border-top: none;
	background: #fff;
	z-index: 1;
}
.depth_box > li {
	padding: 0 20px;
	border-top: 1px solid #cacaca;
	height: 45px;
	line-height: 45px;
}
.depth_box > li:first-child {
	border-top: none;
}
.depth_box > li > a {
	display: block;
	font-size: 15px;
}
.depth_box > li > a:hover {
	font-weight: bold;
}

.s_content{
	max-width: 1320px;
	margin: 0 auto;
	padding: 60px 20px 100px 20px;
}
.s_content h3 {
	margin-bottom: 50px;
	font-size: 34px;
	text-align: center;
	line-height: 34px;
	font-weight: bold;
}
.s_con_box {
	width: 100%;
	height: auto;
	padding: 70px 0;
	border-top: 2px solid #44537a;
	border-bottom: 2px solid #44537a;
	text-align: center;
}
.tour_intro img {
	width: 100%;
	max-width: 980px;
}
.tour_wrap{
	margin-top: 50px;
}
.p_tit {
	font-size: 28px;
	margin-bottom: 15px;
	line-height: 38px;
}
.p_st {
	margin-bottom: 50px;
	font-size: 20px;
	line-height: 38px;
}
.p_txt {
	margin-top: 70px;
	font-size: 30px;
	line-height: 40px;
	color: #44537a;
}
.intro_list {
	display: inline-block;
	width: 100%;
	padding: 0 20%;
	box-sizing: border-box;
}
.intro_list li {
	display: inline-block;
	width: 33.33333%;
	padding: 0 5px;
	color: #44537a;
	float: left;
	box-sizing: border-box;
}
.intro_list li img {
	width: 100%;
	max-width: 218px;
}
.intro_list li p {
	margin-top: 20px;
	font-size: 22px;
}
.paragraph_t {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
}
.paragraph_s{
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
}

.history_box {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.history_tit {
	margin-bottom: 15px;
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
	color: #305bb3;
	text-align: left;
}
.comm_tb {
    width: 100%;
    box-sizing: border-box;
    border-top: 3px solid #4a4a4a;
    border-right: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    font-size: 16px;
    line-height: 30px;
}
.comm_tb.history th {
  width: 20%;	
  padding: 13px 10px;
  border-bottom: 1px solid #d0d0d0;
  text-align: center;
  vertical-align: middle;
}
.comm_tb.history td {
  width: 80%;
  padding: 13px 10px;
  border-left: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  vertical-align: middle;
}
.comm_tb.history td ul li {
  padding-left: 15px;
}
.tour_tb thead th {
  height: 50px;
  background: #f5f5f5;
  border-bottom: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  text-align: center;
}
.tour_tb thead th:first-child {
  border-left: none;
}
.tour_tb tbody th {
  padding: 13px 10px;
  border-bottom: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  background: #f4faff;
}
.tour_tb tbody td {
  padding: 13px 10px;
  border-left: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.tour_tb tbody th:first-child {
  border-left: none;
}
.tour_tb tbody th.bdr_left {
  border-left: 1px solid #d0d0d0;
}

.tb_border thead th {
  background: #f5f5f5;
  border-left: 1px solid #d0d0d0;
  text-align: center;
}
.tb_border thead th:first-child {
  border-left: none;
}
.tb_border th {
  padding: 13px 20px;
  border-bottom: 1px solid #d0d0d0;
  text-align: left;
}
.tb_border td {
  padding: 13px 10px;
  border-left: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  text-align: center;
}

.orga_tb {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
}
.orga_tb td {
  border-right: 1px solid #d0d0d0;
  vertical-align: baseline;
}
.orga_tb dl {
  overflow: hidden;
  display: block;
  height: auto;
}
.orga_tb dl dt {
  padding: 60px 0;
  border-top: 2px solid #4a4a4a;
  text-align: center;
  border-bottom: 1px solid #d0d0d0;
}
.orga_tb dl dt img {
	width: auto;
	height: 35px;
}
.orga_tb dl dd {
  margin-left: 25px;
  padding: 20px 0;
  font-size: 16px;
  line-height: 26px;

}
table.orga_tb dl dd em {
  display: block;
  color: #232323;
  font-weight: bold;
  font-style: normal;
}
.last_td_center td:last-child {
  text-align: center;
}
.info_btn {
	width: 100%;
	text-align: right;
	margin-bottom: 15px;
}

.info_btn > ul > li {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-left: 3px;
	background: #44537a;
	color: #fff;
	margin-bottom: 15px;
}

.info_btn > ul > li:hover, .info_btn > ul li.on {
	background: #19284f
}

.info_btn > ul > li > a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align:center;
	line-height: 50px;
	margin-bottom: 15px;
}

.tourgoinfo_wrap {
	display: inline-block;
	width: 100%;
    border-top: 2px solid #4a4a4a;
    border-bottom: 1px solid #dedede;
}
.tourgoinfo_list li {
    width: 33.333%;
    float: left;
    display: inline-block;
    padding: 20px 0;
    vertical-align: top;
    text-align: center;
}

.tourgoinfo_list li > a {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	/* height:200px; */
	height: 350px;
	padding: 0 10px;
	box-sizing: border-box;
}
.tourgoinfo_list.type02 li > a{
	height:auto;
}
.tourgoinfo_list li a img {
	width: 100%;
	height: 100%;
    object-fit: contain;
}
.tourgoinfo_list.type02 li a img{
	object-fit:cover;
}
.tourgoinfo_list.type02 li a img{
	height:350px;
}
.tourgoinfo_list.type02 li a:hover p .tour_title{
	color:#3b70c9;
}
.torugoinfo_txt {
	margin-top: 10px;
	font-size: 16px;
	line-height: 22px;
}
.torugoinfo_txt > a {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
.torugoinfo_txt span {
	display: inline-block;
	width: 100%;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.torugoinfo_txt span.torugoinfo_title{
	width:95%;
}
.torugoinfo_txt span.card_title{
	width:83%;
}
.tourgoinfo_list02 li {
	float: left;
	width: 100%;
	
	padding: 20px 0 0px 0 ;
}
.tourgoinfo_list02 li:last-child {
	padding-bottom: 20px;
}
.tourgoinfo_list02 li a {
	width: 100%;
}
.tourgoinfo_list02 li a img {
	width: 100%;
	height: auto;
}

.search_wrap {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	box-sizing: border-box;
	text-align: right;
}
.srch_number, .srch_select, .srch_input, .srch_btn  {
	display: inline-block;
	font-size: 16px;
}
.srch_number {
	float: left;
	line-height: 40px;
}
.srch_number span {
	color: #2b58aa;
	font-weight: bold;
}
.srch_select {
	width: 100px;
	height: 40px;
	margin-right: 10px;
}
.srch_select > select {
	width: 100%;
	height: 100%;
	border: 1px solid #cacaca;
	padding-left: 10px;
	font-size: 14px;
	border-radius: 5px;
}
.srch_input {
	position: relative;
	width: 250px;
	height: 40px;
	
}
.srch_input > input {
	width: 100%;
	height: 100%;
	border: 1px solid #cacaca;
	padding-left: 15px;
	font-size: 14px;
	border-radius: 5px;
}
.i_srch_btn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 19px;
	height: 20px;
	background: url(../images/user/search.png) no-repeat right center;
	background-size: auto 20px;
}
.open_btn_wrap {
	text-align: center;
}
.open_btn {
	display: inline-block;
	width: 150px;
	height: 25px;
	line-height: 25px;
	background: #e9ebec;
	font-size: 12px;
	color: #656f88;
	text-align: center;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;

}
.inquiry_wrap {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 30px 60px;
	margin-bottom: 20px;
	background: #f2f3f4;
	box-sizing: border-box;
}
.inquiry_dl {
	display: inline-block;
	float: left;
	width: 70%;
}
.inquiry_wrap dl {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 5px 0;
    vertical-align: middle;
}
.inquiry_wrap dt {
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding-left: 30px;
    font-size: 15px;
    font-weight: bold;
    line-height: 39px;
}
.inquiry_wrap .area {
	background: url(../images/user/inquiry_icon.png) no-repeat left top 9px;
}
.inquiry_wrap .group {
	background: url(../images/user/inquiry_icon.png) no-repeat left top -87px;
}
.inquiry_wrap .name {
	background: url(../images/user/inquiry_icon.png) no-repeat left top -189px;
}
.inquiry_wrap dd {
    float: left;
    width: 80%;
    font-size: 14px;
    /*margin-right: 20px;*/
}
.inquiry_wrap dd ul {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}
.inquiry_wrap dd ul li {
    display: inline-block;
    float: left;
    width: 32%;
    max-width: 200px;
    margin: 2px 1% 2px 0;
    font-size: 14px;
    line-height: 35px;
}
.inquiry_wrap dd ul li:last-child {
	margin-right: 0;
}
.inquiry_wrap dd ul li.auto {
	width: auto;
}
.inquiry_wrap dd ul li.i_last {
	max-width: 615px;
	width: 98%
}
.inquiry_btn {
	/*position: absolute;
	right: 60px;
	bottom: 42px;*/
	display: inline-block;
	float: right;
	width: 30%;
	height: 50px;
	line-height: 50px;
	text-align: right;
}
a.i_btn {
	/*float: left;*/
	width: 48%;
	height: 35px;
	margin-left: 1%;
	color: #fff;
	text-align: center;
	line-height: 35px;
	font-size: 17px;
	border-radius: 5px;
}
.i_btn01 {
	background: #305bb3;
}
.i_btn01 img {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	vertical-align: middle;
}
.i_btn02{
	background: #858c9e;
}
.con_number {
	margin-bottom: 15px;
	font-size: 14px;
}
.con_number span {
	color: #2b58aa;
}
.con_tit {
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 28px;
	color: #44537a
}
.db_img {
	display: inline-block;
	padding: 20px 0;	
}
.db_img li {
	float: left;
	display: inline-block;
	overflow: hidden;
	width: 19%;
	height: 160px;

	margin-right: 1%;
	border: 1px solid #bcc1cf;
	box-sizing: border-box;
}
.db_img li:last-child {
	width: 20%;
	margin-right: 0;

}
.db_img li a {
	display: block;
}
.db_img li a img {
	width: 100%;
}
.db_mb{
	margin-bottom: 100px;
}
.con_tab, .con_tab02, .con_tab03 {
	display: inline-block;
	width: 100%;
}
.con_tab li, .con_tab02 li, .con_tab03 li {
	display: inline-block;
	float: left;
	height: 55px;
	line-height: 53px;
	margin-left: -1px;
	background: #ecedf1;
	border: 1px solid #c2c8d9;
	box-sizing: border-box;
	text-align: center;
}
.con_tab li:first-child {
	margin-left: 0;
}
.con_tab li a, .con_tab02 li a, .con_tab03 li a {
	display: block;
	font-size: 18px;
}
.con_tab > li.on, .con_tab02 > li.on, .con_tab03 > li.on {
	background: #44537a;
}
.con_tab > li.on a, .con_tab02 > li.on a, .con_tab03 > li.on a {
	color: #fff;
}
.con_tab li {
	width: 33.3%;
}
.con_tab02 li {
	width: 16.66666666666667%;
}
.con_tab03 li {
	width: 25%;
}
.con_tab02 li:first-child {
	margin-left: 0;
}
.db_con {
	display: inline-block;
	padding: 50px 10px;
	font-size: 16px;
	line-height: 30px;
}
.kogl_box {
	position: relative;
	float: left;
	width: 100%;
	padding: 20px 15px;
	border: 1px solid #d4d6dd;
	box-sizing: border-box;
	
}
.kogl_box a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/user/kogl.png) no-repeat left 20px center;
	text-indent: -99999%
}
.kogl_txt {
	display: inline-block;
	float: left;
	min-height: 35px;
	padding-top: 6px;
	padding-left: 120px;
	font-size: 13px;
	color: #838383;
	line-height: 22px;
	box-sizing: border-box;
}
.foreign_box {
	display: inline-block;
    width: 100%;
    height: auto;
    padding: 65px 75px;
    box-sizing: border-box;
    text-align: left;
    background: #4882c0
}
.foreign_txt_wrap {
	display: inline-block;
	float: left;
	width: 100%;
	height: 100%;
	border: 6px solid #fff;
	padding:70px 75px 85px;
	box-sizing: border-box;
	color: #fff;
	background: url(../images/user/foreign_txt_bg.png) no-repeat top center;
	background-size: 100%;
}
.foreign_tit {
	display: inline-block;
	width: 100%;
	margin-bottom: 300px;
}
.foreign_tit img {
	display: inline-block;
	width: 100%;
	max-width: 606px;
}
.foreign_txt {
	font-size: 18px;
	line-height: 34px;
	text-align: justify;
	letter-spacing:0;
	text-align: justify;
}
.faq_list {
	display: inline-block;
	width: 100%;
}
.faq_list > li {
	display: inline-block;
	float: left;
	width: 100%;
	padding: 15px 10px 15px 60px;
	font-size: 17px;
	line-height: 30px;
	border-bottom: 1px solid #44537a;
	background: url(../images/user/icon_q.png) no-repeat left 10px top 15px;
	box-sizing: border-box;
}
.faq_list > li.faq_answer {
	font-size: 16px;
	line-height: 30px;
	background: url(../images/user/icon_a.png) no-repeat left 10px top 15px;
}
span.reply {
	display: inline-block;
	height: 21px;
	line-height: 21px;
	padding: 0 5px 0 22px;
	margin-right: 10px;
	background: #f38209 url(../images/user/icon_reply.png) no-repeat left 5px center;
	color: #fff;
	font-size: 12px;
	border-radius: 5px;
}
.integrated_wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 40px 60px;
    margin-bottom: 50px;
    background: #dadde3;
    box-sizing: border-box;
}
.integrated_left{
	display: inline-block;
	float: left;
	width: 80%;
}
.integrated_right {
	display: inline-block;
	float: right;
	width: 20%;
	padding-left: 10px;
	box-sizing: border-box;
}
.integrated_input{
	width: 100%;
	height: 55px;
	border: none;
	padding: 0 15px;
	font-size: 22px;
	line-height: 55px;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #FFFFFF;/*검색창 흰색 배경 */
}
.popular_search {
    display: inline-block;
    width: 100%;
    float: left;
    margin-top: 15px;
    line-height: 24px;
}
.popular_search > p {
    display: inline-block;
    float: left;
    font-size: 15px;
    margin-right: 20px;
}
.popular_search li {
    display: inline-block;
    float: left;
    margin-right: 20px;
    line-height: 24px;
}
.popular_search li a {
    font-size: 14px;
}
.popular_search li a > span {
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid #777777;
	margin-right: 10px;
	text-align: center;
	line-height: 18px;
}
.rescan_wrap {
	display: inline-block;
	float: right;
}
.search_result {
	display: inline-block;
	width: 100%;
	margin: 40px 0 0 0;
	font-size: 20px;
	line-height: 30px;
}
.search_result p {
	display: inline-block;
}
.txt_blue {
	color: #305bb3
}
.txt_orange {
	color: #f57914;
}
.result_array {
	display: inline-block;
}
.result-btn{
	background: #44537a;
    color: #fff;
    border-radius: 5px;
    border: 0;
    padding: 5px 10px;
    font-size: 12px;
}
.result_array li {
	display: inline-block;
	font-size: 13px;
	margin-left: 3px;
}
.result_array li:first-child {
	font-size: 14px;
}
.result_wrap {
	margin-top: 40px;
}
.result_tit{
	display: inline-block;
	width: 100%;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 28px;
	box-sizing: border-box;	
	background: #ecedf1;
}
a.btn_result {
	float: right;
	padding-left: 20px;
	font-size: 13px;
	color: #7b8293;
	background: url(../images/user/result_more.png) no-repeat left center;
	line-height: 27px;
}
.result_con {
	padding: 20px 15px;
	border-bottom: 1px solid #d7dbe3;
}
.result_con li {
	font-size: 14px;
	line-height: 26px;
	margin: 3px 0;
}
.result_con li.result_name a{
	font-size: 16px;
	color: #305bb3;
}
.result_con li.result_link a, .result_con li.result_subtxt {
	color: #878787
}
.score_wrap {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 30px 120px 30px 150px;
	margin-top: 20px;
	box-sizing: border-box;
}
.satisfy{
	background: #ebedec url(../images/user/icon_satisfy.png) no-repeat left 30px top 30px;
}
.opinion {
	background: #ebedec url(../images/user/icon_satisfy02.png) no-repeat left 30px top 30px;
}
.score_tit {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 15px;
}
.score_txt {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 22px;
}
.score_txt span {
	margin-left: 20px;
	color: #44537a;
	font-weight: bold;
}
.score_wrap ul li {
	display: inline-block;
	float: left;
	margin-right: 10px;
	line-height: 22px;
}
.score_wrap ul li label {
	vertical-align: middle;
}
.score_btn {
	position: absolute;
	right: 30px;
	bottom: 37px;
}


.sitemap_wrap {
    display: inline-block;
    width: 100%;
}
.sitemap {
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    margin-right: 35px;
}
.sitemap_tit {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-top: 3px solid #44537a;
	border-bottom: 1px solid #44537a;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
}
.sitemap_con {
	display: inline-block;
	width: 100%;
	padding:15px 20px;
	margin-bottom: 50px;
	border-bottom: 1px solid #dedede;
	box-sizing: border-box;
}
.sitemap_con_02 {
	display: inline-block;
	width: 100%;
	padding:15px 20px;
	border-bottom: 1px solid #dedede;
	box-sizing: border-box;
}
.sitemap_con > li,.sitemap_con_02 > li {
	float: left;
	width: 25%;
	padding-left: 15px;
	background: url(../images/user/sitemap_icon.png)no-repeat left 0px top 11px;
	color: #232323;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 30px;
}

.sitemap_con > li:last-child,.sitemap_con_02 > li:last-child {
	margin-bottom: 0;
}
.sitemap_2dep {
	padding:3px 0 0px 0;
	line-height: 26px;
}
.sitemap_2dep a {
	font-size: 14px;
	line-height: 30px;
	color: #777;
}
.sitemap_con a:hover, .sitemap_2dep a:hover {
	color: #3b70c9
}




/*input*/
select.i_select {
	width: 100%;
	height: 35px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 33px;
	border-radius: 5px;
}	
input.i_input {
	width: 100%;
	height: 35px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 33px;
	border: 1px solid #dedede;
	border-radius: 5px;
}
input.i_password {
	width: 100%;
	height: 35px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 33px;
	border: 1px solid #dedede;
	border-radius: 5px;
}
input.i_input60 {
	width: 60%;
	height: 35px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 33px;
	border: 1px solid #dedede;
	border-radius: 5px;
}
input.chbox {
    width: 13px !important;
    height: 13px !important;
    border: 1px solid #999 !important;
    margin: 0 5px 0 0 !important;
}
input.radio_b {
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
}
textarea.text_comment {
	width: 100%;
	height: 65px;
}


/*테이블*/
.tb_list {
	/*display: inline-block;*/
	width: 100%;
	text-align: center;
	box-sizing: border-box;

}
.tb_list thead {
	background: #44537a;
	color: #fff;
	-moz-border-radius: 5px !important;
}
.tb_list th {
	font-size: 18px;
	line-height: 22px;
	padding: 15px 0;
	vertical-align: middle;
}
.tb_list th.left {
	border-top-left-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
}
.tb_list th.right {
	border-top-right-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
}
.tb_list td {
	font-size: 17px;
	line-height: 22px;
	padding: 15px 20px;
	border-bottom: 1px solid #cacaca;
	box-sizing: border-box;
	vertical-align: middle;

}
.tb_left {
	text-align: left;
}
.l_none {
	border-right: none !important;
}
.tb_tit_line {
	display: inline-block;
	width: 100%;
	height: 6px;
	background: #45537a;
	border-radius: 50px;
}
.tb_tit {
	width: 100%;
	padding: 25px;
	border-bottom: 1px solid #45537a;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	color: #44537a;
	box-sizing: border-box;
}

.tb_content {
	width: 100%;
    line-height: 22px;
}
.tb_content th, .tb_content td {
	
	border-bottom: 1px solid #45537a;
}
.tb_content th {
	padding: 15px 0;
	background: #ecedf1;
	text-align: center;
	font-size: 18px;
}
.tb_content td {
	padding: 15px 10px;
	font-size: 17px;
}
.td_text {
	padding: 25px 25px 70px;
	font-size: 16px;
	line-height: 30px;
	border-bottom: 1px solid #dbdde4;
}
.td_text p:first-child img {
	display: block;
    margin: 0 auto;
}
.tb_date {
	padding-top: 20px;
	text-align: right;
}
.tb_date span {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	margin-left: 10px;
	border: 1px solid #d6d9e2;
	border-radius: 5px;
	font-size: 16px;
	color: #8b8b8b;
}
.tb_date span b {
	margin-right: 10px;
	font-weight: bold;
	color: #171717;
}

.bottom_wrap {
	display: inline-block;
	width: 100%;
	margin-top: 50px;
	text-align: center;
}

.page{
	display: inline-block;
}
.page li {
	display: inline-block;
	float: left;
	width: 39px;
	height: 39px;
	margin-left: -1px;
	border: 1px solid #cacaca;
	line-height: 39px;
}
.page li a {
	display: block;
	font-size: 14px;
}
.page li.on {
	background: #45537a
}
.page li.on a {
	color: #fff;
}
.page li.btn_prev {
	margin-right: 6px;
}
.page li.btn_next {
	margin-left: 5px;
}

.data_table {
	display: inline-block;
	overflow-y: auto;
	width: 100%;
	/*height: 560px;*/
	/*margin-top: 15px;*/
	border-left:1px solid #dedede;
	border-top: 1px solid #dedede;
	font-size: 12px;
}
.data_table thead th {
	background: #c0d6e9;
	font-size: 13px;
}
.data_table th {
	height: 30px;
	padding: 3px;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	background: #dfeaf4;
	text-align: center;
	font-weight: bold;
	line-height: 18px;
}
.data_table td {
	height: 25px;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	text-align: center;
}
.data_table .table_left {
	text-align: left;
	padding-left: 10px;
}
.data_table .table_bold {
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
}
.data_table .table_bg {
	background: #f4f4f4
}

.data_table .table_sum  {
	height: 40px;
	font-weight: bold;
	background: #dfeaf4
}


/*팝업*/
.pop_upf {
    width: 100%;
}


/*팝업*/
.pop_up {
    width: 600px;
}
.pop_con {
	display: inline-block;
	padding: 30px 20px;
    text-align: left;
    line-height: 20px;
}
.pop_tit {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    font-size: 22px;
    color: #44537a;
    text-align: center;
}
.pop_con p.pop_con_img {
    overflow: hidden;
    width: 100%;
    height: auto;
    text-align: center;
    box-sizing: border-box;
}
.pop_con p.pop_con_img img {
    width: 100%;
}
.pop_con_txt {
	display: inline-block;
	padding: 0 20px;
	margin: 30px 0;
    text-align: left;
	height: 500px;
    overflow-y: scroll;
    font-size: 14px;
    line-height: 26px;
} 
.pop_con_shut_txt {
	display: inline-block;
	padding: 0 20px;
	margin: 30px 0;
    text-align: left;
	height: 300px;
    overflow-y: scroll;
    font-size: 14px;
    line-height: 26px;
}
a.pop_btn_dnld {
	float: right;
	height: 35px;
	line-height: 35px;
	padding: 0 15px 0 45px;
	margin-top: 10px;
	color: #fff;
	font-size: 14px;
	background: #44537a url(../images/user/icon_down.png) no-repeat left 15px center;
	background-size: 20px auto;
	border-radius: 5px;
}
.kogl_box_pop {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 30px;
    box-sizing: border-box;
}
.kogl_box_pop a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/user/kogl.png) no-repeat left center;
    text-indent: -99999%;
}
.kogl_txt_pop {
    display: inline-block;
    float: left;
    padding-left: 100px;
    font-size: 12px;
    color: #838383;
    line-height: 22px;
    box-sizing: border-box;
}

.write_btn_pop {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}


/*버튼*/
a.s_btn {
	height: 25px;
	padding: 0 10px;
	line-height: 25px;
	font-size: 13px;
}
a.btn, a.pop_btn {
	min-width: 145px;
	height: 55px;
	margin: 0 5px;
	line-height: 55px;
	text-align: center;
	font-size: 17px;
	border-radius: 5px;
}
a.ss_btn {
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
}
a.b_blue {
	background-color: #44537a ;
	color: #fff;
}
a.b_l_blue {
	background-color: #3b70c9 ;
	color: #fff;
}
a.b_orange {
	background-color: #f38209 ;
	color: #fff;
}
a.b_line {
	background-color: #fff;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
}
a.btn_gray {
	background-color: #575a62;
	color: #fff;
}
a.btn_blue {
	background-color: #3b70c9;
	color: #fff;
}
a.b_white {
	background-color: #fff ;
	color: #113063;
}
a.btn_go {
	padding-left: 20px;
	background: #44537a url(../images/user/icon_go.png) no-repeat left 6px center;
	background-size: auto 9px;
	color: #fff;
	border-radius: 5px;
}
a.b_right{
	width: 120px;
	height: 40px;
	min-width: 100px;
	line-height: 36px;
	color: #2f76c2;
	border: 1px solid #2f76c2;
	font-size: 14px;
}
a.file {
	width: 30px;
	height: 20px;
	padding-left: 15px;
	margin: 1px 2px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	font-size: 11px;
	border-radius: 5px;
}
a.file_pdf {
	background: #d8261c url(../images/user/icon_down.png) no-repeat left 5px center; 
	background-size: auto 10px;
}
a.file_img {
   background: #009250 url(../images/user/icon_down.png) no-repeat left 5px center;
   background-size: auto 10px;
}
a.file_office {
   background: #243e9b url(../images/user/icon_down.png) no-repeat left 5px center;
   background-size: auto 10px;
}
a.file_hancom {
   background: #00a1e1 url(../images/user/icon_down.png) no-repeat left 5px center;
   background-size: auto 10px;
}
a.file_etc {
   background: #524b4a url(../images/user/icon_down.png) no-repeat left 5px center;
   background-size: auto 10px;
}
a.big_dnld {
	width: 360px;
	height: 65px;
	margin: 0 5px;
	line-height: 65px;
	font-size: 17px;
	vertical-align: middle;
}
a.big_dnld img {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
a.ss_srch_btn {
	float: left;
	display: inline-block;
	width: 15%;
	height: 30px;
	background: #2774bc url(../images/user/search_w.png) no-repeat center;
	background-size: auto 15px;
	text-indent:-9999px;
}
a.integrated_btn {
	display: inline-block;
	width: 100%;
	height: 55px;
	line-height: 55px;
	background: #305bb3;
	background-size: auto 20px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	border-radius: 5px;
}
a.integrated_btn img {
	width: auto;
	height: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
a.ss_full_btn, a.ss_full_btn02 {
	display: inline-block;
	float: left;
	width: 34%;
	height: 30px;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	border-radius: 3px;
}
a.ss_full_btn {
	background: #6aadd0;
}
a.ss_full_btn02 {
	background: #7395af;
}
a.ss_s_btn {
	padding: 0 20px;
	min-width: 60px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	background: #fff;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	text-align: center;
	margin-left: 3px;
}
a.ss_s_btn img {
	width: auto;
	height: 12px;
	margin-right: 3px;
	vertical-align: middle;
}
.dl_pop_btb {
	float: left;
	width: 90px;
	height: 25px;
	line-height:25px;
	text-align: center;
	margin-left: 5px;
}
div.file {
	width: 30px;
	height: 20px;
	padding-left: 15px;
	margin: 1px 10px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	font-size: 11px;
	border-radius: 5px;
}
div.file_pdf {
	background: #d8261c url(../images/user/icon_down.png) no-repeat left 5px center; 
	background-size: auto 10px;
}
div.file_img {
   background: #009250 url(../images/user/icon_down.png) no-repeat left 5px center;
   background-size: auto 10px;
}
div.file_office {
   background: #243e9b url(../images/user/icon_down.png) no-repeat left 5px center;
   background-size: auto 10px;
}
div.file_hancom {
   background: #00a1e1 url(../images/user/icon_down.png) no-repeat left 5px center;
   background-size: auto 10px;
}
div.file_etc {
   background: #524b4a url(../images/user/icon_down.png) no-repeat left 5px center;
   background-size: auto 10px;
}

/* 유관시설, 관광지 */
.box-type-list h3, .none-box-type-list h3{color:#008a9c;padding:22px 0 10px;}
.box-type-list h3, .box-type-list ul li dl dt h4, .none-box-type-list h3, .none-box-type-list ul li .list-title h4{font-size: 16px;font-weight: 600;}
.box-type-list ul li dl dt h4{color:#000000;background: url("../images/user/icon_blue_dotted2.png") no-repeat 0 center;padding:0 0 0 15px}
.box-type-list ul li dl dt, .box-type-list ul li dl dd{display: table-cell;}
.box-type-list > ul > li{border: 2px solid #dcdee4;border-radius: 1px;margin-bottom: 20px;}

.box-type-list ul li dl dt{width:300px;border-right: 2px solid #dcdee4;background-color: #f5f5f5;padding:30px 0 30px 30px}
.box-type-list ul li dl:nth-of-type(2) dt{padding:0 0 60px 30px}
.box-type-list ul li dl dt button{margin-top: 12px;padding:0 14px 0 42px;font-size: 14px;height:34px;background:#00bcd4 url("../images/user/icon_graph.png") no-repeat 14px center;color:#ffffff;border-radius: 3px;border: 0;}

.box-type-list ul li dl dd{padding-left:30px;font-size: 16px;}
.box-type-list ul li dl dd ul li{background: url("../images/user/icon_blue_dotted3.png") no-repeat 0 center;padding-left: 18px;line-height: 1.5;}

.none-box-type-list > ul > li{margin-bottom:20px;}
.none-box-type-list ul li .list-title{height:34px;line-height: 34px;margin:0 0 10px 0;}
.none-box-type-list ul li .list-title h4{display: inline-block;background: url("../images/user/icon_blue_dotted2.png") no-repeat 0 center;padding:0 15px 0 15px}
.none-box-type-list ul li .border-list{padding:20px;border: 2px solid #dcdee4;width:600px;}
.none-box-type-list ul li .border-list li, .none-box-type-list ul li .none-border-list li{padding:5px 0;line-height: 1.5;background: url("../images/user/icon_blue_dotted3.png") no-repeat 0 14px;padding-left: 18px;font-size: 16px;}
.none-box-type-list ul li .none-border-list li{margin-left:15px;}
.none-box-type-list ul li .none-border-list li::after{clear: both;content:"";display: block;}
.none-box-type-list ul li .none-border-list li strong, .none-box-type-list ul li .none-border-list li p{float:left}

button {
  border: none;
}

.my-menu-wrapper {
    width: 235px;
    /* box-shadow: -3px 3px 10px #f3f3f3; */
    position: fixed;
    top: 124px;
    right: 11px;
}
.my-menu-wrapper:has(.sub) {
	position: absolute;
    top: -7px;
    right: 0px;
    z-index: 10;
}
.gnb.hover + .my-menu-wrapper {
    display: none;
}
.my-menu-opener {
    width: 235px;
    height: 85px;
    background-image: url(images/opener-bg.png);
    background-repeat: no-repeat;
    position: relative;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}
.my-menu-opener::before {
    position: absolute;
    content: '';
    background-image: url(images/paper-plane.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    top: 30px;
    left: 30px;
}
.my-menu-opener.sub::before {
    position: absolute;
    content: '';
    background-image: url(images/paper-plane.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    top: 15px;
    left: 30px;
}
.my-menu-opener::after {
    position: absolute;
    content: '';
    background-image: url(images/opener-arrow.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 15px;
    right: 35px;
    top: 38px;
}
.my-menu-opener.clicked::after {
    position: absolute;
    content: '';
    background-image: url(images/opener-arrow.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 15px;
    right: 35px;
    top: 38px;
    transform: rotate(180deg);
}
.sub {
   width: 235px;
    height: 52px;
    position: relative;
    background-image: url(images/opener-sub-bg.png);
    background-repeat: no-repeat;
    transform: translateY(6px);
}
.sub::after {
    position: absolute;
    content: '';
    background-image: url(images/opener-arrow.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 15px;
    right: 35px;
    top: 20px;
}
.sub.clicked::after {
    position: absolute;
    content: '';
    background-image: url(images/opener-arrow.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 15px;
    right: 35px;
    top: 20px;
    transform: rotate(180deg);
}
.my-menu-wrapper ul {
    display: none;
}
.my-menu-opener.clicked + ul {
    display: block;
}
.my-menu-wrapper ul li {
    width: 235px;
    height: 50px !important;
    border: 1px solid #f3f3f3;
    background-color: #fff;
    border-top: 0;
    position: relative;
}
.my-menu-wrapper ul li a {
    width: inherit;
    height: inherit;   
    display: flex;
    align-items: center;
    position: relative;
}
.my-menu-wrapper ul li a p {
    width: 150px;
    font-size: 15px !important;
    color: #7a7a7a;
    font-weight: 400;
    line-height: 20px !important;
}

.my-menu-wrapper ul li:hover a p{
    color: #250f8a;
    font-weight: 600;
}
.sub + ul li:hover a p{
    color: #f65e69;
}
.ellipsis {
   white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* �뀓�뒪�듃瑜� �옄瑜� �븣 �썝�븯�뒗 �떒�쐞 ex) 2以� */
  -webkit-box-orient: vertical;
  overflow: hidden;  
}
.my-menu-wrapper ul li:last-child {
     border-bottom-left-radius: 5px;
}
.my-menu-wrapper ul li a::before {
    content: '';
    background-image: url(images/bar.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 6px;
    display: inline-block;
    margin: 0 13px;
}
.my-menu-delete-btn {
    position: absolute;
    background-image: url(images/delete-btn.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    text-indent: -9999em;
    z-index: 2;
    cursor: auto;
    box-shadow: 3px 3px 5px #ebe6e6;
    background-color: #fff;
}

.my-menu-delete-btn:active {
   transform: translate(0, -45%);
   box-shadow: none;
}


@media (max-width: 767px) {
.my-menu-wrapper {
    display: none;
}

.my-menu-wrapper.sub {
    display: none !important;
}
}






/*미디어쿼리*/
@media all and (max-width:1600px) {
	.s_nav > li{
		min-width:17%;
	}
}

@media all and (max-width:1200px) {
	.s_nav > li{
		text-align:left;
		padding:0 10px 0 5px;
	}
	.s_nav > li > a{
		font-size:15px;
	}
    /* 유관시설, 관광지 */
    .box-type-list ul li dl dt, .box-type-list ul li dl dd{display: block;padding:17px 26px 17px 30px}
    .box-type-list ul li dl dt{width:100%;box-sizing: border-box;border-right: 0;display: flex;align-items: center;justify-content: space-between;padding:9px 8px 9px 30px;border-bottom: 2px solid #dcdee4;}
    .box-type-list ul li dl:nth-of-type(2) dt{padding:9px 8px 9px 30px;border-top: 2px solid #dcdee4;}
    .box-type-list ul li dl dt button{margin-top: 0;background-image:none;padding:0 11px;}
    .box-type-list ul li dl dt h4{background-size: 9px;font-size: 15px;}
    .box-type-list ul li dl dd ul li{font-size: 15px;background-position: 0 9px;}

    .none-box-type-list ul li .border-list{width:100%;box-sizing: border-box;}

	.foreign_txt_wrap {
		padding: 60px 65px 75px;
	}
	.foreign_tit {
		margin-bottom: 100px;
	}
	.foreign_tit img {
		width: 70%;
	}
	a.big_dnld {
		float: left;
		width: 100%;
		min-width: auto;
		height: 55px;
		line-height: 55px;
		margin: 3px 0;
		font-size: 15px;
		box-sizing: border-box;
	}
	a.big_dnld img {
		width: auto;
		height: 25px;
		margin-right: 5px;
	}
}

@media all and (max-width:767px) {
	.my-menu-wrapper {
	display: none !important;
	}
	.td_text p:first-child img{
		width:100%;
	}
	.top_visual {
		height: 150px;
	}
	.top_visual h2 {
		margin-top: 45px;
		margin-bottom: 15px;
		font-size: 30px;
		line-height: 30px;
	}
	.top_visual p {
		padding: 0 2%;
		font-size: 15px;
		line-height: 22px;
	}
	.s_nav_wrap {
		height: 45px;
	}
	.s_nav > li {
		width: 50%;
		min-width: 160px;
		height: 45px;
		line-height: 45px;
	}
	.s_nav > li:last-child {
		border-right: none;
	}
	.s_nav > li > a {
		font-size: 14px;
	}
	.s_nav > .home {
		display: none;
	}
	.s_nav > .dep_del {
		display: none;
	}
	.s_content {
		padding: 30px 10px 50px 10px;
	}
	.s_content h3 {
		font-size: 25px;
		line-height: 25px;
		margin-bottom: 25px;
	}
	.s_con_box {
		padding: 35px 5px;
		box-sizing: border-box;
	}
	.p_tit {
		margin-bottom: 10px;
		font-size: 20px;
		line-height: 30px;
	}
	.p_st {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 30px;
	}
	.p_txt {
		margin-top: 35px;
		font-size: 20px;
		line-height: 30px;
	}
	.intro_list {
		padding: 0 10%
	}
	.intro_list li p {
		margin-top: 10px;
		font-size: 17px;
	}
	.paragraph_t {
		font-size: 16px;
		line-height: 26px;
	}
	.paragraph_s {
		font-size: 14px;
		line-height: 26px;
	}
	.history_box {
		margin-bottom: 20px;
	}
	.history_tit {
		font-size: 20px;
		line-height: 22px;
	}
	.comm_tb {
		font-size: 14px;
		line-height: 26px;
	}
	.tour_tb tbody th {
		padding: 10px;
	}
	.tour_tb tbody td {
		padding: 10px;
	}
	.last_td_center td:last-child {
		padding: 0 3px;
	}
	.comm_tb.history th {
		padding: 10px;
	}
	.comm_tb.history td {
		width: 85%;
		padding: 10px
	}
	.tb_border th {
		padding: 10px;
	}
	.tb_border td {
		padding: 10px;
	}
	.orga_tb dl dt {
		padding: 40px 0;
	}
	.orga_tb dl dt img {
		width: auto;
		height: 25px;
	}
	.orga_tb dl dd {
		margin-left: 10px;
		margin-right: 10px;
		font-size: 14px;
		line-height: 24px;
		height: auto;
	}
	.info_btn > ul > li {
		width: 30px;
		height: 30px;
	}
	.info_btn > ul > li > a {
		line-height: 36px;
	}
	.info_btn > ul > li > a > img {
		width: 18px;
		height: auto;
	}
	.tourgoinfo_list li {
		width: 100%;
		padding: 20px 0 0px 0;
	}
	.tourgoinfo_list li:last-child {
		padding-bottom: 20px;
	}
	.tourgoinfo_list li > a {
		padding: 0 5px;
	}
	.torugoinfo_txt {
		margin-top: 5px;
		font-size: 14px;
		line-height: 20px;
	}
	.torugoinfo_txt a {
		padding: 0 5px;
	}
	.tourgoinfo_list02 li{
		padding: 10px 0 0 0 ;
	}
	.tourgoinfo_list02 li:last-child {
		padding-bottom: 10px;
	}
	.search_wrap {
		margin-bottom: 10px;
	}
	.srch_number {
		font-size: 14px;
		line-height: 35px;
	}
	.srch_select {
		width: 25%;
		height:35px;
		margin-right: 5px;
	}
	.srch_select > select {
		font-size: 13px;
		padding-left: 10px;
	}
	.srch_input {
		width: 40%;
		height: 35px;
	}
	.srch_input > input {
		font-size: 13px;
		padding-left: 10px;
	}
	.i_srch_btn {
		top: 9px;
		width: 14px;
		height: 15px;
		background-size: auto 15px;
	}
	.inquiry_wrap {
		padding: 20px;
	}
	.inquiry_dl {
		width: 100%;
	}
	.inquiry_wrap dt {
		width: 100%;
	}
	.inquiry_wrap dd {
		width: 100%;
	}
	.inquiry_wrap dd ul {
		padding-right: 0;
	}
	.inquiry_wrap dd ul li {
		max-width: 100%;
		width: 100%;
	}
	.inquiry_wrap dd ul li.i_last {
		max-width: 100%;
		width: 100%;
	}
	.inquiry_btn {
		width: 100%;
		right: 0;
		bottom: 35px;
	}
	a.i_btn {
		float: left;
		width: 49%;
		margin-left: 0;
	}
	.i_btn01 {
		margin-right: 2%;
	}
	.con_number {
		margin-bottom: 10px;
	}
	.con_tit {
		margin-bottom: 10px;
		font-size: 17px;
		line-height: 24px;
	}
	.db_img {
		padding: 10px 0;
	}
	.db_img li {
		width: 33%;
		height: 100px;
	}
	.db_img li:nth-child(1), .db_img li:nth-child(2) {
		margin-bottom: 5px;	
	}
	.db_img li:nth-child(3) {
		width: 32%;
		margin-right: 0;
	}
	.db_img li:last-child {
		width: 33%
	}
	.db_mb {
		margin-bottom: 50px;
	}
	.con_tab li, .con_tab02 li, .con_tab03 li {
		height: 45px;
		line-height: 43px;
		margin-top: -1px;
	}
	.con_tab li {
		width: 50%;
	}
	.con_tab02 li, .con_tab03 li {
		width: 33.333%;
	}
	.con_tab li:nth-child(3), .con_tab02 li:nth-child(4), .con_tab03 li:nth-child(4) {
		margin-left: 0;
	}
	.con_tab li a, .con_tab02 li a, .con_tab03 li a {
		font-size: 16px;
	}
	.search_result {
		margin: 20px 0 0 0;
		font-size: 16px;
		line-height: 26px;
	}
	.search_result p {
		width: 100%;
		margin-bottom: 5px;
	}
	.result_array li {
		font-size: 12px;
	}
	.result_array li:first-child {
		font-size: 13px;
	}
	.result_wrap {
		margin-top: 20px;
	}
	.result_tit {
		padding: 10px 10px;
		font-size: 14px;
		line-height: 26px;
	}
	a.btn_result {
		padding-left: 15px;
		font-size: 12px;
		line-height: 22px;
	}
	.result_con{
		padding: 10px;
	}
	.result_con li {
		font-size: 12px;
		line-height: 24px;
	}
	.db_con {
		padding: 25px 5px;
		font-size: 14px;
		line-height: 26px;
	}
	.kogl_box {
		padding: 10px 5px;
	}
	.foreign_box {
		padding: 20px;
	}
	.foreign_img {
		width: 100%;
		height: 350px;
	}
	.foreign_txt_wrap {
		padding: 20px 20px 25px;
		border: 3px solid #fff;

	}
	.foreign_tit {
		margin-bottom: 70px;
	}
	.foreign_tit img {
		width: 60%;
	}
	.foreign_txt {
		font-size: 16px;
		line-height: 26px;
		background-color: #4882c0
	}
	.faq_list > li {
		padding: 10px 10px 10px  45px;
		background-size: auto 25px;
		background-position: left 10px top 10px;
		font-size: 14px;
		line-height: 26px;
	}
	.faq_list > li.faq_answer {
		background-size: auto 25px;
		font-size: 13px;
		line-height: 26px;
	}
	span.reply {
		height: 20px;
		font-size: 11px;
		line-height: 20px;
		padding: 0 5px 0 20px ;
		margin-right: 5px;
		background-size: 10px auto;
	}
	.integrated_left {
		width: 65%;
	}
	.integrated_right {
		width: 35%;
	}
	.integrated_input {
		height: 40px;
		padding: 0 10px;
		font-size: 15px;
		line-height: 40px;
	}
	a.integrated_btn {
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
	a.integrated_btn img {
		width: auto;
		height: 15px;
		margin-right: 5px;
	}
	.integrated_wrap {
		margin-bottom: 25px;
   		 padding: 20px 20px 20px 20px;
		}
	.popular_search ul {
		display: inline-block;
		margin: 5px 0;
	}
	.popular_search li {
		width: 100%;
	}
	.rescan_wrap {
		float: left;
	}
	.score_wrap  {
		padding: 15px 15px 55px 75px;
	}
	.satisfy, .opinion {
		background-size: 50px 50px;
		background-position: left 15px top 15px;
	}
	.score_tit {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.score_txt {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 26px;
	}
	.score_txt span {
		display: inline-block;
		width: 100%;
		margin-left: 0px;
	}
	.score_wrap ul li {
		width: 100%;
	}
	.score_wrap ul li label img {
		width: auto;
		height: 13px;
	}
	.score_btn {
		left: 50%;
		margin-left: -40px;
		bottom: 15px;
	}
	.sitemap_tit {
		height: 40px;
		line-height: 40px;
		font-size: 16px
	}
	.sitemap_con {
		padding: 10px;
		margin-bottom: 25px;
	}
	.sitemap_con > li, .sitemap_con_02 > li {
		width: 100%;
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 26px;
	}
	.sitemap_2dep a {
		font-size: 12px;
		line-height: 26px;
	}
	textarea.text_comment {
		width: 100%;
	}
	.tb_tit_line {
		height: 3px;
	}
	.tb_tit {
		padding: 10px 15px;
		font-size: 18px;
		line-height: 26px;
	}
	.tb_list th, .tb_content th {
		font-size: 14px;
		line-height: 26px;
		padding: 10px 0;
		}
	.tb_list td, .tb_content td {
		font-size: 14px;
		line-height: 24px;
		padding: 10px 5px;
	}
	.tb_date {
		padding-top: 10px;
	}
	.tb_date span {
		padding: 0 10px;
		height: 28px;
		line-height: 28px;
		font-size: 13px;
		margin-left: 5px;
	}
	.td_text {
		padding: 15px 15px 50px;
		font-size: 14px;
		line-height: 26px;
	}
	.bottom_wrap {
		margin-top: 25px;
	}
	.page li {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.page li a {
		font-size: 12px;

	}
	.page li.m_del {
		display: none;
	}
	.page li.btn_prev {
		margin-right: 4px
	}
	.page li.btn_next {
		margin-left: 3px;
	}
	a.s_btn {
		padding: 0 5px;
		font-size: 11px;
	}
	a.btn {
		min-width: 94px;
		height: 40px;
		margin: 0 3px;
		line-height: 40px;
		font-size: 13px;
	}
	a.btn_go {
		background: #44537a;
		padding: 0 5px;
	}
	a.big_dnld  {
		height: 50px;
		line-height: 50px;
		font-size: 13px;
	}
	a.big_dnld img {
		height: 16px;
		margin-right: 5px;
	}
}