@charset "utf-8";

html, body {
  font-size: 10px;
  overflow-x:hidden;
}

body {
  position: relative;
  font-family: "Pretendard Variable", sans-serif;
  color:#000;
  -webkit-text-size-adjust: none;
  overflow-x:hidden;
  -webkit-overflow-scrolling:touch;
}

body, h1, h2, h3, h4, h5, h6, ul, p, button, input, td{
  margin:0;
  padding:0
}

h1, h2, h3, h4, h5, h6{
  font-size:inherit;
  font-weight:normal;
  font-family:inherit;
}

ul{
  list-style:none;
}

a{
  text-decoration:none;
}

a:link, a:visited, a:hover, a:active{
  color:inherit;
  text-decoration:none;
}

strong {
    font-weight: normal;
}

button{
  border:0px;
  background:none;
  cursor:pointer;
  font-family:inherit;
  font-size: inherit;
}

img{
  border:0px;
  vertical-align:top;
}

address{
  font-style:normal;
}

header, nav, section, article, footer{
  display:block;
}

legend {
  position:absolute;
  margin:0;
  padding:0;
  font-size:0;
  line-height:0;
  text-indent:-9999em;
  overflow:hidden;
}

label, input, button, select{
  vertical-align:middle;
}

input, textarea{
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

hr {
  display:none;
}

pre {
  overflow-x:scroll;
  font-size:1.1em;
}

table{
  border-spacing:0px;
  border-collapse:collapse;
}

em{
  font-style:normal;
}

fieldset{
  border:0;
}

select::-ms-expand {
  display:none;
}

input:focus {
  outline:none;
}

input[type="date"]{
  position:relative;
  padding-right:20px;
  padding-left:0;
}

input[type="date"]::-webkit-clear-button,
input[type="date"]::-webkit-inner-spin-button{
  display:none;
}

input[type="date"]::-webkit-calendar-picker-indicator{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:transparent;
  color:transparent;
  cursor:pointer;
}

input[type="date"]::before{
  content:attr(data-placeholder);
  width:100%;
}

input[type="date"]:valid::before{
  display:none;
}

input[data-placeholder]::before{
  color:#999;
  font-size:13px;
}

.clear:after{
  display:block;
  content:"";
  clear:both;
}

.area {
  width: 1280px;
  margin: 0 auto;
}


#black {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  z-index: 102;
}

#black.on {
  display: block;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8.5rem;
  background-color: #fff;
  z-index: 11;
}

#header .area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

#header .area .logo .logo-wrap {
  display: flex;
  align-items: center;
  gap: 2.1rem;
}

#header .area .logo .logo-wrap .logo-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 11rem;
  background-color: #c32f3c;
}

#header .area .logo .logo-wrap .logo-1 img {
  width: 9rem;
  height: auto;
}

#header .area .logo .logo-wrap p {
  font-size: 2.1rem;
  font-weight: 700;
}

#header .area .gnb-wrap {
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
  height: 100%;
}

#header .area .gnb-wrap ul.depth1 {
  display: flex;
  height: 100%;
  margin-right: 6rem;
}

#header .area .gnb-wrap ul.depth1 > li {
  position: relative;
  width: 18rem;
  height: 100%;
}

#header .area .gnb-wrap ul.depth1 > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  font-weight: 500;
}

#header .area .gnb-wrap ul.depth1 > li > a > span {
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 3px;
  background-color: #c32f3c;
  transition: 0.5s;
  z-index: 12;
}

#header .area .gnb-wrap ul.depth1 > li:hover > a {
  font-weight: 700;
  color: #c32f3c;
}

#header .area .gnb-wrap ul.depth1 > li:hover > a span {
  width: 100%;
}

#header .area .gnb-wrap ul.depth1 > li .sub-menu {
  display: none;
  position: relative;
  padding: 1rem 0;
  width: 18rem;
  background-color: #fff;
  z-index: 11;
  border-top: 1px solid #e0e0e0;
}

#header .area .gnb-wrap ul.depth1 > li .sub-menu li.blank {
  height: 5.5rem;
}

#header .area .gnb-wrap ul.depth1 > li .sub-menu li a {
  display: block;
  font-size: 1.6rem;
  color: #5B5B5B;
  padding: 1.8rem 0;
  text-align: center;
}

#header .area .gnb-wrap ul.depth1 > li:hover .sub-menu {
  background-color: #F9F9F9;
}

#header .area .gnb-wrap ul.depth1 > li .sub-menu li:hover a {
  color: #212121;
  font-weight: 700;
}

#header .gnb-bg {
  display: none;
  position: absolute;
  left: 0;
  top: 8.5rem;
  width: 100%;
  height: 40.5rem;
  background-color: #fff;
  z-index: 10;
  border-top: 1px solid #e0e0e0;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}

#header .area .gnb-wrap .login-btn {
  font-size: 1.4rem;
  margin-right: 4rem;
}

#header .area .menu-wrap {
  position: relative;
  width: 4.4rem;
  height: 4.4rem;
  background-color: #262626;
}

#hamburger-menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 3rem;
  height: 2rem;
}

#hamburger-menu span {
  opacity: 1;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  color: black;
  background-color: white;
  position: absolute;
  transform: rotate(0deg);
  transition: .4s ease-in-out;
}

#hamburger-menu span:nth-child(1) {
  top: 0;
}
#hamburger-menu span:nth-child(2) {
  top: 0.9rem;
}
#hamburger-menu span:nth-child(3) {
  top: 1.8rem;
}
#hamburger-menu.open span:nth-child(1) {
  transform: translateY(0.9rem) rotate(135deg);
}
#hamburger-menu.open span:nth-child(2) {
  opacity: 0;
  transform: translateX(-6rem);
}
#hamburger-menu.open span:nth-child(3) {
  transform: translateY(-0.9rem) rotate(-135deg);
}

#header .area .menu-wrap .menu-btn img {
  width: 4.4rem;
  height: auto;
}

#moFullMenu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 74%;
  height: 100vh;
  background-color: #fff;
  z-index: 103;
  transition: 0.5s;
}

#moFullMenu.on {
  right: 0;
}

#moFullMenu .wrap {
  position: relative;
  padding-top: 9rem;
}

#moFullMenu .wrap .close-btn {
  position: absolute;
  top: 3.5rem;
  right: 4rem;
  width: 2rem;
  height: 2rem;
}

#moFullMenu .wrap .close-btn img {
  width: 100%;
  height: auto;
}

#moFullMenu .wrap .mo-fm-hd {
  display: flex;
  align-items: center;
  padding: 2rem 4rem;
  background-color: #c32f3c;
}

#moFullMenu .wrap .mo-fm-hd .fm-logo a {
  display: block;
  margin-right: 2rem;
}

#moFullMenu .wrap .mo-fm-hd .fm-logo a img {
  width: 8rem;
  height: auto;
}

