@charset "utf-8";
@import url("reset.css");

:root {
	--black:#1d1d1d; /* 운영-NEW */
	--white:#FFFFFF;
	--blue:#1d56bc; /* 운영-NEW */
	--lblue:#246beb; /* 운영-NEW */
	--tblue:#2E72ED;
	--bgblue:#F3F6FE;
	--darkblue:#274084;
	--red:#EF5050;
	--orange:#f76450; /* 운영-웹접근성 */
	--yellow:#FADB4F;
	--tyellow:#b08517; /* 운영-웹접근성 */
	--green:#56A186;
	--violet:#9087D8;
	--gray3:#454545;
	--gray2:#949494;
	--gray1:#d8d8d8; /* 운영-NEW */
	--gray0:#f8f8f8; /* 운영-NEW */
	--point:#74D5F4;
	--cyan:#0095c5; /* 2차231024 */
	--cubic:cubic-bezier(0.42, 0, 0.52, 1);
	--visual-image : url(../img/visual/top_visual1.svg);
	--visual-image-m: url(../img/visual/top_visual_m1.svg);
}
/* Reset */
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,form,fieldset,p,input,textarea,i,u,em,strong,b,a,button,th,td,code{margin:0;padding:0;}
h1,h2,h3,h4,h5,strong,b {font-weight:700;}
h1,h2,h3,h4,h5,h6 {font-size:inherit;}
*,*:before,*:after {box-sizing:border-box;}
img,fieldset,iframe,button{border:0;}
ul,li{list-style:none}
input:not([type="radio"]),input:not([type="checkbox"]) {}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {display:none;}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {-webkit-appearance:none;-moz-appearance:none;appearance:none;}
input[type=number] {-moz-appearance:textfield;}
input,select,button,label,textarea,a {}
input,textarea,button {font-size:inherit;font-family:inherit;color:inherit;line-height:inherit;}
input[type="password"] {font-family:inherit;}
select {font-size:inherit;color:inherit;line-height:inherit;font-family:inherit;}
input:disabled,select:disabled,button:disabled,label:disabled,a:disabled,textarea:disabled {cursor:default;}
textarea {resize:none;}
label,button,select,a{cursor:pointer;}
table{border-collapse:separate;border-spacing:0;width:100%;table-layout:auto;}
legend {overflow:hidden;visibility:hidden;font-size:0.1rem;text-indent:-999rem;margin-top:-0.1rem;width:0.1rem;height:0.1rem;}
a {text-decoration:none;color:inherit;}
a:visited {text-decoration:none;}
a:hover,
a:focus {text-decoration:none;}
button {background:none;font-family:inherit;overflow:visible;text-align:inherit;font-weight:inherit;}
em {font-style:normal;font-weight:700;}
i {font-style:normal;}
code {display:inline;color:inherit;font-size:inherit;line-height:inherit;font-family:inherit;font-weight:inherit;}
pre {color:inherit;font-size:inherit;line-height:inherit;font-family:inherit;font-weight:inherit;margin:0;}
table caption {position:absolute;text-indent:-999rem;width:0;height:0;left:0;top:0;}
html {-webkit-text-size-adjust:none;font-size:62.5%;}
body {font-family:'Pretendard GOV'; font-weight:400; font-size:1.6rem; color:var(--black); line-height:1.5; letter-spacing:-0.06rem; word-break:keep-all; min-width:320px;} /* 운영241028 */
th, td {word-wrap: break-word; word-break: keep-all; overflow-wrap: break-word;}
@media screen and (max-width:1024px) {
	body {font-size:1.4rem;}
}
/* hidden */ 
.blind {position:absolute!important;color:transparent!important;opacity:0!important;width:0.1rem!important;height:0.1rem!important;font-size:0.1rem!important;overflow:hidden!important;}
.toggleParent .on {display:block;}
.toggleParent .off {display:none;}
.toggleParent.active .on {display:none;}
.toggleParent.active .off {display:block;}
.tabpanel {display:none;}
.tabpanel.active {display:block;}
.ac {text-align:center!important;}
.al {text-align:left!important;}
.ar {text-align:right!important;}
.vm {vertical-align:middle!important;}
.vt {vertical-align:top!important;}
.vb {vertical-align:bottom!important;}
.d-flex {display:flex!important;}
.d-inflex {display:inline-flex!important;}
.j-between {justify-content:space-between!important;}
.j-center {justify-content:center!important;}
.j-end {justify-content:flex-end!important;}
.j-start {justify-content:start!important;}
.a-start {align-items:flex-start!important;}
.a-end {align-items:flex-end!important;}
.a-center {align-items:center!important;}
.flex-column {flex-direction:column!important;}
.flex-wrap {flex-wrap:wrap!important;}
.no-flex-wrap {flex-wrap:nowrap!important;}
.psr {position:relative !important;} /* 2차240111 */
.psa {position:absolute !important;} /* 2차240111 */
/* font */
.fc-white {color:var(--white)!important;}
.fc-black {color:var(--black)!important;}
.fc-blue {color:var(--tblue)!important;}
.fc-lblue {color:var(--lblue)!important;}
.fc-darkblue {color:var(--darkblue)!important;}
.fc-orange {color:var(--orange)!important;}
.fc-yellow {color:var(--tyellow)!important;}
.fc-lyellow {color:var(--yellow)!important;}
.fc-green {color:var(--green)!important;}
.fc-violet {color:var(--violet)!important;}
.fc-gray0 {color:var(--gray0)!important;}
.fc-gray1 {color:var(--gray1)!important;}
.fc-gray2 {color:var(--gray2)!important;}
.fc-gray3 {color:var(--gray3)!important;}
.fc-cyan {color:var(--cyan)!important;} /* 2차231024 */
.fw-400 {font-weight:400!important;}
.fw-700 {font-weight:700!important;}
.fc_red {color:#EF5050!important;}
.fc_tblue {color:#2E72ED!important;}
.bg-white {background:var(--white)!important;}
.dropDown {position:relative;}
.dropDown .trigger {position:relative;}
.mtrbl0 {margin:0!important;} /* 2차240220 */
.mtauto {margin-top:auto!important;}
.mt0 {margin-top:0!important;}
.mt5 {margin-top:0.5rem!important;}
.mt8 {margin-top:0.8rem!important;}
.mt10 {margin-top:1.0rem!important;}
.mt15 {margin-top:1.5rem!important;}
.mt16 {margin-top:1.6rem!important;}
.mt20 {margin-top:2.0rem!important;}
.mt24 {margin-top:2.4rem!important;}
.mt30 {margin-top:3.0rem!important;}
.mt32 {margin-top:3.2rem!important;}
.mt40 {margin-top:4.0rem!important;}
.mt50 {margin-top:5.0rem!important;}
.mt70 {margin-top:7.0rem!important;}
@media screen and (max-width:1024px) {
	.mt16 {margin-top:0.8rem!important;}
	.mt24 {margin-top:1.6rem!important;}
	.mt32 {margin-top:2.4rem!important;}
	.mt40 {margin-top:3.2rem!important;}
	.mo-mt0 {margin-top:0!important;}
	.mo-mt5 {margin-top:0.5rem!important;}
	.mo-mt8 {margin-top:0.8rem!important;}
	.mo-mt10 {margin-top:1.0rem!important;}
	.mo-mt15 {margin-top:1.5rem!important;}
	.mo-mt16 {margin-top:1.6rem!important;}
	.mo-mt20 {margin-top:2.0rem!important;}
	.mo-mt24 {margin-top:2.4rem!important;}
	.mo-mt30 {margin-top:3.0rem!important;}
	.mo-mt32 {margin-top:3.2rem!important;}
	.mo-mt40 {margin-top:4.0rem!important;}
	.mo-mt50 {margin-top:5.0rem!important;}
	.mo-mt60 {margin-top:6.0rem!important;}
	.mo-mt70 {margin-top:7.0rem!important;}
}
.mbauto {margin-bottom:auto!important;}
.mb0 {margin-bottom:0!important;}
.mb5 {margin-bottom:0.5rem!important;}
.mb8 {margin-bottom:0.8rem!important;}
.mb10 {margin-bottom:1.0rem!important;}
.mb15 {margin-bottom:1.5rem!important;}
.mb16 {margin-bottom:1.6rem!important;}
.mb20 {margin-bottom:2.0rem!important;}
.mb24 {margin-bottom:2.4rem!important;}
.mb30 {margin-bottom:3.0rem!important;}
.mb32 {margin-bottom:3.2rem!important;}
.mb40 {margin-bottom:4.0rem!important;}
.mb50 {margin-bottom:5.0rem!important;}
.mb70 {margin-bottom:7.0rem!important;}
@media screen and (max-width:1024px) {
	.mb16 {margin-bottom:0.8rem!important;}
	.mb24 {margin-bottom:1.6rem!important;}
	.mb32 {margin-bottom:2.4rem!important;}
	.mb40 {margin-bottom:3.2rem!important;}
}
.mlauto {margin-left:auto!important;}
.ml0 {margin-left:0!important;}
.ml5 {margin-left:0.5rem!important;}
.ml8 {margin-left:0.8rem!important;}
.ml10 {margin-left:1.0rem!important;}
.ml15 {margin-left:1.5rem!important;}
.ml16 {margin-left:1.6rem!important;}
.ml20 {margin-left:2.0rem!important;}
.ml24 {margin-left:2.4rem!important;}
.ml30 {margin-left:3.0rem!important;}
.ml32 {margin-left:3.2rem!important;}
.ml40 {margin-left:4.0rem!important;}
.ml50 {margin-left:5.0rem!important;}
.ml70 {margin-left:7.0rem!important;}
.mrauto {margin-right:auto!important;}
.mr0 {margin-right:0!important;}
.mr5 {margin-right:0.5rem!important;}
.mr8 {margin-right:0.8rem!important;}
.mr10 {margin-right:1.0rem!important;}
.mr15 {margin-right:1.5rem!important;}
.mr16 {margin-right:1.6rem!important;}
.mr20 {margin-right:2.0rem!important;}
.mr24 {margin-right:2.4rem!important;}
.mr30 {margin-right:3.0rem!important;}
.mr32 {margin-right:3.2rem!important;}
.mr40 {margin-right:4.0rem!important;}
.mr50 {margin-right:5.0rem!important;}
.mr70 {margin-right:7.0rem!important;}
.mauto {margin:auto!important;}
.ptrbl0 {padding:0!important;} /* 2차240220 */
.pt0 {padding-top:0!important;}
.pt5 {padding-top:0.5rem!important;}
.pt8 {padding-top:0.8rem!important;}
.pt10 {padding-top:1.0rem!important;}
.pt15 {padding-top:1.5rem!important;}
.pt16 {padding-top:1.6rem!important;}
.pt17 {padding-top:1.7rem !important;} /* 2차231102 */
.pt20 {padding-top:2.0rem!important;}
.pt24 {padding-top:2.4rem!important;}
.pt30 {padding-top:3.0rem!important;}
.pt32 {padding-top:3.2rem!important;}
.pt40 {padding-top:4.0rem!important;}
.pt50 {padding-top:5.0rem!important;}
.pt70 {padding-top:7.0rem!important;}
.pb0 {padding-bottom:0!important;}
.pb5 {padding-bottom:0.5rem!important;}
.pb8 {padding-bottom:0.8rem!important;}
.pb10 {padding-bottom:1.0rem!important;}
.pb15 {padding-bottom:1.5rem!important;}
.pb16 {padding-bottom:1.6rem!important;}
.pb17 {padding-bottom:1.7rem !important;} /* 2차231102 */
.pb20 {padding-bottom:2.0rem!important;}
.pb24 {padding-bottom:2.4rem!important;}
.pb30 {padding-bottom:3.0rem!important;}
.pb32 {padding-bottom:3.2rem!important;}
.pb40 {padding-bottom:4.0rem!important;}
.pb50 {padding-bottom:5.0rem!important;}
.pb70 {padding-bottom:7.0rem!important;}
.pl0 {padding-left:0!important;}
.pl5 {padding-left:0.5rem!important;}
.pl8 {padding-left:0.8rem!important;}
.pl10 {padding-left:1.0rem!important;}
.pl15 {padding-left:1.5rem!important;}
.pl16 {padding-left:1.6rem!important;}
.pl20 {padding-left:2.0rem!important;}
.pl24 {padding-left:2.4rem!important;}
.pl30 {padding-left:3.0rem!important;}
.pl32 {padding-left:3.2rem!important;}
.pl40 {padding-left:4.0rem!important;}
.pl50 {padding-left:5.0rem!important;}
.pl70 {padding-left:7.0rem!important;}
.pr0 {padding-right:0!important;}
.pr5 {padding-right:0.5rem!important;}
.pr8 {padding-right:0.8rem!important;}
.pr10 {padding-right:1.0rem!important;}
.pr15 {padding-right:1.5rem!important;}
.pr16 {padding-right:1.6rem!important;}
.pr20 {padding-right:2.0rem!important;}
.pr24 {padding-right:2.4rem!important;}
.pr30 {padding-right:3.0rem!important;}
.pr32 {padding-right:3.2rem!important;}
.pr40 {padding-right:4.0rem!important;}
.pr50 {padding-right:5.0rem!important;}
.pr70 {padding-right:7.0rem!important;}
.wauto {width:auto!important;}
.w100 {width: 100%!important;}
.m-w100 {max-width:100% !important;} /* 2차231102 */
.w50 {width: 50%!important;}
.w25 {width: 25%!important;}
.w20 {width: 20%!important;}
.w10 {width: 20%!important;}
.noborder-b {border-bottom:none !important;} /* 2차231102 */
/* 2차240220 : s */
.border-t {border-top:none;}
@media screen and (max-width:1024px) {
	.border-t {border-top:1px dashed rgba(0,0,0,0.3) !important; padding-top:16px !important;}
}
/* 2차240220 : e */
/* Mobile */
.block {display:block!important;}
.pc-inblock {display:inline-block!important;}
.pc-block {display:block!important;}
.pc-flex {display:flex!important;}
.mo-block {display:none!important;}
.mo-flex {display:none!important;}
.pc-flex-mo-block {display:flex!important;}
colgroup.pc-only {display:table-column-group!important;}
colgroup.mo-only {display:none!important;}
th.pc-only,
td.pc-only {display:table-cell!important;}
th.mo-only,
td.mo-only {display:none!important;}
.d-none {display:none!important;}
@media screen and (max-width:1024px) {
	.pc-inblock {display:none!important;}
	.pc-block {display:none!important;}
	.pc-flex {display:none!important;}
	.mo-block {display:block!important;}
	.mo-flex {display:flex!important;}
	.pc-flex-mo-block {display:block!important;}
	colgroup.pc-only {display:none!important;}
	colgroup.mo-only {display:table-column-group!important;}
	th.pc-only,
	td.pc-only {display:none!important;}
	th.mo-only,
	td.mo-only {display:table-cell!important;}
	.d-none {display:none!important;}
}

/* 2025이용자-웹접근성 : s */
/*main*/
.sr-only {position: absolute; width: 1px; height: 1px; padding:0; margin:-1px; clip:rect(0,0,0,0); border:0;}

/* 2025이용자-웹접근성 : e */
