@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

::-moz-selection {
  background: #3865B7;
  color: white;
}

::selection {
  background: #3865B7;
  color: white;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: #1F2663;
}

::-webkit-scrollbar-thumb:hover {
  background: #303778;
}
#wrap{
  position: relative;
}
strong {
  font-weight: 500;
}

.last {
  margin-bottom: 0 !important;
}

.absolute {
  position: absolute;
}
.absolute img {
  min-width: -moz-min-content;
  min-width: min-content;
}

.text-shadow {
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.box-shadow {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.pe_none {
  pointer-events: none;
}

.display_none {
  display: none;
}

.w100 {
  width: 100%;
}

.title-text {
  font-family: "Noto Serif KR", serif;
  font-size: 73px;
  font-weight: 300;
}

h1 {
  font-family: "Noto Serif KR", serif;
  font-size: 47px;
  font-weight: 400;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

h2 {
  font-family: "Noto Serif KR", serif;
  font-size: 42px;
  font-weight: 300;
}

h3 {
  font-family: "Noto Serif KR", serif;
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 30px;
}

h4 {
  font-family: "Noto Serif KR", serif;
  font-size: 28px;
  font-weight: 300;
}

h5 {
  font-family: "Noto Serif KR", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}

tr {
  font-family: "Noto Serif KR", sans-serif;
  font-size: 22px;
  font-weight: 400;
}

p {
  margin-bottom: 30px;
  word-break: keep-all;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
} /* 텍스트 1줄으로 생략 */
.mo_only {
  display: none;
}

body {
  overflow-x: hidden;
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "Pretendard", sans-serif;
  color: rgba(0, 0, 0, 0.9);
  font-size: 20px;
  font-weight: 200;
  line-height: 1.6;
  letter-spacing: -0.2px;
}
body textarea, body input, body td {
  font-family: "Pretendard", sans-serif;
  color: rgba(0, 0, 0, 0.9);
  font-size: 20px;
  font-weight: 200;
  line-height: 1.6;
}

section {
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 0px;
  padding-top: 0;
}
section.section-1000w .inner .left {
  width: 400px;
}
section.section-1000w .inner .right {
  width: 1000px;
}
section.section-1000w .inner .right .box3-flex {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
section.section-1000w .inner .right .box3-flex li {
  width: 300px;
  height: 400px;
  background: #F8F8F8;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.section-1000w .inner .right .box3-flex li img {
  margin-bottom: 40px;
}
section.section-1000w .inner .right .box3-flex li h3 {
  color: #3865B7;
  font-weight: 500;
  margin-bottom: 30px;
}
section.section-1000w .inner .right .box3-flex li p {
  text-align: center;
  margin-bottom: 0;
}

.inner {
  width: 1400px;
  min-width: 1400px;
  margin: 0 auto;
  display: block;
  justify-content: space-between;
}
.inner .section-title {
  margin-bottom: 100px;
}
.inner .section-title h4 {
  color: #1F2663;
}
.inner .right {
  padding-top: 130px;
}
.inner > a > .button {
  margin-bottom: 100px;
}
.inner .left > a > .button {
  margin-bottom: 100px;
}

/* quick menu */
@media (min-width: 1440px) {
  aside {
    opacity: 0;
    box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.2), -1px -1px 20px 0px rgba(0, 0, 0, 0.2);
    transition: opacity 0.5s ease-in-out 0s;
    background-color: #fff;
    position: fixed;
    right: 3%;
    top: 14.5%;
    z-index: 999;
    border-radius: 16px;
    padding: 1rem 0 0;
    width: 97px;
  }
  aside > ul > li {
    position: relative;
    padding: 0.9rem 0rem;
  }
  aside > ul > li > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
  }
  aside > ul > li > a > strong {
    color: #212e5c;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0em;
  }
  aside > ul > li:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d2cfba;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
  }
  aside > ul > li:last-child {
    padding: 1.9rem 0 1.7rem;
  }
  aside > a {
    font-family: "josefin";
    color: #fff;
    font-weight: 400;
    font-size: 1.3rem;
    background-color: #132e8b;
    text-align: center;
    letter-spacing: -0.025em;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 45px;
    position: relative;
    top: 2px;
  }
  aside > a:hover{
    background-color: #f9ba11;
    transition: all 0.3s;
  }
}
@media (max-width: 1439px) {
  aside {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 55px;
    z-index: 100;
  }
  aside > ul {
    border-top: 1px solid rgba(204, 204, 204, 0.5);
    display: flex;
    background-color: #fff;
    width: 85.7142857143%;
  }
  aside > ul li {
    position: relative;
    flex: 1;
  }
  aside > ul li > a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  aside > ul li > a .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 35px;
    position: relative;
    bottom: -1px;
  }
  aside > ul li > a .icon > img {
    transform: scale(0.55);
  }
  aside > ul li > a > strong {
    font-size: 12.5px;
    font-weight: 400;
    position: absolute;
    bottom: 3px;
    color: #3a6463;
  }
  aside > ul li:not(:nth-last-child(-n+1))::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background-color: #d2cfba;
    top: 50%;
    transform: translateY(-50%);
    right: -2px;
  }
  aside > a {
    border-top: 1px solid #132e8b;
    width: 14.2857142857%;
    display: inline-block;
    background-color: #132e8b;
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
  }
  aside > a:hover{
    background-color: #f9ba11;
    transition: all 0.3s;
  }
}