#moFullMenu .wrap .mo-fm-hd p {
  font-size: 1.8rem;
  color: #fff;
}

#moFullMenu .wrap .menu-list .depth-1 > li {
  border-bottom: 1px solid #DEDEDE;
}

#moFullMenu .wrap .menu-list .depth-1 > li.on {
  background-color: #262626;
}

#moFullMenu .wrap .menu-list .depth-1 > li > h3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2.2rem;
  font-weight: 500;
  padding: 2.2rem 3rem;
}

#moFullMenu .wrap .menu-list .depth-1 > li.on > h3 {
  color: #fff;
}

#moFullMenu .wrap .menu-list .depth-1 > li > h3 img {
  position: absolute;
  top: 3rem;
  right: 4rem;
  width: 2rem;
  aspect-ratio: 28 / 16;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

#moFullMenu .wrap .menu-list .depth-1 > li > h3 img.on {
  opacity: 0;
  transform: rotate(-180deg);
}

#moFullMenu .wrap .menu-list .depth-1 > li > h3 img.off {
  opacity: 1;
  transform: rotate(0deg);
}

#moFullMenu .wrap .menu-list .depth-1 > li .depth-2 {
  display: none;
  padding: 1rem 0;
  background-color: #F4F5F6;
}

#moFullMenu .wrap .menu-list .depth-1 > li .depth-2 li {
  height: 5.5rem;
  line-height: 5.5rem;
}

#moFullMenu .wrap .menu-list .depth-1 > li .depth-2 li a {
  display: block;
  padding-left: 4rem;
  font-size: 1.8rem;
  color: #797979;
}

#main .visual-con .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 77rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#main .visual-con .swiper .swiper-wrapper .visual1 {
  background-image: url("../images/main_visual1.jpg");
}

#main .visual-con .swiper .swiper-wrapper .visual2 {
  background-image: url("../images/main_visual2.jpg");
}

#main .visual-con .swiper .swiper-wrapper .visual3 {
  background-image: url("../images/main_visual3.jpg");
}

#main .visual-con .swiper .swiper-wrapper .visual4 {
  background-image: url("../images/main_visual4.jpg");
}

#main .visual-con .swiper .swiper-wrapper .visual5 {
  background-image: url("../images/main_visual5.jpg");
}

#main .visual-con .swiper .visual-txt {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  color: #fff;
  z-index: 10;
  margin-left: -64rem;
}

#main .visual-con .swiper .visual-txt > * {
  text-shadow: 0.2rem 0.2rem 0.5rem rgba(0,0,0,0.3);
}

#main .visual-con .swiper .visual-txt p {
  font-size: 2.8rem;
  font-weight: 500;
}

#main .visual-con .swiper .visual-txt h3 {
  font-size: 4.2rem;
  font-weight: 800;
  padding-top: 1rem;
}

#main .visual-con .swiper .visual-txt .bar {
  position: absolute;
  bottom: 0.8rem;
  right: -54rem;
  display: block;
  width: 51.3rem;
  height: 0.2rem;
  background-color: #fff;
  box-shadow: 0.2rem 0.2rem 0.5rem rgba(0,0,0,0.3);
}

#main .visual-con .swiper .swiper-pagination {
  position: absolute;
  bottom: 6.4rem;
  left: 50%;
  margin-left: 44.5rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

#main .visual-con .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.7rem;
  height: 0.7rem;
  background-color: #fff;
  margin: 0;
  opacity: 1;
  box-shadow: 0.2rem 0.2rem 0.5rem rgba(0,0,0,0.3);
}

#main .visual-con .swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.2rem;
  height: 1.2rem;
}

#main .quick-con {
  width: 100%;
  height: 18rem;
  background-color: #c32f3c;
}

#main .quick-con .area {
  display: flex;
  justify-content: center;
  gap: 5.2rem;
  height: 100%;
}

#main .quick-con .area > div {
  padding-top: 4rem;
}

#main .quick-con .area .tit-wrap {
  display: flex;
  gap: 2rem;
}

#main .quick-con .area .tit-wrap .icon img {
  width: 3.8rem;
  height: auto;
}

#main .quick-con .area .tit-wrap .tit-cont {
  color: #fff;
}

#main .quick-con .area .tit-wrap .tit-cont p {
  font-size: 2rem;
  font-weight: 500;
}

#main .quick-con .area .tit-wrap .tit-cont h4 {
  font-size: 2.6rem;
  font-weight: 800;
}

#main .quick-con .area .txt-wrap ul {
  display: flex;
  gap: 3.6rem;
}

#main .quick-con .area .txt-wrap ul li a {
  display: block;
  transition: 0.5s;
}

#main .quick-con .area .txt-wrap ul li a .icon {
  display: block;
  box-shadow: 0.2rem 0.2rem 0.5rem rgba(87,0,0,0.4);
  border-radius: 0.5rem;
  width: 8rem;
  margin: 0 auto;
}

#main .quick-con .area .txt-wrap ul li a .icon img {
  width: 100%;
  height: auto;
}

#main .quick-con .area .txt-wrap ul li a p {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding-top: 1.2rem;
}

#main .quick-con .area .txt-wrap ul li:hover a {
  margin-top: -1rem;
}

#main .su-con {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 8.5rem;
}

#main .su-con::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 17.5rem;
  background-color: #c32f3c;
}

#main .su-con .area .tit-wrap h3 {
  font-size: 3.2rem;
  line-height: 4.3rem;
  text-align: center;
  font-weight: 800;
}

#main .su-con .area .tit-wrap h3 strong {
  font-weight: 800;
  color: #c32f3c;
}

#main .su-con .area .tit-wrap .bar {
  display: block;
  width: 1px;
  height: 8rem;
  background-color: #c32f3c;
  margin: 3.3rem auto 0;
}

#main .su-con .area .txt-wrap {
  margin-top: 2.3rem;
}

#main .su-con .area .txt-wrap ul {
  display: flex;
  justify-content: space-between;
}

#main .su-con .area .txt-wrap ul li {
  position: relative;
  width: 40rem;
  height: 25rem;
  overflow: hidden;
}

#main .su-con .area .txt-wrap ul li .img {
  width: 100%;
  height: 100%;
}

#main .su-con .area .txt-wrap ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#main .su-con .area .txt-wrap ul li .cont-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9rem;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#main .su-con .area .txt-wrap ul li .cont-box h4 {
  font-size: 1.6rem;
  font-weight: 800;
}

#main .su-con .area .txt-wrap ul li .cont-box p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 500;
  padding-top: 1.2rem;
}

#main .su-con .area .txt-wrap ul li:nth-child(2) {
  width: 44rem;
}

#main .notice-con {
  padding: 12rem 0;
}

#main .notice-con .area .tit-wrap {
  text-align: center;
}

