@charset "utf-8";

/* ??? : notosans */
@font-face {
    font-family: 'NotoKrL';
    font-style: normal;
    font-weight: 100;
    src: local('Noto Sans Light'), local('NotoSans-Light'), url(/style/tour_new/fonts/NotoSans-Light.eot);
    src: url(/fonts/NotoSans-Light.eot?#iefix) format('embedded-opentype'),
        url(/style/tour_new/fonts/NotoSans-Light.woff2) format('woff2'),
        url(/style/tour_new/fonts/NotoSans-Light.woff) format('woff');
    ;
}

@font-face {
    font-family: 'NotoKrR';
    font-style: normal;
    font-weight: 300;
    src: local('Noto Sans Regular'), local('NotoSans-Regular'), url(/style/tour_new/fonts/NotoSans-Regular.eot);
    src: url(/fonts/NotoSans-Regular.eot?#iefix) format('embedded-opentype'),
        url(/style/tour_new/fonts/NotoSans-Regular.woff2) format('woff2'),
        url(/style/tour_new/fonts/NotoSans-Regular.woff) format('woff');
}

@font-face {
    font-family: 'NotoKrM';
    font-style: normal;
    font-weight: 500;
    src: local('Noto Sans Medium'), local('NotoSans-Medium'), url(/style/tour_new/fonts/NotoSans-Medium.eot);
    src: url(/style/tour_new/fonts/NotoSans-Medium.eot?#iefix) format('embedded-opentype'),
        url(/style/tour_new/fonts/NotoSans-Medium.woff2) format('woff2'),
        url(/style/tour_new/fonts/NotoSans-Medium.woff) format('woff');
}

@font-face {
    font-family: 'NotoKrB';
    font-style: normal;
    font-weight: 700;
    src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(/style/tour_new/fonts/NotoSans-Bold.eot);
    src: url(/style/tour_new/fonts/NotoSans-Bold.eot?#iefix) format('embedded-opentype'),
        url(/style/tour_new/fonts/NotoSans-Bold.woff2) format('woff2'),
        url(/style/tour_new/fonts/NotoSans-Bold.woff) format('woff');
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/style/tour_new/fonts/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(/style/tour_new/fonts/MaterialIcons-Regular.woff2) format('woff2'), url(/style/tour_new/fonts/MaterialIcons-Regular.woff) format('woff'), url(/style/tour_new/fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.hidden {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

.display-none {
    display: none;
}

/* input */
input.checkbox {
    width: 13px;
    height: 13px;
    vertical-align: top;
}

* html input {
    margin: -1px 0;
}

*:first-child + html input {
    margin: -1px 0
}

/* Skip */
.skip {display:block; overflow: hidden; width: 100%; height: 0;}
.skip a {overflow: hidden; text-align: center; width: 0; height: 50px; text-indent: -9999px; color: #000; white-space: nowrap; z-index: 9999 !important;}
.skip:hover,.skip:focus,.skip:active {overflow:auto; text-align:center; position: absolute; top: 0; left: 0; width: 100%; height: auto; text-indent: 0; padding: 5px; background: #e8f6fb; border: 1px solid #ddd; z-index: 9999;}

/* float */
.clear_both {
    clear: both;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.clearb:after {
    content: "";
    clear: both;
    display: block
}


/** Common **/

html {
    font-size: 16px;
}

@media (max-width: 1500px) {
    html {
        font-size: 15px;
    }
}

@media (max-width: 1200px) {
    html {
        font-size: 14px;
    }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    letter-spacing: 0.00rem;
    font-family:"NotoKrL", "Titillium Web", "Nanum Barun Gothic", Dotum, "Open Sans", Tahoma, Verdana, AppleGothic, sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
    list-style: none
}


p,
span,
a {
    font-weight: inherit;
}

h2 p,
h2 span,
h2 a {
    font-weight: inherit;
}

/* HTML5 display-role reset for older browsers */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    overflow-y: scroll;
    font-weight: 400;
    word-wrap: break-word;
    word-break: keep-all;
    color: #666;
    width: 100%;
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "NotoKrB"
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

hr {
    display: none;
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

em,
address {
    font-style: normal
}

ul,
ol,
dt,
dd {
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 0
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

button {
    border: 0;
    cursor: pointer;
}

img {
    max-width: 100%;
    border: 0;

}

caption,
legend {
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0
}

textarea {
    resize: none;
}

textarea.vert {
    resize: vertical;
}

a {
    color: #333;
    text-decoration: none
}

/* .dropdown-toggle:focus,
a:focus,
button:focus {
    outline: 3px ​red dashed;
    text-decoration: none
} */

a:focus, input:focus {outline: red dashed 3px !important;}

button {
    padding: 0;
    margin: 0
}

a:active,
a:hover,
button:active,
button:hover {
    outline: 0 none;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5 {
    color: #333
}

input {
    outline: none
}

input::-ms-input-placeholder {
    color: #c0c0c0;
}

input::-webkit-input-placeholder {
    color: #c0c0c0;
}

input::-moz-placeholder {
    color: #c0c0c0;
}

#wrap {
    overflow: hidden;
    position: relative;
}

/* accessibility */
#accessibility {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#accessibility li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#accessibility a {
    overflow: hidden;
    display: block;
    width: 1px;
    height: 1px;
    margin-bottom: -1px;
    color: #444;
    font-size: 0;
    text-decoration: none;
}

#accessibility a:active,
#accessibility a:focus {
    width: 100%;
    height: auto;
    padding: 5px 0;
    background: #eee;
    font-size: 14px;
    text-align: center;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}


.w_100 {
    width: 100% !important;
}

#a2mdms {
    margin-bottom: 15px;
}

div,
span,
li,
p,
a,
form,
button,
input[type="submit"] {
	/*
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
	*/
}
.dropdown-menu {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#accessibility,
#accessibility a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}


.dropdown-menu {
    border-radius: 0;
    margin-top: -1px;
}

.bootstrap-datetimepicker-widget {
    position: absolute;
    height: auto;
}


.btn{
    padding: 6px 12px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-family: "NotoKrL";
	line-height: 22px
}

.brwon{
    background: #a58367;
}
.brwon:hover{
    background: #866951;
}
.red{
    background: #f04d6a
}
.red:hover{
    background: #c1435a
}

.display_none{display:none;}

.l_gall ul li .tit a{font-weight: bold; color: #004EA2;  margin-bottom: 15px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; 
					border-bottom: 1px dashed #eee;	padding-bottom: 15px;}
/* .l_gall ul li .add{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; margin-bottom: 5px;} */
.l_gall ul li .add{display: block; height:28px}
.l_gall ul li .add b{display: inline-block; padding: 2px 16px; margin-right: 5px; background-color: #eaeaea;  text-align: center; border-radius: 50px;}
.l_gall ul li .tel{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; }
.l_gall ul li .tel b{display: inline-block; padding: 2px 16px;  margin-right: 5px; background-color: #eaeaea;  text-align: center; border-radius: 50px;}

.basic_tbl tr th, .basic_tbl tr td {border: 1px solid #ddd !important;  padding: 10px !important;}
.skin_inner select { width: auto !important;  height: auto !important; margin: 0 !important; border: 1px solid #ddd !important; padding: 10px 5px !important; font-size: 13px !important; color: #555;}

.setting_form td{text-align:left !important}
.schedule .schedule_title .sch_m .next{display:inline-block !important;}

.pagenum {position:relative; height:50px; padding:0; line-height:50px; text-align:center; overflow:hidden; clear:both; margin-top: 30px;}
.pagenum strong,
.pagenum a {height:auto !important; font-size:20px; padding:2px 10px !important; background:#FFF; border:1px solid #ddd !important; border-radius:0px !important; margin-right:5px; cursor:pointer}
.pagenum a:focus,
.pagenum a:hover,
.pagenum a:active {background-color: #fff !important;  border:1px solid #000 !important; color:#000 !important; } 
.pagenum a.prev_end,
.pagenum:first-child {border-left:0 !important;}
.pagenum strong {color:#000 !important; font-weight:bold; background-color: #eae579 !important; border:2px solid !important}
/* .pagenum strong, .pagenum a.next{text-indent:-9999px; background:url('http://www.fifp.co.kr/jangseong/img/sub/next_btn.png') no-repeat 0 0} */

.addr_btn {display: inline-block; vertical-align: middle; color: #fff; background-color: #444;padding: 2px 10px; text-align: center; height: 37px; line-height: 36px;  letter-spacing: -0.5px;}

@media screen and (max-width:530px) {
	.pagenum strong,
	.pagenum a {height:20px;line-height:20px; padding:0 4px;  background:#FFF; border:0 none;}
}

/* 버튼모음 */
#content .w_bott_btns {text-align:right; margin-top:20px; text-align:center}
#content .w_bott_btns a{display:inline-block; border:1px solid #ddd; padding:13px 17px; letter-spacing: -1px;  font-size: 15px; margin: 0 3px;}
#content .w_bott_btns a.write_btn {background-color:#005AAB; color:#fff; border-color:#005AAB;}
#content .w_bott_btns a.delete_btn {background-color:#F0F0F0; border-color:#F0F0F0;}

#content .w_bott_btns ul{margin: 0 auto !important; display: inline-block; float: inherit;}
#content .w_bott_btns {text-align:center; margin-top:30px;}
#content .w_bott_btns button {display: inline-block; padding: 13px 17px; letter-spacing: -1px; font-size: 15px; margin: 0 3px;}
#content .w_bott_btns .w_go_list {background-color:#fff; border:1px solid #444; box-sizing:border-box;}
#content .w_bott_btns .w_cancel {}
#content .w_bott_btns .w_submit {background-color:#0052A1; color:#fff;}
#content .w_bott_btns .w_save{display:inline-block !important; padding:13px 17px !important; letter-spacing: -1px;  font-size: 15px; margin: 0 3px; 
									background-color:#0052A1 !important; color:#fff;}

#content .board_button{margin-bottom:30px}

.img_info{height: 143px; box-sizing: border-box;}
@media screen and (max-width:530px) {
	.img_info{height:auto}
}

/* 사이트맵 */
#content .sitemap .level1_menu{ float:left; width: 25% !important; margin:0 !important; box-sizing:border-box; padding: 0 20px !important;}
#content .sitemap .sitemap_top {display:block; text-align:center; color:#fff; background-color:#005AAB; padding:10px 0; font-weight: bold; font-size: 18px;}
#content .level1_menu .level2_menu li {clear:both; padding:0; margin:0px; background:none; vertical-align:top; text-align:left}
#content > .sitemap > .level1_menu > .level2_menu > li > a {display:block; background: #f5f5f5;  padding: 9px 35px;  font-weight: bold;  color: #444; 
																	font-size:14px; text-align:center;}
#content .level1_menu .level3_menu li a:hover{font-weight: bold; color: #333;}
#content .level1_menu .level3_menu li {clear:both; padding:0; margin:0; background:none; vertical-align:top; text-align:left; font-weight:normal;
												border-bottom: 1px solid #eee;  text-align: left;  padding: 10px 5px;}
#content .level1_menu .level3_menu li:before {content: '·';}
#content .level1_menu .level3_menu li a {font-weight:normal;  font-size:15px}
#content .level1_menu .level4_menu li {clear:both; padding:0; margin:0; background:none; vertical-align:top; text-align:left}
#content .level1_menu .threetab_menu li.first_child {clear:both; padding:0; margin:0; background-image:none; vertical-align:top; text-align:left}

.sitemap{margin-top:0 !important}
.sitemap ul li{width:100%  !important; text-align:center;}
	
@media (max-width: 740px) {
	.sitemap{margin:30px 0}
	#content .sitemap .level1_menu{width:100% !important; float:none;}
}

/* 본인인증 */
.box_bg{margin-bottom:10px;}

/* 유적 빈 페이지 */
.culture_list_contents{min-height:300px;}
#c_list li ul li{text-align:center;}


/*페이지만족도*/
/* .satisfaction .sati{position:relative;border:solid 1px #dddddd;border-bottom:none; margin-top:30px;}
.satisfaction .sati dl{overflow:hidden; border-bottom:solid 1px #dddddd;}
.satisfaction .sati dt{float:left;background:#eaeaea;border-right:solid 1px #dddddd;font-size:14px;color:#000;width: 15%;text-align:center;padding:16px 0; box-sizing:border-box;}
.satisfaction .sati dd{float:left;padding:14px;width:85%; box-sizing:border-box;}
.satisfaction .sati dd label{display:inline-block;padding:0 15px 0 3px;}
.satisfaction .sati dd input.com{border:solid 1px #dddddd; width:calc(100% - 100px); height:36px; line-height:36px; box-sizing: border-box; float:left; padding-left:5px}
#satisfaction_survey_btn_span1 a{float:left; padding: 0 10px; background: #606470; color: #fff; display:inline-block; line-height:36px; margin-right:4px; height:36px; width:90px; text-align:center; box-sizing:border-box}
#satisfaction_survey_btn_span2 a{padding: 0 10px; background: #606470; color: #fff; display:inline-block; line-height:36px; height:36px; width:90px; text-align:center; box-sizing:border-box}
.satisfaction .sati dd input.btn_com{background:#656565;color:#fff;border:solid 1px #dddddd; width:16%;height:26px}
#satisfaction_survey_write{height:36px; line-height:36px; float: left; margin-right: 4px; width:90px; text-align:center; box-sizing:border-box}
.satisfaction .sati dl:nth-child(3) dt{padding:22px 0}

.satisfaction .charge{overflow:hidden;position:relative;border:solid 1px #dddddd;margin:17px 0 20px 0;}
.satisfaction .charge dt{float:left;background:#eaeaea;border-right:solid 1px #dddddd;font-size:14px;color:#000;width:12%;text-align:center;padding:15px 0;}
.satisfaction .charge dd{float:left;padding:15px 13px;line-height:23px;}
.satisfaction .charge dd span{display:inline-block;color:#000;}
.satisfaction .charge dd span.c02{margin:0 0 0 50px;}
.satisfaction .charge .mb_none > dt{;border-left:solid 1px #dddddd;} */