
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

@import url('~@noonnu/rokaf-sans-medium');


/* font */

legend{
  display: inherit;
  width: inherit;
  margin: inherit;
  color: inherit;
  border-bottom: inherit;
}
a{
  color: inherit;
  text-decoration: inherit;
}
a:hover, a:focus{
  color: inherit;
  text-decoration: inherit;
}
p, h1, .h1, h2, .h2, h3, .h3, ul, li{
  margin: 0;
}

@media(min-width:1200px){
  .col-lg-12-5{
      width: 20%;
      float: left;
      padding: 0 15px;
  }
  
}
@media(min-width:992px){
  .col-md-12-5{
      width: 20%;
      float: left;
      padding: 0 15px;
      
  }
}
@media(min-width:768px){
  .col-md-12-5{
      width: 20%;
      float: left;
      padding: 0 15px;
  }
}

/* reset bootstrap */


body{
	width: 100%;
	height: auto;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
  }
  body *{
	word-break: keep-all;
    box-sizing: border-box;
  }
  .main-wrap *, .sub-wrap *, .bo-inner *{
    line-height: 1.3;
  }
  .sub-wrap *, .main-wrap *, body *{
	font-family: 'Pretendard', 'sans-serif';
	word-break: keep-all;
  }
  img{
    max-width: 100%;
  }


.inner{
  width: 100%;
  max-width: 1440px;
  margin : 0 auto;
  position: relative;
  padding: 0 20px;
}

.gnb_nav .gnb {display: flex; gap: 80px; margin-right: 0px;}
.gnb_nav .gnb::after{
  display: none;
}

.gnb_nav .gnb .depth1 {font-weight: 600; line-height: 100px; position: relative; transition: .3s;}