#main .notice-con .area .tit-wrap h3 {
  font-size: 3rem;
  font-weight: 800;
  color: #262626;
}

#main .notice-con .area .txt-wrap .more-btn {
  display: flex;
  align-items: baseline;
  justify-content: right;
  gap: 1rem;
  font-size: 1.6rem;
  font-weight: 800;
  color: #c32f3c;
}

#main .notice-con .area .txt-wrap .more-btn img {
  width: 3rem;
  height: 0.7rem;
}

#main .notice-con .area .txt-wrap .top-group {
  border-top: 1px solid #ccc;
  padding-top: 2rem;
  margin-top: 1rem;
}

#main .notice-con .area .txt-wrap .top-group ul {
  display: flex;
  justify-content: space-between;
}

#main .notice-con .area .txt-wrap .top-group ul li {
  width: 40rem;
  height: 23rem;
  background-color: #fff;
  box-shadow: 0.2rem 0.2rem 0.5rem rgba(0,0,0,0.4);
  border-radius: 0.5rem;
  transition: 0.5s;
}

#main .notice-con .area .txt-wrap .top-group ul li .inner {
  position: relative;
  padding: 2rem;
  height: calc(100% - 4rem);
}

#main .notice-con .area .txt-wrap .top-group ul li .inner a {
  display: block;
  height: 100%;
}

#main .notice-con .area .txt-wrap .top-group ul li .inner .list-util {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#main .notice-con .area .txt-wrap .top-group ul li .inner .list-util h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 2.5rem;
  background-color: #999;
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
}

#main .notice-con .area .txt-wrap .top-group ul li .inner .list-util h5.important {
  background-color: #c32f3c;
}

#main .notice-con .area .txt-wrap .top-group ul li .inner .list-util span {
  font-weight: 800;
  color: #ccc;
  font-size: 1.6rem;
}

#main .notice-con .area .txt-wrap .top-group ul li .inner .list-tit {
  padding-top: 2.4rem;
}

#main .notice-con .area .txt-wrap .top-group ul li .inner .list-tit h4 {
  font-size: 1.6rem;
  font-weight: 800;
}

#main .notice-con .area .txt-wrap .top-group ul li .inner .list-tit p {
  font-size: 1.2rem;
  font-weight: 300;
  color: #999;
  padding-top: 1.6rem;
}

#main .notice-con .area .txt-wrap .top-group ul li .inner .date {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 300;
  color: #999;
}

#main .notice-con .area .txt-wrap .top-group ul li:hover {
  transform: scale(1.03);
}

#main .notice-con .area .txt-wrap .btm-group {
  margin-top: 3rem;
}

#main .notice-con .area .txt-wrap .btm-group ul {
  display: flex;
}

#main .notice-con .area .txt-wrap .btm-group ul li {
  width: 25%;
  height: 7rem;
  text-align: center;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
}

#main .notice-con .area .txt-wrap .btm-group ul li a {
  display: block;
  height: 100%;
}

#main .notice-con .area .txt-wrap .btm-group ul li a h4 {
  font-size: 1.6rem;
  font-weight: 800;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  padding: 1.3rem 3.5rem 0;
}

#main .notice-con .area .txt-wrap .btm-group ul li a p {
  font-size: 1.2rem;
  font-weight: 300;
  color: #999;
  padding-top: 1rem;
}

#main .notice-con .area .txt-wrap .btm-group ul li:last-child {
  border-right: 1px solid #ccc;
}

#main .notice-con .area .txt-wrap .btm-group ul li:hover > * {
  text-decoration: underline;
}

#main .gallery-con {
  background-color: #404040;
  padding: 9rem 0;
}
#main .gallery-con .area .tit-wrap {
  text-align: center;
}

#main .gallery-con .area .tit-wrap h3 {
  font-size: 3rem;
  font-weight: 800;
  color: #fff;
}

#main .gallery-con .area .txt-wrap .more-btn {
  display: flex;
  align-items: baseline;
  justify-content: right;
  gap: 1rem;
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
}

#main .gallery-con .area .txt-wrap .more-btn img {
  width: 3rem;
  height: 0.7rem;
}

#main .gallery-con .area .txt-wrap .list-group {
  display: flex;
  gap: 2rem;
  border-top: 1px solid #808080;
  padding-top: 2rem;
  margin-top: 1rem;
}

#main .gallery-con .area .txt-wrap .list-group > div {
  width: calc(50% - 1rem);
  height: 40rem;
  overflow: hidden;
}

#main .gallery-con .area .txt-wrap .list-group .left {
  position: relative;
}

#main .gallery-con .area .txt-wrap .list-group .left a {
  display: block;
}

#main .gallery-con .area .txt-wrap .list-group .left a .img {
  width: 100%;
  height: 100%;
}

#main .gallery-con .area .txt-wrap .list-group .left a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

#main .gallery-con .area .txt-wrap .list-group .left a .cont-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6rem;
  background-color: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

#main .gallery-con .area .txt-wrap .list-group .left a .cont-box p {
  font-size: 2.1rem;
  color: #fff;
  font-weight: 800;
}

#main .gallery-con .area .txt-wrap .list-group .left a .img:hover img {
  transform: scale(1.05);
}

#main .gallery-con .area .txt-wrap .list-group .right ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  height: 100%;
}

#main .gallery-con .area .txt-wrap .list-group .right ul li {
  position: relative;
  width: calc(50% - 1rem);
  height: calc(50% - 1rem);
  overflow: hidden;
}

#main .gallery-con .area .txt-wrap .list-group .right ul li a {
  display: block;
}

#main .gallery-con .area .txt-wrap .list-group .right ul li a .img {
  width: 100%;
  height: 100%;
}

#main .gallery-con .area .txt-wrap .list-group .right ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

#main .gallery-con .area .txt-wrap .list-group .right ul li a .cont-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3rem;
  background-color: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

#main .gallery-con .area .txt-wrap .list-group .right ul li a .cont-box p {
  font-size: 1.3rem;
  color: #fff;
  font-weight: 500;
}

#main .gallery-con .area .txt-wrap .list-group .right ul li a .img:hover img {
  transform: scale(1.05);
}

#main .contact-con {
  display: flex;
  align-items: end;
  gap: 4rem;
  padding: 12rem 0 15rem;
}

#main .contact-con .left {
  width: 94rem;
  height: 50rem;
  background: url("../images/contact_left_img.jpg") no-repeat center;
  background-size: cover;
}

#main .contact-con .left h3 {
  font-size: 3.4rem;
  line-height: 5rem;
  color: #fff;
  font-weight: 800;
  text-align: right;
  text-shadow: 0.2rem 0.2rem 0.5rem rgba(0,0,0,0.3);
  padding-top: 5rem;
  padding-right: 3.5rem;
}

