@charset "euc-kr";
@import url('https://know.tour.go.kr/css/nanumgothic.css');

/* reset */
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, ol, ul, li,
fieldset, form, label, legend, textarea
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;padding:0
}
* {
	margin:0;
	padding:0;
}
html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	font-size:13px;
	font-family: 'Nanum Gothic', '³ª´®°íµñ', '¸¼Àº°íµñ', 'µ¸¿ò', 'Helvetica', 'sans-serif';
	color:#4e4e4e;
	line-height:20px;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
a, a:link {
	display:inline-block;
	text-decoration:none;
	vertical-align:middle;
}
a:hover, a:focus, a:active {
	display:inline-block;
	color:#000;
	text-decoration:none;
	vertical-align:middle;
	font-weight:normal;
	padding-top:0;
}
fieldset, form, label, address, abbr, div, blockquote, p, span, em, dl, dt, dd, ul, ol, li, button, img {
	list-style:none;
	border:0;
	font-style:normal;
	word-break:break-all;
}
input, select, textarea {
	font-size:12px;
	font-family: 'Nanum Gothic', '³ª´®°íµñ', '¸¼Àº°íµñ', 'µ¸¿ò', 'Helvetica', 'sans-serif';
	vertical-align:middle;
}
label {
	font-size:12px;
	font-family: 'Nanum Gothic', '³ª´®°íµñ', '¸¼Àº°íµñ', 'µ¸¿ò', 'Helvetica', 'sans-serif';
	vertical-align:middle;
}
input:focus {
	outline:none;
}
textarea:focus {
	outline:none;
}
button {
	overflow:visible;
	margin:0;padding:0;
}
address, caption, cite, code, dfn, em, var {
	font-style:normal;
	font-weight:normal;
}
table, th, td {
	border:0;
	border-spacing:0;
}
/* Common */
.cf:before,
.cf:after {
content:" "; /* 1 */
display:table; /* 2 */
}
.cf:after {clear:both}

#skiptoContent a{
	left: -3000%;
	position: absolute;
}
#skiptoContent a:focus{
	left: 0px;
	top: 0px;
	width: 100%;
	height: 30px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	display: block;
	z-index: 999;
}
.blind {
	display: block;
	overflow: hidden;
	position: absolute;
	top: -1000em;
	left: 0px;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0;
}

/* layout */
#wrap {
	width:100%;	
	min-width: 1300px;
	background-color: white;
}
#pop_wrap {
	width:100%;	
	background-color: white;
}
#header {
	position:absolute;
	width:100%;
	z-index:100;
	min-width:1300px;
}
#footer {
	width:100%;
	min-width:1300px;
	background: url(../images/main2017/footer_back.gif) repeat-x top center;
}
#m_visual {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin-top: 116px;
}
#m_container {
	width: 100%;
	height: auto;
}
/*header*/
.gnb_wrap {
	width:100%;
	height:35px;
	background:#3b70c9;
}
.gnb {
	width:1300px;
	margin:0 auto;
	position: relative;
}
.gnb ul {
	/*display:inline-block;*/
	/*position: absolute;
	right: 0;*/
}
.gnb li {
	display:inline-block;
	float:left;
	width: 180px;
	height: 35px;
	line-height:35px;
	vertical-align:middle;
	background: #ff8012;
	border-right: 1px solid #fff;
	color: #fff;
	text-align: center;
	font-size: 13px;
}
.gnb li:first-child {
	border-left: 1px solid #fff;
}
.gnb li a {
	color:#000;
}
.gnb li.admin_btn {
	width: 80px;
	background-color: #aaa;
}
.top_wrap {
	width:100%;
	background:#fff url(../images/main2017/top_back.png) repeat-x;
	border-bottom:1px solid #999;
}
.lnb_wrap {
	position:relative;
	width:1300px;
	height:80px;
	margin:0 auto;
}
h1 {
	float:left;
	width:120px;
	margin-top:10px;
	vertical-align:middle;
}
.lnb {
	display:inline-block;
	float:left;
	width:660px;
	margin-left:30px;
}
.lnb li {
	display:inline-block;
	float:left;
	width:129px;
	text-align:center;
	line-height:80px;
}
.hdr_sns {
	float: right;
}
.hdr_sns ul {
	position: absolute;
	right: 0;
}
.hdr_sns ul li {
	width: 120px;
	background:#dde4ef;
}
.hdr_sns ul li a {
	width: 100%;
}
.hn_t_area {
	position:absolute;
	top:70px;
	left:0;
	font-size:20px;
	font-weight:600;
	color:#0da4a9;
	letter-spacing:-3px;
}

