@charset "utf-8";
@import url('style.css'); /* 공통, 서브 페이지 */
/* reset, common, 레이아웃, 메인페이지 */



/* font-face */
@font-face {
	font-family: "NanumSquareRound";
	font-style: normal;
	font-weight: 800;
	src: url("../font/NanumSquareRoundEB.eot?#iefix") format("embedded-opentype"), url("../font/NanumSquareRoundEB.woff2") format("woff2"), url("../font/NanumSquareRoundEB.woff") format("woff"), url("../font/NanumSquareRoundEB.svg") format("svg"), url("../font/NanumSquareRoundEB.ttf") format("truetype");
	font-display: swap;
}
@font-face {
	font-family: "NanumSquareRound";
	font-style: normal;
	font-weight: 700;
	src: url("../font/NanumSquareRoundB.eot?#iefix") format("embedded-opentype"), url("../font/NanumSquareRoundB.woff2") format("woff2"), url("../font/NanumSquareRoundB.woff") format("woff"), url("../font/NanumSquareRoundB.svg") format("svg"), url("../font/NanumSquareRoundB.ttf") format("truetype");
	font-display: swap;
}
@font-face {
	font-family: "NanumSquareRound";
	font-style: normal;
	font-weight: 400;
	src: url("../font/NanumSquareRoundR.eot?#iefix") format("embedded-opentype"), url("../font/NanumSquareRoundR.woff2") format("woff2"), url("../font/NanumSquareRoundR.woff") format("woff"), url("../font/NanumSquareRoundR.svg") format("svg"), url("../font/NanumSquareRoundR.ttf") format("truetype");
	font-display: swap;
}
@font-face {
	font-family: "NanumSquareRound";
	font-style: normal;
	font-weight: 300;
	src: url("../font/NanumSquareRoundL.eot?#iefix") format("embedded-opentype"), url("../font/NanumSquareRoundL.woff2") format("woff2"), url("../font/NanumSquareRoundL.woff") format("woff"), url("../font/NanumSquareRoundL.svg") format("svg"), url("../font/NanumSquareRoundL.ttf") format("truetype");
	font-display: swap;
}