.gnb_nav .gnb .depth1:hover > .depth1_a,
.gnb_nav .gnb .depth1.active > .depth1_a
{color: #01AFC8;}

.gnb_nav .gnb .depth1_a {font-size: 18px; position: relative; white-space: nowrap; top : 2px;
color: #fff;
}

.all_gnb_nav p.depth1_a::after {content: ''; display: block; width: 50px; height: 4px; background-color: #01AFC8; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}

.ham_open {width: 26px; height: 20px; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer;
  display: none;
  }

.gnb_nav .ham_open .bar {display: block; width: 100%; height: 3px; background-color: #fff;}

.gnb_nav .snb .depth2 a:hover {color: #01AFC8;}

.all_menu_wrap .ham_close {width: 100px; height: 100px; padding: 33px; border-right: 1px solid #eee; background: #01AFC8; position: absolute; top: 0; right: 0; cursor: pointer;
}

.gnb_nav .snb {width: auto; min-width: 250px; padding: 20px 0; font-size: 18px; text-align: center; line-height: 1.3; background: #fff; border-top: 4px solid #01AFC8; box-shadow: 0 3px 3px rgba(0, 0, 0, .1); transform: translateX(-50%) scaleY(0); transform-origin: top; transition: .5s; opacity: 0; position: absolute; top: 100%; left: 50%; z-index: -1;}

.all_gnb_nav .depth2 a:hover {color: #01AFC8;}

.all_gnb_nav .active p.depth1_a{
  color: #01AFC8;
}


.header {width: 100%; border-bottom: 1px solid transparent; position: fixed; top: 0; left: 0; z-index: 99999; transition: 0.3s; }

/* .header.scr, .header.sub {border-color: #C6C6C6;} */
.header .inner {height: 100%; display: flex; justify-content: space-between; align-items: center;
max-width: 100%;
width: calc(100% - 96px);
position: relative;
padding: 0;
}
.header .top-inner{
  width:calc(100% - 96px);
  max-width: 2560px;
  position: relative;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.header .top-inner .login-box{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 38.5px;
}
.header .top-inner ul{
  display: flex;
  align-items: center;
  gap: 35px;
}
.header .top-inner ul::after{
    display: none;
}
.header .top-inner ul li{
  position: relative;
}
.header .top-inner ul li::after{
  content: "·";
  font-size: 10px;
  font-weight: bold;
  letter-spacing: -0.3px;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  right: -17.5px;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}
.header .top-inner ul li:last-child::after{
  display: none;
}
.header .top-inner ul li a{
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.42px;
  color: rgba(255, 255, 255,0.5);
}
.header .top-inner ul li a:hover{
  color: rgb(255,255,255);
}
.header.scr{
  background: rgba(0,0,0,0.7);
}
.header.scr .inner{
  /* border-bottom: none; */
}

.header .logo img {display: block;  position: relative; top: 0px;
width: 420px;
}
.gnb_nav {display: flex; align-items: center;}


.gnb_nav .gnb .depth1:hover > .depth1_a::after{width: calc(100% + 10px);}


.gnb_nav .snb .depth2 a {display: block; padding: 0 2rem; word-break: keep-all;}
.gnb_nav .snb .depth2 + .depth2 {margin-top: 17px;}

.snb.on {opacity: 1; transform: translateX(-50%) scaleY(1);}
.all_menu_bg {width: 100%; height: 100%; background: rgba(0,0,0,0.5); position: fixed; top: 0; left: 0; z-index: 100; display: none;}
.all_menu_wrap {width: 100%; height: 100%; background-color: #fff; position: fixed; top: 0; right: 0; z-index: 99999; transform: translateY(-100%); opacity: 0; transition: 0.5s;
    /* display: none; */

}
.all_menu_wrap .all_menu_top {width: 100%; height: 100px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #eee; position: relative;}
.all_menu_wrap .ham_close img {width: 100%; max-width: 32px;}
.all_gnb_nav {height: calc(100% - 100px); font-size: 2rem; text-align: center;}
.all_gnb_nav .gnb {display: flex; height: 100%; font-size: 1.8rem;}
.all_gnb_nav .depth1 {flex: 1; padding: 10px; padding-top: 8%;}
.all_gnb_nav .depth1 + .depth1 {border-left: 1px solid #eee;}
.all_gnb_nav p.depth1_a {padding-bottom: 35px; font-size: 24px; font-weight: 700; line-height: 1; position: relative;}
.all_gnb_nav p.depth1_a .arr {width: 30px; height: 30px; background: url(/img/ham_arr.svg) no-repeat center/cover; display: none;}
.all_gnb_nav .snb {display: none;}
.all_gnb_nav .depth2:first-child{
  margin-top: 35px;
}
.all_gnb_nav .depth2 {}
.all_gnb_nav .depth2 a {font-weight: 500; word-break: keep-all; font-size: 18px;
display: block;
padding: 10px 0;
}
.all_menu_wrap.on {opacity: 1; transform: translateY(0);
/* display: block; */
}

.mobile{
  display: none !important;
}

@media(max-width:1700px){
  .header .inner{
    width: calc(100% - 40px);
  }
  .gnb_nav .gnb{
    gap: 40px;
  }

}

@media screen and (max-width: 1415px){
  .gnb_nav .gnb .depth1_a{
    font-size: 16px;
  }
}
@media(max-width:1250px){
  .gnb_nav .gnb{
    gap: 30px;
  }
}

@media(max-width:1150px){
  .header .logo img{
    max-width: 320px;
  }
  .gnb_nav .gnb{
    gap: 20px;
  }
}

@media screen and (max-width: 1024px){
  .header .top-inner{
    width: 100%;
  }
    .header .top-inner .login-box{
        height: 30px;
    }
    .header .top-inner ul{
        gap: 20px;
    }
    .header .top-inner ul li a{
        font-size: 13px;
    }
    .header .inner{
        padding-top: 15px;
        padding-bottom: 15px;
    }
  .header .top-inner{
    padding: 0 20px;
  }
  .mobile{
    display: block !important;
  }
  .pc{
    display: none !important;
  }
  .header{
    /* background: rgba(0,0,0,0.7); */
  }
  .ham_open{
    display: flex;
  }
	/* .header {height: 80px;} */
	.header .logo img {width: 300px;}
	.gnb_nav .gnb {display: none;}
	.all_menu_wrap {width: 500px; top: 0; right: 0; transform: translate(100%, 0);}
	.all_menu_wrap.on {transform: translate(0, 0); box-shadow: 0 0 10px rgba(0, 0, 0, .16);}
	.all_menu_wrap .all_menu_top {padding: 0 15px; justify-content: left;}
	.all_gnb_nav .gnb {display: block; text-align: left;}
	.all_gnb_nav .depth1 {width: 100%; padding: 0; border-bottom: 1px solid #eee;}
	.all_gnb_nav .depth1 + .depth1 {border-left: none;}
	.all_gnb_nav p.depth1_a {display: flex; justify-content: space-between; align-items: center; padding: 12px 20px; font-size: 16px; line-height: 60px; cursor: pointer;}
	.all_gnb_nav p.depth1_a .arr {display: block; transition: 0.3s;}
	.all_gnb_nav p.depth1_a.on .arr {transform: rotate(-180deg);}
	.all_gnb_nav p.depth1_a::after {display: none;}
	.all_gnb_nav .snb {display: none; font-size: 16px; transition: none;}
	.all_gnb_nav .depth2 {margin-top: 0; padding-left: 15px; line-height: 1.3; border-top: 1px solid #eee; transition: none;}
	.all_gnb_nav .depth2 a {display: block;
  padding: 15px;
  font-size: 16px;
  }
  .all_gnb_nav .depth2:first-child{
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px){

	.ham_open {width: 22px; height: 16px;}
	.all_menu_wrap {width: 95%;}
	.all_menu_wrap .all_menu_top {height: 60px;}
	.all_menu_wrap .ham_close {width: 60px; height: 60px; padding: 15px;}
	.all_gnb_nav {height: calc(100% - 60px);}
	.all_gnb_nav p.depth1_a {line-height: initial;
  padding: 15px 20px;
  }

	.all_gnb_nav .snb {font-size: 16px;}
}

@media(max-width:767px){
  .header .logo img {width: 240px;}
}

@media(max-width:320px){
  .header .logo img {width: 200px;}
}

/* common */


.main-wrap, .main-sec, .main-banner{
  position: relative;
  width: 100%;
  height: auto;
}
.main-banner-swiper{
  width: 100%;
  height: 100vh;
  min-height: 800px;
  position: relative;
}
.main-banner .swiper-wrapper .swiper-slide{
  position: relative;
}
.main-banner .swiper-wrapper .swiper-slide::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .03);
  position: absolute;
  top: 0;
  left: 0;
}
.main-banner .swiper-wrapper .swiper-slide .main-banner-txtbox{
  position: absolute;
  top: 50%;
  top: calc(50% - 34px);
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
  z-index: 2;
}

.main-banner .swiper-wrapper .swiper-slide .main-banner-txtbox h2{
  font-size: 74px;
  font-weight: 800;
  letter-spacing: -2.96px;
  color: rgb(255, 255, 255);
  padding-bottom: 24px;
}
.main-banner .swiper-wrapper .swiper-slide .main-banner-txtbox p{
  font-size: 24px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: -0.48px;
  color: rgb(255, 255, 255);
}
.main-banner .swiper-wrapper .swiper-slide01{
  background: url(../img/main-banner-bg01-n.jpg) no-repeat center / cover;
}
.main-banner .swiper-wrapper .swiper-slide02{
  background: url(../img/main-banner-bg02-n.jpg) no-repeat center / cover;
}
.main-banner .swiper-wrapper .swiper-slide03{
  background: url(../img/main-banner-bg03-n.jpg) no-repeat center / cover;
}
.main-banner .swiper-wrapper .swiper-slide04{
  background: url(../img/main-banner-bg04-n.jpg) no-repeat center / cover;
}
.main-banner .swiper-wrapper .swiper-slide05{
  background: url(../img/main-banner-bg05-n.jpg) no-repeat center / cover;
}

.main-banner .main-swiper-pause-box{
  position: absolute;
  top: calc(50% + 128px);
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
  z-index: 3;
}

.main-banner .main-swiper-pause-box .mainbanner-swiper-tool-line{
  display: flex;
  gap: 48px;
  align-items: center;
}
.main-banner .main-swiper-pause-box .mainbanner-swiper-tool-line > .left{
  width: 34px;
}
.main-banner .main-swiper-pause-box .mainbanner-swiper-tool-line > .left .mainbanner-swiper-play-btn{
  cursor: pointer;
  position: relative;
  width: 34px;
  height: 34px;
}
.main-banner .main-swiper-pause-box .mainbanner-swiper-tool-line > .left .mainbanner-swiper-play-btn img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.main-banner .main-swiper-pause-box .mainbanner-swiper-tool-line > .left .mainbanner-swiper-play-btn .playBtn{
  display: none;
}
.main-banner .main-swiper-pause-box .mainbanner-swiper-tool-line > .left .mainbanner-swiper-play-btn.on .playBtn{
  display: block;
}
.main-banner .main-swiper-pause-box .mainbanner-swiper-tool-line > .left .mainbanner-swiper-play-btn.on .pauseBtn{
  display: none;
}
.main-banner .main-swiper-pause-box .mainbanner-swiper-tool-line > .right .con-subline{
  display: flex;
  align-items: center;
  gap: 24px;
}
.main-banner .main-swiper-pause-box .mainbanner-swiper-tool-line > .right .con-subline .mainbanner-prevBtn,
.main-banner .main-swiper-pause-box .mainbanner-swiper-tool-line > .right .con-subline .mainbanner-nextBtn{
  width: 10px;
  cursor: pointer;
}
.main-banner .main-swiper-pause-box .mainbanner-swiper-tool-line > .right .con-subline .mainbanner-prevBtn img,
.main-banner .main-swiper-pause-box .mainbanner-swiper-tool-line > .right .con-subline .mainbanner-nextBtn img{
  display: block;
}
.main-banner .main-swiper-pause-box .mainbanner-swiper-tool-line > .right .con-subline .main-banner-pagination{
  display: flex;
  align-items: center;
  gap: 15px;
}
.main-banner .main-swiper-pause-box .mainbanner-swiper-tool-line > .right .con-subline .main-banner-pagination span{
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: rgb(153, 153, 153);
  opacity: 1;
}
.main-banner .main-swiper-pause-box .mainbanner-swiper-tool-line > .right .con-subline .main-banner-pagination span.swiper-pagination-bullet-active{
  background-color: rgb(255, 255, 255);
}

.main-sec02{
  padding: 54px 0; 
  background: url(../img/main-sec02-bg.jpg) no-repeat center / cover;
}
.main-sec02 .txtbox p{
  font-size: 24px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: rgba(150, 176, 211,0.6);
  padding-bottom: 20px;
}
.main-sec02 .txtbox h2{
  font-size: 42px;
  font-weight: 200;
  line-height: 1.29;
  letter-spacing: -1.26px;
  color: rgb(255, 255, 255);
}
.main-sec02 .txtbox h2 span{
  font-weight: bold;
}

.main-sec03{
  padding: 135px 0;
}
.main-sec03 .con-line{
  display: flex;
  gap: 10px;
}
.main-sec03 .con-line > .left{
  width: calc(100% - 832px);
}
.main-sec03 .con-line > .right{
  width: 822px;
}
.main-sec03 .con-line > .left .conbox .txtbox{
  padding-bottom: 190px;
}
.main-sec03 .con-line > .left .conbox .txtbox p{
  font-size: 25px;
  font-weight: bold;
  line-height: 1.36;
  letter-spacing: -0.75px;
  color: rgb(62, 154, 255);
  padding-bottom: 8px;
}
.main-sec03 .con-line > .left .conbox .txtbox h3{
  font-size: 52px;
  font-weight: bold;
  letter-spacing: normal;
  color: rgb(16, 16, 16);
}
.main-sec03 .con-line > .left .conbox .link-box a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 185px;
  border-radius: 9999px;
  border: solid 1px rgb(204, 204, 204);
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
  padding: 18px 35px;

  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.54px;
  color: rgb(0, 0, 0);
}
.main-sec03 .con-line > .left .conbox .link-box a img{
  width: 18px;
}
.main-sec03 .con-line > .left .conbox .link-box a:hover{
  text-decoration: underline;
}

.main-sec03 .con-line > .right .con-subline{
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
.main-sec03 .con-line > .right .con-subline > li{
  width: calc(33.33% - (26px / 3));
  box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.1);
}
.main-sec03 .con-line > .right .con-subline > li .con-subbox{
  text-align: center;
  padding: 55px 20px;
}
.main-sec03 .con-line > .right .con-subline > li .con-subbox .iconbox{
  padding-bottom: 30px;
}
.main-sec03 .con-line > .right .con-subline > li .con-subbox .iconbox img{
  max-width: 130px;
  width: 100%;
}
.main-sec03 .con-line > .right .con-subline > li .con-subbox .txtbox p{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.72px;
  color: rgb(0, 0, 0);
}
.main-sec03 .con-line > .right .con-subline > li .con-subbox .txtbox span{
  display: block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.6px;
  color: rgb(62, 154, 255);
  padding-top: 5px;
}

.main-sec04{
  padding: 164px 0 135px;
  background: url(../img/main-sec04-bg.jpg) no-repeat center / cover;
}
.main-sec04 .sec-titbox{
  text-align: center;
  margin-bottom: 74px;
}
.main-sec04 .sec-titbox p{
  font-size: 25px;
  font-weight: bold;
  line-height: 1.36;
  letter-spacing: -0.75px;
  color: rgb(62, 154, 255);
  padding-bottom: 8px;
}
.main-sec04 .sec-titbox h2{
  font-size: 54px;
  font-weight: bold;
  line-height: 1.26;
  letter-spacing: -1.62px;
  color: rgb(255, 255, 255);
}
.main-sec04 .con-line{
  display: flex;
  gap: 36px;
  margin-bottom: 56px;
}
.main-sec04 .con-line > li{
  flex: 1;
}
.main-sec04 .con-line > li:first-child{
  border: solid 1px rgba(255, 255, 255,0.5);
}
.main-sec04 .con-line > li:last-child{
  border: solid 1px rgba(112, 112, 112,0.5);
  background-color: rgba(0, 114, 255,0.5);
}
.main-sec04 .con-line > li .conbox{
  text-align: center;
  padding: 63px 106px;
}
.main-sec04 .con-line > li .conbox h3{
  font-size: 34px;
  font-weight: bold;
  letter-spacing: -1.02px;
  color: rgba(255, 255, 255);
  margin-bottom: 56px;
}
.main-sec04 .con-line > li .conbox .con-subline{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.main-sec04 .con-line > li .conbox .con-subline li{
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -0.6px;
  color: rgb(255, 255, 255);
  position: relative;
  padding-left: 12px;
  width: 100%;
  text-align: left;
}
.main-sec04 .con-line > li .conbox .con-subline li::before{
  content: "·";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.main-sec04 .bottom-link-box a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 185px;
  border-radius: 9999px;
  background-color: rgb(1, 59, 131);
  transition: all 0.3s ease-in-out;
  padding: 18px 35px;

  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.54px;
  color: rgb(255,255,255);
  margin: 0 auto;
}
.main-sec04 .bottom-link-box a img{
  width: 18px;
}
.main-sec04 .bottom-link-box a:hover{
  text-decoration: underline;
}


.link-box2 a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 185px;
  border-radius: 9999px;
  background-color: rgb(1, 59, 131);
  transition: all 0.3s ease-in-out;
  padding: 18px 35px;

  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.54px;
  color: rgb(255,255,255);
  margin: 0 auto;
}
.link-box2 a img{
  width: 18px;
}
.link-box a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 185px;
  border-radius: 9999px;
  border: solid 1px rgb(204, 204, 204);
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
  padding: 18px 35px;

  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.54px;
  color: rgb(0, 0, 0);
}
.link-box a img{
  width: 18px;
}
.link-box2 a:hover,
.link-box a:hover{
  text-decoration: underline;
}

.main-sec05{
  padding: 135px 0;
  background-color: rgb(239, 243, 255);
}
.main-sec05 .con-line{

}
.main-sec05 .con-line > .left{
  width: 500px;
}


.main-sec05 .con-line > .left .txtbox{
  padding-bottom: 50px;
}
.main-sec05 .con-line > .left .txtbox h4{
  font-size: 25px;
  font-weight: bold;
  line-height: 1.36;
  letter-spacing: -0.75px;
  color: rgb(62, 154, 255);
  padding-bottom: 8px;
}
.main-sec05 .con-line > .left .txtbox h2{
  font-size: 54px;
  font-weight: bold;
  line-height: 1.26;
  letter-spacing: -1.62px;
  color: rgb(16, 16, 16);
  padding-bottom: 26px;
}
.main-sec05 .con-line > .left .txtbox p{
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: -0.6px;
  color: rgb(51, 51, 51);
}
.main-sec05 .con-line > .left .bottom-box .swiper-paging-wrap{
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 28px;
}
.main-sec05 .con-line > .left .bottom-box .paging-line{
  display: flex;
  gap: 14px;
}
.main-sec05 .con-line > .left .bottom-box .paging-line li img{
  max-width: 78px;
  width: 100%;
  display: block;
}
.main-sec05 .con-line > .left .bottom-box .paging-line > li{
  cursor: pointer;
}
.main-sec05 .con-line > .left .bottom-box .paging-num{
  display: flex;
  align-items: center;
  gap: 3px;
}
.main-sec05 .con-line > .left .bottom-box .paging-num span{
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: normal;
  color: rgb(170, 170, 170);
}
.main-sec05 .con-line > .left .bottom-box .paging-num .swiper-pagination-current{
  color: rgb(43, 43, 43);
}
  
.main-sec05-swiper{
  max-width: 1300px;
  width: calc(100% - 800px);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  overflow: hidden;
}


.main-sec05-swiper .swiper-slide .conbox .imgbox{
  text-align: center;
  padding: 20px;
  background: #f9fafb;
}
.main-sec05-swiper .swiper-slide .conbox .imgbox img{
  display: block;
  max-width: 150px;
  width: 100%;
  margin: 0 auto;
}
.main-sec05-swiper .swiper-slide .conbox .txtbox{
  background: #fff;
  padding: 28px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-sec05-swiper .swiper-slide .conbox .txtbox p{
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.78px;
  color: rgb(34, 34, 34);
}
.main-sec05-swiper .swiper-slide .conbox .txtbox p img{
  max-width: 20px;
  width: 100%;
}


.main-sec06{
  padding: 135px 0;
}
.main-sec06 .tit-line{
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 44px;
}
.main-sec06 .tit-line h2{
  font-size: 54px;
  font-weight: bold;
  line-height: 1.26;
  letter-spacing: -1.62px;
  color: rgb(16, 16, 16);
}
.main-sec06 .gall-swiper-wrap{
  position: relative;
  width: 100%;
}
.main-sec06 .gall-swiper-wrap .main-sec06-swiper{
  overflow: hidden;
}
.main-sec06 .gall-swiper-wrap .swiper-navi-wrap{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 4;
  padding: 0 34px;
}
.main-sec06 .gall-swiper-wrap .swiper-navi-wrap > div{
  cursor: pointer;
  width: 57px;
}

.main-sec07{
  background-color: rgb(244, 246, 250);
  padding: 135px 0;
}
.main-sec07 .sec-tit{
  font-size: 54px;
  font-weight: bold;
  line-height: 1.26;
  letter-spacing: -1.62px;
  color: rgb(16, 16, 16);
  margin-bottom: 40px;
}
.main-sec07-latest{
  display: flex;
  gap: 40px;
  margin-bottom: 44px;
}
.main-sec07-latest::after{
  display: none;
}
.main-sec07-latest li{
  flex: 1;
  background: #fff;
}
.main-sec07-latest li .conbox{
  padding: 71px 53px;
}
.main-sec07-latest li .subject span{
  display: inline-block;
  padding: 12px 25px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: -0.72px;
  color: rgb(255, 255, 255);
  text-align: center;
  background-color: rgb(1, 59, 131);
}
.main-sec07-latest li .subject{
  margin-bottom: 46px;
}
.main-sec07-latest li a:hover .content{
  text-decoration: underline;
}
.main-sec07-latest li .content{
  font-size: 31px;
  font-weight: bold;
  line-height: 1.61;
  letter-spacing: -0.93px;
  color: rgb(0, 0, 0);
  margin-bottom: 38px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main-sec07-latest li .date{
  display: flex;
  align-items: center;
  gap: 14px;

  font-size: 22px;
  font-weight: 500;
  line-height: 1.73;
  letter-spacing: -0.66px;
  color: rgb(170, 170, 170);
}
.main-sec07-latest li .date img{
  max-width: 27px;
  width: 100%;
}
.main-sec07 .bottom-contents{
  background: url(../img/main-sec07-bottomcon-bg.jpg) no-repeat center / cover;
  padding: 95px 85px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;

  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.main-sec07 .bottom-contents::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0,0,0,0.2);
  z-index: 0;
}
.main-sec07 .bottom-contents .txtbox{
  position: relative;
  z-index: 1;
}
.main-sec07 .bottom-contents .txtbox h3{
  font-size: 44px;
  font-weight: bold;
  line-height: 1.14;
  letter-spacing: -1.32px;
  color: rgb(255, 255, 255);
  margin-bottom: 22px;
}
.main-sec07 .bottom-contents .txtbox p{
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: -0.6px;
  color: rgb(255, 255, 255);
}
.main-sec07 .bottom-contents .link-box2{
  z-index: 2;
  position: relative;
}

@media(max-width:1600px){
  .main-banner-swiper{
    min-height: 600px;
  }

  .main-sec05-swiper{
    width: calc(100% - 500px);
  }
}

@media(max-width:1024px){
  .main-banner-swiper{
    height: 80vh;
  }
  .main-banner .swiper-wrapper .swiper-slide .main-banner-txtbox h2{
    font-size: 52px;
    padding-bottom: 16px;
  }
  .main-banner .swiper-wrapper .swiper-slide .main-banner-txtbox p{
    font-size: 20px;
  }


  .main-sec03{
    padding: 80px 0;
  }
  .main-sec03 .con-line{
    flex-wrap: wrap;
    gap: 30px;
  }
  .main-sec03 .con-line > .left{
    width: 100%;
  }
  .main-sec03 .con-line > .right{
    width: 100%;
  }
  .main-sec03 .con-line > .left .conbox .txtbox{
    padding-bottom: 60px;
  }
  .main-sec03 .con-line > .left .conbox .txtbox p{
    font-size: 18px;
    padding-bottom: 6px;
  }
  .main-sec03 .con-line > .left .conbox .txtbox h3{
    font-size: 28px;
  }
  .main-sec03 .con-line > .left .conbox .link-box a{
    padding: 12px 30px;
    font-size: 16px;
    width: 170px;
  }
  .main-sec03 .con-line > .left .conbox .link-box a img{
    width: 16px;
  }
  .link-box a{
    padding: 12px 30px;
    font-size: 16px;
    width: 170px;
  }
  .link-box a img{
    width: 16px;
  }
  .link-box2 a{
    padding: 12px 30px;
    font-size: 16px;
    width: 170px;
  }
  .link-box2 a img{
    width: 16px;
  }
  .main-sec03 .con-line > .right .con-subline{
    gap: 10px;
  }
  .main-sec03 .con-line > .right .con-subline > li{
    width: calc(50% - 5px);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  }
  .main-sec03 .con-line > .right .con-subline > li .con-subbox{
    padding: 30px 10px;
  }
  .main-sec03 .con-line > .right .con-subline > li .con-subbox .iconbox{
    padding-bottom: 16px;
  }
  .main-sec03 .con-line > .right .con-subline > li .con-subbox .iconbox img{
    max-width: 70px;
  }
  .main-sec03 .con-line > .right .con-subline > li .con-subbox .txtbox p{
    font-size: 18px;
  }
  .main-sec03 .con-line > .right .con-subline > li .con-subbox .txtbox span{
    font-size: 15px;
    padding-top: 4px;
  }


  .main-sec04{
    padding: 80px 0;
  }
  .main-sec04 .sec-titbox{
    margin-bottom: 50px;
  }
  .main-sec04 .sec-titbox p{
    font-size: 18px;
    padding-bottom: 6px;
  }
  .main-sec04 .sec-titbox h2{
    font-size: 28px;
  }
  .main-sec04 .con-line{
    gap: 30px;
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
  .main-sec04 .con-line > li{
    flex: none;
    width: 100%;
  }
  .main-sec04 .con-line > li .conbox{
    padding: 30px 20px;
  }
  .main-sec04 .con-line > li .conbox h3{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .main-sec04 .con-line > li .conbox .con-subline{
    gap: 6px;
  }
  .main-sec04 .con-line > li .conbox .con-subline li{
    font-size: 16px;
    padding-left: 10px;
  }
  .main-sec04 .bottom-link-box a{
    padding: 12px 30px;
    font-size: 16px;
    width: 170px;
  }
  .main-sec04 .bottom-link-box a img{
    width: 16px;
  }
  .link-box2 a{
    padding: 12px 30px;
    font-size: 16px;
    width: 170px;
  }

  .link-box2 a img{
    width: 16px;
  }



  .main-sec05{
    padding: 80px 0;
  }
  .main-sec05 .con-line > .left{
    width: 100%;
  }
  .main-sec05 .con-line > .left .txtbox{
    padding-bottom: 30px;
  }
  .main-sec05 .con-line > .left .txtbox h4{
    font-size: 18px;
    padding-bottom: 6px;
  }
  .main-sec05 .con-line > .left .txtbox h2{
    font-size: 28px;
    padding-bottom: 12px;
  }
  .main-sec05 .con-line > .left .txtbox p{
    font-size: 16px;
  }
  .main-sec05 .con-line > .left .bottom-box{
    display: flex;
    flex-wrap: wrap;
  }
  .main-sec05 .con-line > .left .bottom-box .swiper-paging-wrap{
    order: 1;
    width: 100%;
    align-items: center;
    
  }
  .main-sec05 .con-line > .left .bottom-box .link-box{
    order: 0;
    width: 100%;
  }
  .main-sec05 .con-line > .left .bottom-box .swiper-paging-wrap{
    gap: 16px;
    margin-bottom: 0px;
    margin-top: 30px;
  }
  .main-sec05 .con-line > .left .bottom-box .paging-line{
    gap: 6px;
  }
  .main-sec05 .con-line > .left .bottom-box .paging-line li img{
    max-width: 40px;
  }
  .main-sec05 .con-line > .left .bottom-box .paging-num{
    gap: 2px;
  }
  .main-sec05 .con-line > .left .bottom-box .paging-num span{
    font-size: 14px;
  }
    
  .main-sec05-swiper{
    max-width: 100%;
    width: 100%;
    position: relative;
    top: 0;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    margin-top: 10px;
    padding: 0 20px;
  }
  .main-sec05-swiper .swiper-slide .conbox .txtbox{
    padding: 24px 16px;
  }
  .main-sec05-swiper .swiper-slide .conbox .txtbox p{
    gap: 8px;
    font-size: 18px;
  }
  .main-sec05-swiper .swiper-slide .conbox .txtbox p img{
    max-width: 18px;
  }
  

  .main-sec06{
    padding: 80px 0;
  }
  .main-sec06 .tit-line{
    gap: 16px;
    margin-bottom: 20px;
  }
  .main-sec06 .tit-line h2{
    font-size: 28px;
  }
  .main-sec06 .gall-swiper-wrap .swiper-navi-wrap{
    padding: 0 5px;
  }
  .main-sec06 .gall-swiper-wrap .swiper-navi-wrap > div{
    width: 30px;
  }


  .main-sec07{
    padding: 80px 0;
  }
  .main-sec07 .sec-tit{
    font-size: 28px;
    margin-bottom: 30px;
  }
  .main-sec07-latest{
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
  }
  .main-sec07-latest li{
    flex: none;
    width: 100%;
  }
  .main-sec07-latest li .conbox{
    padding: 30px 15px;
  }
  .main-sec07-latest li .subject span{
    padding: 10px 15px;
    font-size: 18px;
  }
  .main-sec07-latest li .subject{
    margin-bottom: 16px;
  }
  .main-sec07-latest li .content{
    font-size: 18px;
    margin-bottom: 30px;
  }
  .main-sec07-latest li .date{
    gap: 8px;
    font-size: 15px;
  }
  .main-sec07-latest li .date img{
    max-width: 22px;
  }
  .main-sec07 .bottom-contents{
    padding: 60px 20px;
  }
  .main-sec07 .bottom-contents .txtbox h3{
    font-size: 22px;
    margin-bottom: 12px;
  }
  .main-sec07 .bottom-contents .txtbox p{
    font-size: 16px;
  }
}

@media(max-width:767px){
  .main-banner .swiper-wrapper .swiper-slide .main-banner-txtbox h2{
    font-size: 36px;
    letter-spacing: -0.96px;
    padding-bottom: 12px;
  }
  .main-banner .swiper-wrapper .swiper-slide .main-banner-txtbox p{
    font-size: 18px;
  }


  .main-banner .main-swiper-pause-box .mainbanner-swiper-tool-line{
    gap: 30px;
  }
  .main-banner .main-swiper-pause-box .mainbanner-swiper-tool-line > .left{
    width: 30px;
  }
  .main-banner .main-swiper-pause-box .mainbanner-swiper-tool-line > .left .mainbanner-swiper-play-btn{
    width: 30px;
    height: 30px;
  }
  .main-banner .main-swiper-pause-box .mainbanner-swiper-tool-line > .right .con-subline{
    gap: 12px;
  }
  .main-banner .main-swiper-pause-box .mainbanner-swiper-tool-line > .right .con-subline .main-banner-pagination{
    gap: 7px;
  }
  .main-banner .main-swiper-pause-box .mainbanner-swiper-tool-line > .right .con-subline .main-banner-pagination span{
    width: 6px;
    height: 6px;
  }
  .main-sec02{
    padding: 40px 0; 
  }
  .main-sec02 .txtbox p{
    font-size: 15px;
    padding-bottom: 12px;
  }
  .main-sec02 .txtbox h2{
    font-size: 28px;
  }

}
@media(max-width:360px){
  .main-sec03 .con-line > .right .con-subline > li{
    width: 100%;
  }
}

/* main */

.foot-wrap{
  width: 100%;
  height: auto;
  position: relative;
  z-index: 99;
  padding: 60px 0 80px;
  background-color: rgb(52, 56, 63);
}
.foot-wrap .con-line{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.foot-wrap .con-line::after{
  display: none;
}
.foot-wrap .con-line > .left .logobox{
  width: 400px;
  margin-bottom: 46px;
}
.foot-wrap .con-line > .left .info-txt{
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: rgb(173, 174, 177);
  height: auto;
  padding-bottom: 8px;
}
.foot-wrap .con-line > .left .info-txt span{
}
.foot-wrap .con-line > .left .copyright{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  color: rgba(173, 174, 177,0.5);
  padding-top: 12px;
  height: auto;
}
.foot-wrap .con-line > .right .con-sns-line{
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.foot-wrap .con-line > .right .con-sns-line li a{
  display: block;
  width: 52px;
}
.foot-wrap .con-line > .right .foot-link-box{
  margin-top: 82px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
}
.foot-wrap .con-line > .right .foot-link-box a{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: normal;
  text-align: right;
  color: rgb(255, 255, 255);
  text-decoration: none;
  display: block;
}

.side-quick{
  position: fixed;
  top: 50%;
  right: 68px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 118px;
  height: auto;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);
  background: linear-gradient(to bottom, rgb(62, 154, 255), rgb(0, 53, 128));
  padding: 40px 20px;
  z-index: 100;
  overflow: hidden;
  border-radius: 9999px;
}
.side-quick ul::after{
  display: none;
}
.side-quick ul li{
  text-align: center;
  padding: 22px 0;
  border-bottom: 1px solid rgba(240, 240, 240,0.2);
}
.side-quick ul li:last-child{
  border: none;
}
.side-quick ul li:nth-child(1) img{
  max-width: 75px;
}
.side-quick ul li:nth-child(2) img{
  max-width: 57px;
}
.side-quick ul li:nth-child(3) img{
  max-width: 57px;
}
.side-quick ul li:nth-child(4) img{
  max-width: 89px;
}

@media(max-width:1600px){
  .side-quick{
    right: 20px;
  }
}

@media(max-width:1024px){
  .foot-wrap{
    padding: 40px 0 60px;
  }
  .foot-wrap .con-line{
    gap: 40px;
  }
  .foot-wrap .con-line > .left{
    order: 1;
  }
  .foot-wrap .con-line > .right{
    order: 0;
  }
  .foot-wrap .con-line > .left .logobox{
    width: 220px;
    margin-bottom: 12px;
  }
  .foot-wrap .con-line > .left .info-txt{
    font-size: 15px;
    padding-bottom: 3px;
  }
  .foot-wrap .con-line > .left .info-txt span{
    display: block;
  }
  .foot-wrap .con-line > .left .info-txt span:first-child{
    padding-bottom: 3px;
  }
  .foot-wrap .con-line > .left .copyright{
    font-size: 13px;
    padding-top: 15px;
  }
  .foot-wrap .con-line > .right .con-sns-line{
    gap: 6px;
  }
  .foot-wrap .con-line > .right .con-sns-line li a{
    width: 30px;
  }
  .foot-wrap .con-line > .right .foot-link-box{
    margin-top: 16px;
  }
  .foot-wrap .con-line > .right .foot-link-box a{
    font-size: 13px;
    /* margin-top: 10px; */
    text-align: left;
  }


  .side-quick{
    top: initial;
    right: 15px;
    bottom: 30px;
    transform: initial;
    -webkit-transform: initial;
    width: 70px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
    padding: 0px 8px;
    border-radius: 5px;
  }
  .side-quick ul li{
    padding: 12px 0;
  }
  .side-quick ul li:nth-child(1) img{
    max-width: 44px;
  }
  .side-quick ul li:nth-child(2) img{
    max-width: 34px;
  }
  .side-quick ul li:nth-child(3) img{
    max-width: 34px;
  }
  .side-quick ul li:nth-child(4) img{
    max-width: 52px;
  }
  .side-quick ul li:nth-child(3){
    /* display: none; */
  }
}

/* footer */

.contbody{
  max-width: 1440px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 100px;
}

.subtop-bg-box{
  position: relative;
  width: 100%;
  height: 500px;
  background: url(../img/sub_visual01.jpg) no-repeat center / cover;
}
.subtop-bg-box::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  position: absolute;
  top: 0;
  left: 0;
}
.subtop-bg-box.subtop-bg-boxs01{
  background: url(../img/sub_visual01.jpg) no-repeat center / cover;
}
.subtop-bg-box.subtop-bg-boxs02{
  background: url(../img/sub_visual02.jpg) no-repeat center / cover;
}
.subtop-bg-box.subtop-bg-boxs05{
  background: url(../img/sub_visual03.jpg) no-repeat center / cover;
}
.subtop-bg-box.subtop-bg-boxs05::before{
  background: rgba(0, 0, 0, .3);
}
.subtop-bg-box.subtop-bg-boxs03{
  background: url(../img/sub_visual04.jpg) no-repeat center / cover;
}
.subtop-bg-box .txtbox{
  position: absolute;
  top: calc(50% + 72px);
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
.subtop-bg-box .txtbox p{
  font-size: 35px;
  font-weight: bold;
  letter-spacing: -1.4px;
  color: rgb(255, 255, 255);
  margin-bottom: 12px;
}
.subtop-bg-box .txtbox h3{
  font-size: 55px;
  font-weight: 100;
  letter-spacing: -2.2px;
  color: rgb(255, 255, 255);
}
.subtop-bg-box .txtbox h3 br{
  display: none;
}
#cont .contbody > div{
  width: 100%;
  height: auto;
  display: flex;
}
#cont  .contbody .cleft{
  width: 270px;
  vertical-align: top;
}
#cont .contbody .cright{
  /* padding-left: 78px; 
  padding-top: 61px; */
  padding: 0 !important;
  width: calc(100% - 270px);
}
#cont .contbody .cright > div.contbody-fx{
  padding-left: 78px; 
  padding-top: 61px;
}
#cont .contbody .cleft .sidenavi-titlebox{
  background: url(../img/sidemenu-topbg.jpg) no-repeat center / cover;
  padding: 44px 2px;
  text-align: center; 
}
#cont .contbody .cleft .sidenavi-titlebox h3{
  font-size: 34.9px;
  font-weight: normal;
  letter-spacing: -1.4px;
  color: rgb(255, 255, 255);
  margin-bottom: 4px;
}
#cont .contbody .cleft .sidenavi-titlebox p{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.64px;
  color: rgba(255, 255, 255,0.5);
}
#cont .contbody .cleft .subm a{
  display: block;
  width: 100%;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.72px;
  color: rgb(34, 34, 34);
  border: solid 1px rgb(235, 235, 235);
  border-top: none;
}
#cont .contbody .cright .cright-top-box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
}
#cont .contbody .cright .cright-top-box h2{
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -1.44px;
  color: rgb(34, 34, 34);
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}

#cont .contbody .cright .cright-top-box .right-navi{
  display: flex;
  align-items: center;
  gap: 34px;
}
#cont .contbody .cright .cright-top-box .right-navi li,
#cont .contbody .cright .cright-top-box .right-navi li a{
  display: block;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
#cont .contbody .cright .cright-top-box .right-navi li a img{
  max-width: 18px;
  display: block;
}
#cont .contbody .cright .cright-top-box .right-navi li::after{
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  background: url(../img/right-arrow.png) no-repeat center / 100%;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#cont .contbody .cright .cright-top-box .right-navi li:last-child::after{
  display: none;
}

