@charset "UTF-8";
/* common */
#container {
  min-height: calc(100vh - 460px);
}

#visual {
  background: url(../img/sub_visual.jpg) no-repeat center center/auto 105%;
  animation: subVisual 3s linear forwards;
}


#visual.visual_02 {
  background: url(../img/sub_visual_02.jpg) no-repeat center center/auto 105%;
}
#visual.visual_03 {
  background: url(../img/sub_visual_03.jpg) no-repeat center center/auto 105%;
}
#visual.visual_04 {
  background: url(../img/sub_visual_04.jpg) no-repeat center center/auto 105%;
}
#visual.visual_05 {
  background: url(../img/sub_visual_05.jpg) no-repeat center center/auto 105%;
}
@keyframes subVisual {
  0% {
    background-size: auto 105%;
  }
  100% {
    background-size: auto 100%;
  }
}
#visual .inner {
  height: 500px;
  padding-top: 160px;
}
#visual .f_tit {
  font-size: 64px;
  color: #fff;
  line-height: 1.2;
}

#contents {
  padding-top: 30px;
}

.wrap_tab .btn_tab {
  display: none;
}
.wrap_tab .list_tab {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #eee;
}
.wrap_tab li {
  position: relative;
}
.wrap_tab li:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background: #000;
  opacity: 0.2;
  content: "";
}
.wrap_tab li:last-child:after, .wrap_tab li.on:after, .wrap_tab li.active:after {
  display: none;
}
@media screen and (min-width: 1024px) {
  .wrap_tab li:hover:after {
    display: none;
  }
}
.wrap_tab a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 0 40px;
  border-radius: 10px;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  transition: 0.5s;
}
.wrap_tab a:active {
  background: #333;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .wrap_tab a:hover {
    background: #333;
    color: #fff;
  }
}
.wrap_tab li.on a {
  background: #333;
  color: #fff;
}

@media screen and (max-width: 1520px) {
  #visual .inner {
    height: 33vw;
    min-height: 300px;
    padding-top: 10.5vw;
  }
  #visual .f_tit {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 1024px) {
  .wrap_tab .list_tab {
    border-radius: 8px;
  }
  .wrap_tab li:after {
    height: 16px;
    margin-top: -8px;
  }
  .wrap_tab a {
    min-height: 50px;
    padding: 0 30px;
    border-radius: 8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #visual .inner {
    padding-top: 68px;
  }
  #visual .f_tit {
    font-size: 42px;
  }
  #container {
    min-height: calc(100vh - 426px);
  }
  .wrap_tab {
    position: relative;
	  z-index: 1;
  }
  .wrap_tab .btn_tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border-radius: 8px;
    background: #eee;
    font-size: 14px;
  }
  .wrap_tab .btn_tab:after {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: url(../img/arrow04_bottom.png) #333 no-repeat center center/10px 6px;
    transition: 0.5s;
    content: "";
  }
  .wrap_tab .btn_tab.on:after {
    background-color: #64a486;
    transform: rotate(180deg);
  }
  .wrap_tab .list_tab {
    display: none;
    position: absolute;
    top: 54px;
    left: 20px;
    right: 20px;
    padding: 4px;
  }
  .wrap_tab .list_tab li:after {
    display: none;
  }
  .wrap_tab .list_tab a {
    justify-content: flex-start;
    width: 100%;
    padding: 0 15px;
    min-height: 40px;
    font-size: 14px;
    text-align: left;
  }
  .wrap_tab .list_tab li.on a {
    background: none;
    color: #64a486;
  }
}
@media screen and (max-width: 430px) {
  #visual {
    background-image: url(../img/sub_visual_mo.jpg);
  }
  #visual.visual_02 {
    background-image: url(../img/sub_visual_02_mo.jpg);
  }
	#visual.visual_03 {
    background-image: url(../img/sub_visual_03_mo.jpg);
  }
  #visual.visual_04 {
    background-image: url(../img/sub_visual_04_mo.jpg);
  }
  #visual.visual_05 {
    background-image: url(../img/sub_visual_05_mo.jpg);
  }
  #visual .inner {
    height: 83vw;
  }
}
/* 이용안내 */
#wrap.guide .section1 {
  margin-top: 80px;
  padding-bottom: 100px;
}
#wrap.guide .section1 .intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrap.guide .section1 .intro .desc {
  font-size: 32px;
  font-weight: bold;
}
#wrap.guide .section1 .intro .desc:before {
  display: block;
  width: 38px;
  height: 16px;
  margin-bottom: 16px;
  background: url(../img/deco01.png) no-repeat left top/contain;
  content: "";
}
#wrap.guide .section1 .intro .desc .ib {
  display: block;
}

#wrap.guide .section1 .intro .img video{max-width: 100%}
#wrap.guide .section1 .swiper {
  margin-top: 60px;
}
#wrap.guide .section1 .swiper .swiper-slide .inr_slide {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 40px 40px 50px;
  border-radius: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  overflow: hidden;
}
#wrap.guide .section1 .swiper .swiper-slide .tit {
  display: flex;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-size: 24px;
  letter-spacing: -0.05em;
  word-break: break-all;
	padding: 10px;
}
#wrap.guide .section1 .swiper .swiper-slide .conts {
  margin-top: 80px;
}
#wrap.guide .section1 .swiper .swiper-slide .conts .f_tit {
  display: block;
  font-size: 24px;
}
#wrap.guide .section1 .swiper .swiper-slide .conts .desc {
  margin-top: 26px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.77;
  color: #777;
}
#wrap.guide .section1 .swiper .item1 .inr_slide {
  background-image: url(../img/guide_item_bg1.png);
}
#wrap.guide .section1 .swiper .item1 .inr_slide .tit {
  background: #64a486;
}
#wrap.guide .section1 .swiper .item2 .inr_slide {
  background-image: url(../img/guide_item_bg2.png);
}
#wrap.guide .section1 .swiper .item2 .inr_slide .tit {
  background: #f4be69;
}
#wrap.guide .section1 .swiper .item3 .inr_slide {
  background-image: url(../img/guide_item_bg3.png);
}
#wrap.guide .section1 .swiper .item3 .inr_slide .tit {
  background: #6b8ad1;
}
#wrap.guide .section1 .swiper .pager {
  display: none;
}
@media screen and (max-width: 1520px) {
  #wrap.guide .section1 {
    margin-top: 5.26vw;
    padding-bottom: 13.15vw;
  }
  #wrap.guide .section1 .intro .desc {
    font-size: 2.1vw;
  }
  #wrap.guide .section1 .intro .img img {
    width: 35.65vw;
  }
  #wrap.guide .section1 .swiper {
    margin-top: 3.95vw;
  }
  #wrap.guide .section1 .swiper .swiper-slide .inr_slide {
    padding: 2.63vw 2.63vw 3.28vw;
    border-radius: 1.97vw;
  }
  #wrap.guide .section1 .swiper .swiper-slide .tit {
    width: 6.58vw;
    height: 6.58vw;
    font-size: 1.58vw;
  }
  #wrap.guide .section1 .swiper .swiper-slide .conts {
    margin-top: 5.26vw;
  }
  #wrap.guide .section1 .swiper .swiper-slide .conts .f_tit {
    font-size: 1.58vw;
  }
  #wrap.guide .section1 .swiper .swiper-slide .conts .desc {
    margin-top: 1.7vw;
    font-size: 1.18vw;
  }
}
@media screen and (max-width: 1380px) {
  #wrap.guide .section1 .swiper .swiper-slide .f_tit br {
    font-size: 0;
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #wrap.guide .section1 {
    margin-top: 75px;
    padding-bottom: 98px;
  }
  #wrap.guide .section1 .intro {
    display: block;
  }
  #wrap.guide .section1 .intro .desc {
    font-size: 21px;
  }
  #wrap.guide .section1 .intro .desc .ib {
    display: inline;
    word-break: keep-all;
  }
  #wrap.guide .section1 .intro .img {
    display: block;
    margin-top: 30px;
    text-align: center;
  }
  #wrap.guide .section1 .intro .img img {
    width: 100%;
    max-width: 500px;
  }
  #wrap.guide .section1 .swiper .swiper-slide .inr_slide {
    padding: 20px;
    border-radius: 15px;
  }
  #wrap.guide .section1 .swiper .swiper-slide .tit {
    width: 60px;
    height: 60px;
    font-size: 14px;
  }
  #wrap.guide .section1 .swiper .swiper-slide .conts {
    margin-top: 36px;
  }
  #wrap.guide .section1 .swiper .swiper-slide .conts .f_tit {
    font-size: 14px;
  }
  #wrap.guide .section1 .swiper .swiper-slide .conts .desc {
    margin-top: 16px;
    font-size: 12px;
    word-break: keep-all;
  }
}
@media screen and (max-width: 768px) {
  #wrap.guide .section1 .intro .img img {
    width: 500px;
    max-width: 75vw;
  }
  #wrap.guide .section1 .swiper {
    margin: 80px -20px 0;
    padding: 0 20px;
  }
  #wrap.guide .section1 .swiper .swiper-slide {
    width: 76vw;
  }
  #wrap.guide .section1 .swiper .swiper-slide .conts .f_tit br {
    display: inline;
    font-size: inherit;
  }
  #wrap.guide .section1 .swiper .pager {
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
  #wrap.guide .section1 .swiper .pager .swiper-prev, #wrap.guide .section1 .swiper .pager .swiper-next {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-color: #64a486;
    transition: 0.5s;
  }
  #wrap.guide .section1 .swiper .pager .swiper-prev {
    background-image: url(../img/arrow01_left.png);
  }
  #wrap.guide .section1 .swiper .pager .swiper-next {
    background-image: url(../img/arrow01_right.png);
  }
  #wrap.guide .section1 .swiper .pager .swiper-button-disabled {
    opacity: 0.4;
  }
  #wrap.guide .section1 .swiper .pager .swiper-dots {
    width: auto;
    margin: 0 25px;
    bottom: auto;
    top: auto;
  }
  #wrap.guide .section1 .swiper .pager .swiper-dots .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0;
    background: #000;
    opacity: 0.2;
    transition: 0.5s;
  }
  #wrap.guide .section1 .swiper .pager .swiper-dots .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 15px;
  }
  #wrap.guide .section1 .swiper .pager .swiper-dots .swiper-pagination-bullet-active {
    opacity: 1;
  }
}
#wrap.guide .section2 {
  padding: 200px 0;
  background: url(../img/sitemap_bg.png);
}
#wrap.guide .section2 .wrap_conts {
  margin-top: 52px;
  padding: 40px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