#main .contact-con .left h3 strong {
  font-size: 4rem;
  font-weight: 800;
}

#main .contact-con .right {
  width: 62rem;
}

#main .contact-con .right ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.8rem;
}

#main .contact-con .right ul li {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

#main .contact-con .right ul li .icon {
  width: 5rem;
  height: 5rem;
  border-radius: 3rem;
  box-shadow: 0.2rem 0.4rem 0.3rem rgba(195,45,60,0.4);
}

#main .contact-con .right ul li .icon img {
  width: 100%;
  height: auto;
}

#main .contact-con .right ul li .li-txt {
  width: calc(100% - 6.6rem);
  text-align:left;
}

#main .contact-con .right ul li .li-txt h5 {
  font-size: 1.8rem;
  font-weight: 800;
}

#main .contact-con .right ul li .li-txt h5 a {
  transition: color 0.3s;
}

#main .contact-con .right ul li .li-txt h5:hover a {
  color: #c32f3c;
}

#main .contact-con .right ul li .li-txt p {
  font-size: 1.6rem;
  font-weight: 500;
  padding-top: 0.4rem;
}

#main .contact-con .right ul li:nth-child(1) {
  margin-right: 1.4rem;
}

#main .contact-con .right ul li:nth-child(3) {
  width: 100%;
}

#main .contact-con .right .map {
  width: 100%;
  overflow: hidden;
  margin-top: 3.8rem;
}

#main .contact-con .right .map img {
  width: 100%;
  height: auto;
}

#footer {
  width: 100%;
  background-color: #1a1a1a;
}

#footer .area .ft-util {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.8rem;
}

#footer .area .ft-util .left ul {
  display: flex;
}

#footer .area .ft-util .left ul li {
  padding-left: 2.5rem;
  margin-left: 2.4rem;
  background: url("../images/ft_bar.png") no-repeat left center;
}

#footer .area .ft-util .left ul li a {
  font-size: 1.2rem;
  font-weight: 300;
  color: #fff;
}

#footer .area .ft-util .left ul li:first-child {
  padding-left: 0;
  margin-left: 0;
  background: none;
}

#footer .area .ft-util .right select {
  width: 16.6rem;
  height: 2.6rem;
  border: 1px solid #fff;
  box-sizing: border-box;
  appearance:none;
  background:url("../images/ft_down.png") no-repeat right 7px center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding-left: 1.3rem;
  cursor: pointer;
  background-color: #1a1a1a;
}

#footer .area .ft-util .right select option {
  cursor: pointer;
}

#footer .ft-cont {
  padding: 2.2rem 0 5rem;
  border-top: 1px solid #000;
}

#footer .ft-cont .area {
  display: flex;
  align-items: center;
}

#footer .ft-cont .area .ft-logo {
  margin-right: 4rem;
}

#footer .ft-cont .area .ft-logo a {
  display: block;
}

#footer .ft-cont .area .ft-logo a img {
  width: 9rem;
  height: auto;
}

#footer .ft-cont .area .ft-sub-logo {
  color: #ccc;
  padding-top: 1rem;
  margin-right: 5.2rem;
}

#footer .ft-cont .area .ft-sub-logo h3 {
  font-size: 2.1rem;
  font-weight: 700;
}

#footer .ft-cont .area .ft-sub-logo address {
  padding-top: 0.3rem;
}

#footer .ft-cont .area .ft-info {
  padding-top: 0.8rem;
}

#footer .ft-cont .area .ft-info ul {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

#footer .ft-cont .area .ft-info ul li {
  display: flex;
  font-size: 1.2rem;
  font-weight: 300;
  color: #b3b3b3;
}

#footer .ft-cont .area .ft-info ul li h5 {
  margin-right: 1rem;
}

#footer .ft-cont .area .ft-info ul li h5 span {
  letter-spacing: 0.34rem;
}

.sub-cmn .sub-visual {
  position: relative;
  width: 100%;
  height: 34rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sub-cmn .sub-visual h2 {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  font-size: 3.8rem;
  font-weight: 800;
  color: #fff;
  transform: translateX(-50%);
}

.sub-cmn .sub-visual.sub-information {
  background-image: url("../images/information_visual.jpg");
}

.sub-cmn .sub-location {
  width: 100%;
  height: 5rem;
  background-color: #c32f3c;
}

.sub-cmn .sub-location .area {
  display: flex;
  align-items: center;
  height: 100%;
}

.sub-cmn .sub-location .area > * {
  height: 100%;
}

.sub-cmn .sub-location .area .loc-home {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 7rem;
  margin-right: 1.2rem;
  width: 4rem;
}

.sub-cmn .sub-location .area .loc-home img {
  width: 2.3rem;
  height: 2rem;
}

.sub-cmn .sub-location .area > div {
  position: relative;
  width: 17rem;
}

.sub-cmn .sub-location .area > div .loc-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  height: 100%;
}

.sub-cmn .sub-location .area > div .loc-tit p {
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  padding-left: 2rem;
}

.sub-cmn .sub-location .area > div .loc-tit .icon {
  width: 1rem;
  height: 0.6rem;
  margin-right: 2rem;
}

.sub-cmn .sub-location .area > div .loc-tit .icon img {
  width: 100%;
  height: auto;
  transition: 0.5s;
}

.sub-cmn .sub-location .area > div .loc-tit.on .icon img {
  transform: rotate(180deg);
}

.sub-cmn .sub-location .area > div ul {
  display: none;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  border-top: 0;
  background-color: #F4F5F6;
  z-index: 10;
  padding: 1rem 0;
}

.sub-cmn .sub-location .area > div ul li a {
  display: block;
  width: calc(100% - 2rem);
  height: 4rem;
  line-height: 4rem;
  font-size: 1.4rem;
  padding-left: 2rem;
  font-weight: 500;
  color: #797979;
}

.sub-cmn .sub-location .area > div ul li:hover a {
  background-color: #c32f3c;
  color: #fff;
} 

.sub-cmn .sub-location .area .loc-1 {
  background: url("../images/sub_loc_bar.png") no-repeat left center;
}

.sub-cmn .sub-location .area .loc-2 {
  background-image: url("../images/sub_loc_bar.png"), url("../images/sub_loc_bar.png");
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
}

.sub-tit-wrap {
  position: relative;
  text-align: center;
}

.sub-tit-wrap h4 {
  font-size: 2.4rem;
  font-weight: 600;
}

.sub-tit-wrap h3 {
  font-size: 3.2rem;
  font-weight: 800;
  padding-top: 2rem;
  word-break: keep-all;
}

.sub-tit-wrap h3 strong {
  font-weight: 800;
  color: #c32f3c;
}

.sub-tit-wrap .bar {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  margin-top: 2.5rem;
}

.sub-tit-wrap .bar::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  height: 2px;
  background-color: #808080;
}

#greeting .greeting-con {
  padding: 15rem 0;
}