@media(max-width:1024px){
  .subtop-bg-box{
    height: 350px;
  }
  .subtop-bg-box .txtbox{
    position: absolute;
    top: calc(50% + 44px);
  }
  .subtop-bg-box .txtbox p{
    font-size: 18px;
  }
  .subtop-bg-box .txtbox h3{
    font-size: 32px;
  }

  #cont .contbody .cleft{
    display: none;
  }
  #cont .contbody .cright{
  }
  #cont .contbody .cright > div.contbody-fx{
    padding: 60px 10px 0 10px;
  }
  #cont .contbody .cright{
    width: 100%;
  }



  #cont .contbody .cright .cright-top-box{
    padding-bottom: 16px;
    margin-bottom: 30px;
  }
  #cont .contbody .cright .cright-top-box h2{
    font-size: 28px;
  }
  
  #cont .contbody .cright .cright-top-box .right-navi{
    display: none;
  }
}

@media(max-width:450px){
  .subtop-bg-box .txtbox h3 br{
    display: block;
  }
}

@media(max-width:350px){
    .subtop-bg-box .txtbox p{
      font-size: 15px;
    }
    .subtop-bg-box .txtbox h3{
      font-size: 26px;
    }
}


/* 서브틀 */

.p5010-imgbox{
  padding-bottom: 60px;
}
.p2030 .p2030t1 th,
.p2030 .p2030t2 .la{
  text-align: center;
}