#wrap.guide .section2 .item + .item {
  margin-top: 100px;
}
#wrap.guide .section2 .hd_item,
.hd_item{
  display: flex;
  align-items: center;
}
#wrap.guide .section2 .hd_item .num,
.hd_item .num{
  width: 24px;
  margin-right: 20px;
}
#wrap.guide .section2 .hd_item .f_tit {
  font-size: 28px;
}
#wrap.guide .section2 .conts {
  position: relative;
  margin-top: 40px;
  border-radius: 30px;
  overflow: hidden;
}
#wrap.guide .section2 .wrap_tbl:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #ddd;
  border-radius: 30px;
  content: "";
}
#wrap.guide .section2 .tbl th, #wrap.guide .section2 .tbl td {
  height: 82px;
  padding: 30px 40px;
  border-bottom: 1px solid #ddd;
  font-size: 22px;
  font-weight: bold;
}
#wrap.guide .section2 .tbl tr:last-child th, #wrap.guide .section2 .tbl tr:last-child td {
  border-bottom: none;
}
#wrap.guide .section2 .tbl th {
  width: 155px;
  background: #f8f7f4;
  font-family: "GyeonggiTitle", "Noto Sans KR", "Malgun Gothic", "Open Sans", HelveticaNeue-Light, AppleSDGothicNeo-Light, sans-serif !important;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
}
#wrap.guide .section2 .tbl .office {
  line-height: 32px;
	display: flex; flex-wrap: wrap;
}
#wrap.guide .section2 .tbl .office .lab {
  display: inline-block;
/*  width: 94px;*/
  margin-right: 15px;
  border-radius: 32px;
  background: #64a486;
  text-align: center;
  color: #fff;
  font-size: 20px;
	padding: 0 10px;
}
#wrap.guide .section2 .tbl .office + .office {
  margin-top: 20px;
}
#wrap.guide .section2 .tbl .ref {
  display: block;
  font-size: 20px;
  color: #999;
}
#wrap.guide .section2 .inr_conts {
  padding: 30px;
  background: #f8f7f4;
  font-size: 22px;
  font-weight: bold;
}
#wrap.guide .section2 .inr_conts p + p {
  margin-top: 3px;
}
#wrap.guide .section2 .inr_conts .ref {
  display: block;
  margin-top: 12px;
  color: #777;
}
@media screen and (max-width: 1520px) {
  #wrap.guide .section2 {
    padding: 13.15vw 0;
  }
  #wrap.guide .section2 .wrap_conts {
    margin-top: 3.42vw;
    padding: 2.63vw;
    border-radius: 1.97vw;
  }
  #wrap.guide .section2 .item + .item {
    margin-top: 6.57vw;
  }
  #wrap.guide .section2 .hd_item .num ,
  .hd_item .num {
    width: 1.58vw;
    margin-right: 1.31vw;
  }
  #wrap.guide .section2 .hd_item .f_tit {
    font-size: 1.84vw;
  }
  #wrap.guide .section2 .conts {
    margin-top: 2.63vw;
    border-radius: 1.97vw;
  }
  #wrap.guide .section2 .wrap_tbl:after {
    border-radius: 1.97vw;
  }
  #wrap.guide .section2 .tbl th, #wrap.guide .section2 .tbl td {
    padding: 1.97vw 2.63vw;
    font-size: 1.447vw;
  }
  #wrap.guide .section2 .tbl th {
    width: 10.2vw;
  }
  #wrap.guide .section2 .tbl .office {
    line-height: 2.1vw;
  }
  #wrap.guide .section2 .tbl .office .lab {
/*    width: 6.18vw;*/
    margin-right: 10px;
    border-radius: 2.1vw;
    font-size: 1.31vw;
  }
  #wrap.guide .section2 .tbl .office + .office {
    margin-top: 1.31vw;
  }
  #wrap.guide .section2 .tbl .ref {
    font-size: 1.31vw;
  }
  #wrap.guide .section2 .inr_conts {
    padding: 1.97vw;
    font-size: 1.447vw;
  }
}
@media screen and (max-width: 1024px) {
  #wrap.guide .section2 {
    padding: 100px 0;
  }
  #wrap.guide .section2 .wrap_conts {
    margin-top: 24px;
    padding: 15px;
    border-radius: 15px;
  }
  #wrap.guide .section2 .item + .item {
    margin-top: 50px;
  }
  #wrap.guide .section2 .hd_item .num,
	.hd_item .num{
    width: 16px;
    margin-right: 13px;
  }
  #wrap.guide .section2 .hd_item .f_tit {
    font-size: 21px;
  }
  #wrap.guide .section2 .conts {
    margin-top: 24px;
    border-radius: 10px;
  }
  #wrap.guide .section2 .wrap_tbl:after {
    border-radius: 10px;
  }
  #wrap.guide .section2 .tbl th, #wrap.guide .section2 .tbl td {
    padding: 10px 15px;
    font-size: 12px;
  }
  #wrap.guide .section2 .tbl th {
    min-width: 72px;
    width: 25%;
  }
  #wrap.guide .section2 .tbl .office {
    line-height: 20px;
  }
  #wrap.guide .section2 .tbl .office .lab {
