/************************ 메인 공통 ****ords*********************/
* {
  box-sizing: border-box;
  word-break: break-word;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

#wrap,
section {
  min-height: 100%;
}

#wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  -webkit-text-size-adjust: auto;
  color: #000;
  /*background: #f0f3f8;*/
}

.width_box1 {
  min-width: 270px;
  max-width: 1180px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

section.width_box1 {
  overflow: hidden;
}

.width_box2 {
  min-width: 270px;
  max-width: 1600px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}


/****header****/
header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 9;
  background: #fff;
}

@media (min-width: 1025px) {
  header {
    height: 152px;
  }

  header>div>dl>dt>a>img {
    position: relative;
    top: 15px;
  }

}

@media (max-width: 1024px) {
  header {
    height: 72px;
  }

  header>div>dl>dt>a>img {
    position: relative;
    top: 5px;
  }

}

@media (width: 1024px) {
  header {
    height: 72px;
    overflow: hidden;
  }

  header>div>dl>dt>a>img {
    position: relative;
    top: -35px;
    width: 80px !important;
  }

  header>div>dl>dd:nth-child(2) {
    background: red;
    display: none !important;
  }


  header>div>dl>dd:last-child {
    position: relative !important;
    top: 23px;
    display: block !important;
  }

}



/*gnb*/
.gnb_mypage {
  display: inline-block;
  line-height: 1.75rem;
  color: #7165e5;
  font-weight: 500;
  border: 2px solid #7165e5
}

@media (max-width: 1024px) {
  .gnb>li:hover {
    color: #000;
    font-weight: 700;
  }
}

/*gnb*/

/*pcnavi*/
.pcnavi,
.pcnavi>li {
  position: relative;
}

.pcnavi>li {
  padding-right: 82px;
}

@media (max-width: 1280px) {
  .pcnavi>li {
    padding-right: 62px;
  }
}


.pcnavi>li:last-child {
  padding-right: 0
}

.pcnavi>li>span {
  border-bottom: 5px solid #fff;
  white-space: nowrap;
}

.pcnavi>li.sel>span {
  color: #7165e5;
  border-bottom: 5px solid #7165e5;
}

@media (min-width: 1025px) {
  .pcnavi_box:hover .subnavi_bg {
    top: 152px;
    height: 565px;
    opacity: 1;
    transition: all 0.2s;
  }

  .pcnavi>li>a {
    overflow: hidden;
    transition: all 0.2s;
  }


  .pcnavi>li:hover>span {
    color: #7165e5;
    border-bottom: 5px solid #7165e5;
  }
}

/*pcnavi*/

/*sub_depth*/
.pcnavi>li:nth-child(3)>.sub_depth1 {
  left: -1.7rem;
}

.pcnavi>li:nth-child(4)>.sub_depth1 {
  left: -0.8rem;
}

.pcnavi>li:nth-child(5)>.sub_depth1 {
  left: -1.2rem;
}

.pcnavi>li>.sub_depth1 {
  position: absolute;
  z-index: 1;
}

.sub_depth1>li {
  background: url("/images/contents/icon_dot_v.png") no-repeat left 10px;
  background-size: 0.2rem;
  padding-left: 0.6rem;
  font-size: 15px;
  letter-spacing: -0.03rem;
  color: #666;
  font-weight: 400;
  line-height: 1.4rem;
  margin-bottom: 0.3rem;
}

ul.sub_depth2>li {
  font-size: 13px;
  line-height: 1.1rem;
  margin-bottom: 0.25rem;
  z-index: 1;
}

/*pc만*/
@media (min-width: 1025px) {

  .pcnavi>li>.sub_depth1,
  .pcnavi>li>ul.sub_depth1>li>ul.sub_depth2 {
    display: none;
  }

  .pcnavi_box:hover .pcnavi>li>.sub_depth1,
  .pcnavi_box:hover .pcnavi>li>ul.sub_depth1>li>ul.sub_depth2 {
    display: block;
  }

  .sub_depth1>li>a:hover {
    color: #7165e5;
    text-decoration: underline;
  }

  .sub_depth2>li>a:hover {
    color: #7165e5;
    text-decoration: underline;
  }
}