#greeting .greeting-con .area .tit-wrap .dqm {
  position: absolute;
  left: 50%;
}

#greeting .greeting-con .area .tit-wrap .dqm img {
  width: 3.5rem;
  height: auto;
}

#greeting .greeting-con .area .tit-wrap .dqm1 {
  top: 0;
  margin-left: -46rem;
}

#greeting .greeting-con .area .tit-wrap .dqm2 {
  bottom: 0;
  margin-left: 42.5rem;
}

#greeting .greeting-con .txt-wrap {
  margin-top: 5rem;
}

#greeting .greeting-con .txt-wrap .top-group {
  background: url("../images/greeting_cont_img.jpg") no-repeat top center;
  background-size: auto 40rem;
}

#greeting .greeting-con .txt-wrap .top-group .area {
  display: flex;
  justify-content: center;
}

#greeting .greeting-con .txt-wrap .top-group .area .direc-img {
  position: relative;
  width: 26rem;
  aspect-ratio: 260 / 350;
  margin-top: 8rem;
  margin-right: 9.2rem;
}

#greeting .greeting-con .txt-wrap .top-group .area .direc-img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

#greeting .greeting-con .txt-wrap .top-group .area .direc-img::before {
  position: absolute;
  left: -0.6rem;
  bottom: -0.6rem;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #c32f3c;
}

#greeting .greeting-con .txt-wrap .top-group .area ul {
  display: flex;
  gap: 6.8rem;
  margin-top: 18.8rem;
  margin-right: 8rem;
}

#greeting .greeting-con .txt-wrap .top-group .area ul li {
  width: 15rem;
  height: 15rem;
  border-radius: 7.5rem;
  background-color: rgba(0,0,0,0.7);
  border: 0.15rem solid rgba(255,255,255,0.7);
  box-sizing: border-box;
}

#greeting .greeting-con .txt-wrap .top-group .area ul li .icon {
  display: block;
  margin: 0 auto;
  padding-top: 2.4rem;
}

#greeting .greeting-con .txt-wrap .top-group .area ul li .icon img {
  width: 100%;
  height: auto;
}

#greeting .greeting-con .txt-wrap .top-group .area ul li p {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding-top: 1.5rem;
}

#greeting .greeting-con .txt-wrap .top-group .area ul li:nth-child(1) .icon {
  width: 8rem;
}

#greeting .greeting-con .txt-wrap .top-group .area ul li:nth-child(2) .icon {
  width: 6.9rem;
}

#greeting .greeting-con .txt-wrap .top-group .area ul li:nth-child(3) .icon {
  width: 6.6rem;
}

#greeting .greeting-con .txt-wrap .btm-group {
  margin-top: 5rem;
}

#greeting .greeting-con .txt-wrap .btm-group .area .btm-txt {
  margin-left: 6rem;
}

#greeting .greeting-con .txt-wrap .btm-group .area .btm-txt p {
  font-size: 1.6rem;
  line-height: 1.7;
  word-break: keep-all;
}

#greeting .greeting-con .txt-wrap .btm-group .area .btm-txt p span {
  font-size: 2rem;
}

#greeting .greeting-con .txt-wrap .btm-group .area .btm-txt p strong {
  font-weight: 700;
}

#greeting .greeting-con .txt-wrap .btm-group .area .btm-txt p:first-child {
  padding-bottom: 1.5rem;
}

#greeting .greeting-con .txt-wrap .btm-group .area .btm-name {
  display: flex;
  justify-content: right;
  margin-top: 8rem;
}

#greeting .greeting-con .txt-wrap .btm-group .area .btm-name p {
  font-size: 1.6rem;
  line-height: 3.2rem;
  text-align: right;
}

#greeting .greeting-con .txt-wrap .btm-group .area .btm-name p strong {
  display: block;
  font-size: 2.6rem;
  font-weight: 800;
}

#faculty .faculty-con {
  padding: 15rem 0;
}

#faculty .sub-tit-wrap .bar::after {
  width: 18rem;
}

#faculty .faculty-con .area .txt-wrap {
  margin-top: 10rem;
}

#faculty .faculty-con .area .txt-wrap .depth1 {
  display: flex;
  flex-wrap: wrap;
  gap: 12rem 5.4rem;
}

#faculty .faculty-con .area .txt-wrap .depth1 > li {
  width: calc(33.333333% - 3.6rem);
}

#faculty .faculty-con .area .txt-wrap .depth1 > li .bar {
  display: block;
  width: 100%;
  height: 1rem;
  background-color: #c32f3c;
}

#faculty .faculty-con .area .txt-wrap .depth1 > li.none .bar {
  background-color: #e1e1e1;
}

#faculty .faculty-con .area .txt-wrap .depth1 > li .top-group {
  display: flex;
  gap: 3.6rem;
  margin-top: 3rem;
}

#faculty .faculty-con .area .txt-wrap .depth1 > li .top-group .img {
  position: relative;
  width: 12rem;
  margin-left: 2rem;
}

#faculty .faculty-con .area .txt-wrap .depth1 > li .top-group .img img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}

#faculty .faculty-con .area .txt-wrap .depth1 > li .top-group .img::before {
  position: absolute;
  right: -0.6rem;
  bottom: -0.6rem;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #c32f3c;
}

#faculty .faculty-con .area .txt-wrap .depth1 > li .top-group .name {
  padding-top: 2.5rem ;
}

#faculty .faculty-con .area .txt-wrap .depth1 > li .top-group .name h6 {
  font-size: 1.6rem;
  font-weight: 500;
}

#faculty .faculty-con .area .txt-wrap .depth1 > li .top-group .name p {
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: 0.5rem;
  padding-top: 0.3rem;
}

#faculty .faculty-con .area .txt-wrap .depth1 > li .btm-group {
  margin-top: 4rem;
}

#faculty .faculty-con .area .txt-wrap .depth1 > li .btm-group .depth2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-left: 2rem;
}

#faculty .faculty-con .area .txt-wrap .depth1 > li .btm-group .depth2 li {
  display: flex;
}

#faculty .faculty-con .area .txt-wrap .depth1 > li .btm-group .depth2 li .square {
  width: 0.7rem;
  height: 0.7rem;
  background-color: #c32f3c;
  margin-top: 0.5rem;
  margin-right: 0.8rem;
}

#faculty .faculty-con .area .txt-wrap .depth1 > li .btm-group .depth2 li h5 {
  font-size: 1.6rem;
  font-weight: 700;
  width: 5.6rem;
  margin-right: 4.5rem;
}

#faculty .faculty-con .area .txt-wrap .depth1 > li .btm-group .depth2 li .p-box {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  width: calc(100% - 11.6rem);
}

#faculty .faculty-con .area .txt-wrap .depth1 > li .btm-group .depth2 li .p-box p {
  display: flex;
  gap: 0.5rem;
}