/*    width: 48px;*/
    margin-right: 10px;
    border-radius: 20px;
    font-size: 10px;
	  padding: 0 5px;
  }
  #wrap.guide .section2 .tbl .office + .office {
    margin-top: 20px;
  }
  #wrap.guide .section2 .tbl .ref {
    font-size: 12px;
  }
  #wrap.guide .section2 .inr_conts {
    padding: 15px;
    font-size: 12px;
  }
}
#wrap.guide .section3 {
  padding: 200px 0 150px;
}
#wrap.guide .section3 .wrap_process {
  display: flex;
  justify-content: space-between;
  margin: 50px -22px 0;
}
#wrap.guide .section3 .wrap_process [class^=item] {
  position: relative;
  width: 20%;
  padding: 0 22px;
}
#wrap.guide .section3 .wrap_process [class^=item] .inr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 260px;
  border-radius: 100%;
  background: #f5f4f1;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
#wrap.guide .section3 .wrap_process [class^=item] .inr:before {
  display: block;
  width: 48px;
  height: 44px;
  margin-bottom: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
}
#wrap.guide .section3 .wrap_process [class^=item]:not(:last-child):after {
  position: absolute;
  top: 50%;
  right: -22px;
  width: 44px;
  height: 44px;
  transform: translateY(-50%);
  background: url(../img/arrow03_right.png) no-repeat center center/contain;
  content: "";
}
#wrap.guide .section3 .wrap_process .item1 .inr:before {
  background-image: url(../img/guide_icon1.png);
}
#wrap.guide .section3 .wrap_process .item2 .inr:before {
  background-image: url(../img/guide_icon2.png);
}
#wrap.guide .section3 .wrap_process .item3 .inr:before {
  background-image: url(../img/guide_icon3.png);
}
#wrap.guide .section3 .wrap_process .item4 .inr:before {
  background-image: url(../img/guide_icon4.png);
}
#wrap.guide .section3 .wrap_process .item5 .inr:before {
  background-image: url(../img/guide_icon5.png);
}
@media screen and (max-width: 1520px) {
  #wrap.guide .section3 {
    padding: 13.15vw 0 9.86vw;
  }
  #wrap.guide .section3 .wrap_process {
    margin: 3.28vw -1.447vw 0;
  }
  #wrap.guide .section3 .wrap_process [class^=item] {
    padding: 0 1.447vw;
  }
  #wrap.guide .section3 .wrap_process [class^=item] .inr {
    width: calc(17.1vw - 8px);
    height: calc(17.1vw - 8px);
    font-size: 1.447vw;
  }
  #wrap.guide .section3 .wrap_process [class^=item] .inr:before {
    width: 3.157vw;
    height: 2.89vw;
    margin-bottom: 1.31vw;
  }
  #wrap.guide .section3 .wrap_process [class^=item]:not(:last-child):after {
    right: -1.447vw;
    width: 2.89vw;
    height: 2.89vw;
  }
}
@media screen and (max-width: 1024px) {
  #wrap.guide .section3 {
    padding: 100px 0;
  }
  #wrap.guide .section3 .wrap_process {
    margin: 28px -20px 0;
  }
  #wrap.guide .section3 .wrap_process [class^=item] {
    padding: 0 20px;
  }
  #wrap.guide .section3 .wrap_process [class^=item] .inr {
    padding: 0 20px;
    width: calc(20vw - 48px);
    height: calc(20vw - 48px);
    font-size: 12px;
  }
  #wrap.guide .section3 .wrap_process [class^=item] .inr:before {
    width: 27px;
    height: 24px;
    margin-bottom: 10px;
  }
  #wrap.guide .section3 .wrap_process [class^=item]:not(:last-child):after {
    right: -20px;
    width: 40px;
    height: 40px;
    background-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #wrap.guide .section3 .wrap_process {
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 20px;
    margin-right: 0;
  }
  #wrap.guide .section3 .wrap_process [class^=item] {
    width: 33.33%;
  }
  #wrap.guide .section3 .wrap_process [class^=item] .inr {
    width: calc(33.33vw - 48px);
    height: calc(33.33vw - 48px);
  }
}
@media screen and (max-width: 430px) {
  #wrap.guide .section3 .wrap_process [class^=item] {
    width: 50%;
  }
  #wrap.guide .section3 .wrap_process [class^=item] .inr {
    width: calc(50vw - 48px);
    height: calc(50vw - 48px);
  }
}


/*common*/
:root{

	--font-size_16: 1rem;
	--font-size_18: 1.125rem;
	--font-size_20: 1.25rem;
	--font-size_22: 1.375rem;
	--font-size_24: 1.5rem;
	--font-size_28: 1.75rem;
	--font-size_32: 2rem;
	--font-size_36: 2.25rem;
	--font-size_48: 3rem;
	--font-size_64: 4rem;
	--font-size_72: 4.5rem;
	--font-size_84: 5.25rem;

	--color-point: #64a486;
	--color-sub: #f1a94c;
}

.fs_16{font-size: var(--font-size_16)}
.fs_18{font-size: var(--font-size_18)}
.fs_20{font-size: var(--font-size_20)}
.fs_22{font-size: var(--font-size_22)}
.fs_24{font-size: var(--font-size_24)}
.fs_28{font-size: var(--font-size_28)}
.fs_32{font-size: var(--font-size_32)}
.fs_48{font-size: var(--font-size_48)}
.fs_64{font-size: var(--font-size_64)}
.fs_72{font-size: var(--font-size_72)}