/*sub_depth*/
.pcnavi_box .subnavi_bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 140px;
  background: #f5f6fa;
  height: 0px;
  z-index: 0;
  transition: all 0.2s;
  opacity: 0;
  border-top: 1px solid #d8e0f8;
  border-bottom: 1px solid #d8e0f8;
}


/*menu_bar*/

/*menu_bar*/

.navi_close>.navbtn {
  position: relative;
  text-align: right;
  width: 25px;
  height: 25px;
  margin: auto;

}

.navbtn .bar {
  display: block;
  position: absolute;
  top: 0;
  width: inherit;
  height: 2px;
  background: #000;
  transition: transform .3s ease, top .3s ease, left .3s ease;
  -webkit-transition: transform .3s ease, top .3s ease, left .3s ease;
  -moz-transition: transform .3s ease, top .3s ease, left .3s ease;
}

.navbtn .bar:nth-child(1) {
  top: 0;
}

.navbtn .bar:nth-child(2) {
  top: 10px;
  opacity: 1;
  transition: opacity .1s ease .125s, left .2s ease;
  -webkit-transition: opacity .1s ease .125s, left .2s ease;
  -moz-transition: opacity .1s ease .125s, left .2s ease;
}

.navbtn .bar:nth-child(3) {
  top: 20px;
}

.navbtn.is-open .bar:nth-child(1) {
  transform: translateY(0) rotate(45deg);
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
}

.navbtn.is-open .bar:nth-child(2) {
  opacity: 0;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
}

.navbtn.is-open .bar:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
}

.navbtn:hover .bar:nth-child(2) {
  left: 5px;
}

/*menu_bar*/
/*loc*/
.loc {
  position: relative;
  top: 152px;
  border-bottom: 1px solid #b2c0ec;
  background: #fff;
}

.loc>ul>li {
  line-height: 3.2rem !important;
}

@media (max-width: 1023px) {
  .loc {
    top: 72px;
  }

  .loc>ul>li {
    font-size: 12px;
    line-height: 2.4rem !important;
  }

  .loc>ul>li:first-child>img {
    width: 15px;
  }
}

/*loc*/

/*구글번역*/
#google_translate_element {
  position: relative;
  overflow: hidden;
  width: 160px;
  height: 2.7rem;
}

#google_translate_element>div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#google_translate_element>div>div {
  position: relative;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
}

#google_translate_element>div>div>select::-ms-expand {
  display: none;
}

#google_translate_element>div>div:after {
  /*content: '<>';*/
  /* 목록 펼침 아이콘 */
  font: 13px "Consolas", monospace;
  color: #333;
  transform: rotate(90deg);
  right: 11px;
  top: 18px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  position: absolute;
  pointer-events: none;
}

#google_translate_element>div>div>select {
  flex-grow: 1;
  width: 100%;
  background: #fff url('/images/contents/select_arrow.png') no-repeat 95% 50%;
  background-size: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  font-size: 0.8rem;
  height: 2.4rem;
  float: right;
  margin: 5px 0px;
  padding: 0px 24px;
  line-height: 1.75rem !important;
  color: #333;
  border: 1px solid #ddd;
  -ms-word-break: normal;
  word-break: normal;
  border-radius: 10px;

}

#google_translate_element>div>div>select:focus {
  outline: none;
  border: 1px solid #7165e5;
}

@media (max-width: 1023px) {

  #google_translate_element {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 4rem auto 0 auto;
    height: 10px;
  }

  #google_translate_element>div {
    width: 90%;
    margin: 0 auto;
  }

  #google_translate_element>div>div {
    position: relative;

    width: 100%;
    height: 10px;

  }

  #google_translate_element>div>div>select {
    flex-grow: 1;
    width: 50%;
  }

}

/*구글번역*/




/*모바일 버전 구글번역*/
#google_translate_element_m {
  position: relative;
  width: 200px;
  margin: 5px auto 0 auto;
  height: 50px;

}

#google_translate_element_m>div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#google_translate_element_m>div>div {
  position: relative;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
}

#google_translate_element_m>div>div>select::-ms-expand {
  display: none;
}

#google_translate_element_m>div>div:after {
  /*content: '<>';*/
  /* 목록 펼침 아이콘 */
  font: 13px "Consolas", monospace;
  color: #333;
  transform: rotate(90deg);
  right: 11px;
  top: 18px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  position: absolute;
  pointer-events: none;
}