@media(max-width:1024px){
  .p5010-imgbox{
    padding-bottom: 30px;
  }
}

/* p5010 */

#cont .cright .contbox .sub-wrap p{
  margin: 0;
  height: auto;
}
.org-wrap{
  position: relative;
  width: 100%;
  height: auto;
}
.org-wrap .org-box{
  position: relative;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
.org-wrap .org-box1::after,
.org-box-half-wrap1 .org-box::after
{
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: rgb(225,225,225);
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.org-box-half-wrap1::before{
  content: "";
  display: block;
  width: calc(50% + 20px);
  height: 1px;
  background: rgb(225,225,225);
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.org-box-half-wrap1 .org-box::before{
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: rgb(225,225,225);
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.org-wrap .org-box{
}
.org-box .name{
  display: flex;
  justify-content: center;
  padding: 12px 0;
  background-color: rgb(0, 153, 217);
  position: relative;
  z-index: 2;
}
.org-box .name p{
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -0.96px;
  color: rgb(255, 255, 255);
}
.org-box .name p span{
  font-weight: bold;
}
.org-box .con-line{
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 20px 10px;
  border-bottom: 1px solid rgb(0, 81, 161);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.org-box .con-line .img{
  width: 162px;
  position: relative;
  z-index: 2;
}
.org-box .con-line .txt{
  width: calc(100% - 180px);
  position: relative;
  z-index: 2;
}
.org-box .con-line .txt p{
  position: relative;
  padding-left: 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: -0.6px;
  color: rgb(34, 34, 34);
}
.org-box .con-line .txt p::before{
  content: "";
  width: 3px;
  height: 3px;
  background-color: rgb(0, 81, 161);
  position: absolute;
  top: 9px;
  left: 0;
}
.org-box .bg{
  position: absolute;
  bottom: -45px;
  right: -17px;
  max-width: 178px;
  width: 100%;
}
.org-box-half-wrap1{
  padding-top: 100px;
  position: relative;
}
.org-box-half-wrap2{
  padding-top: 50px;
  position: relative;
}
.org-box-half-wrap{
  display: flex;
  gap: 40px;
  max-width: 905px;
  width: 100%;
}
.org-box-half-wrap > div.org-box{
  flex: 1;
}
.org-wrap .org-box1 .name{
  background-color: rgb(0, 81, 161);
}

@media(max-width:1024px){
  .org-wrap .org-box{
    max-width: 100%;
  }
  .org-wrap .org-box1::after,
  .org-box-half-wrap1 .org-box::after
  {
    height: 30px;
    bottom: -30px;
  }
  .org-box-half-wrap1::before{
    width: calc(50% + 5px);
    top: 30px;
  }
  .org-box-half-wrap1 .org-box::before{
    height: 30px;
    top: -30px;
  }
  .org-box .name{
    padding: 8px 0;
  }
  .org-box .name p{
    font-size: 20px;
  }
  .org-box .con-line{
    display: flex;
    gap: 16px;
    padding: 18px 30px;
    flex-wrap: wrap;
  }
  .org-box .con-line .img{
    width: 100%;
    max-width: 100%;
    padding-bottom: 18px;
    border-bottom: 1px solid rgb(225,225,225);
  }
  .org-box .con-line .img img{
    max-width: 154px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .org-box .con-line .txt{
    width: 100%;
  }
  .org-box .con-line .txt p{
    padding-left: 10px;
  }
  .org-box .bg{
    bottom: -40px;
    right: -15px;
    max-width: 120px;
  }
  .org-box-half-wrap1{
    padding-top: 60px;
  }
  .org-box-half-wrap2{
    padding-top: 30px;
  }
  .org-box-half-wrap{
    gap: 10px;
    max-width: 100%;
  }
}

@media(max-width:767px){
  .org-wrap .org-box1::after,
  .org-box-half-wrap1::after
  {
    content: "";
    display: block;
    width: 18px;
    height: 9px;
    background: url(../img/bottom-arrow.png) no-repeat center / 100%;
    position: absolute; 
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%,50%);
  }
  .org-box-half-wrap1,
  .org-box-half-wrap2{
    padding-top: 100px;
  }
  .org-box-half-wrap1 .org-box::after
  {
    display: none;
  }
  .org-box-half-wrap1::before{
    display: none;
  }
  .org-box-half-wrap1 .org-box::before{
    display: none;
  }
  .org-box .con-line{
    padding: 18px 10px;
  }
  .org-box-half-wrap{
    flex-wrap: wrap;
    gap: 40px;
  }
  .org-box-half-wrap > div.org-box{
    flex: none;
    width: 100%;
  }
}

/* 1030 */


#cont .p5050-box > h2{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.8px;
  text-align: center;
  padding: 24px 0;
  margin-bottom: 20px;
}
#cont .p5050-box1 > h2{
  color: rgb(0, 81, 161);
  border-top: 2px solid rgb(0, 81, 161);
  background: rgb(231, 239, 250);
}
#cont .p5050-box2 > h2{
  color: rgb(0, 153, 217);
  border-top: 2px solid rgb(0, 153, 217);
  background: rgb(232, 248, 255);
}
.p5050-box .con-line{
  display: flex;
  gap: 56px;
  padding: 42px 30px;
  border: solid 1px rgb(238, 238, 238);
}
.p5050-box .con-line .icon{
  width: 140px;
}
.p5050-box .con-line .content{
  width: calc(100% - 196px);
}
.left-acs{
  padding-left: 16px;

  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.64px;
  color: rgb(34, 34, 34);
  position: relative;
  margin-bottom: 8px !important;
}
.left-acs .sky{
  color: rgb(0, 153, 217);
  font-weight: bold;
}
.left-acs .block{
  display: block;
}
.left-acs .sub-txt{
  display: block;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.64px;
  color: rgb(34, 34, 34);
  position: relative;
  padding-left: 12px;
  margin-top: 6px !important;
}
.left-acs .sub-txt::before{
  content: "";
  display: block;
  width: 6px;
  height: 3px;
  background: rgb(0, 81, 161);
  position: absolute;
  top: 7px;
  left: 0px;
}
.left-acs::before{
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: url(../img/left-acs.png) no-repeat center / 100%;
  position: absolute;
  top: 5px;
  left: 0;
}

.p5050-box2{
  margin-top: 60px;
}

@media(max-width:1024px){
  #cont .p5050-box > h2{
    font-size: 18px;
    padding: 14px 0;
    margin-bottom: 5px;
  }
  #cont .p5050-box1 > h2{
    border-top: 1px solid rgb(0, 81, 161);
  }
  #cont .p5050-box2 > h2{
    border-top: 1px solid rgb(0, 153, 217);
  }
  .p5050-box .con-line{
    gap: 20px;
    flex-wrap: wrap;
    padding: 30px 15px;
  }
  .p5050-box .con-line .icon{
    width: 100%;
  }
  .p5050-box .con-line .icon .icon-box img{
    max-width: 70px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .p5050-box .con-line .content{
    width: 100%;
  }
  .left-acs{
    padding-left: 12px;
    font-size: 16px;
    margin-bottom: 5px !important;
  }
  .left-acs .sub-txt{
    font-size: 15px;
    padding-left: 8px;
    margin-top: 4px !important;
  }
  .left-acs .sub-txt::before{
    width: 4px;
    height: 2px;
    top: 7px;
    left: 0px;
  }
  .left-acs::before{
    width: 6px;
    height: 6px;
    top: 6px;
    left: 0;
  }
  .p5050-box2{
    margin-top: 40px;
  }
}