.fc_g{color: var(--color-point);}
.fc_f{color: #fff;}
.fc_9{color: #999;}
.fc_b{color: #733e18;}

@media screen and (max-width:960px){
	.fs_16{font-size: 12px;}
	.fs_18{font-size: 13px;}
	.fs_20{font-size: 14px;}
	.fs_22{font-size: 14px;}
	.fs_24{font-size: 16px;}
	.fs_28{font-size: 16px;}
	.fs_32{font-size: 24px;}
	.fs_48{font-size: 32px;}
	.fs_64{font-size: 36px;}
	.fs_72{font-size: 42px;}
	.fs_84{font-size: 42px;}
}

.fw_b{font-weight: 700;}

.wb_k{word-break: keep-all;}

.cont_pd{padding: 200px 0;}
.cont_pd_wr{padding: 100px 0 200px;}
.mt_40{margin-top: 40px}
.mt_80{margin-top: 80px}

.mb_20{margin-bottom: 20px}
.mb_50{margin-bottom: 50px}

.pt_50{padding-top: 50px}

.mo_ver{display: none;}


/*br*/

.br_1600o{display: none;}
@media screen and (max-width:1600px){
	.br_1600o{display:block;}
	.br_1600x{display:none;}
}
.br_1480o{display: none;}
@media screen and (max-width:1480px){
	.br_1480o{display:block;}
	.br_1480x{display:none;}
}
.br_1080o{display: none;}
@media screen and (max-width:1080px){
	.br_1080o{display:block;}
	.br_1080x{display:none;}
}

.br_mo{display: none;}
.br_720o{display: none;}
@media screen and (max-width:720px){
	.br_mo{display:block;}
	.br_pc{display:none;}
	.br_720x{display: none;}
	.br_720o{display: block;}
}

.br_480o{display: none;}
@media screen and (max-width:480px){
	.br_480o{display:block;}
	.br_480x{display:none;}
}
/*br*/

.sub_tit_wrap h2{margin-top: 20px;}
.sub_badge
{
	display: inline-block;
	height: auto;
	padding: 3px 15px;
    flex-grow: 0;
    flex-shrink: 0;
    line-height: 26px;
    border-radius: 26px;
    text-align: center;
/*    font-size: 16px;*/
    letter-spacing: 0;
    color: #fff;
	background: #64a486;
}

@media screen and (max-width:720px){
	.cont_pd{padding: 100px 0;}
	.cont_pd_wr{padding: 50px 0 100px;}
	
	.mt_40{margin-top: 20px}
	.mt_80{margin-top: 40px}
	
	.mb_20{margin-bottom: 10px}
	.mb_50{margin-bottom: 20px}
	.t_50{padding-top: 20px}
	
	.mo_ver{display: block;}
	.pc_ver{display: none;}
}


/*게시판*/
/*링크 첨부파일*/
#bo_v_file li,
#bo_v_link li{display: flex;}

@media screen and (max-width:720px){
	#bo_v_file li i,
	#bo_v_link li i{font-size: 1rem; margin-right: 10px; padding-top: 5px;}
}
/*링크 첨부파일*/
/*이전,다음글*/
.bo_v_nb li{display: flex;}
.bo_v_nb li .nb_tit{flex-shrink: 0;}
.bo_v_nb li .nb_date{margin-left: auto;}

@media screen and (max-width:720px){
	.bo_v_nb li .nb_tit{font-size: 0; padding-right: 10px;}
	.bo_v_nb li .nb_date{padding-left: 10px;}
}
@media screen and (max-width:480px){
/*	.bo_v_nb li .nb_date{display: none;}*/
}
/*이전,다음글*/
/*공지 체크*/
#bo_w .bo_v_option li label,
.option-box td:nth-child(2) label{vertical-align:baseline;  color: #000; font-size: 20px; font-weight: 700;}

/*영상*/
.k_content_wrap #bo_v_con iframe{width: 100%;}

/*버튼*/
/*전체선택~이동*/
.bo_fx .k_new_btn{margin: 30px 0;}
.k_new_btn{display: flex; flex-wrap: wrap; justify-content: center; margin-top: 80px;}

.k_btn_lft,
.k_btn_rgt{display: flex; flex-wrap: wrap}

a.btn_b01.btn_submit, .btn_b01.btn_submit,
.btn_b02,
#bo_w .btn_submit,
#bo_w .k_btn_00.btn_submit,
.btn_submit{
	display: inline-block;
	background: var(--color-point); 
	color: #fff; 
	padding: 10px 20px; 
	border-radius: 50px; 
	font-size: 1.125rem; 
	letter-spacing: 1px; 
	line-height: initial; 
	margin: 5px; 
	transition: all 0.3s;
}

a.btn_b01.btn_list, .btn_b01.btn_list,
#bo_w .k_btn_00.btn_cancel,
.btn_cancel{
	display: inline-block;
	background: #fff; 
	border: solid 1px #ccc; 
	color: #000; 
	padding: 10px 20px; 
	border-radius: 50px; 
	font-size: 1.125rem; 
	letter-spacing: 1px; 
	line-height: initial; 
	margin: 5px; 
	transition: all 0.5s;
}

a.btn_b01.btn_submit:hover, .btn_b01.btn_submit:hover,
#bo_w .btn_submit:hover,
#bo_w .k_btn_00.btn_submit:hover,
.btn_submit:hover{background: #3b8e67}

#bo_w .k_btn_00.btn_cancel:hover,
.btn_cancel:hover{background: #fff; }

a.btn_b01.btn_list:hover, .btn_b01.btn_list:hover{background: var(--color-point); 
	color: #fff; border: solid 1px var(--color-point); }

/*버튼 : */
.btn_more_opt{color: #333; width: 36px; aspect-ratio: 1/1; border: solid 1px #ccc;border-radius: 5px;}



/*선택삭제*/
.btn_bo_adm input{padding: 10px 20px; border-radius: 20px; font-size: 1.125rem; line-height: initial;}

@media screen and (max-width:960px){
	.bo_fx .k_new_btn,
	.k_new_btn{justify-content: flex-start; margin-top: 30px}
	.k_btn_lft,
	.k_btn_rgt{justify-content: flex-start; margin: 10px 0;}
	
	#bo_v_con{font-size: 12px;}
	
	a.btn_b01.btn_submit, .btn_b01.btn_submit,
	.btn_b02,
	#bo_w .btn_submit,
	#bo_w .k_btn_00.btn_submit,
	.btn_submit{font-size: 14px; padding: 5px 15px;}
	
	a.btn_b01.btn_list, .btn_b01.btn_list,
	#bo_w .k_btn_00.btn_cancel,
	.btn_cancel{font-size: 14px; padding: 5px 15px;}
	
}

/*글쓰기 제출*/
#bo_w .write_div.btn_confirm{margin-top: 80px;}
/*버튼*/


/*생년월일*/
.wr_birth_wrap{display: flex; align-items: center}
.wr_birth_wrap .wr_birth{margin-right: 20px; display: flex; align-items: center;}
.wr_birth_wrap .wr_birth select{padding: 5px 20px 5px 10px; border: solid 1px #ccc; border-radius: 8px; margin-right: 5px;}
.wr_birth_wrap .wr_birth select:focus{
	border: 1px solid var(--color-point);
    outline: none;

}

@media screen and (max-width:720px){
	.wr_birth_wrap .wr_birth select{padding: 5px 20px 5px 5px; border-radius: 4px; font-size: 12px;}
}
@media screen and (max-width:480px){
	.wr_birth_wrap{align-items: flex-start; flex-direction: column;}
	.wr_birth_wrap .wr_birth {margin-bottom: 10px; width: 100%}
	.wr_birth_wrap .wr_birth select{width: 85%;}
}
@media screen and (max-width:360px){
	.wr_birth_wrap .wr_birth select{width:50%;}
}
/*생년월일*/


/*개인정보 이용 동의*/
#fregister_private {
	margin-top: 100px;
}

.fregister_list>dt {
	margin-bottom: 30px;
}

.fregister_list .scroll-box {
    position: relative;
    height: 300px;
    border: 1px solid #e9e9e9;
    font-size: 15px;
    line-height: 1.5;
    background: #f9f9f9;
    color: #333;
    padding: 30px;
    overflow: auto;
}

.scroll-box span {
	line-height: 30px;
	font-weight: 600;
}

.scroll-box .list {
	margin-top: 30px;
}

.scroll-box .list .tit {
    margin-bottom: 5px;
	font-weight: 600;
}


.scroll-box .list .txt>div {
	border: 1px solid #e9e9e9;
	margin-right: 20px;
	padding: 20px 40px;
	float: left;
}

.fregister_btn {
	font-weight: 500;
	margin-top: 20px;
}

@media all and (max-width:720px){
	.fregister_list .scroll-box{padding: 10px;}
	.scroll-box .list {
		margin-bottom: 20px;
	}
}

/*개인정보 이용 동의*/

/*게시판*/


/*page0104 후원및자원봉사*/
/*tab*/
.form_tab_wrap ul{display: flex; align-items: center}
.form_tab{margin-right: 20px;}
.form_tab a{display: inline-block; padding: 10px 30px; border: solid 1px #ccc; border-radius: 40px; transition: all 0.5s;}
.form_tab:hover a,
.form_tab.on a{background-color: var(--color-point); color: #fff; border-color: var(--color-point);}

@media all and (max-width:480px){
	.form_tab{margin-right: 10px;}
	.form_tab a{padding: 10px 20px;}
}
/*tab*/

/*라디오 버튼*/
.write_form td.wr_radio{display: flex; padding: 25px 20px;}
.write_form td.wr_radio > div{margin-right: 40px;}
.write_form td.wr_radio > div:last-child{margin-right:0}
.write_form td.wr_radio > div span{padding-left: 10px}

input[type="checkbox"],
input[type="radio"]{
	accent-color:#222;
	width: 20px; height: 20px;
}

@media all and (max-width:960px){
	.write_form td.wr_radio{display: flex; padding: 15px 10px; flex-wrap: wrap}
	.write_form td.wr_radio > div{margin-right: 30px;}
	.write_form td.wr_radio > div span{padding-left: 10px}
	
	input[type="checkbox"],
	input[type="radio"]{
		width: 12px; height: 12px;
	}
}
@media all and (max-width:480px){
	.write_form td.wr_radio > div{width: 100%; margin: 5px 0}
}
/*라디오 버튼*/

/*글쓰기*/
.page0104 .sub_tit_wrap{padding: 150px 0 100px;}
.page0104 .sub_tit_wrap figure,
.sub_tit_wrap figure.star_icon{margin:0 0 10px 0; width:38px;}
.page0104 .sub_tit_wrap figure img,
.sub_tit_wrap figure.star_icon img{display:block; max-width:100%;}
.form_wrap{padding-bottom: 150px;}

.write_form{border-top: solid 1px #000;}
.write_form td{border-bottom: solid 1px #ddd; padding: 20px}
.write_form td.wr_tit{background: #fbfaf7; text-align: center; width: 20%; }

@media screen and (max-width:960px){
	.page0104 .sub_tit_wrap{padding: 75px 0 50px;}
	.page0104 .sub_tit_wrap figure{width:24px;}
	.form_wrap{padding-bottom: 75px;}
	.write_form td{padding: 10px;}
}
@media screen and (max-width:360px){
	.write_form td{padding: 10px 5px;}
}

/*뷰*/
.v_tbl_wrap td{padding:20px 10px;}
.v_tbl_wrap .t_tit{width: 30%; text-align: center; background: #fbfaf7}
.v_tbl_wrap .t_txt{width: 70%; padding-left: 40px; }

@media screen and (max-width:960px){
	.v_tbl_wrap td{padding:10px;}
	.v_tbl_wrap .t_txt{padding-left: 20px; }
}

/*리스트*/
.l_tit_wrap {display: flex; justify-content: space-between; align-items: flex-end}
.l_tit_wrap .k_new_btn{margin: 0}

@media screen and (max-width:960px){
	.l_tit_wrap {flex-direction: column; align-items: flex-start;}
}

/*page0104 후원및자원봉사*/


/*page0201 사업모형*/
.model_wrap,
.model_tit_wrap{display: flex; align-items: center; justify-content: space-between; flex-direction: column;}
.model_tit_wrap{width: 18%; min-width: 200px; margin-bottom: 80px;}

.model_tit_wrap >div {width: 100%; border-radius: 10px; text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column; position: relative; padding: 10px }
.model_tit_wrap >div.model_tit{background-color: var(--color-point);padding-top: 20px}
.model_tit_wrap >div.model_tit_02{background-color: #fff; border: solid 2px var(--color-point); margin-top: 20px;}
.model_tit_wrap >div::after,
.model_tit_wrap >div::before{content: ''; display: block; position: absolute;}
.model_tit_wrap >div::after{ background: #ccc; width: 1px; left: 50%; transform: translateX(-50%);}
.model_tit_wrap >div.model_tit::after{height: 20px; bottom: -20px;}
.model_tit_wrap >div.model_tit::before{background: url('/img/page05/02/icon04.png') no-repeat center center / cover; width: 130px; height: 70px; left: -100px; z-index: -1; bottom: 10px;}
.model_tit_wrap >div.model_tit_02::after{height: 40px; bottom: -42px;}

.model_sub_wrap{width: 100%; position: relative; display: flex; justify-content: space-between;}
.model_sub_wrap::before{content: ''; height: 1px; width: 84.7%; position: absolute; background: #ccc; top: -40px; left: 50%; transform: translateX(-50%)}
.model_content{ width: 15.5%; display: flex; flex-direction: column; position: relative;}
.model_content::before{content: ''; display: block; width: 1px; height: 40px; background: #ccc; position: absolute; left: 50%; transform: translateX(-50%); top: -40px;}

.model_content>div{position: relative; display: flex; justify-content: center; align-items: center; border-radius: 10px; width: 100%; flex-shrink: 0; text-align: center; padding: 10px;}

.model_01{height: 15%; background-color: #4d3629;margin-bottom: 30px;}
.model_01::before{content: ''; display: block; width: 1px; height: 30px; background: #ccc; position: absolute; left: 50%; bottom: -30px; transform: translateX(-50%);}

.model_02{background-color: #f4eddf;  min-height: 20%; margin-bottom: 10px; }
.model_02::before{content: ''; display: block; width: 1px; height: 10px; background: #ccc; position: absolute; left: 50%; bottom: -10px; transform: translateX(-50%);}
.model_content>div.model_03{padding: 20px 10px; border: solid 2px #e5e5e5; justify-content: flex-start; align-items: flex-start; min-height: 240px; height: 60%; text-align: left;}

@media screen and (max-width:960px){
	.model_tit_wrap{margin-bottom: 40px;}
	.model_tit_wrap >div.model_tit{padding-top: 10px;}
	.model_tit_wrap >div.model_tit_02::after{height: 20px; bottom: -22px;}
	.model_sub_wrap{flex-wrap: wrap;}
	.model_sub_wrap::before{top: -20px; width: 68%;}
	.model_content{width: 32%;}
	.model_content:nth-child(n+4){margin-top:60px;}
	.model_content::before{height: 20px; top: -20px;}
	.model_01{margin-bottom: 10px; height: 15%;}
	.model_01::before{height: 10px; bottom: -10px;}	
/*	.model_02{min-height: 60px; height: 25%;}*/
}
@media screen and (max-width:560px){
	.model_tit_wrap{width: 100%;}
	
	.model_tit_wrap >div.model_tit::before{display: none;}
	.model_content{width: 48%;}
	.model_content::before{height: 2vh; top: -2vh;}
	.model_sub_wrap::before{width: 52%;}
	.model_content:nth-child(n+3){margin-top: 60px;}
}

.model_img_wrap{margin-top: 150px;}
.model_img_wrap figure{margin:0;}
/*page0201 사업모형*/



.page02 .wrap_conts .item{margin-top: 150px;}
.page02 .img_wrap{display: flex; justify-content: space-between; margin: 20px 0 30px;}
.page02 .img_wrap figure{margin: 0; width: 49%; border-radius: 20px;overflow: hidden}

/*page0201 교육자립지원사업*/
.business_btn{margin-top: 150px;}
.business_btn.form_tab_wrap ul{justify-content: space-between;}
.business_btn .form_tab{width: 32%; margin: 0;}
.business_btn .form_tab a{width: 100%; text-align: center; padding: 10px;}

@media screen and (max-width:960px){
	.business_btn{margin-top: 75px;}
/*	.page0201 .wrap_conts .item{margin-top: 75px;}*/
	.page02 .wrap_conts .item{margin-top: 75px;}
}
@media screen and (max-width:720px){
	
/*
	.page0201 .img_wrap{flex-wrap: wrap;}
	.page0201 .img_wrap figure{width: 100%; margin: 5px 0;}
*/
	.page02 .img_wrap{flex-wrap: wrap;}
	.page02 .img_wrap figure{width: 100%; margin: 5px 0;}
}
@media screen and (max-width:480px){
	.form_tab_wrap ul{flex-wrap: wrap}
	.business_btn .form_tab{width: 49%; margin: 5px 0;}
	.business_btn .form_tab a{height: 56px; display: flex; align-items: center; justify-content: center}
}

.bus_tab_wrap{position: relative;}
.bus_tab_wrap .tab{position: absolute; top: 0; left: 0; visibility: hidden; opacity: 0; transition: all 0.5s;}
.bus_tab_wrap .tab.on{visibility: visible; opacity: 1;}
/*page0201 교육자립지원사업*/


/*page0202 통합적응지원사업*/

.business_btn.business_btn02 .form_tab{width: 15%;}

@media screen and (max-width:1480px){
	.business_btn.business_btn02 .form_tab a{height: 84px; display: flex; align-items: center; justify-content: center}
}
@media screen and (max-width:1080px){
	.form_tab_wrap.business_btn02  ul{flex-wrap: wrap; justify-content: flex-start;}
	.business_btn.business_btn02 .form_tab{width: 32.5%; margin: 5px 0; margin-right: 1%;}
	.business_btn.business_btn02 .form_tab:nth-child(3n){margin-right: 0;}
	.business_btn.business_btn02 .form_tab a{height: auto; display: flex; align-items: center; justify-content: center}
	.business_btn.business_btn02 .form_tab a br{display: none;}
}
@media screen and (max-width:540px){
	.business_btn.business_btn02 .form_tab{width: 49%; margin-right: 2%}
	.business_btn.business_btn02 .form_tab:nth-child(3n){margin-right: 2%;}
	.business_btn.business_btn02 .form_tab:nth-child(2n){margin-right: 0;}
	.business_btn.business_btn02 .form_tab a{height: 56px;}
}
/*page0202 통합적응지원사업*/


/*page0303 상담신청*/
.page0303 .sub_tit_wrap{padding: 150px 0 100px;}

@media screen and (max-width:960px){
	.page0303 .sub_tit_wrap{padding: 75px 0 50px;}
}
/*page0303 상담신청*/


/*page0501*/
.tit_wrap {margin-bottom: 60px;}
.tit_wrap h2{position: relative;}
.tit_wrap h2::after{position: absolute; left: -12px; top: -12px; display:block; width: 10px; height: 10px; border-radius: 50%; background-color: var(--color-point); content: '';}

.main03_wrap .container{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
/*	grid-template-rows: repeat(3, 1fr);*/
	grid-column-gap: 20px;
	grid-row-gap: 40px;
}

.main03_wrap .container .item{
	border-radius: 30px; 
	overflow: hidden;
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.1);
	padding: 30px 25px 50px 25px;
	word-break: keep-all;
	background: #fbf6ed;
}
.item_info{ margin-bottom: 10px; display: flex; flex-direction: column; align-items: center}
.item_info figure{margin: 0;}

.main03_wrap .container .item.item01 { grid-area: 1 / 1 / 2 / 3; 
	display: flex; align-items: center;
}
.main03_wrap .container .item.item01  .item_info{margin-right: 50px; margin-bottom: 0;}
.main03_wrap .container .item.item02 { grid-area: 2 / 1 / 3 / 2;}
.item03 { grid-area: 2 / 2 / 3 / 3; }
.main03_wrap .container .item.item04 { grid-area: 2 / 3 / 3 / 4;}
.item05 { grid-area: 2 / 4 / 3 / 5; }
.item06 { grid-area: 3 / 1 / 4 / 2; }
.main03_wrap .container .item.item07 { grid-area: 3 / 2 / 4 / 3;}
.main03_wrap .container .item.item08 { grid-area: 3 / 3 / 4 / 4;}
.main03_wrap .container .item.item09 { grid-area: 3 / 4 / 4 / 5;}
.main03_wrap .container .item.item10 { grid-area: 4 / 1 / 4 / 2; }

.item_tit{padding: 5px 20px; border-radius: 20px; display: inline-block; position: relative; top: -30px;}
.item_tit b{margin-right: 10px;}
.item_tit.item_tit01{background-color: var(--color-point);}
.item_tit.item_tit02{background-color:#6c95d0;}

.item_list li {display: flex; align-items: flex-start; margin-bottom: 20px;}
.item_list li:last-child {margin-bottom: 0;}
.item_list li p{line-height: 1.5; word-break: keep-all}
.item_list li .list_tit{display: flex; align-items: center; width: 110px;  flex-shrink: 0;}
.item_list li .list_tit p{margin-left: 10px;}
/*.item_list li .list_txt{margin-top: 5px;}*/

@media screen and (max-width:1600px){
	.item_list li{flex-wrap: wrap;}
}

@media screen and (max-width:1280px){
	#main03 .main03_img{top: -150px; right: 100px;}
	#main03 .main03_img img{width: 480px;}
	.main03_wrap .container{
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 30px;
	}
	.main03_wrap .container .item.item01 { grid-area: 1 / 1 / 2 / 3;}
	.main03_wrap .container .item.item02 { grid-area: 2 / 1 / 3 / 2;}
	.item03 { grid-area: 2 / 2 / 3 / 3; }
	.main03_wrap .container .item.item04 { grid-area: 3 / 1 / 4 / 2;}
	.item05 { grid-area: 3 / 2 / 4 / 3; }
	.item06 { grid-area: 4 / 1 / 5 / 2; }
	.main03_wrap .container .item.item07 { grid-area: 4 / 2 / 5 / 3;}
	.main03_wrap .container .item.item08 { grid-area: 5 / 1 / 6 / 2;}
	.main03_wrap .container .item.item09 { grid-area: 5 / 2 / 6 / 3;}
    .main03_wrap .container .item.item10 { grid-area: 6 / 1 / 6 / 2;}
    
	
	.item_list li{flex-wrap: nowrap;}
}
@media screen and (max-width:960px){
	.main03_wrap .container .item{padding: 20px 20px 30px 20px;}
	.item_tit{margin-bottom: 20px; padding: 5px 15px;}
	
	.item_list li{margin-bottom: 10px;}	
	.item_list li .list_tit{width: 85px;}
	.item_list li .list_tit img{width: 20px;}
	.item_list li .list_tit p{margin-left: 5px;}
}
@media screen and (max-width:720px){
	#main03{padding-bottom: 100px;}
	#main03 .main03_img{display: none;}
	.item_list li .list_tit img{width: 16px;}
}
@media screen and (max-width:640px){
	.main03_wrap .container{
		grid-template-columns: 1fr;
		grid-row-gap: 20px;
	}
	.main03_wrap .container .item.item01 { grid-area: 1 / 1 / 2 / 2; display: block;}
	.main03_wrap .container .item.item01 .item_info{margin-right: 0}
	.main03_wrap .container .item.item02 { grid-area: 2 / 1 / 3 / 2;}
	.item03 { grid-area: 3 / 1 / 4 / 2; }
	.main03_wrap .container .item.item04 { grid-area: 4 / 1 / 5 / 2;}
	.item05 { grid-area: 5 / 1 / 6 / 2; }
	.item06 { grid-area: 6 / 1 / 7 / 2; }
	.main03_wrap .container .item.item07 { grid-area: 7 / 1 / 8 / 2;}
	.main03_wrap .container .item.item08 { grid-area: 8 / 1 / 9 / 2;}
	.main03_wrap .container .item.item09 { grid-area: 9 / 1 / 10 / 2;}
    .main03_wrap .container .item.item10 { grid-area: 10 / 1 / 10 / 2;}
	
	.item_info figure{max-width: 180px;}
}
/*page0501*/


/*page0502*/
.page0502 #contents{background: url('/img/page05/02/bg.jpg') no-repeat center / cover;}
.page0502 #contents .cont_pd{padding-bottom: 500px;}
.sub_logo_wrap {display: flex; justify-content: center; align-items: center;}
.sub_logo_wrap .logo_img {margin-right: 50px;}
.sub_logo_wrap .logo_img figure{margin: 0;}
.logo_img_txt p{margin-top: 20px; word-break: keep-all}

@media screen and (max-width :1280px){
	.sub_logo_wrap{padding: 0 50px;}
	.sub_logo_wrap .logo_img figure{width: 240px;}
	.logo_img_txt p br{display: none;}
}
@media screen and (max-width :960px){
	.sub_logo_wrap{flex-direction: column; align-items: flex-start;}
	.logo_img_txt p {width: 80%;}
}
@media screen and (max-width :720px){
	.sub_logo_wrap{padding: 0 20px;}
	.sub_logo_wrap .logo_img{margin-right: 0; margin-bottom: 20px;}	
	.sub_logo_wrap .logo_img figure{width:180px;}
	.logo_img_txt p {width: 100%; margin-bottom: 10px;}
}

.page0502 .section2{background: url('/img/page05/02/bg02.jpg') no-repeat center / cover; margin-bottom: -30px;}
.vision_wrap{display: flex; justify-content: space-between;}
.vision_box{
    width: 32%;
    border-radius: 30px; background-color: #fff; 
    padding: 60px 40px 40px;
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.1);
}
.vision_box h3{word-break: keep-all; line-height: 1.3;}
/*/vision_box .vision_icon{margin: 50px 0 40px;}*/

.sub_list_wrap li{display: flex; margin-bottom: 10px; line-height: 1.5;}
.sub_list_wrap li p{margin-left: 5px; }
.sub_list_wrap li .list_num{
	background: #333;
    border-radius: 50%;
    width: 22px;
    text-align: center;
    height: 22px;
    display: inline-block;
    line-height: 1.2;
    margin-top: 4px;	
	flex-shrink: 0;
}

.page0502 .section3 figure{margin: 0;}

@media screen and (max-width :1280px){

    .vision_box{padding: 40px 30px 30px;}
/*    .vision_box .vision_icon{margin: 30px 0 20px;}*/
}
@media screen and (max-width :1080px){
    .page0502 .content_wrap01{
        padding-bottom: 300px;
        background: url('/img/page05/02/bg01_m.png') no-repeat center bottom / 100%;
    }
    .logo_wrap{margin-bottom: 30px;}
    .logo_wrap img{width: 180px;}

    .vision_wrap{
        flex-direction: column;
        align-items: center;
    }
    .vision_box{width: 80%; margin-bottom: 20px;}
    .vision_box:last-child{margin-bottom: 0;}
}
@media screen and (max-width :960px){
	.sub_list_wrap li .list_num{
		width: 16px;
		height: 16px;
		margin-top: 2px;	
	}

}
@media screen and (max-width :480px){
    .page0502 .content_wrap01{padding-bottom: 200px;}
    .vision_box{width: 100%;}
    .vision_box .vision_icon img{width: 80px;}
}
@media screen and (max-width :360px){
    .vision_box{padding: 40px 20px 20px; border-radius: 20px;}
}

/*page0502*/

/*page0503*/
.bi_wrap{display: flex; flex-wrap: wrap;}
.bi_box{width: 48.5%; height: 350px; margin-right:3%; border-radius: 20px; background-color: #f9f6f3; position: relative; overflow: hidden; margin-bottom: 40px;}
.bi_box:nth-child(2n){margin-right: 0;}
.bi_box.bi_box_01{border: solid 1px var(--color-point); background: url('/img/page05/03/bg01.jpg') no-repeat center / cover;}

.bi_img{position: absolute;}
.bi_box.bi_box_01 .bi_img{top: 50%; left: 50% ;transform: translate(-50%, -50%);}
.bi_box.bi_box_02 .bi_img{width: 175px; aspect-ratio: 1/1; background-color: #64a486; border-bottom-right-radius: 40px;}
.bi_box.bi_box_02 .bi_img p{position: absolute; left: 20px; bottom: 15px;}
.bi_box.bi_box_03 .bi_img,
.bi_box.bi_box_04 .bi_img{top: 30px; left: 30px;}

.bi_txt_wrap{margin-top: 180px; margin-left: 200px;}
.bi_txt_wrap p.f_tit{margin-bottom: 10px;}
.bi_txt_wrap p:last-child{width:90%;}

@media screen and (max-width :1280px){
    .bi_box{height: 320px;}
    .bi_box.bi_box_01 .bi_img img{width: 200px;}
    .bi_box.bi_box_02 .bi_img{width: 140px;}
    .bi_box.bi_box_03 .bi_img img,
    .bi_box.bi_box_04 .bi_img img{width: 100px;}
    .bi_txt_wrap{margin-top: 150px; margin-left: 140px;}
}
@media screen and (max-width :960px){
    .bi_box{height: auto; margin-bottom: 20px; padding-bottom: 30px; }

    .bi_box.bi_box_01 .bi_img img{width: 150px;}
    .bi_box.bi_box_02 .bi_img{width: 110px; border-bottom-right-radius:30px}
    .bi_box.bi_box_03 .bi_img img,
    .bi_box.bi_box_04 .bi_img img{width: 80px;}

    .bi_txt_wrap{margin-left: 30px;}
}
@media screen and (max-width :640px){
    .bi_box{width: 100%; margin-right: 0; }
    .bi_box.bi_box_01{height: 260px;}
}


.page0503 .section2{ background: url('/img/page05/03/line.png') no-repeat center / 100%; padding-top: 0}
.bi_story_wrap{display: flex; justify-content: center;}
.story_box{border-radius: 50%;display: flex; justify-content: center; align-items: center; flex-direction: column; flex-shrink: 0;text-align: center;}
.story_box.story_box01{width: 320px; height: 320px; background: url('/img/page05/03/bg02.jpg') no-repeat center / cover; margin-top: 100px;}
.story_box.story_box02{width: 360px; height: 360px; background: url('/img/page05/03/bg03.jpg') no-repeat center / cover; margin: 0 40px;}
.story_box.story_box03{width: 320px; height: 320px; background: url('/img/page05/03/bg04.jpg') no-repeat center / cover; margin-top: 100px;}

.story_box .f_tit{margin: 20px 0 10px;}
.story_box p:last-child{margin-top: 10px;}

@media screen and (max-width :1280px){
    .story_box.story_box01{width: 250px; height: 250px; margin-top: 60px;}
    .story_box.story_box02{width: 280px; height: 280px; margin: 0 20px;}
    .story_box.story_box03{width: 250px; height: 250px; margin-top: 60px;}
    
    .story_box .f_tit{margin: 20px 0 5px;}
    .story_box p:last-child{margin-top: 5px;}
}
@media screen and (max-width :960px){
    .page0503 .section2{ background: none;}
    .bi_story_wrap{flex-direction: column; align-items: center;}
    .story_box.story_box01{margin-top: 0;}
    .story_box.story_box02{margin: 20px 0;}
    .story_box.story_box03{margin-top: 0;}
}
/*page0503*/

/*page0505*/

.page0505 .section1 .sub_tit_wrap{display: flex;}
.page0505 .section1 .sub_tit_wrap h2{margin-top: 0; margin-right: 150px;}
.weare_txt p{word-break: keep-all;}
.weare_txt p:last-child{margin-top: 20px;}
.weare_img_wrap{display: flex; }
.weare_img_wrap .weare_img.weare_img01{margin-left: -50px;}
.weare_img_wrap .weare_img.weare_img02{position: relative; margin-left: 20px;}
.weare_img_wrap .weare_img.weare_img02 p{position: absolute; top:50%; left: 40%; transform: translate(-50%, -50%);}
.weare_img_wrap .weare_img.weare_img03{margin-left: -50px; margin-right: 20px; z-index: 0;}
.weare_img_wrap .weare_img.weare_img04{margin-right: -120px; }
.weare_img_wrap .weare_img figure{margin: 0;}

@media screen and (max-width :1480px){
	.page0505 .section1 .sub_tit_wrap{padding: 0 50px;}
	.page0505 .section1 .sub_tit_wrap h2{ margin-right: 80px;}
}
@media screen and (max-width :1280px){
	.page0505 .section1 .sub_tit_wrap{flex-direction: column; }
	.page0505 .section1 .sub_tit_wrap h2{ margin-right: 0;}
	.weare_txt{margin-top: 30px;}
	.weare_img_wrap .weare_img.weare_img01{margin-left: -200px;}
}
@media screen and (max-width :720px){
	.page0505 .section1 .sub_tit_wrap{padding: 0;}
}

.nurim_box{background: #fbf6ed; border-radius: 20px; padding: 20px; display: flex; align-items: center;}
.nurim_img{background: #fff; border-radius: 15px; margin-right: 50px; width: 160px; height: 160px; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.1);
}
.nurim_img img{max-width: 100%;}
.nurim_txt_wrap .f_tit{margin-bottom: 10px;}

@media screen and (max-width :1080px){
    .page0505 .content_wrap01 > div{flex-wrap: wrap;}
    .page0505 .content_wrap01 .sub_tit_wrap{ width: 100%; padding-right:0; margin-bottom: 40px;}
    .weare_wrap{width: 100%;}
}
@media screen and (max-width :960px){
    .nurim_box{padding: 10px 30px 10px 10px;}
    .nurim_img{width: 100px; height: 100px; margin-right: 30px;}
    .nurim_img img{width: 40px;}
    .nurim_txt_wrap .f_tit{margin-bottom: 5px;}
}
@media screen and (max-width :560px){
    .nurim_box{padding: 30px; flex-direction: column; align-items: flex-start;}
    .nurim_img {margin-right: 0; margin-bottom: 30px;}
}
/*page0505*/

/*page0506*/
.page0506 .cont_wrap{text-align: center;}
.page0506 figure{margin: 0;}
/*page0506*/

/*page0507*/
.page0507 figure{margin: 0;}
.map_info_wrap td{padding: 30px 10px;}
.map_info_wrap .t_img{width: 10%; padding-left: 30px;}
.map_info_wrap .t_tit{width: 5%;}
.map_info_wrap .t_txt{width: 85%;}

.br_t{border-top: solid 1px #ccc;}
.br_b{border-bottom: solid 1px #ccc;}
.br_r{border-right: solid 1px #ccc;}

.map_wrap{display: flex; justify-content: space-between;}
.map_wrap > div{width: 48%;}
.map_wrap > div.map_img {height: 510px; background: url('/img/page05/07/img01.jpg') no-repeat 100% / cover; position: relative;  border-radius: 20px; }
.map_wrap > div.map_img::after{position: absolute; top:25px; left: 20px; content: ''; width: 120%; height: 105%; 		background: url('/img/page05/07/map_cover.png') no-repeat center/ 100%;
	z-index: 2;
}

.page0507 .section2{padding-top: 0;}
.map_info_box{display: flex; align-items: center; border: solid 1px #ccc; border-radius: 20px; padding: 50px 10px; margin-bottom: 20px}
.map_info_box:last-child{margin-bottom: 0}
.map_img_wrap{display: flex; flex-direction: column; align-items: center; width: 20%; }
.map_img_wrap p{margin-top: 20px;}
.map_txt_wrap{width: 80%;}


.root_daum_roughmap .cont{display: none;}

@media screen and (max-width :1280px){
	.map_wrap > div.map_img{height: 430px;}
	.root_daum_roughmap .wrap_map{height: 400px!important;}
	
	.map_img_wrap{width: 25%;}
	.map_txt_wrap{width: 75%;}
}
@media screen and (max-width :960px){
	.map_info_wrap td{padding: 20px 10px;}
	.map_info_wrap .t_img{padding-left: 10px;}
	.map_info_wrap .t_img figure{width: 24px;}
	
	.map_wrap{display: flex; justify-content: space-between; flex-direction: column;}
	.map_wrap > div{width: 100%;}
	.map_wrap > div.map_img{height: auto; aspect-ratio : 1/0.7; margin-bottom: 30px;}
	.map_wrap > div.map_img::after{display: none;}
	.root_daum_roughmap .wrap_map{height: 360px!important;}
	
	.map_info_box{padding: 30px 10px;}
	.map_img_wrap figure{width: 48px;}
	.map_img_wrap p{margin-top: 10px;}
}
@media screen and (max-width :480px){
	.map_info_wrap .t_img{display: none;}
	.map_info_wrap .t_tit{width: 15%; text-align: center;}
	
	.map_info_box{padding: 30px; align-items: flex-start; flex-direction: column;}
	.map_img_wrap{width: 100%; margin-bottom: 20px; flex-direction: row-reverse; justify-content: space-between;}
	.map_img_wrap figure{width: 36px;}
	.map_txt_wrap{width: 100%;}
}
@media screen and (max-width :360px){
	.map_info_box{padding: 20px;}
}
/*page0507*/

/*001 개인정보처리방침*/
.pri_btn .form_tab a{display: flex;}
.pri_btn .form_tab a figure{margin: 0; margin-right: 20px;}
.pri_btn .form_tab a figure img{width: 20px;}
.pri_btn .form_tab:hover a, .pri_btn .form_tab.on:hover a {background: #3b8e67}

@media screen and (max-width:360px){
	.pri_btn.form_tab_wrap ul{flex-wrap: wrap;}
	.pri_btn .form_tab{margin: 5px 10px 5px 0; width: 100%}
	.pri_btn .form_tab a{justify-content: space-between;}
	.pri_btn .form_tab a figure img{width: 16px;}
}

.priv_txt_wrap{line-height: 1.5; margin-bottom: 100px}
.priv_txt_wrap p{margin-bottom: 20px;}
.priv_tit_wrap{background: #f9f9f9; padding: 50px; width: 100%;}
.priv_tit_wrap ul{display: flex; flex-wrap: wrap;}
.priv_tit_wrap ul li{width: 50%; margin-bottom: 10px; padding-right: 20px;}

.info_t p{line-height: 1.5; color: #333; word-break: keep-all;}
.info_p01 {
	margin-top: 10px;
	font-weight:500;
}
.info_p02 {
	margin-top:10px;
	padding: 40px 50px;
	background: #f9f9f9;
}
.info_wrap{margin-bottom: 20px; }
.info_wrap:last-child{margin-bottom: 0; }
.info_wrap p{margin-bottom: 10px;}
.info_wrap p:last-child{margin-bottom: 0;}
.pri_line {
	width: 100%;
	height: 1px;
	margin: 50px auto;
	border-top: 1px solid #ccc;
}

.qna_info em {
	font-style: normal;
	display: block;
	margin-left: 18px;
	margin-bottom: 10px;
}

@media screen and (max-width:1080px){
	.priv_tit_wrap{padding: 30px; margin-bottom: 50px;}
	.priv_tit_wrap ul li{margin-bottom: 10px; width: 100%;}
	.info_p02{padding: 30px; margin-top: 20px}
}
@media screen and (max-width:768px){
	.priv_tit_wrap{padding: 20px;}
	.info_p02{padding: 20px;}
	.info_t>span{font-size: 16px;}
	.pri_line{margin: 30px auto;}
}
/*001 개인정보처리방침*/

/*준비중*/
.ready_img figure{margin: 0;}

@media screen and (max-width:768px){
	.ready_img figure img{width: 180px;}
	.sub_tit_wrap .ready_txt  h2{margin: 30px 0 10px!important;}
	
}
/*준비중*/


/*/251023 수정*/


.vision_box{ padding: 40px;}
.icon_wrap.vision_box{display: flex; align-items: center; justify-content: space-between;}
.mis.vision_box{ padding: 60px 40px 40px;}
.mis.vision_box h3{text-align: center;}

@media screen and (max-width: 1280px) {
	 .mis.vision_box{padding: 40px 30px 30px;}
    .vision_box {padding: 25px;}
/*	.vision_box .vision_icon {       margin: 0 0 30px;    }*/
}

@media screen and (max-width :360px){
    .mis.vision_box{padding: 40px 20px 20px; border-radius: 20px;}
}