.hn_t_area p {
	font-size: 20px;
}
a.d1 {
	font-size:19px;
	font-weight:600;
	color:#232323;
}
a.d1:hover {
	font-size:19px;
	font-weight:600;
	color:#3b70c9;
}
.depth2_wrap {
	position:absolute;
	top:81px;
	left:150px;
	width:1150px;
	height:auto;
	margin-top:20px;
	background:#fff;
	z-index:999;
}
.depth2_wrap .line {
	overflow:hidden;
	width:1150px;
	height:auto;
	margin-bottom:20px;
}
.d2 {
	display:block;
	float:left;
	width:222px;
	margin-left:10px;
}
.d2:first-child {
	margin-left:0;
}
a.d2_t {
	width:212px;
	height:25px;
	padding-left:10px;
	background:#0da4a9;
	color:#fff !important;
	text-align:left;
	line-height:25px;
}
a.d2_t:hover {
	background:#00868a;
}
.d2 ul {
	overflow:hidden;
}
.d2 li {
	display:block;
	width:100%;
	height:25px;
	padding-left:10px;
	border-bottom:1px solid #cfcfcf;
	line-height:25px;
	text-align:left;
	box-sizing: border-box;
}
.d2 li {
	font-size:12px;
}
.d2 li a:hover {
	color:#f24f3a;
}