#faculty .faculty-con .area .txt-wrap .depth1 > li .btm-group .depth2 li p {
  font-size: 1.4rem;
  line-height: 1.3;
}

#faculty .faculty-con .area .txt-wrap .depth1 > li .btm-group .depth2 li > p {
  width: calc(100% - 11.6rem);
}

#detmajor .detmajor-con {
  padding: 15rem 0;
}

#detmajor .sub-tit-wrap .bar::after {
  width: 15rem;
}

#detmajor .area .txt-wrap {
  margin-top: 10rem;
  padding: 0 9rem;
}

#detmajor .area .txt-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

#detmajor .area .txt-wrap ul li {
  display: flex;
  gap: 4rem;
}

#detmajor .area .txt-wrap ul li .img {
  width: 53rem;
  height: 25rem;
}

#detmajor .area .txt-wrap ul li .img img {
  width: 100%;
  /*height: 100%;*/
  object-fit: fill;
}

#detmajor .area .txt-wrap ul li .cont-txt {
  width: calc(100% - 57rem);
  margin-top: 2.2rem;
}

#detmajor .area .txt-wrap ul li .cont-txt h4 {
  position: relative;
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 800;
  padding: 0 1.5rem 1rem 1rem;
  border-bottom: 3px solid #666;
  z-index: 1;
}

#detmajor .area .txt-wrap ul li .cont-txt .bar {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c2c2c2;
  margin-top: -2px;
}

#detmajor .area .txt-wrap ul li .cont-txt p {
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 2.5rem 3rem 0 1rem;
  word-break: keep-all;
}

#detmajor .area .txt-wrap ul li .cont-txt p.tpr {
  color: #999;
}

#contact .contact-con {
  padding: 15rem 0;
}

#contact .sub-tit-wrap .bar::after {
  width: 21rem;
}

#contact .contact-con .area .txt-wrap {
  display: flex;
  align-items: end;
  gap: 4rem;
  margin-top: 10rem;
}

#contact .contact-con .area .txt-wrap .map {
  width: 62rem;
  height: 35rem;
}

#contact .contact-con .area .txt-wrap .map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#contact .contact-con .area .txt-wrap .contact-info {
  width: calc(100% - 66rem);
}

#contact .contact-con .area .txt-wrap .contact-info h4 {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.3;
}

#contact .contact-con .area .txt-wrap .contact-info h4 strong {
  font-size: 2.1rem;
  font-weight: 800;
}

#contact .contact-con .area .txt-wrap .contact-info h4 strong span {
  color: #c32f3c;
}

#contact .contact-con .area .txt-wrap .contact-info ul {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-top: 4rem;
  border-top: 1px solid #e1e1e1;
  margin-top: 1.5rem;
}

#contact .contact-con .area .txt-wrap .contact-info ul li {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

#contact .contact-con .area .txt-wrap .contact-info ul li .icon {
  width: 5rem;
  height: 5rem;
  border-radius: 3rem;
  box-shadow: 0.2rem 0.4rem 0.3rem rgba(195,45,60,0.4);
}

#contact .contact-con .area .txt-wrap .contact-info ul li .icon img {
  width: 100%;
  height: auto;
}

#contact .contact-con .area .txt-wrap .contact-info ul li .li-txt {
  width: calc(100% - 6.6rem);
}

#contact .contact-con .area .txt-wrap .contact-info ul li .li-txt h5 {
  font-size: 1.8rem;
  font-weight: 800;
}

#contact .contact-con .area .txt-wrap .contact-info ul li .li-txt p {
  font-size: 1.6rem;
  font-weight: 500;
  padding-top: 0.4rem;
}

#contact .contact-con .area .txt-wrap .contact-info .more-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 5.5rem;
  background-color: #262626;
  border-radius: 1rem;
  margin-top: 4.5rem;
  transition: background 0.3s;
}

#contact .contact-con .area .txt-wrap .contact-info .more-wrap p {
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
}

#contact .contact-con .area .txt-wrap .contact-info .more-wrap p:first-child {
  margin-left: 2.5rem;
}

#contact .contact-con .area .txt-wrap .contact-info .more-wrap p:last-child {
  display: flex;
  gap: 1rem;
  font-size: 1.6rem;
  margin-right: 2rem;
}

#contact .contact-con .area .txt-wrap .contact-info .more-wrap p:last-child .img {
  width: 3rem;
  height: 0.7rem;
  margin-top: 0.8rem;
}

#contact .contact-con .area .txt-wrap .contact-info .more-wrap p:last-child .img img {
  width: 100%;
  height: auto;
}

#contact .contact-con .area .txt-wrap .contact-info .more-wrap:hover {
  background-color: #c32f3c;
}

@media all and (max-width:1400px) {
  html, body {
    font-size: 8px;
  }

  .area {
    width: 90%;
  }

  #main .visual-con .swiper .visual-txt {
    left: 5%;
    margin-left: 0;
  }

  #main .visual-con .swiper .visual-txt .bar {
    display: none;
  }

  #main .visual-con .swiper .swiper-pagination {
    margin-left: 0;
    left: auto;
    right: 5%;
    width: auto;
  }

  #main .su-con::before {
    height: 19.5rem;
  }

  #main .su-con .area .txt-wrap ul {
    gap: 2rem;
  }

  #main .su-con .area .txt-wrap ul li,
  #main .su-con .area .txt-wrap ul li:nth-child(2) {
    width: calc(33.333333% - 1rem);
    height: 30rem;
  }

  #main .su-con .area .txt-wrap ul li .cont-box {
    height: 11rem;
  }

  #main .su-con .area .txt-wrap ul li .cont-box p {
    padding-left: 2rem;
    padding-right: 2rem;
    word-break: keep-all;
  }

  #main .su-con .area .txt-wrap ul li .cont-box p br {
    display: none;
  }

  #main .notice-con .area .txt-wrap .top-group ul {
    gap: 2rem;
  }

  #main .notice-con .area .txt-wrap .top-group ul li {
    width: calc(33.333333% - 1rem);
  }

  #main .contact-con .right {
    margin-right: 5rem;
  }

  .sub-cmn .sub-location .area .loc-home {
    margin-left: 0;
  }

  #detmajor .area .txt-wrap {
    padding: 0;
  }
}