/* header : 공통상단 */
#header {
	position: fixed; top: 0; left: 0; z-index: 100;
	width: 100%; height: 160px;
	background-color: transparent;
	transition: all .3s;
}
#header.active {
	background-color: #232323;
	height: 80px;
}
#header .header-top {
	position: relative;
	display: flex; align-items: center; justify-content: space-between;
	height: 100%;
}
#header .header-top .top-content {
	position: relative; z-index: 100;
	flex-shrink: 0;
	display: flex; align-items: center;
	margin: 0 8% 0 0;
	height: inherit;
	box-sizing: border-box;
	background-color: transparent;
	overflow: hidden;
	transition: all .3s;
}
#header .header-top h1 a {
	position: relative; z-index: 2;
  margin-top: 10px;
}
#header .header-top .gnb-wrap {
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
#header .header-top .gnb-wrap .gnb ul {
	display: flex;
}
#header .header-top .gnb-wrap .gnb ul li {
	flex: 1 1 auto;
	position: relative;
	text-align: center;
}
#header .header-top .gnb-wrap .gnb ul li:not(:last-child):after {
	content: '';
	position: absolute; top: 50%; right: 0;
	width: 1px; height: 20px;
	transform: translateY(-60%);
	background-color: #fff;
}
#header .header-top .gnb-wrap .gnb ul li a {
	position: relative;
	display: block;
	padding: 0 10px;
	font-size: 1.3rem; color: #fff;
}
#header .header-top .gnb-wrap .gnb ul li a:hover{
  color: #ffca3c;
  font-weight: 300;
  transition: color 0.3s;
}

#header .header-top .btn-gnb {
	position: absolute; top: 50%; right: 15px; z-index: 100;
	margin-top: -14px;
	width: 28px; height: 28px;
	text-align: center;
	cursor: pointer;
	display: none;
}
#header .header-top .btn-gnb span {
	position: absolute; top: 0; left: 50%;
	margin: 0 0 0 -9px;
	width: 20px; height: 2px;
	background: #fff;
	transition: all .2s;
}
#header .header-top .btn-gnb span:nth-child(1) {
	top: 7px;
}
#header .header-top .btn-gnb span:nth-child(2) {
	top: 13px;
}
#header .header-top .btn-gnb span:nth-child(3) {
	top: auto; bottom: 7px;
}
@media (max-width: 1520px) {
  #header .header-top h1 a{
    margin-left: 20px;
    margin-top: 10px;
  }
}
@media (max-width: 1279px) {
	#header {
		height: 80px;
	}
	#header .header-top {
		display: block;
		padding: 0;
	}
	#header .header-top .top-content {
		padding: 0 20px; margin: 0;
	}
	#header .header-top h1 img {
		height: 45px;
	}

	#header .header-top .gnb-wrap, 
	#header.active .header-top .gnb-wrap {
		padding: 0;
		position: fixed; top: 80px; bottom: 0; left: 0; right: 0;
		opacity: 0;
		visibility: hidden;
		height: auto;
		background: none;
		transition: all .3s;
	}
	html.expand-menu #wrap { position: relative; }
	html.expand-menu { position: fixed; overflow: hidden !important; touch-action: none; width: 100%; height: 100%; }
	html.expand-menu body { position: fixed; overflow: hidden !important; touch-action: none; width: 100%; height: 100%; }
	html.expand-menu #header .header-top .gnb-wrap { opacity: 1; visibility: visible; }
	html.expand-menu .fixo-dimmed { visibility: visible; opacity: 1; }

	html.expand-menu #header .header-top .top-content {
		background-color: rgba(0,0,0,.8);
	}

	#header .header-top .gnb-wrap .gnb {
		position: absolute; top: 0; left: 0; right: 0; z-index: 100;
		max-height: 100%;
		background-color: rgba(0,0,0,.8);
		text-align: left;
		overflow: hidden; overflow-y: auto;
	}
	html.expand-menu #header .header-top .btn-gnb span:nth-child(1) {
		top: 13px;
		transform: rotate(45deg);
	}
	html.expand-menu #header .header-top .btn-gnb span:nth-child(2) {
		opacity: 0;
	}
	html.expand-menu #header .header-top .btn-gnb span:nth-child(3) {
		bottom: 13px;
		transform: rotate(-45deg);
	}

	#header .header-top .gnb-wrap .gnb ul {
		display: block;
	}
	#header .header-top .gnb-wrap .gnb ul li {
		padding: 0; margin: 0 20px;
		text-align: left;
	}
	#header .header-top .gnb-wrap .gnb ul li:after {
		display: none;
	}
	#header .header-top .gnb-wrap .gnb ul li:not(:first-child) {
		border-top: 1px solid rgba(255,255,255,.2);
	}
	#header .header-top .gnb-wrap .gnb ul li a {
		padding: 14px 10px;
		font-size: 1.2rem;
	}

	#header .header-top .btn-gnb {
		display: block;
	}
}
@media (max-width: 719px) {
	#header, 
	#header.active {
		height: 54px;
	}
  #header .header-top h1 a{
    margin-left: 0;
    margin-top: 10px;
  }
	#header .header-top h1 img {
		height: 45px;
	}

	#header .header-top .gnb-wrap, 
	#header.active .header-top .gnb-wrap {
		top: 54px;
	}
}