/* 5050 */


.history_year_title{
	text-align: center;
	margin-top: 60px;
}

.history_list_wrap{
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 90px;
	padding-bottom: 90px;
}
.history_list_wrap::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 100%;
	background: #a0a0a0;
}
.history_list_bigBox>li{
	padding: 0;
}
.history_txtBox{
	position: relative;
	margin-bottom: 50px;
}
.history_txtBox *{
	color: #a0a0a0;
}
.history_list_midiumBox_right .history_txtBox{
	padding-left: 30px;
	text-align: left;
}
.history_list_midiumBox_left .history_txtBox{
	padding-right: 30px;
	text-align: right;
}

.history_txtBox::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 10px;
	height: 10px;
	background: #a0a0a0;
	transition: all 0.4s;
	z-index: 2;
	border-radius: 100%;
}
.history_list_midiumBox_right .history_txtBox::before{
	left: 0;
	transform: translate(-50%,-50%);
}
.history_list_midiumBox_left .history_txtBox::before{
	top: 50%;
	right: 0;
	transform: translate(50%,-50%);
}
.history_txtBox::after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #a0a0a0;
	background: #fff;
	position: absolute;
	top: 50%;
	transition: all 0.4s;
	z-index: 1;
}
.history_list_midiumBox_right .history_txtBox::after{
	left: 0;
	transform: translate(-50%,-50%);
}
.history_list_midiumBox_left .history_txtBox::after{
	right: 0;
	transform: translate(50%,-50%);
}


