@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url('https://fonts.googleapis.com/css2?family=Amethysta&display=swap');


/* 그누보드 */
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}
.btn_admin { display: none; }

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative;max-width:none;background:none;text-align:left;}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {height:40px;border:1px solid #ccc;vertical-align:top;padding:0;margin:0;border-radius:3px}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:80%;color:#ff0000;letter-spacing:-0.1em}
@media (max-width: 575px) {	#captcha_audio {display:none !important;} }



/* 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,
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	vertical-align: baseline;
    font-size: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}


body {
	font-family: "Pretendard", sans-serif;
	color: #333;
	word-break: keep-all;
    font-size: 10px;
}

/* 공통 */
img {max-width: 100%; object-fit: cover;}
.inner {width: 100%; max-width: 1500px; margin: 0 auto;}
.flx1 {display: flex; flex-flow: row wrap; }
.show-768 {display: none;}

/* .board_inner {font-size: 1.6em;} */
.sub_inner {padding: 8em 0;}
.sub_visual {height: 40em; align-items: center; justify-content: center;}
.sub_visual h2 {font-size: 5.2em; font-weight: 700; color: #fff; }

@media (max-width:1500px) {
    body {font-size: 9px;}
    .inner {margin: 0 4%; width: 92%;}
}
@media (max-width:1080px) {
    body {font-size: 8px;}
    .sub_visual {height: 45em;}
    .sub_visual h2 {font-size: 6em;}
}
@media (max-width:768px) {
    body {font-size: 7px;}
    .hide-768 {display: none;}
    .show-768 {display: block;}
    .sub_visual {height: 40em;}
    .sub_visual h2 {font-size: 5.2em;}
}



/* 헤더 */
header {font-family: "Noto Sans KR"; position: fixed; top:0; left: 0; width: 100%; z-index: 997; color: #fff; transition: top 0.2s;}
header .inner {justify-content: space-between; align-items: center; height: 10em; max-width: 92%; margin: 0 4%;}
header .logo {width: 20%;}
header .logo img {width: min(264px,100%);}
header .logo img:first-child {display: none;}
header .gnb {width: min(700px,50%); justify-content: space-between;}
header .gnb li a {font-size: 2em; transition: all 0.2s;}
header .gnb li:hover a {font-weight: 600; }
header .etc {width: 25%; justify-content: flex-end; align-items: center;}
header .etc .req_search {margin-right: 2.2em; font-size: 1.9em ; padding: 5px 20px; border-radius: 30px; border: 1px solid #fff; align-items: center; color: #fff; transition: all 0.2s;}
header .etc .req_search img {padding-right: 5px; filter: brightness(10) grayscale(10) contrast(10); margin-top: 3px;}
header .etc .req_search:hover {color: #fff; background: #00387d; border-color: #00387d;}

header .etc .mo_btn {display: flex; flex-flow: column wrap; justify-content: space-between; width: max(40px,4.8em); height: max(30px,3.5em); cursor: pointer;}
header .etc .mo_btn span {width: 100%; height: 3px; border-radius: 2px; background: #fff; transition: all 0.2s;}
header .etc .mo_btn:hover span:nth-of-type(2) {margin-left: .75em;}

header .mo_menu {position: fixed; top:0; right:0; width: min(600px, 80%); height: 100vh; background: #fff; z-index: 999; transform: translateX(100%); transition: all 0.3s; color: #333;}
header .mo_menu .close_btn {position: absolute; top:4em; left:-8em;  cursor: pointer; display: none;}
header .mo_menu_bg {position: fixed; top:0; right:0; width:100%; height: 100vh;z-index: 998; background: rgba(0,0,0,0.5); visibility: hidden; opacity: 0; transition: all 0.3s;}
header .mo_menu > ul {width: 100%; margin-top: 2em;}
header .mo_menu li {padding: 1.8em 2.4em; border-top: 1px solid #e2e6e9;}
header .mo_menu li:hover {background: #f7f9fb;}
header .mo_menu li a {font-size: 2.4em; display: block; position: relative;}
header .mo_menu li a img {position: absolute; top:50%; right:6%; transform: translateY(-50%); opacity: 0; transition: all 0.3s; max-width: 3%;}
header .mo_menu li:hover a {font-weight: 600; color: #00387d;}
header .mo_menu li:hover a img {right: 4%; opacity: 1;}

header .mo_menu .search_form .modal-content > div {padding: 4%; border-bottom: 1px solid #e2e6e9;}
header .mo_menu .search_form .modal-title, #search2 .modal-title {font-size: 2.4em; font-weight: 600; color: #00387d;}
header .mo_menu .search_form .modal-content > div.modal-footer {padding: 2% 4% 0; border-bottom: 0;}
header .mo_menu .search_form .modal-content > div.modal-footer button,  #search2 .modal-footer button {background: #00387d;}

html.mo_open header .mo_menu {transform: translateX(0%);}
html.mo_open header .mo_menu .close_btn {display: block;}
html.mo_open header .mo_menu_bg {visibility: visible; opacity: 1;}

header.f-nav {color: #333; background: #fff; border-bottom: 1px solid #e4e4e4;}
header.f-nav .etc .req_search { border: 1px solid #00387d; color: #00387d;}
header.f-nav .etc .req_search img { filter: none;}
header.f-nav .etc .req_search:hover {color: #fff;}
header.f-nav .etc .req_search:hover img {filter: brightness(10) grayscale(10) contrast(10);}
header.f-nav .etc .mo_btn span {background: #00387d;}
header.f-nav .logo img {display: none;}
header.f-nav .logo img:first-child {display: block;}
 
header.f-nav2 {top:-10em}

@media (max-width:1300px) {
    header .etc .req_search {font-size: 1.7em;}
}

@media (max-width:768px) {
    header .mo_menu .search_form .modal-content .form-select,
     header .mo_menu .search_form .modal-content .form-control,
     header .mo_menu .search_form .modal-content > div.modal-footer button {font-size: .85rem;}
     header .mo_menu .search_form .modal-body .input-group-text {padding: 5px 5px 5px 10px;}
     header .mo_menu .search_form .modal-content .form-select {padding: 3px 15px 3px 0; background-position: right;}
}



/* 푸터 */
footer {background: #959595; color: #efefef;}
footer .ft_top {border-bottom: 1px solid rgba(255,255,255,0.15); padding: 1.5em 4%;}
footer .ft_top > div {justify-content: space-between; align-items: center;}
footer .ft_top .privacy li {font-size: max(14px,1.7em); padding-right: 1em; margin-right: 1em;}
footer .ft_top .privacy li:first-child {color: #fff; position: relative;}
footer .ft_top .privacy li:first-child::before {content: ""; position: absolute; right: 0; top:15%; height: 70%; width: 1px; background: #efefef;}
footer .ft_top .family_site > li {font-size: max(14px,1.7em); color: #fff; position: relative; padding: 0.6em 1em; border:1px solid #fff; cursor: pointer;}
footer .ft_top .family_site > li img {margin-left: 3.5em;}
footer .ft_top .family_site ul {position: absolute; top:-1px; left:0; transform: translateY(-100%); background: #f5f5f5; color: #333; width: 100%; padding: 0.6em 1em; display: none;} 
footer .ft_top .family_site ul li {padding: 0.2em 0; transition: all 0.1s;}
footer .ft_top .family_site ul li a {display: block;}
footer .ft_top .family_site ul li:hover {font-weight: 600;}
footer .ft_bottom {padding: 3em 4% 5em; justify-content: space-between; align-items: center;}
footer .ft_bottom .ft_logo {width: min(264px, 20%);}
footer .ft_bottom p {width: calc(72% - 200px); font-size: max(14px,1.7em);}
footer .ft_bottom .sns {width: 20em; justify-content: space-between;}
footer .ft_bottom .sns img {width: 4em; height: 4em;}

@media (max-width:1080px) {
    header .gnb, header .etc a {display: none;}
    header .logo {width: min(264px,50%);}
    footer .ft_bottom .ft_logo {order:1; width: min(264px, calc(100% - 24em));}
    footer .ft_bottom p {width: 100%; order:3; margin-top: 2em;}
    footer .ft_bottom p br:not(:last-child) {display: none;} 
    footer .ft_bottom .sns {order:2;} 
}
@media (max-width:768px) {
    footer .ft_top .privacy li {margin-right: 0.5em; padding-right: 0.5em;}
    footer .ft_top .family_site > li {padding: 0.4em 0.6em;}
    footer .ft_top .family_site > li img {margin-left: 2em;}
}