@media all and (max-width:960px) {
  #header .area .gnb-wrap {
    margin-right: 0;
  }

  #header .area .gnb-wrap ul.depth1 > li,
  #header .area .gnb-wrap ul.depth1 > li .sub-menu {
    width: 12rem;
  }

  #main .quick-con .area {
    gap: 0;
    justify-content: space-between;
  }

  #greeting .greeting-con .txt-wrap .top-group {
    background-size: auto 35rem;
  }

  #greeting .greeting-con .txt-wrap .top-group .area ul {
    gap: 4rem;
    margin-right: 0;
  }

  #faculty .faculty-con .area .txt-wrap .depth1 {
    gap: 10rem 0;
    justify-content: space-between;
  }

  #faculty .faculty-con .area .txt-wrap .depth1 > li {
    width: calc(50% - 1rem);
  }

  #contact .contact-con .area .txt-wrap {
    flex-direction: column;
  }
  #contact .contact-con .area .txt-wrap .map {
    width: 100%;
    height: auto;
  }

  #contact .contact-con .area .txt-wrap .contact-info {
    width: 100%;
  }
}

@media all and (max-width:768px) {
  html, body {
    font-size: 7px;
  }

  #header .area .gnb-wrap ul.depth1,
  #header .area .gnb-wrap .login-btn {
    display: none;
  }

  #main .visual-con .swiper .swiper-wrapper .swiper-slide {
    height: 60rem;
  }

  #main .quick-con {
    height: auto;
    padding: 3rem 0;
  }

  #main .quick-con .area {
    flex-direction: column;
    gap: 3rem;
  }

  #main .quick-con .area > div {
    padding-top: 0;
  }

  #main .quick-con .area .txt-wrap ul {
    gap: 0;
    justify-content: space-between;
  }

  #main .su-con::before {
    height: 23.5rem;
  }

  #main .su-con .area .txt-wrap ul {
    flex-wrap: wrap;
  }
  
  #main .su-con .area .txt-wrap ul li,
  #main .su-con .area .txt-wrap ul li:nth-child(2) {
    width: 100%;
    height: 40rem;
  }

  #main .su-con .area .txt-wrap ul li .cont-box {
    height: 15rem;
  }

  #main .su-con .area .txt-wrap ul li .cont-box h4 {
    font-size: 2.2rem;
  }

  #main .su-con .area .txt-wrap ul li .cont-box p {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  #main .notice-con .area .tit-wrap h3 {
    font-size: 3.2rem;
  }

  #main .notice-con .area .txt-wrap .top-group ul {
    flex-wrap: wrap;
  }

  #main .notice-con .area .txt-wrap .top-group ul li {
    width: 100%;
    height: 30rem;
  }

  #main .notice-con .area .txt-wrap .top-group ul li .inner .list-util h5 {
    width: 7rem;
    height: 3.5rem;
    font-size: 2rem;
  }

  #main .notice-con .area .txt-wrap .top-group ul li .inner .list-util span {
    font-size: 2rem;
  }

  #main .notice-con .area .txt-wrap .top-group ul li .inner .list-tit h4 {
    font-size: 2.3rem;
    line-height: 1.3;
  }

  #main .notice-con .area .txt-wrap .top-group ul li .inner .list-tit p {
    font-size: 1.8rem;
    line-height: 1.5;
    word-break: keep-all;
  }

  #main .notice-con .area .txt-wrap .top-group ul li .inner .date {
    font-size: 1.8rem;
  }

  #main .notice-con .area .txt-wrap .btm-group ul {
    flex-wrap: wrap;
    gap: 2rem 0;
  }

  #main .notice-con .area .txt-wrap .btm-group ul li {
    width: 50%;
  }

  #main .notice-con .area .txt-wrap .btm-group ul li h4 {
    font-size: 2rem;
  }

  #main .notice-con .area .txt-wrap .btm-group ul li p {
    font-size: 1.6rem;
  }

  #main .notice-con .area .txt-wrap .btm-group ul li:nth-child(2) {
    border-right: 1px solid #ccc;
  }

  #main .gallery-con .area .txt-wrap .list-group {
    flex-direction: column;
  }

  #main .gallery-con .area .txt-wrap .list-group > div {
    width: 100%;
    height: 60rem;
  }

  #main .gallery-con .area .txt-wrap .list-group .right ul li .cont-box {
    height: 5rem;
  }
  
  #main .gallery-con .area .txt-wrap .list-group .right ul li .cont-box p {
    font-size: 1.8rem;
    font-weight: 800;
  }

  #main .contact-con {
    flex-wrap: wrap;
    gap: 6rem;
  }
  
  #main .contact-con .left {
    width: 94%;
    height: 40rem;
  }

  #main .contact-con .right {
    width: 90%;
    margin-left: 10%;
  }

  #main .contact-con .right ul li {
    width: 100%;
  }

  #main .contact-con .right ul li .icon {
    width: 6rem;
    height: 6rem;
  }

  #main .contact-con .right ul li .li-txt h5 {
    font-size: 2rem;
  }

  #main .contact-con .right ul li .li-txt p {
    font-size: 2rem;
    word-break: keep-all;
  }

  #footer .area .ft-util {
    height: 6rem;
  }

  #footer .area .ft-util .left ul li a {
    font-size: 1.6rem;
  }

  #footer .area .ft-util .right select {
    width: 20rem;
    height: 3.4rem;
    font-size: 1.6rem;
  }

  #footer .ft-cont .area {
    flex-wrap: wrap;
  }

  #footer .ft-cont .area .ft-logo a img {
    width: 12rem;
  }

  #footer .ft-cont .area .ft-sub-logo h3 {
    font-size: 2.4rem;
  }

  #footer .ft-cont .area .ft-sub-logo address {
    font-size: 1.2rem;
  }

  #footer .ft-cont .area .ft-info {
    width: 100%;
    margin-top: 3rem;
  }

  #footer .ft-cont .area .ft-info ul li {
    font-size: 1.8rem;
  }

  #footer .ft-cont .area .ft-info ul li h5 span {
    letter-spacing: 0.5rem;
  }

  .sub-cmn .sub-location {
    height: 6rem;
  }

  .sub-cmn .sub-location .area > div .loc-tit p {
    font-size: 1.8rem;
  }

  .sub-cmn .sub-location .area > div ul li a {
    height: 5rem;
    line-height: 5rem;
    font-size: 1.6rem;
  }

  #greeting .greeting-con .area .tit-wrap .dqm {
    transform: translateX(-50%);
  }

  #greeting .greeting-con .area .tit-wrap .dqm1,
  #greeting .greeting-con .area .tit-wrap .dqm2 {
    margin-left: 0;
  }

  #greeting .greeting-con .area .tit-wrap .dqm1 {
    top: -5rem;
  }

  #greeting .greeting-con .area .tit-wrap .dqm2 {
    bottom: -5rem;
  }

  #greeting .greeting-con .txt-wrap {
    margin-top: 10rem;
  }

  #greeting .greeting-con .txt-wrap .top-group {
    background-size: auto 70rem;
    padding-bottom: 5rem;
  }

  #greeting .greeting-con .txt-wrap .top-group .area {
    flex-direction: column;
  }

  #greeting .greeting-con .txt-wrap .top-group .area .direc-img {
    margin: 6rem auto 0;
  }

  #greeting .greeting-con .txt-wrap .top-group .area ul {
    width: 100%;
    justify-content: center;
    margin-top: 5rem;
  }

  #greeting .greeting-con .txt-wrap .btm-group .area .btm-txt {
    margin-left: 0;
  }

  #greeting .greeting-con .txt-wrap .btm-group .area .btm-txt p {
    text-align: center;
    font-size: 2rem;
  }

  #greeting .greeting-con .txt-wrap .btm-group .area .btm-txt p span {
    font-size: 2.4rem;
  }

  #greeting .greeting-con .txt-wrap .btm-group .area .btm-txt p:first-child {
    padding-bottom: 3.5rem;
  }

  #greeting .greeting-con .txt-wrap .btm-group .area .btm-name {
    justify-content: center;
  }

  #greeting .greeting-con .txt-wrap .btm-group .area .btm-name p {
    text-align: center;
    font-size: 2rem;
  }

  #greeting .greeting-con .txt-wrap .btm-group .area .btm-name p strong {
    font-size: 3.4rem;
    padding-top: 1rem;
  }

  #faculty .faculty-con .area .txt-wrap .depth1 > li .top-group .name h6 {
    font-size: 2rem;
  }

  #faculty .faculty-con .area .txt-wrap .depth1 > li .top-group .name p {
    font-size: 3rem;
  }

  #faculty .faculty-con .area .txt-wrap .depth1 > li .btm-group .depth2 {
    gap: 1.5rem;
  }

  #faculty .faculty-con .area .txt-wrap .depth1 > li .btm-group .depth2 li .square {
    width: 1rem;
    height: 1rem;
    margin-top: 0.7rem;
  }

  #faculty .faculty-con .area .txt-wrap .depth1 > li .btm-group .depth2 li h5 {
    font-size: 2rem;
    width: 7rem;
    margin-right: 2rem;
  }

  #faculty .faculty-con .area .txt-wrap .depth1 > li .btm-group .depth2 li .p-box {
    width: calc(100% - 10.8rem);
  }

  #faculty .faculty-con .area .txt-wrap .depth1 > li .btm-group .depth2 li p {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  #detmajor .area .txt-wrap ul {
    gap: 10rem;
  }

  #detmajor .area .txt-wrap ul li {
    flex-direction: column;
    gap: 1rem;
  }

  #detmajor .area .txt-wrap ul li .img {
    width: 100%;
    height: 30rem;
  }

  #detmajor .area .txt-wrap ul li .cont-txt {
    width: 100%;
  }

  #detmajor .area .txt-wrap ul li .cont-txt p {
    font-size: 1.8rem;
  }

  #contact .contact-con .area .txt-wrap .contact-info h4 {
    font-size: 2.2rem;
  }

  #contact .contact-con .area .txt-wrap .contact-info h4 strong {
    font-size: 2.6rem;
  }

  #contact .contact-con .area .txt-wrap .contact-info ul li .icon {
    width: 6rem;
    height: 6rem;
  }

  #contact .contact-con .area .txt-wrap .contact-info ul li .li-txt h5 {
    font-size: 2rem;
  }

  #contact .contact-con .area .txt-wrap .contact-info ul li .li-txt p {
    font-size: 2rem;
  }

  #contact .contact-con .area .txt-wrap .contact-info .more-wrap {
    height: 6.5rem;
  }

  #contact .contact-con .area .txt-wrap .contact-info .more-wrap p {
    font-size: 2.2rem;
  }

  #contact .contact-con .area .txt-wrap .contact-info .more-wrap p:last-child {
    font-size: 1.8rem;
  }
}