.history_txtBox::before{
	background: rgb(0, 81, 161);
}
.history_txtBox::after{
	border: 2px solid rgb(0, 81, 161);
	width: 18px;
	height: 18px;
	border-radius: 100%;
}
.history_txtBox *{
	color: #000;
}


/* .history_txtBox.scrolled::before{
	background: #afd565;
}
.history_txtBox.scrolled::after{
	border: 2px solid #afd565;
	width: 18px;
	height: 18px;
	border-radius: 100%;
}
.history_txtBox.scrolled *{
	color: #000;
} */


.history_txtBox h3, .history_txtBox p{
	display: inline-block;
	margin-left: -4px;
	transition: all 0.4s;
	vertical-align: middle;

  background: none !important;
  padding-left: 0 !important;
  color: #181818 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.history_txtBox h3{
  font-size: 24px !important;
  margin-left: 2px !important;
}
.history_txtBox p{
	font-size: 18px;
}
.history_txtBox p.history_month{
	margin: 0 0 0 10px !important;
  position: relative;
  top: 3px;
}

.history_txtBox p.history_article{
	/* margin: 0 10px; */
  width: 100%;
  display: block;
  margin-top: 8px !important;
}
.history_list_midiumBox_right .history_txtBox p.history_article{
  margin-left: 10px;
}
.history_list_midiumBox_left .history_txtBox p.history_article{
  margin-left: 0;
}