@media screen and (max-width: 1024px) {
    #nav .nav-left{
        display: none;
    }
  body {
    font-size: 17px;
    font-weight: 200;
    line-height: 1.5;
  }
  body textarea, body input, body td {
    font-size: 18px;
    font-weight: 200;
    line-height: 1.5;
  }
  section {
    padding-top: 0;
  }
  section.section-1000w .inner {
    flex-direction: column;
  }
  section.section-1000w .inner .left {
    width: 100%;
  }
  section.section-1000w .inner .right {
    width: 100%;
    padding-top: 0;
  }
  .inner {
    width: 100%;
    height: 100%;
    padding-left: 30px;
    padding-right: 45px;
    min-width: unset;
  }
  .inner .section-title {
    margin-bottom: 100px;
  }
  .inner .right {
    padding-top: 150px;
  }
  .inner > a > .button {
    margin-bottom: 70px;
  }
  .inner .left > a > .button {
    margin-bottom: 70px;
  }
  h1 {
    font-size: 50px;
    font-weight: 400;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  }
  h2 {
    font-size: 38px;
    font-weight: 300;
  }
  h3 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 30px;
  }
  h4 {
    font-size: 24px;
    font-weight: 300;
  }
  h5 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
  }
  tr {
    font-size: 20px;
  }
  p {
    margin-bottom: 30px;
  }
  #nav .inner {
    padding-right: 20px;
  }
  #nav .inner #logo {
    margin-left: 30px;
    width: 150px;
  }
  #nav .inner #logo img {
    width: 100%;
  }
  #nav .inner > ul {
    width: calc(100% - 200px);
  }
  #nav .inner > ul > li a {
    padding: 0 10px;
    font-size: 17px;
  }
  #nav .inner #login-tab {
    display: none;
  }
  #nav .nav-right {
    width: 100px;
  }
  #nav .nav-right a {
    font-size: 16px;
  }
  #full-nav .inner {
    margin-left: 50px;
  }
  
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.5;
  }
  body textarea, body input, body td {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.5;
  }
  section {
    padding-top: 0;
  }
  .inner {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
  .inner .section-title {
    margin-bottom: 50px;
  }
  .inner .left {
    margin-bottom: 0px;
  }
  .inner .right {
    padding-top: 50px;
    margin-bottom: 50px;
  }
  .inner > a > .button {
    margin-bottom: 30px;
  }
  .inner .left > a > .button {
    margin-bottom: 30px;
  }
  h1 {
    font-size: 35px;
    font-weight: 500;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  }
  h2 {
    font-size: 30px;
    font-weight: 300;
  }
  h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
  }
  h4 {
    font-size: 20px;
    font-weight: 300;
  }
  h5 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
  }
  tr {
    font-size: 18px;
  }
  p {
    margin-bottom: 30px;
  }

}