@media all and (max-width:550px) {
  #main .visual-con .swiper .visual-txt {
    bottom: 8rem;
  }

  #main .visual-con .swiper .visual-txt h3 {
    padding-right: 3rem;
    word-break: keep-all;
  }

  #main .visual-con .swiper .swiper-pagination {
    bottom: 4rem;
    left: 5%;
    right: auto;
  }

  #main .quick-con .area .tit-wrap {
    justify-content: center;
  }

  #main .quick-con .area .txt-wrap ul {
    flex-wrap: wrap;
    gap: 2.5rem 0;
  }

  #main .quick-con .area .txt-wrap ul li {
    width: 33.333333%;
  }
  
  #main .quick-con .area .txt-wrap ul li p {
    font-size: 2rem;
  }

  #main .notice-con .area .txt-wrap .top-group ul li {
    height: 35rem;
  }

  #main .notice-con .area .txt-wrap .btm-group ul {
    gap: 0;
  }

  #main .notice-con .area .txt-wrap .btm-group ul li {
    width: 100%;
    height: auto;
    padding: 3rem 0;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 1px solid #ccc;
  }

  #main .notice-con .area .txt-wrap .btm-group ul li h4 {
    padding-top: 0;
  }

  #main .gallery-con .area .txt-wrap .list-group > div {
    height: 40rem;
  }
  
  #footer .area .ft-util {
    flex-wrap: wrap;
    height: auto;
    padding: 3rem 0;
    justify-content: center;
  }

  #footer .area .ft-util .left {
    width: 100%;
  }

  #footer .area .ft-util .left ul {
    justify-content: center;
  }

  #footer .area .ft-util .right select {
    margin-top: 1.5rem;
  }

  #footer .ft-cont .area {
    justify-content: center;
  }

  #footer .ft-cont .area .ft-logo {
    margin-right: 0;
  }

  #footer .ft-cont .area .ft-sub-logo {
    margin-right: 0;
    text-align: center;
    width: 100%;
    padding-top: 2rem;
  }

  #footer .ft-cont .area .ft-info ul {
    gap: 3rem;
  }

  #footer .ft-cont .area .ft-info ul li {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }

  #footer .ft-cont .area .ft-info ul li h5 {
    width: 100%;
    margin-right: 0;
  }

  #footer .ft-cont .area .ft-info ul li p {
    word-break: keep-all;
    padding-top: 0.6rem;
    line-height: 1.5;
  }

  .sub-tit-wrap h3 br {
    display: none;
  }

  #greeting .greeting-con .txt-wrap .top-group .area ul {
    gap: 0;
    justify-content: space-between;
  }

  #greeting .greeting-con .txt-wrap .top-group .area ul li {
    width: 14rem;
    height: 14rem;
  }

  #greeting .greeting-con .txt-wrap .top-group .area ul li:nth-child(1) .icon {
    width: 7rem;
  }
  
  #greeting .greeting-con .txt-wrap .top-group .area ul li:nth-child(2) .icon {
    width: 5.9rem;
  }
  
  #greeting .greeting-con .txt-wrap .top-group .area ul li:nth-child(3) .icon {
    width: 5.6rem;
  }

  #faculty .faculty-con .area .txt-wrap .depth1 > li {
    width: 100%;
  }
}






































