#google_translate_element_m>div>div>select {
  flex-grow: 1;
  width: 100%;
  background: #fff url('/images/contents/select_arrow.png') no-repeat 95% 50%;
  background-size: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  font-size: 0.8rem;
  height: 2.4rem;
  float: right;
  margin: 5px 0px;
  padding: 0px 24px;
  line-height: 1.75rem !important;
  color: #333;
  border: 1px solid #ddd;
  -ms-word-break: normal;
  word-break: normal;
  border-radius: 10px;

}

#google_translate_element_m>div>div>select:focus {
  outline: none;
  border: 1px solid #7165e5;
}

/*모바일 버전 구글번역*/


/*팝업 구글번역*/
/*20240102*/
#google_translate_element_pop {
  position: relative;
  overflow: hidden;
  width: 160px;
  height: 2.75rem;
}

#google_translate_element_pop>div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#google_translate_element_pop>div>div {
  position: relative;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
}

#google_translate_element_pop>div>div>select::-ms-expand {
  display: none;
}

#google_translate_element_pop>div>div:after {
  /*content: '<>';*/
  /* 목록 펼침 아이콘 */
  font: 13px "Consolas", monospace;
  color: #333;
  transform: rotate(90deg);
  right: 11px;
  top: 18px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  position: absolute;
  pointer-events: none;
}

#google_translate_element_pop>div>div>select {
  flex-grow: 1;
  width: 100%;
  background: #fff url('/images/contents/select_arrow.png') no-repeat 95% 50%;
  background-size: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  font-size: 0.8rem;
  height: 2.4rem;
  float: right;
  margin: 5px 0px;
  padding: 0px 24px;
  line-height: 1.75rem !important;
  color: #333;
  border: 1px solid #ddd;
  -ms-word-break: normal;
  word-break: normal;
  border-radius: 10px;
}

#google_translate_element_pop>div>div>select:focus {
  outline: none;
  border: 1px solid #7165e5;
}

/*20240102*/
/*팝업 구글번역*/

/****header****/
/****visual ****/
.visual {
  width: 100%;
  height: 85vh
}

@media (max-width: 640px) {

  .visual,
  .visual_box,
  .swiper-slide {
    height: 80vh;
  }
}



.visual_box,
.swiper-wrapper,
swiper-slide {
  width: 100%;
  height: 100%;
}

swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}


.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #000;
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: rgba(0, 0, 0, 0.5);
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}


.vis1 {
  background: url("../images/main/visual_img1.jpg") no-repeat center top;
  background-size: cover;
}

.vis2 {
  background: url("../images/main/visual_img2.jpg") no-repeat center top;
  background-size: cover;
}

.vis3 {
  background: url("../images/main/visual_img3.jpg") no-repeat center top;
  background-size: cover;
}

.vis4 {
  background: url("../images/main/visual_img4.jpg") no-repeat center top;
  background-size: cover;
}

@media (max-width: 768px) {
  .vis1 {
    background: #70b8ca url("../images/main/visual_img1m.jpg") no-repeat center 350px;
    background-size: 100%;
  }

  .vis2 {
    background: #f5f4f2 url("../images/main/visual_img2m.jpg") no-repeat left bottom;
    background-size: 150%;
  }

  .vis3 {
    background: #c3c2fe url("../images/main/visual_img3m.jpg") no-repeat left bottom;
    background-size: 100%;
  }

  .vis4 {
    background: #f8b358 url("../images/main/visual_img4m.jpg") no-repeat center 200px;
    background-size: 100%;
  }

  .vis_ttbox {
    color: #fff !important;
    background: rgba(0, 0, 0, 0.2)
  }

}

@media (max-width: 320px) {
  .vis1 {
    background: #70b8ca url("../images/main/visual_img1m.jpg") no-repeat center 200px;
    background-size: 100%;
  }
}

/*vis_ttbox*/
.vis_ttbox {
  padding-top: 100px;
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  letter-spacing: -0.03rem;
}

@media (max-width: 800px) {
  .vis_ttbox {
    padding-top: 150px;
    justify-content: start;
  }
}

@media (max-width: 640px) {
  .vis_ttbox {
    padding-top: 120px;
    justify-content: start;
  }
}


a.visual_btn {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.7);
  height: 58px;
  transition: all 0.2s;
  width: 300px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  a.visual_btn {
    height: 45px;
    width: 200px;
  }
}