/* reset */
html { overflow-x: hidden; overflow-y: auto; -ms-touch-action: manipulation; touch-action: manipulation; }
body { min-height: 100%; color: #333; font: 12px/calc(100% + 4px) 'NanumSquareRound', 'Malgun Gothic', '돋움', 'Dotum', Arial, Sans-serif; letter-spacing: -0.5px; word-break: break-all; word-wrap: break-word; }
html, body { height: 100%; -webkit-overflow-scrolling: touch; }
h1, h2, h3, h4, h5, h6 { font: 800 12px/calc(100% + 4px) 'NanumSquareRound', 'Malgun Gothic', '돋움', 'Dotum', Arial, Sans-serif; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td, p, button { margin: 0; padding: 0; -webkit-text-size-adjust: none; }
fieldset, img, abbr, acronym { border: 0 none; }
fieldset { min-inline-size: auto; }
/* img { max-width: 100%; } */
img { max-width:100%; vertical-align: top; max-height:400px; width:auto; height:auto; }
legend { position: absolute; height: 0; line-height: 0; font-size: 0; overflow: hidden; margin: 0; padding: 0; }
address, caption, cite, code, dfn, em, var { font-style: normal; font-weight: normal; }
ol, ul { list-style: none; }
q:before, q:after { content:''; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
caption { display: table-caption; width: 0; height: 0; line-height: 0; font-size: 0; overflow: hidden; text-align: left; }
select { min-width: 100px; -webkit-border-radius: 0; }
textarea { overflow: auto; resize: none; }
select:focus,
input:focus,
textarea:focus { outline-color: #2068d3; outline-offset: -1px; }
a { text-decoration: none; cursor: pointer; color: #333; }
button { border: 0 none; background: none; cursor: pointer; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
button, input, select, textarea { font: 12px/calc(100% + 4px) 'NanumSquareRound', 'Malgun Gothic', '돋움', 'Dotum', Arial, Sans-serif; vertical-align: middle; }
button:focus { outline: none; }
textarea,
input[type="text"] { border-radius: 0; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
button,
input[type="button"],
input[type="reset"],
input[type="submit"] { cursor: pointer; overflow: visible; -webkit-appearance: button; }
input[type="checkbox"],
input[type="radio"] { width: 14px; height: 14px; line-height: 14px; box-sizing: border-box; -webkit-border-radius: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
area { cursor: pointer; }

/* html5 태그*/
header, footer, article, section, aside, details, figure, figcaption, nav, hgroup { display: block; margin: 0; padding: 0; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }

/* hidden */
.hidden { position: absolute; width: 0; height: 0; line-height: 0; font-size: 0; text-indent: -9999px; overflow: hidden; }

/* box-sizing */
* { -webkit-box-sizing: border-box; box-sizing: border-box; }





/* 레이아웃 */
body { margin: 0 auto; max-width: 1280px; min-width: 320px; background: rgba(0, 0, 0, 0.2); }
.wrap:after { content: ""; display: block; clear: both; }
.chart_wrap { margin-top: 20px; max-width: 1280px; min-width: 320px;}
.table_wrap { margin-top: 20px; max-width: 1280px; min-width: 320px;}

/* 건너뛰기 네비게이션 */
#skip_nav { width: 100%; height: 0; text-align: center; overflow: hidden; }
#skip_nav a { color: #005AAB; line-height: 20px; font-size: 14px; font-weight: bold; float: left; }
#skip_nav a:focus, #skip_nav a:hover, #skip_nav a:active { position: absolute; top: 0; left: 0; width: 100%; height: 20px; text-decoration: underline; background: #fff; overflow: visible; z-index: 100; }

/* header */
#header { background-color: #fff; }
#header .wrap > * { float: left; }
#header .wrap > .h_etc { float: right; }
#header h1 a { display: block; width: 212px; height: 64px; background: url("../images/logo.png") no-repeat center; background-size: auto 33px; text-indent: -9999px; overflow: hidden; }
.h_etc { padding: 13px 10px 13px 0; line-height: 0; font-size: 0; }
.h_etc > * { display: inline-block; vertical-align: top; }
.top_search_form { display: none; }
.btn_top_search_open, .btn_my, [class*="btn_gnb"] { width: 38px; height: 38px; background-repeat: no-repeat; background-position: center; background-size: auto 20px; text-indent: -9999px; overflow: hidden; }
.btn_top_search_open { background-image: url("../images/icon_h_search.png"); }
.btn_my { background-image: url("../images/icon_my.png"); }
.btn_gnb_open { background-image: url("../images/icon_menu_open.png"); }
[class*="btn_gnb"] { display: inline-block !important; }
.member_link { display: block; position: absolute; top: 0; left: 0; padding: 22px 20px; width: 100%; line-height: 0; font-size: 0; background: rgb(51,156,222); }
.member_link a { display: inline-block; position: relative; color: #fff; line-height: 20px; font-size: 16px; vertical-align: top; }
.member_link a + a { margin-left: 30px; }
.member_link a + a:before { content: ""; position: absolute; top: 50%; left: -16px; margin-top: -5px; width: 1px; height: 10px; background: #fff; }
#gnb { position: fixed; top: 0; right: -100%; padding-top: 64px; width: calc(100% - 60px); max-width: 1200px; height: 100%; float: none; background: #fff; float: none !important; -webkit-transition: all 0.25s ease-in-out 0.1s; transition: all 0.25s ease-in-out 0.1s; z-index: 1000; }
#gnb.on { right: 0; }
#gnb > ul { width: 100%; height: 100%; line-height: 0; font-size: 0; overflow-y: auto; }
#gnb > ul > li { border-bottom: 1px solid #e9e9e9; }
#gnb > ul > li > a { display: block; position: relative; padding: 22px 20px 22px 56px; line-height: 24px; font-size: 20px; font-weight: bold; }
#gnb > ul > li > a:before { content: ""; position: absolute; top: 50%; left: 22px; margin-top: -12px; width: 20px; height: 24px; background: url("../images/icon_gnb_m.png") no-repeat 0 0; background-size: 20px auto; }
#gnb > ul > .present > a:before { background-position: 0 0; }
#gnb > ul > .information > a:before { background-position: 0 -24px; }
#gnb > ul > .guide > a:before { background-position: 0 -48px; }
#gnb > ul > .notify > a:before { background-position: 0 -72px; }
#gnb > ul > .participation > a:before { background-position: 0 -96px; }
#gnb > ul > .mypage > a:before { background-position: 0 -120px; }
#gnb > ul > li > a:after { content: ""; position: absolute; top: 50%; right: 22px; margin-top: -5px; width: 14px; height: 9px; background: url("../images/icon_arrow_menu.png") no-repeat 0 0; background-size: 14px auto; }
#gnb > ul > .on > a:after { background-position: 0 -9px; }
#gnb .depth { display: none; border-top: 1px solid #e9e9e9; background: #f8f8f8; }
#gnb .depth > li:first-child { padding-top: 18px; }
#gnb .depth > li:last-child { padding-bottom: 18px; }
#gnb .depth > li + li { margin-top: 10px; }
#gnb .depth > li > a { display: block; position: relative; padding: 10px 20px 10px 56px; color: #666; line-height: 20px; font-size: 17px; }
#gnb .depth > li > a:before { content: ""; position: absolute; top: 18px; left: 40px; width: 4px; height: 4px; border-radius: 100%; background: #333; }
#gnb .depth > li > a:hover,
#gnb .depth > .on > a { font-weight: 800; text-decoration: underline; }
.btn_gnb_close { position: absolute; top: 0; right: 0; width: 64px; height: 64px; background: url("../images/btn_menu_close.png") no-repeat center; background-size: auto 16px; }
.top_search_form { position: fixed; top: -100%; left: 0; padding: 0 20px 20px 20px; width: 100%; background: #fff; z-index: 101; }
.top_search_form fieldset { position: relative; padding-top: 70px; }
.top_search_box { position: absolute; top: 0; left: 0; width: 100%; }
.top_search_box > label { display: block; }
.top_search_box > label input { padding: 0 36px; width: 100%; height: 70px; line-height: 22px; font-size: 16px; border: 0 none; border-bottom: 2px solid #333; outline: none; }
.btn_top_search { position: absolute; top: 22px; right: 0; width: 22px; height: 22px; background: url("../images/icon_top_search_submit.png") no-repeat center; background-size: auto 21px; text-indent: -9999px; overflow: hidden; }
.btn_top_search_close { position: absolute; top: 22px; left: 0; width: 22px; height: 22px; background: url("../images/icon_top_search_close.png") no-repeat center; background-size: auto 17px; text-indent: -9999px; overflow: hidden; }
.top_search_form .hasg_tag_list { position: relative; left: -4px; margin-top: 18px; width: calc(100% + 8px); }
.top_search_form .hasg_tag_list li { margin: 0; padding: 4px; }
.top_search_form .hasg_tag_list li a { padding: 4px 10px; color: #666; line-height: 20px; font-size: 15px; font-weight: bold; border-radius: 15px; border: 1px solid #ddd; }

/* footer */
#footer { position: relative; background: #3c3c4e; }
#footer .wrap { position: relative; padding: 32px 15px 44px 15px; }
.f_etc_list { line-height: 0; font-size: 0; }
.f_etc_list > li { display: inline-block; vertical-align: top; }
.f_etc_list > li + li { position: relative; margin-left: 16px; }
.f_etc_list > li + li:before { content: ""; position: absolute; top: 5px; left: -8px; width: 1px; height: 10px; background: #5c5c6c; }
.f_etc_list > li a { display: block; color: #9f9f9f; line-height: 20px; font-size: 13px; }
#footer address { margin-top: 16px; color: #9f9f9f; line-height: 20px; font-size: 12px; }
#footer address * { color: #9f9f9f; }
#footer address span { display: inline-block; position: relative; margin-right: 16px; vertical-align: top; }
#footer address span:last-child { margin: 0; }
#footer address span:last-child:after { display: none; }
#footer address span:after { content: ""; position: absolute; top: 5px; right: -8px; width: 1px; height: 10px; background: #7d7d83; }
#footer .copyright { color: #9f9f9f; line-height: 20px; font-size: 11px; letter-spacing: -0.3px; }
.slt_box.family { margin-top: 38px; width: 200px; }
.slt_box.family > a { position: relative; padding: 11px 42px 11px 14px; color: #9f9f9f; line-height: 16px; font-size: 12px; border: solid 1px #7f7f84; }
.slt_box.family > a:before { content: ""; position: absolute; top: 50%; right: 13px; margin-top: -5px; width: 9px; height: 9px; background: url("../images/icon_slt_box.png") no-repeat 0 0; background-size: 9px auto; }
.slt_box.family.on > a:before { background-position: 0 -9px; }
.slt_box.family ul { bottom: 39px; padding: 8px 0; border: solid 1px #7f7f84; background: #3c3c4e; }
.slt_box.family li a { padding: 11px 14px; color: #9f9f9f; line-height: 16px; font-size: 12px; }
.slt_box.family li a:hover { color: #3c3c4e; background: #9f9f9f; }
.f_logo { position: absolute; bottom: 44px; right: 15px; width: 103px; height: 55px; background: url("../images/f_logo.png") no-repeat center; background-size: auto 55px; text-indent: -9999px; overflow: hidden; }
.btn_top { position: absolute; top: -16px; right: 15px; width: 42px; height: 42px; text-indent: -9999px; background: #f9b015 url("../images/icon_btn_top.png") no-repeat center; background-size: auto 8px; overflow: hidden; z-index: 1; }

/* content */
#content { min-height: calc(100% - 64px - 270px); background: #fff; }
#content .wrap { padding: 40px 15px 86px 15px; }





/* 메인페이지 */
.main #content .wrap { padding: 70px 15px; }

/* 메인 비주얼 */
.txt_visual { padding: 56px 15px 128px 15px; height: 292px; line-height: 33px; font-size: 18px; background: url("../images/bg_visual_main_m.png") no-repeat center bottom, url("../images/bg_visual_main_m_repeat.png") repeat-x center bottom; background-size: contain; background-color: #cff0f8; letter-spacing: -0.8px; text-align: center; }
.txt_visual strong { display: block; margin-bottom: 10px; color: #222; line-height: 33px; font-size: 26px; font-weight: 800; letter-spacing: -1px; }

/* 메인 - 검색 */
.search_form { padding: 0 15px 27px 15px; background: #f9edd6; }
.search_form fieldset { position: relative; margin: 0 auto; padding-top: 56px; }
.search_form .search_box { position: absolute; top: 0; left: 0; width: 100%; }
.hasg_tag_list { margin-top: 6px; }
.hasg_tag_list ul { line-height: 0; font-size: 0; }
.hasg_tag_list li { display: inline-block; margin-right: 15px; vertical-align: top; }
.hasg_tag_list li:last-child { margin: 0; }
.hasg_tag_list li a { display: block; color: #375483; line-height: 24px; font-size: 15px; font-weight: bold; }
.search_box { position: relative; }
.search_box > label { display: block; }
.search_box > label input { padding: 0 56px 0 18px; width: 100%; height: 56px; line-height: 50px; font-size: 16px; font-weight: bold; border: 3px solid #375483; }
.btn_search { position: absolute; top: 0; right: 0; width: 56px; height: 56px; background: url("../images/icon_search.png") no-repeat center; background-size: auto 22px; text-indent: -9999px; overflow: hidden; }

/* 메인 - article */
.atc_main + .atc_main { margin-top: 70px; }
.atc_main .tit02 { text-align: center; }
.atc_main .txt01 { display: none; margin-top: 10px; text-align: center; }

/* 메인 - 전국 테마파크 현황 */
.map_amusement_facility { margin-top: 34px; border: 1px solid #e3e3e3; background: #f8f8f8; }
.maf_map { position: relative; margin: 0 auto; max-width: 318px; }
.maf_map img { width: 100%; }
.maf_map > a { position: absolute; top: 50%; left: 50%; width: 50px; color: #fff; line-height: 50px; font-size: 12px; font-weight: bold; border-radius: 100%; background: #339cde; text-align: center; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.maf_map > a:before { content: ""; position: absolute; bottom: -8px; left: 50%; margin-left: -4px; width: 8px; height: 8px; background: url("../images/icon_maf_map_bubble_tail.png") no-repeat center; background-size: auto 8px; }
.maf_map > .seoul { top: 17%; left: 37%; }
.maf_map > .incheon { top: 17%; left: 32%; }
.maf_map > .gyeonggido { top: 14%; left: 41%; }
.maf_map > .gangwondo { top: 14%; left: 54%; }
.maf_map > .sejong { top: 35%; left: 39%; }
.maf_map > .chungcheongbukdo { top: 35%; left: 45%; }
.maf_map > .chungcheongnamdo { top: 35%; left: 33%; }
.maf_map > .daejeon { top: 39%; left: 42%; }
.maf_map > .jeollabukdo { top: 49%; left: 37%; }
.maf_map > .jeollanamdo { top: 61%; left: 41%; }
.maf_map > .gwangju { top: 60%; left: 34%; }
.maf_map > .gyeongsangbukdo { top: 39%; left: 61%; }
.maf_map > .gyeongsangnamdo { top: 55%; left: 53%; }
.maf_map > .daegu { top: 47%; left: 59%; }
.maf_map > .ulsan { top: 52%; left: 69%; }
.maf_map > .busan { top: 58%; left: 64%; }
.maf_map > .jejudo { top: 80%; left: 33%; }

/* 메인 - 안전정보망 서비스 */
.safety_information_network { margin-top: 34px; line-height: 0; font-size: 0; text-align: center; }
.safety_information_network > li { display: inline-block; position: relative; padding-top: 145px; width: 25%; line-height: 20px; font-size: 16px; font-weight: bold; vertical-align: top; }
.safety_information_network > li:nth-child(1), .safety_information_network > li:nth-child(2) { margin-top: 0; }
.safety_information_network > li:before { content: ""; position: absolute; top: 0; left: 50%; margin-left: -64px; width: 128px; height: 128px; background: url("../images/icon_safety_information_network.png") no-repeat 0 0; background-size: 128px auto; }
.safety_information_network > .li02:before { background-position: 0 -128px; }
.safety_information_network > .li03:before { background-position: 0 -256px; }
.safety_information_network > .li04:before { background-position: 0 -384px; }

/* 메인 - 미디어 */
.media_list { margin-top: 34px; border-top: 2px solid #e8e8e8; }
.media_list > li { border-bottom: 2px solid #e8e8e8; }
.media_list > li a { display: block; position: relative; padding: 20px 15px 50px 15px; }
.media_list > li .tit_circle_group { display: inline-block; }
.media_list > li .cell:first-child { padding: 10px 0;] }
/* .media_list > li .cell:first-child { position: absolute; bottom: 20px; left: 15px; } */
.media_list > li .cell:last-child { padding: 0; }
.media_list > li .date { position: relative; color: #666; line-height: 20px; font-size: 18px; font-weight: bold; text-align: center; }
.media_list > li .date .hidden { position: static; width: auto; height: auto; line-height: 20px; font-size: 14px; text-indent: 0; }
.media_list > li .tit { display: block; margin-top: 13px; line-height: 22px; font-size: 18px; font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.media_list > li .txt { display: block; margin-top: 10px; max-height: 40px; color: #666; line-height: 20px; font-size: 14px; overflow: hidden; }
.media_list + .btn_area { margin-top: 25px; }

/* 메인 - 이벤트 */
.event_area { position: relative; margin-top: 34px; }
/* .event_slide li a { display: block; padding: 30px 14px 92px 14px; height: 354px; background-repeat: no-repeat; background-position: right bottom; background-size: contain; } */
.event_slide li a { display: block; padding: 30px 14px 92px 14px; height: 175px; background-repeat: no-repeat; background-position: right; background-size: contain; }
.event_slide li img { width: 100%; }
.event_slide li .tit { display: block; margin-top: 10px; line-height: 27px; font-size: 21px; font-weight: 800; letter-spacing: -1px; }
.event_slide li .txt { display: block; margin-top: 16px; line-height: 22px; font-size: 16px; font-weight: bold; }
.event_slide li .date { display: block; margin-top: 30px; color: #666; line-height: 20px; font-size: 15px; }
/* .event_slide .swiper-pagination { bottom: 80px !important; padding: 0 14px; line-height: 0; font-size: 0; text-align: left; } */
.event_slide .swiper-pagination { padding: 0 14px; line-height: 0; font-size: 0; text-align: left; }
.event_slide .swiper-pagination .swiper-pagination-bullet { margin: 0 6px !important; width: 12px; height: 12px; border: 2px solid #333; background: none; opacity: 1; }
.event_slide .swiper-pagination .swiper-pagination-bullet-active { background: #333; }
.tit_circle_group { display: inline-block; padding: 0 8px; min-width: 66px; color: #fff; line-height: 28px; font-size: 14px; font-weight: normal; letter-spacing: -0.3px; border-radius: 13px;background: #333; text-align: center; vertical-align: top; }
.tit_circle_group.yellow { background: #f9b015; }
.tit_circle_group.skyblue { background: #339cde; }
.tit_circle_group.blue { background: #375483; }
.survey_form { margin-top: 20px; }
.survey_form fieldset { padding: 30px 14px 25px 14px; background: #f8f8f8; }
.survey_form .tit { display: block; margin-top: 8px; line-height: 28px; font-size: 19px; font-weight: bold; }
.survey_form .btn_area { margin-top: 25px; }
.survey_form .btn_area > * { min-width: 0; width: calc(50% - 5px); }
.chkrdo_list { margin-top: 20px; }
.chkrdo_list > li + li { margin-top: 10px; }
.survey_banner { margin-top: 20px; padding: 30px 14px 40px 14px; background: #f8f8f8; text-align: center; }
.survey_banner .btn { margin-top: 20px; }
.txt_survey_banner { padding-top: 105px; line-height: 27px; font-size: 21px; font-weight: 800; background: url("../images/bg_survey_banner.png") no-repeat center 0; background-size: 120px auto; }

/* 메인 - 기관협업 */
.agency_family_list { position: relative; left: -4px; margin-top: 34px; width: calc(100% + 8px); line-height: 0; font-size: 0; }
.agency_family_list > li { display: inline-block; padding: 4px; width: 25%; vertical-align: top; }
.agency_family_list > li a { display: block; border: 1px solid #e9e9e9; text-align: center; }





/* 반응형 */
@media screen and (max-width: 767px) {
	/* 메인 - 안전정보망 서비스 */
	.safety_information_network > li { margin-top: 40px; width: 50%; }

	/* 메인 - 기관협업 */
	.agency_family_list > li { width: 50%; }
}
@media screen and (max-width: 600px) {
	/* 메인 - 이벤트 */
/* 	.event_slide li a { background-size: 60%; } */
}