.hdr_right {
	display: inline-block;
	float: right;
	height: 80px;
	vertical-align: middle;
}
.util_nav {
	display: inline-block;
	line-height: 78px;
	float: left;
}
.util_nav li {
	display: inline-block;
	padding: 0 10px;
}
.util_nav li a {
	font-size: 14px;
	color: #555;
}
.hdr_btn {
	display: inline-block;
	margin-left: 10px;
	float: left;
}
.hdr_btn li {
	display: inline-block;
	float: left;
	width: 42px;
	height: 42px;
	margin-top: 19px;
}
.hdr_btn li.hdr_btn_search{
	background: #34353b;
}
.hdr_btn li.hdr_btn_menu{
	background: #3b70c9;
}
.hdr_btn li a {
	width: 100%;
	height: 100%;
	text-align: center;
	float: left;
}
.hdr_search_area {
	position: absolute;
	width: 100%;
	height: 90px;
	background: #3b70c9;
	text-align: center;
	padding: 20px 0;
	box-sizing: border-box;
	z-index: 100;
}
.hdr_inside {
	position: relative;
	width: 1300px;
	margin: 0 auto;
}
.hdr_search_box {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	width: 100%;
	height: 50px;
	padding-left: 10px;
	padding-right: 50px;
	box-sizing: border-box;
	outline: none;
	font-size: 18px;
}
.hdr_search_btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: url(../images/main2017/hdr_search.png) no-repeat;
	border: none;
	outline: none;
	text-indent: -9999px;
}
.hdr_menu_area {
	position: absolute;
	width: 100%;
	background: #fff;
	padding: 20px 0;
	box-sizing: border-box;
	z-index: 100;
}
.hdr_menu_d1 {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.hdr_m_t {
	position: absolute;
	top: 0
	left:0;
	font-size: 20px;
    font-weight: 600;
    color: #0da4a9;
    letter-spacing: -3px;
}
.hdr_m_con {
	padding-left: 150px;
    height: auto;
    background: #fff;
    z-index: 999;
}
.hdr_m_con .line{
    overflow: hidden;
    width: 1150px;
    height: auto;
    margin-bottom: 20px;
}
.last {
	margin: 0;
}

/*visual*/
.slick_dots {
	position: absolute;
	top: 360px;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.slick_dots li {
	display: inline-block;
}
.slick_dots li a {
	width:15px;
	height:15px;
	margin: 0 2px;
	background:url(../images/main2017/m_images.png) no-repeat;
	background-position: 0 -430px;
	text-indent:-9999px;
	color: #fff;
}
.slick_dots li .on,.slick_dots li a:hover {
	background-position: 0 -415px;
}
.visual_01 {
	height: 520px;
	background:url(../images/main2018/visual01.jpg)no-repeat top center;
}
.visual_02 {
	height: 520px;
	background:url(../images/main2018/visual02.jpg)no-repeat top center;
}
.visual_03 {
	height: 520px;
	background:url(../images/main2018/visual03.jpg)no-repeat top center;
}
.m_visual_text {
	width: 1300px;
	margin: 0 auto;
	text-align: center;
}
.m_visual_text dt {
	padding-top: 70px;
	font-size: 38px;
	color: #fff;
	line-height: 40px;
}
.m_visual_text dd {
	margin: 30px 0 50px 0 ;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}
a.m_visual_btn {
	display: inline-block;
	width: 190px;
	height:45px;
	padding: 0 40px;
	border: 1px solid #fff;
	background:url(../images/path_arrow.png) center right 40px no-repeat;
	font-size: 16px;
	color: #fff;
	text-align: left;
	line-height: 45px;
	box-sizing: border-box;
}
.m_visual_bnr {
	width: 1300px;
	margin: 0 auto;
}
.m_visual_bnr ul {
	position: absolute;
	bottom: 0;
}
.m_visual_bnr ul li{
	display: inline-block;
	float: left;
	width: 215px;
	height: 120px;
	margin-right: 1px;
	padding: 80px 0 0px 0;
	background-image: url(../images/main2018/m_visual_bnr.png);
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
	box-sizing: border-box;
	transition: all 0.3s;
	-webkit-transition: all .3s;
}
.m_visual_bnr ul li:last-child {
	width: 215px;
	margin-right: 0;
}
.m_visual_bnr ul li:hover {
	background-color: rgba(59,112,201,0.9);
}
.m_visual_bnr ul li.mvb_01{
	background-position: 0 0;
}
.m_visual_bnr ul li.mvb_02{
	background-position: -216px 0;
}
.m_visual_bnr ul li.mvb_03{
	background-position: -432px 0;
}
.m_visual_bnr ul li.mvb_04{
	background-position: -648px 0;
}
.m_visual_bnr ul li.mvb_05{
	background-position: -864px 0;
}
.m_visual_bnr ul li.mvb_06{
	background-position: -1080px 0;
}
.m_visual_bnr ul li a {
	color: #fff;
	font-size: 15px;
}

/*container*/
.m_inner_w {
	display: inline-block;
	width: 100%;
	padding: 45px 0;
}
.m_inner {
	width: 1300px;
	margin: 0 auto;
}
.m_inner_blue {
	background: #4877c8 url(../images/main2018/bg_blue.gif) repeat center ;
}
.m_inner_gray {
	background: #eeeeee
}
.m_con_left {
	display: inline-block;
	/*float: left;*/
	width: 900px;
	padding: 65px 0;
}
.m_con_right {
	display: inline-block;
	float: right;
	width: 350px;
	padding: 65px 0;
}
.m_con_tab {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #d9d9d9;
	box-sizing: border-box;
}
.m_con_tab li {
	display: inline-block;
	float: left;
	width: 25%;
	height: 40px;
	line-height: 38px;
	text-align: center;
}
.m_con_tab li a {
	font-size: 18px;
	font-weight: bold;
	color: #232323;
}
.m_con_tab .on, .m_con_tab li:hover  {
	border-bottom: 5px solid #3b70c9
}
.m_con_tab .on a, .m_con_tab li:hover a {
	color: #3b70c9;
}
.m_news_list {
	display: inline-block;
	width: 100%;
}
.m_news_list li {
	display: inline-block;
	overflow: hidden;
	float: left;
	width: 435px;
	margin-top: 30px;
}
.m_news_list li:nth-child(odd) {
	margin-right: 30px;
}
.m_news_list li a {
	display: block;
}
.m_news_list li a strong {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 20px;
	color: #232323;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.m_news_list li a:hover, .m_news_list li a:hover strong {
	color: #555;
}
.m_news_list .news_con {
	display: block;
	height: 58px;
	overflow:hidden;
}
.news_tit {
	display: inline-block;
	width: 70px;
	margin-right: 5px;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
.news_tit_col01 {
	background-color: #426bb0
}
.news_tit_col02 {
	background-color: #4e4ba7
}
.news_tit_col03 {
	background-color: #a94980
}
.m_notice_tit {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	color: #3b70c9;
	line-height: 40px;
	margin-bottom: 5px;
}


.notice_dots {
	display: inline-block;
	position: absolute;
	right: 0;
}
.notice_dots li {
	display: inline-block;
	float: left;
}
.notice_dots li a{	
	width: 15px;
	height: 40px;
	margin: 0 3px;
	background: url(../images/main2018/slick_dots.png)no-repeat 0 12px;
	text-indent: -9999px;
}
.notice_dots li .on{
	background-position: -25px 12px;
}
.m_notice_con {
	overflow: hidden;
	width: 100%;
	height: 244px;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
}
.m_notice_con img {
	width: 100%;
	height: auto;
}
.tit_policy {
	display: inline-block;
	float: left;
	width: 230px;
	height: auto;
	padding-left: 60px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	box-sizing: border-box;
}
.con_policy {
	display: inline-block;
	width: 1070px;
	padding: 0 60px;
	box-sizing: border-box;
}
.con_policy li {
	position: relative;
	display: inline-block;
	float: left;
	width: 158px;
	margin-right: 40px;
}
.con_policy li:last-child {
	margin-right: 0;
}
.policy_img {
	display: block;
	height: 220px;
	overflow: hidden;
    background: #fff;
}
.policy_img img {
	width: 100%;
	height: auto;
}
.policy_txt {
	display: block;
	overflow: hidden;
	height: 44px;
	margin-top: 15px;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
}
.m_inner_box {
	width: 625px;
}
.m_float_left {
	float: left;
}
.m_float_right {
	float: right;
}
.m_con_tit {
	position: relative;
	margin-bottom: 20px;
	color: #232323;
	font-size: 20px;
	font-weight: bold;
}
.m_more_btn {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background: url(../images/main2018/m_more_btn.png) no-repeat 0 0;
	text-indent: -9999px;
}
.con_info_list {
	display: inline-block;
}
.con_info_list li {
	position: relative;
	display: inline-block;
	float: left;
	width: 188px;
	margin-right: 30px;
}
.con_info_list li:last-child {
	margin-right: 0;
}
.m_info_img {
	display: block;
	width: 188px;

}
.m_info_img img {
	width: 100%;
	height: auto;
}
.m_info_txt {
	display: block;
	overflow: hidden;
	height: 44px;
	margin-top: 15px;
	color: #232323;
	font-size: 14px;
	line-height: 22px;
}
.m_banner li {
	display: inline-block;
	float: left;
	width: 236px;
	height: 120px;
	margin-right: 30px;
	line-height: 120px;
	background: url(../images/main2018/m_banner.jpg);
}
.m_banner li:last-child {
	margin-right: 0;
}
.m_banner li a {
	width: 100%;
	height: 100%;
	padding-left: 100px;
	font-size: 18px;
	color: #fff;
	box-sizing: border-box;
	font-weight: bold
}
.m_banner li.bn01 {
	background-position: 0 0;
}
.m_banner li.bn02 {
	background-position: 0 -120px;
}
.m_banner li.bn03 {
	background-position: 0 -240px;
}
.m_banner li.bn04 {
	background-position: 0 -360px;
}
.m_banner li.bn05 {
	background-position: 0 -480px;
}
.m_hover {
	opacity:0;
	position: absolute;
	top: 0;
	display: inline-block;
	background: rgba(0,0,0,0.5);
	text-align: center;
	line-height: 220px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all .3s;
}
.policy_hover {
	width: 158px;
	height: 220px;
}
.info_hover {
	width: 188px;
	height: 165px;
}
.con_policy li a:hover .m_hover, .con_info_list li a:hover .m_hover {
	opacity: 1;
}

/* footer */
.footer_align {
	position:relative;
	width:1300px;
	margin:0 auto;
}
.organization {
	overflow:hidden;
}
.organization h2 {
	display:inline-block;
	float:left;
	width:239px;
	height:45px;
	padding-left:20px;
	border-right:1px solid #c4c4c4;
	line-height:45px;
}
.organization h2 span {
	display:inline-block;
	float:right;
	width:30px;
	height:25px;
	background:url(../images/main2017/m_images.png) no-repeat 0 -522px;
}
.organization h2:first-child {
	width:238px;
	border-left:1px solid #c4c4c4;
}
.organization h2 a {
	width:238px;
	color:#fff;
}
.organization h2 a:hover {
	font-weight:600;
}
.list_wrap {
	position: absolute;
	overflow:scroll; 
	overflow-y: auto;
	overflow-x: hidden;
	width: 1226px;
	height: 160px;
	left: 0;
	bottom: 155px;
	padding: 30px 35px;
	background: #fff;
	border-top: 2px solid #4a4a4a;
	border-right: 2px solid #4a4a4a;
	border-left: 2px solid #4a4a4a;
	z-index: 999;
}
.list_wrap_lg {
	position: absolute;
	overflow:scroll; 
	overflow-y: auto;
    overflow-x:hidden; 
	width: 886px;
	height: 405px;
	bottom: 97px;
	padding: 30px 35px;
	background: #fff;
	border-top: 2px solid #4a4a4a;
	border-right: 2px solid #4a4a4a;
	border-left: 2px solid #4a4a4a;
	z-index: 999;
}
.list_inner {
	position: relative;
	width:100%;
	min-height:150px;
}
.list_inner h3 {
	margin-bottom:5px;
	font-size:14px;
	font-weight:600;
	color:#000;
}
.list_inner .btn_close {
	position: absolute;
	display:block;
	overflow:hidden;
	top:-20px;
	right:-25px;
	width:27px;
	height:28px;
	background: #4381bf url(../images/main2017/m_images.png) no-repeat 0 -468px;
	text-indent:100%;
	white-space:nowrap;
}
.list_inner ul {
	width:19%;
	padding-right:1%;
	float:left;
	margin-bottom:20px;
}
.list_inner ul li {
	clear:both;
	display:block;
	width:95%;
	padding: 2px 0 0 8px;
	background: url(../images/main2017/ft_bullet.gif) no-repeat top left;
	line-height:20px;
	letter-spacing:-0.5px;
}
.list_one {
	overflow:hidden;
	float:left;
	width:32%;
	margin-right:1%;
}
.list_one ul {
	width:100%;
	padding-right:0;
	margin-bottom:0;
}
.row_box {
	overflow:hidden;
	height: auto;
	margin-bottom:30px;
}
.row_box h3 {
	margin-bottom:10px;
	font-size:18px;
	font-weight:600;
	color:#e76b5b;
}
.row_box h4 {
	margin-bottom:5px;
	font-size:14px;
	font-weight:600;
	color:#000;
}
.footer_wrap {
	display: inline-block;
	width: 100%;
	padding: 30px 0;
}
.footlogo {
	clear:both;
	float:left;
	margin-right: 30px;
	line-height: 50px;
}
.footlogo a {
	margin-right: 10px;
	float: left;
	padding: 10px 0;
    box-sizing: border-box;
}
.footlogo a img {
	vertical-align: middle;
}
.footer_dn {
	clear:both;
	display: inline-block;
}
.footer_dn li {
	display:inline-block;
	float:left;
	padding:15px 10px;
	background: url(../images/main2017/col_line_b.gif) no-repeat center left;
}
.footer_dn li:first-child {
	background:none;
	padding-left:0;
}
.footer_dn li a {
	font-size:12px;
	color:#232323;
}
a.btn_mobile {
	position:absolute;
	top:88px;
	right:0;
	height:26px;
	padding-left:20px;
	background:url(../images/main2017/m_images.png) no-repeat 0 -496px;
	line-height:26px;
}
a.btn_mobile_services, a.btn_mobile_services:hover, a.btn_mobile_services:active {
	display:inline-block;
	position:absolute;
	top:88px;
	right:0;
	height:26px;
	padding-left:20px;
	background:url(../images/main2017/m_images.png) no-repeat 0 -496px;
	line-height:26px;
}
.btn_mobile_popup {
    position: absolute;
    top: -194px;
    right: 0px;
    z-index: 9999;
    width: 401px;
    height: 315px;
    background-color: #fff;
    border: 2px solid #4a4a4a;
    letter-spacing: -0.2px;
}
.mobile_popup_tit {
	width:100%;
	height:35px;
	padding:15px 0 0 21px;
	font-size:16px;
	font-weight:600;
	color:#232323;
}
.mobile_popup_bg {
	display:inline-block;
	float:left;
	width:100%;
	height:190px;
	background-color:#f7f7f8;
	text-align :center
}
.mobile_popup_bg img {
	padding:24px 0 12px 0;
}
.mobile_popup_bg span {
	display:inline-block;
	width:100%;
	font-size:17px;
	font-weight:600;
	color:#3773d8;
}
.mobile_popup_bottom {
	float:left;
	width:100%;
	margin:0 auto;
	padding-top:17px;
	font-size:14px;
	color:#4a4a4a;
	text-align:center;
}
a.mobile_popup_close, a.mobile_popup_close:hover, a.mobile_popup_close:active{
	position: absolute;
	display:block;
	overflow:hidden;
	top:10px;
	right:10px;
	width:27px;
	height:28px;
	background: #4381bf url(../images/main2017/m_images.png) no-repeat 0 -468px;
	text-indent:100%;
	white-space:nowrap;
}
.footlogo_right{
	float: right;
	margin-right: 120px;
}
.footlogo_right a {
    margin-left: 15px;
    float: left;
    padding: 5px 0;
    box-sizing: border-box;
}
.footlogo_right a img {
	width:auto;
	height: 40px;
	vertical-align: middle;
}