@media (min-width: 1024px) {
  a.visual_btn:hover {
    background: #000;
    box-shadow: 7px 7px 25px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 7px 7px 25px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 7px 7px 25px rgba(0, 0, 0, 0.4);
  }
}

span.hash {
  display: inline-block;
  line-height: 36px;
  height: 38px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100rem;
  margin-bottom: 3px;
}

@media (max-width: 640px) {
  span.hash {
    line-height: 26px;
    height: 28px;
    margin-bottom: 3px;
    font-size: 11px;
    color: #000;
    background: rgba(255, 255, 255, 0.5);
  }
}

/*vis_ttbox*/
/***visual_item***/


/****visual ****/
/****contents ****/
/**main1_icon**/
.main1_icon>li {
  cursor: pointer;
  width: 150px;
  height: 150px;
  border-radius: 7px;
  color: #7165e5;
  border: 1px solid #7165e5;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -0.05rem;
}

@media (min-width: 1024px) {
  .main1_icon>li {
    transition: all 0.2s;
  }

  .main1_icon>li:hover {
    background: #7165e5;
    border: 1px solid #7165e5;
    color: #fff;
    box-shadow: 10px 10px 30px rgba(30, 27, 75, 0.4);
    -webkit-box-shadow: 10px 10px 30px rgba(30, 27, 75, 0.4);
    -moz-box-shadow: 10px 10px 30px rgba(30, 27, 75, 0.4);
  }

  .main1_icon>li:hover>p>img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}

@media (min-width: 841px) {
  .main1_icon {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 840px) {
  .main1_icon {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
  }

  .main1_icon>li {
    width: 100%;
  }

  .main1_icon>li:nth-child(1),
  .main1_icon>li:nth-child(2),
  .main1_icon>li:nth-child(3) {
    grid-column: span 2 / span 2;
  }

  .main1_icon>li:nth-child(4),
  .main1_icon>li:nth-child(5) {
    grid-column: span 3 / span 3;
  }
}

@media (max-width: 640px) {
  .main1_icon {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
  }

  .main1_icon>li {
    height: 125px;
    font-size: 15px;
  }

  .main1_icon>li:nth-child(1),
  .main1_icon>li:nth-child(2),
  .main1_icon>li:nth-child(3),
  .main1_icon>li:nth-child(4) {
    grid-column: span 1 / span 1;
  }

  .main1_icon>li:nth-child(5) {
    grid-column: span 2 / span 2;
  }
}

/**main1_icon**/
/**main2**/
.teacher {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.2s;
}

.teacher>div>p:last-child {
  background: #7165e5;
}

@media (min-width: 1024px) {
  .teacher:hover {
    border: 1px solid #7165e5
  }

  .teacher:hover>div>p:last-child {
    background: #000;
  }
}

@media (max-width: 768px) {
  .teacher {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .teacher {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}


/*단체검사 진행사항*/
.notice_box {
  height: 150px;
}

.notice {
  width: 100%;
  height: 100%;
  overflow: hidden;
}


.rolling {
  position: relative;
  width: 100%;
}

.rolling>li {
  width: 100%;
  line-height: 26px;
  margin-bottom: 5px;
  background: url("../images/contents/icon_dot_v.png") no-repeat left 12px;
  background-size: 4px;
  padding-left: 10px;
  letter-spacing: -0.03rem;
  font-weight: 500;
}

@media (max-width: 640px) {
  .rolling>li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 2px;
    background: url("../images/contents/icon_dot_v.png") no-repeat left 9px;
    background-size: 3px;
    padding-left: 8px;
  }

  .rolling>li>p:last-child {
    display: none;


  }
}

/*단체검사 진행사항*/
/**main2**/
/**main3**/

/*tabs*/

#tabs {
  display: flex;
  justify-content: center;
  align-items: center;
}

#tabs a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: #888699;
  background: #fff;
  font-weight: 400;
  color: #888699;
  letter-spacing: -0.09rem;
  border-radius: 5rem;
  -moz-border-radius: 5rem;
  -webkit-border-radius: 5rem;
  transition: all 0.2s;
}

#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after,
#tabs #current a,
#tabs #current a::after {
  color: #fff;
  background: #7165e5;
  box-shadow: 7px 7px 25px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 7px 7px 25px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 7px 7px 25px rgba(0, 0, 0, 0.2);
}