.history_year_title > h5{
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 24px 0;
  border-top: 2px solid rgb(0, 81, 161);
  color: rgb(0, 81, 161);
  background: rgb(231, 239, 250);
}

@media(max-width:767px){
	.history_list_wrap{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.history_list_wrap::before{
		top: 0;
		left: 0px;
		transform: inherit;
	}
	.history_list_midiumBox_left .history_txtBox{
		padding-right: 0;
		padding-left: 30px;
		text-align: left;
	}
  .history_list_midiumBox_right .history_txtBox,
  .history_list_midiumBox_left .history_txtBox
  {
    padding-left: 40px;
  }
	.history_list_midiumBox_right .history_txtBox::before{
		left: 1px;
		transform: translate(-50%,-50%);
	}
	.history_list_midiumBox_left .history_txtBox::before{
		right: inherit;
		left: 1px;
		transform: translate(-50%,-50%);
	}
	.history_list_midiumBox_left .history_txtBox::after{
		right: inherit;
		left: 1px;
		transform: translate(-50%,-50%);
	}
	.history_list_midiumBox_right .history_txtBox::after{
		left: 1px;
	}
	.history_txtBox p{
		font-size: 16px;
		margin: 0;
	}
	.history_txtBox h3{
		text-align: center;
		margin: 0;
		padding: 0 5px;
	}
	.history_txtBox p.history_month{
		text-align: center;
		margin: 0;
		padding: 0 5px;
	}
	.history_txtBox .no-month{
		position: relative;
		left: 15%;
	}
	.history_txtBox p.history_article{
		width: 100%;
		text-align: left;
		margin: 0;
		padding: 0 5px;
	}
	.history_txtBox h3, .history_txtBox p{
		margin-left: -4px !important;
	}
	
}



/* 1020 */


.p2020 div div .img2ea_activity{
  border: 2px solid rgb(0, 81, 161);
  padding: 20px;
}

@media(max-width:767px){
  .p2020 div div .img2ea_activity{
    border: 1px solid rgb(0, 81, 161);
    padding: 12px;
  }
}

/* p1070 */

.p1010 .p1010ul{
  display: flex;
  gap: 30px;
  justify-content: center;
  padding: 20px;
  border: 2px solid rgb(0, 81, 161);
}
.p1010 .p1010ul li{
  display: block;
  flex: 1;
}
.p1010 .p1010ul li dl dt img{
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media(max-width:767px){
  .p1010 .p1010ul{
    flex-wrap: wrap;
    gap: 10px;
    padding: 30px 12px;
    border: 1px solid rgb(0, 81, 161);
  }
  .p1010 .p1010ul li{
    flex: none;
    width: calc(50% - 5px);
    margin: 0;
  }
  .p1010 .p1010ul li dl dt img{
    margin-bottom: 12px;
  }
}

/* p1010 */

#selectbox{
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgb(0, 81, 161);
  height: 55px;
  padding-left: 20px;
  background: #fff url(../img/adm-guide-bottom-arrow.png) no-repeat center right 20px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  font-weight: 700;
  color: rgb(0, 81, 161);
  outline: none;
}

@media(max-width:1024px){
  #selectbox{
    height: 45px;
    padding-left: 15px;
    background: #fff url(../img/adm-guide-bottom-arrow.png) no-repeat center right 15px;
    font-size: 16px;
    font-weight: 600;
  }
}

/* p1040 */

.new-p2010 .imgbox{
  margin-bottom: 20px;
}
.new-p2010 .rntc-conbox{
  padding: 20px 40px;
  border: 2px solid rgb(0, 81, 161);
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-p2010 .rntc-conbox ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
.new-p2010 .rntc-conbox ul::after{
  display: none;
}

.new-p2010 .rntc-conbox ul li{
  font-size: 24px;
  font-weight: 400;
  color: #181818;
}

.new-p2010 .rntc-conbox ul li span{
  color: rgb(0, 81, 161);
  font-size: 44px;
  font-weight: bold;
}
.new-p2010 .rntc-txtbox{
  margin-top: 50px;
}
.new-p2010 .rntc-txtbox p{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
.new-p2010 .rntc-txtbox p span{
  font-weight: bold;
}


@media(max-width:1024px){
  .new-p2010 .imgbox{
    margin-bottom: 16px;
  }
  .new-p2010 .rntc-conbox{
    padding: 20px 16px;
    border: 1px solid rgb(0, 81, 161);
  }
  .new-p2010 .rntc-conbox ul{
    gap: 8px;
  }
  .new-p2010 .rntc-conbox ul li{
    font-size: 20px;
  }
  .new-p2010 .rntc-conbox ul li span{
    font-size: 32px;
  }
  .new-p2010 .rntc-txtbox{
    margin-top: 30px;
  }
  .new-p2010 .rntc-txtbox p{
    font-size: 16px;
    margin-bottom: 12px;
  }

}


@media(max-width:540px){
  .new-p2010 .rntc-conbox ul{
    flex-wrap: wrap;
  }
  .new-p2010 .rntc-conbox ul li{
    width: 100%;
    text-align: center;
  }
}

@media(max-width:350px){
  .new-p2010 .rntc-conbox ul li{
    font-size: 16px;
  }
  .new-p2010 .rntc-conbox ul li span{
    font-size: 22px;
  }
}

/* p2010 */



.p2040-swiper, .swiper{
  overflow: hidden;
}
.p2040 .mySwiper2{
  margin-bottom: 20px;
  position: relative;
}
.p2040 .mySwiper .swiper-slide{
  position: relative;
  cursor: pointer;
}
.p2040 .mySwiper .swiper-slide::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.7);
  transition: all 0.3s ease-in-out;
}
.p2040 .mySwiper .swiper-slide-thumb-active::after,
.p2040 .mySwiper .swiper-slide:hover::after
{
  background: rgba(255,255,255,0);
}
.myswiper2-paging{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
  height: auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.myswiper2-paging > div{
  cursor: pointer;
  width: 60px;
}

@media(max-width:1024px){
  .p2040 .mySwiper2{
    margin-bottom : 5px;
  }
  .myswiper2-paging{
    padding: 0 10px;
  }
  .myswiper2-paging > div{
    width: 40px;
  }
}

/* p2040 */

#cont .cright .contbox, #cont .cright{
  min-height: initial !important;
}

/* subpage-renewal */


#newss select{
  width: 70px !important;
}

#newss input[type="submit"]{
  width: 70px !important;
  line-height: 25px !important;
  padding-left: 23px !important; 
}
.newpaging .arrows{
  border: none !important;
}
.table-ovf{
  overflow-x: auto;
  width: 100%;
}


.select-1040{
  margin-bottom: 30px;
}

.newform dl dd .oneline{
  height: auto !important;
}

@media(max-width:767px){
  .table-ovf table{
    min-width: 700px;
    width: 100%;
  }
}



/* board */