#tabs a:focus {
  /*outline: 0;*/
}

#tabs a::after {
  z-index: 1;
}

@media (max-width: 640px) {
  #tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
  }

  #tabs a {
    height: 65px;
    text-align: center;
    line-height: 16px;
    border-radius: 5px;
  }
}

@media (max-width: 320px) {

  #tabs a {
    font-size: 12px;
  }
}

/*gfat_slide*/
#addlist {
  position: relative;
}

.gfat_slide>ul {
  padding-bottom: 15px;
}

.gfat_slide>ul>li {
  height: auto;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  cursor: pointer;
  letter-spacing: -0.03rem;
}




@media (min-width: 1024px) {
  .gfat_slide>ul>li:hover>dl>dt {
    color: #7165e5;
    text-decoration: underline;
  }
}

.gfat_img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  overflow: hidden;
  border-radius: 7px;
}

.gfat_img>img {
  object-fit: cover;
  height: 100%;
  width: 150%;
}


/*slide_btn*/
.btn_prev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 35px;
  height: 35px;
  background: url("../images/main/main3_btn1.png") no-repeat left center;
  background-size: 28px;
  z-index: 5;
  opacity: 0.5;
}

.btn_next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 35px;
  height: 35px;
  background: url("../images/main/main3_btn2.png") no-repeat right center;
  background-size: 28px;
  z-index: 5;
  opacity: 0.5;
}

@media (min-width: 1024px) {

  .btn_prev:hover,
  .btn_next:hover {
    opacity: 1;
  }
}

/*slide_btn*/
/*gfat_slide*/
/**main3**/
/**main5**/
.img_ttbox .imgtit {
  font-size: 46px;
  line-height: 60px;
}

@media (max-width: 780px) {
  .img_ttbox .imgtit {
    font-size: 28px;
    line-height: 36px;
  }

}

.btn_imgbox {
  height: 58px;
  color: #7165e5;
  border: 1px solid #7165e5;
  border-radius: 10px;
  transition: all 0.2s;
  width: 300px;
}

@media (max-width: 780px) {
  .btn_imgbox {
    width: 200px;
    height: 48px;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .btn_imgbox:hover {
    font-weight: 600;
    color: #fff;
    background: #7165e5;
  }
}


/**main5**/
/**main7**/
.main_stemp {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.75);
  border-radius: 10px;
}

@media (max-width: 640px) {
  .main_stemp {

    width: 95%;
    border-radius: 5px;
  }

}

/**main7**/

/****contents ****/

/**quick**/
.quick {
  position: fixed;
  right: 2rem;
  top: 45%;
  z-index: 1;
}

.quick>li {
  position: relative;
  width: 68px;
  height: 68px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
}

.quick>li>img.icon {
  filter: brightness(30%);
  opacity: 0.5;
}

.quick>li>span {
  position: absolute;
  text-align: center;
  opacity: 0;
  right: -100px;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  z-index: 9;
}

.quick>li:last-child>span {
  min-width: 120px;
}

@media (min-width: 1024px) {
  .quick>li:hover {
    border: 1px solid #7165e5;
    background: #fff;
  }

  .quick>li:hover>span {
    opacity: 1;
    right: 50px;
  }

  .quick>li:hover>img.icon {
    filter: brightness(100%);
    opacity: 1;
  }
}

/**quick**/







/****footer****/
.footer_btn>a {
  display: inline-block;
  line-height: 3.2rem;
  color: #4c5a81;
  font-weight: 500;
}

@media (max-width: 600px) {
  .footer_btn {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }

  .footer_btn>a {
    line-height: 1.4rem;
  }
}



/****footer****/

/*----------------------타블렛  ----------------------*/
@media (min-width: 501px) {}

/*----------------------타블렛  ----------------------*/
/*----------------------모바일 ----------------------*/
@media (max-width: 500px) {


  /****footer****/
}

/*----------------------모바일----------------------*/
/*----------------------아이폰 se ,폴드 ----------------------*/
@media (max-width: 330px) {



  /*menu*/
  /****contents ****/
}

/*----------------------모바일----------------------*/
/*----------------------익스플로러만 적용되는 css---------------------*/
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {}

/*----------------------엣지에만 적용되는 css---------------------*/
@supports (-ms-ime-align: auto) {}