@charset "euc-kr";

@media (min-width:1200px) {

  /* ÃÖ¼Ò 1500 ~ ÃÖ´ë */
  #main_contents {
    width: 100%;
    position: relative;
  }

  #main_contents .mainslide {
    position: relative;
    width: 100%;
  }

  /* ¹°°áÈ¿°ú */
  .wave_box {
    border-radius: 5px;
    position: absolute;
    transform: translate3d(0, 0, 0);
  }

  .wave_box .wave {
    opacity: .12;
    position: absolute;
    bottom: -15%;
    left: -50%;
    background: #fe8f3e;
    width: 100%;
    height: 100%;
    transform-origin: 50% 48%;
    border-radius: 43%;
    animation: drift 10000ms infinite linear;
  }

  .wave_box .wave.-two {
    animation: drift 20000ms infinite linear;
    background: #feee3e;
  }

  .wave_box .wave.-three {
    animation: drift 30000ms infinite linear;
    background: #62d3fd;
  }

  .wave_box:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.1));
    z-index: 11;
    transform: translate3d(0, 0, 0);
  }

  #main_contents .contents_box {
    margin-top: -50px;
    position: relative;
    z-index: 1;
  }

  /* ¼½¼Ç1 */
  #main_contents .sec01 {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
  }

  #main_contents .sec01 .top {
    margin-bottom: 100px;
  }

  #main_contents .sec01 .notice {
    position: relative;
    float: right;
    box-sizing: border-box;
    font-size: 0px;
    line-height: normal;
    text-align: left;
  }

  #main_contents .sec01 .notice p {
    font-size: 26px;
    margin-right: 40px;
    display: inline-block;
    vertical-align: top;
    font-family: 'BMJUA';
  }

  #main_contents .sec01 .notice .move_wrap {
    position: relative;
    width: 400px;
    display: inline-block;
    height: 30px;
    vertical-align: top;
  }

  #main_contents .sec01 .notice .move_box {
    width: 350px;
    display: inline-block;
    height: 30px;
    overflow: hidden;
    vertical-align: top;
  }

  #main_contents .sec01 .notice .move_box .move {
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.3s;
  }

  #main_contents .sec01 .notice .move_box .move a {
    font-size: 22px;
    display: block;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
  }

  #main_contents .sec01 .notice .arrow {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 21px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
  }

  #main_contents .sec01 .notice .arrow i:nth-child(1) {
    cursor: pointer;
    position: absolute;
    top: 0px;
    display: block;
    width: 100%;
  }

  #main_contents .sec01 .notice .arrow i:nth-child(2) {
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
  }

  #main_contents .sec01 .bottom {
    width: 1600px;
    margin: 0 auto;
  }

  #main_contents .sec01 .bottom .info li {
    float: left;
    font-size: 0px;
  }

  #main_contents .sec01 .bottom .info li:nth-child(1) {
    width: 30%;
  }

  #main_contents .sec01 .bottom .info li:nth-child(2) {
    width: 30%;
  }

  #main_contents .sec01 .bottom .info li:nth-child(3) {
    width: 40%;
  }

  #main_contents .sec01 .bottom .info li p:nth-child(1) {
    font-size: 30px;
    display: inline-block;
    vertical-align: top;
    font-family: 'BMJUA';
    display: inline-block;
    width: 140px;
    box-sizing: border-box;
    padding-right: 20px;
  }

  #main_contents .sec01 .bottom .info li:nth-child(2) p:nth-child(1) {
    width: 100px;
  }

  #main_contents .sec01 .bottom .info li p:nth-child(2) {
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    display: inline-block;
    width: calc(100% - 140px);
    box-sizing: border-box;
    padding-right: 80px;
    word-break: keep-all;
  }

  #main_contents .sec01 .bottom .info li p:nth-child(1) span {
    background-image: linear-gradient(transparent 60%, #fed63e 40%);
    background-size: 100% 100%;
  }

  #main_contents .sec01 .bottom .info li p:nth-child(1) span {
    background-image: linear-gradient(transparent 60%, #fed63e 40%);
    background-size: 100% 100%;
  }

  #main_contents .sec01 .bottom .info li:nth-child(1) p:nth-child(2) a {
    font-size: 30px;
    display: block;
    margin-bottom: 5px;
  }

  #main_contents .sec01 .bottom .info li:nth-child(3) p:nth-child(2) {
    font-size: 0px;
    padding-right: 0px;
  }

  #main_contents .sec01 .bottom .info li:nth-child(3) p:nth-child(2) span {
    display: inline-block;
    width: 50%;
    font-size: 20px;
    line-height: 36px;
  }

  #main_contents .sec01 .bottom .info li:nth-child(3) .link {
    vertical-align: middle;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    text-align: center;
    transition: all 0.1s;
    margin-top: 30px;
  }

  #main_contents .sec01 .bottom .info li:nth-child(3) .link img {
    position: relative;
    left: 0px;
    transition: 0.1s;
    margin-left: 10px;
    vertical-align: middle;
  }

  #main_contents .sec01 .bottom .info li:nth-child(3) .link:hover {
    color: #fed63e;
  }

  #main_contents .sec01 .bottom .info li:nth-child(3) .link:hover img {
    left: 10px;
  }

  /* ¸ÞÀÎ Å¸ÀÌÆ² °øÅë */
  #main_contents .main_txt {
    position: relative;
  }

  #main_contents .main_txt_l {
    text-align: left;
  }

  #main_contents .main_txt_r {
    text-align: right;
  }

  #main_contents .main_txt>p:nth-child(1) {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
  }

  #main_contents .main_txt>p:nth-child(2) {
    font-weight: 500;
    font-size: 35px;
    color: #fed63e;
    margin-bottom: 30px;
  }

  #main_contents .main_txt>p:nth-child(3) {
    font-weight: 500;
    font-size: 84px;
    font-family: 'BMJUA';
  }

  /* sec02 */
  #main_contents .sec02 {
    padding: 150px 0 250px;
  }

  #main_contents .sec02 .innner_box {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    font-size: 0px;
  }

  #main_contents .sec02 .innner_box>.left {
    position: relative;
    display: inline-block;
    width: 30%;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 120px;
  }

  #main_contents .sec02 .main_txt {
    margin-bottom: 100px;
  }

  #main_contents .sec02 .innner_box>.left .sec02_bg {
    position: absolute;
    left: 0px;
    top: 320px;
  }

  #main_contents .sec02 .innner_box>.left .sec02_bg img {
    max-width: none;
  }

  /* Å¬¸®´Ð ¹öÆ° */
  #main_contents .sec02 .swiper-container2_navi {
    position: relative;
    z-index: 2;
  }

  #main_contents .sec02 .swiper-container2_navi>div {
    width: 36px;
    height: 69px;
    position: relative;
    display: inline-block;
    margin-right: 40px;
  }

  #main_contents .sec02 .swiper-container2_navi>div img {
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
    transition: all 0.3s;
    opacity: 1;
  }

  #main_contents .sec02 .swiper-container2_navi>div img.h {
    opacity: 0;
  }

  #main_contents .sec02 .swiper-container2_navi>div:hover img {
    opacity: 0;
  }

  #main_contents .sec02 .swiper-container2_navi>div:hover img.h {
    opacity: 1;
  }

  #main_contents .sec02 .innner_box>.right {
    display: inline-block;
    width: 70%;
    vertical-align: top;
    position: relative;
    right: -190px;
    overflow: hidden;
  }

  #main_contents .sec02 .innner_box>.right::after {
    content: "";
    display: block;
    position: absolute;
    width: 250px;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    right: 0px;
    top: 0px;
    z-index: 2;
  }

  #main_contents .sec02 .swiper-container2_wrap {
    position: relative;
    width: 1230px;
  }

  #main_contents .sec02 .swiper-container2 {
    width: 100%;
    overflow: hidden;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide {
    box-sizing: border-box;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .txt p:nth-child(1) {
    color: #ffeda9;
    margin-bottom: 20px;
    font-family: 'BMJUA';
    font-size: 120px;
    position: relative;
    top: 0px;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .txt p:nth-child(2) {
    font-size: 40px;
    margin-bottom: 30px;
    font-family: 'BMJUA';
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .txt p:nth-child(3) {
    font-size: 18px;
    margin-bottom: 30px;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .txt p:nth-child(3) span {
    display: inline-block;
    margin: 0 10px 10px 0;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide a img {
    vertical-align: top;
    transition: all 0.3s;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide:hover a img {
    transform: scale(1.1);
  }

  /* sec03  */
  #main_contents .sec03 {
    padding: 150px 0 150px;
  }

  #main_contents .sec03 .top_box {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 50px;
  }

  #main_contents .sec03 .top_box>.right {
    position: relative;
    float: right;
    width: calc(100% - 780px);
    box-sizing: border-box;
    padding-right: 130px;
    padding-left: 50px;
    text-align: right;
    padding-top: 60px;
  }

  #main_contents .sec03 .top_box .main_txt {
    margin-bottom: 60px;
  }

  #main_contents .sec03 .top_box .hesi {
    margin-bottom: 60px;
  }

  #main_contents .sec03 .top_box .hesi span {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 500;
    background-image: linear-gradient(transparent calc(100% - 3px), #fed63e 3px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  #main_contents .sec03 .top_box .link {
    vertical-align: middle;
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    text-align: center;
    transition: all 0.1s;
    margin-top: 30px;
  }

  #main_contents .sec03 .top_box .link img {
    position: relative;
    left: 0px;
    transition: 0.1s;
    margin-left: 10px;
    vertical-align: middle;
  }

  #main_contents .sec03 .top_box .link:hover {
    color: #fed63e;
  }

  #main_contents .sec03 .top_box .link:hover img {
    left: 10px;
  }

  #main_contents .sec03 .top_box .sec03_bg {
    position: absolute;
    right: -120px;
    top: 150px;
  }

  #main_contents .sec03 .top_box .sec03_bg img {
    max-width: none;
  }

  #main_contents .sec03 .top_box>.left {
    position: relative;
    float: left;
    width: 780px;
    height: 550px;
    vertical-align: top;
    border-radius: 20px;
    overflow: hidden;
  }

  #main_contents .sec03 .top_box>.left .bg {
    display: block;
    background: url(/img/sec03_img01.jpg) center no-repeat;
    width: 100%;
    height: 100%;
  }

  #main_contents .sec03 .bottom_box {
    background: #f4faff;
    padding: 40px 0;
  }

  #main_contents .sec03 .bottom_box .info {
    width: 1600px;
    margin: 0 auto;
  }

  #main_contents .sec03 .bottom_box .info li {
    float: left;
    font-size: 0px;
  }

  #main_contents .sec03 .bottom_box .info li:nth-child(1) {
    width: 30%;
  }

  #main_contents .sec03 .bottom_box .info li:nth-child(2) {
    width: 30%;
  }

  #main_contents .sec03 .bottom_box .info li:nth-child(3) {
    width: 40%;
  }

  #main_contents .sec03 .bottom_box .info li p:nth-child(1) {
    font-size: 30px;
    display: inline-block;
    vertical-align: top;
    font-family: 'BMJUA';
    display: inline-block;
    width: 140px;
    box-sizing: border-box;
    padding-right: 20px;
  }

  #main_contents .sec03 .bottom_box .info li p:nth-child(2) {
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    display: inline-block;
    width: calc(100% - 140px);
    box-sizing: border-box;
    padding-right: 80px;
    word-break: keep-all;
  }

  #main_contents .sec03 .bottom_box .info li p:nth-child(1) span {
    background-image: linear-gradient(transparent 60%, #fed63e 40%);
    background-size: 100% 100%;
  }

  #main_contents .sec03 .bottom_box .info li:nth-child(1) p:nth-child(2) a {
    font-size: 30px;
    display: block;
    margin-bottom: 5px;
  }

  #main_contents .sec03 .bottom_box .info li:nth-child(2) p:nth-child(2) span {
    font-size: 15px;
    line-height: 23px;
  }

  #main_contents .sec03 .bottom_box .info li:nth-child(3) p:nth-child(2) {
    font-size: 0px;
    padding-right: 20px;
  }

  #main_contents .sec03 .bottom_box .info li:nth-child(3) p:nth-child(2) span {
    display: inline-block;
    width: 50%;
    font-size: 20px;
    line-height: 36px;
  }

  /* sec04 */
  #main_contents .sec04 {
    padding: 100px 0 150px;
  }

  #main_contents .sec04 .innner_box {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    font-size: 0px;
  }

  #main_contents .sec04 .innner_box>.left {
    position: relative;
    display: inline-block;
    width: 35%;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 120px;
  }

  #main_contents .sec04 .main_txt {
    margin-bottom: 100px;
  }

  #main_contents .sec04 .innner_box>.left .sec04_bg {
    position: absolute;
    left: -50px;
    top: 240px;
  }

  #main_contents .sec04 .innner_box>.left .sec04_bg img {
    max-width: none;
  }

  /* Å¬¸®´Ð ¹öÆ° */
  #main_contents .sec04 .swiper-container3_navi {
    position: relative;
    z-index: 2;
  }

  #main_contents .sec04 .swiper-container3_navi>div {
    width: 36px;
    height: 69px;
    position: relative;
    display: inline-block;
    margin-right: 40px;
  }

  #main_contents .sec04 .swiper-container3_navi>div img {
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
    transition: all 0.3s;
    opacity: 1;
  }

  #main_contents .sec04 .swiper-container3_navi>div img.h {
    opacity: 0;
  }

  #main_contents .sec04 .swiper-container3_navi>div:hover img {
    opacity: 0;
  }

  #main_contents .sec04 .swiper-container3_navi>div:hover img.h {
    opacity: 1;
  }

  #main_contents .sec04 .innner_box>.right {
    position: relative;
    display: inline-block;
    width: 65%;
    vertical-align: top;
    box-sizing: border-box;
  }

  #main_contents .sec04 .swiper-container3_wrap {
    position: relative;
    width: 100%;
  }

  #main_contents .sec04 .swiper-container3 {
    width: 100%;
  }

  #main_contents .sec04 .swiper-container3 .swiper-slide {
    width: 100%;
    overflow: hidden;
    background: #fff;
  }

  #main_contents .sec04 .swiper-container3 .img_box {
    width: 690px;
    height: 540px;
    background: #efefef;
    float: right;
  }

  #main_contents .sec04 .swiper-container3 .img_box .img {
    width: 100%;
    height: 100%;
    background-size: cover !important;
  }

  #main_contents .sec04 .swiper-container3 .txt {
    width: calc(100% - 690px);
    float: right;
    font-size: 20px;
    line-height: 540px;
    height: 540px;
  }

  #main_contents .sec04 .swiper-container3 .txt .box {
    display: inline-block;
    line-height: normal;
    vertical-align: bottom;
    padding-bottom: 50px;
    padding: 0 50px 0 0px;
  }

  #main_contents .sec04 .swiper-container3 .txt .box p:nth-child(1) {
    font-size: 36px;
    line-height: 44px;
    word-break: keep-all;
    margin-bottom: 50px;
  }

  #main_contents .sec04 .swiper-container3 .txt .box p:nth-child(2) {
    font-size: 23px;
    line-height: 23px;
  }

  #main_contents .sec04 .swiper-container3 .swiper-pagination {
    font-size: 0px;
    position: absolute;
    right: 650px;
    top: -40px;
  }

  #main_contents .sec04 .swiper-container3 .swiper-pagination .swiper-pagination-current {
    font-family: 'BMJUA';
    font-size: 90px;
    color: #fed63e;
  }

  #main_contents .sec04 .swiper-container3 .swiper-pagination .swiper-pagination-current::before {
    font-family: 'BMJUA';
    display: inline-block;
    content: "0";
    font-size: 90px;
    color: #fed63e;
  }

  /* ¾Ö´Ï¸ÞÀÌ¼Ç */
  #main_contents .sec01 .top {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec01 .bottom {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec01_move .top {
    animation: left_mv 1s forwards;
    animation-delay: 0.3s;
  }

  #main_contents .sec01_move .bottom {
    animation: right_mv 1s forwards;
    animation-delay: 1s;
  }

  #main_contents .sec02 .left .main_txt {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec02 .left .sec02_bg img {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec02 .right .swiper-container2_wrap {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec02_move .left .main_txt {
    animation: left_mv 1s forwards;
    animation-delay: 0.3s;
  }

  #main_contents .sec02_move .left .sec02_bg {
    animation: img_mv 2.5s infinite alternate linear;
  }

  #main_contents .sec02_move .left .sec02_bg img {
    animation: bottom_mv 1s forwards;
    animation-delay: 0.6s;
  }

  #main_contents .sec02_move .right .swiper-container2_wrap {
    animation: right_mv 1s forwards;
    animation-delay: 1s;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .txt p:nth-child(1) {
    position: relative;
    top: 0px;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide:hover .txt p:nth-child(1) {
    animation: jumping_mv 0.5s forwards alternate infinite;
    animation-delay: 0s;
  }

  #main_contents .sec03 .left {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec03 .right .main_txt {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec03 .right .hesi {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec03 .right .sec03_bg img {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec03 .bottom_box {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec03_move .left {
    animation: left_mv 1s forwards;
    animation-delay: 1s;
  }

  #main_contents .sec03_move .right .main_txt {
    animation: right_mv 1s forwards;
    animation-delay: 0.3s;
  }

  #main_contents .sec03_move .right .hesi {
    animation: right_mv 1s forwards;
    animation-delay: 0.3s;
  }

  #main_contents .sec03_move .right .sec03_bg {
    animation: img_mv 2.5s infinite alternate linear;
  }

  #main_contents .sec03_move .right .sec03_bg img {
    animation: bottom_mv 1s forwards;
    animation-delay: 0.6s;
  }

  #main_contents .sec03_move .bottom_box {
    animation: bottom_mv 1s forwards;
    animation-delay: 1.5s;
  }

  #main_contents .sec04 .left .main_txt {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec04 .left .sec04_bg img {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec04 .right {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec04_move .left .main_txt {
    animation: left_mv 1s forwards;
    animation-delay: 0.3s;
  }

  #main_contents .sec04_move .left .sec04_bg {
    animation: img_mv 2.5s infinite alternate linear;
  }

  #main_contents .sec04_move .left .sec04_bg img {
    animation: bottom_mv 1s forwards;
    animation-delay: 0.6s;
  }

  #main_contents .sec04_move .right {
    animation: right_mv 1s forwards;
    animation-delay: 1s;
  }
}

@media screen and (min-width:768px) and (max-width: 1199px) {

  /* ÃÖ¼Ò 1200 ~ 1499  */
  #main_contents {
    width: 100%;
    position: relative;
  }

  #main_contents .mainslide {
    position: relative;
    width: 100%;
  }

  /* ¹°°áÈ¿°ú */
  .wave_box {
    border-radius: 5px;
    position: absolute;
    transform: translate3d(0, 0, 0);
  }

  .wave_box .wave {
    opacity: .12;
    position: absolute;
    bottom: -5%;
    left: -25%;
    background: #fe8f3e;
    width: 100%;
    height: 100%;
    transform-origin: 50% 48%;
    border-radius: 43%;
    animation: drift 5000ms infinite linear;
  }

  .wave_box .wave.-two {
    animation: drift 10000ms infinite linear;
    background: #feee3e;
  }

  .wave_box .wave.-three {
    animation: drift 15000ms infinite linear;
    background: #62d3fd;
  }

  .wave_box:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.1));
    z-index: 11;
    transform: translate3d(0, 0, 0);
  }

  #main_contents .contents_box {
    margin-top: 0px;
    position: relative;
    z-index: 1;
  }

  /* ¼½¼Ç1 */
  #main_contents .sec01 {
    width: 95%;
    margin: 0 auto;
    position: relative;
  }

  #main_contents .sec01 .top {
    margin-bottom: 60px;
  }

  #main_contents .sec01 .notice {
    position: relative;
    float: right;
    box-sizing: border-box;
    font-size: 0px;
    line-height: normal;
    text-align: left;
  }

  #main_contents .sec01 .notice p {
    font-size: 22px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    font-family: 'BMJUA';
  }

  #main_contents .sec01 .notice .move_wrap {
    position: relative;
    width: 300px;
    display: inline-block;
    height: 30px;
    vertical-align: top;
  }

  #main_contents .sec01 .notice .move_box {
    width: 100%;
    display: inline-block;
    height: 30px;
    overflow: hidden;
    vertical-align: top;
  }

  #main_contents .sec01 .notice .move_box .move {
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.3s;
  }

  #main_contents .sec01 .notice .move_box .move a {
    font-size: 16px;
    display: block;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
  }

  #main_contents .sec01 .notice .arrow {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 13px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
  }

  #main_contents .sec01 .notice .arrow i:nth-child(1) {
    cursor: pointer;
    position: absolute;
    top: 0px;
    display: block;
    width: 100%;
  }

  #main_contents .sec01 .notice .arrow i:nth-child(2) {
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
  }

  #main_contents .sec01 .bottom .info li {
    float: left;
    font-size: 0px;
  }

  #main_contents .sec01 .bottom .info li:nth-child(1) {
    width: 50%;
  }

  #main_contents .sec01 .bottom .info li:nth-child(2) {
    width: 50%;
  }

  #main_contents .sec01 .bottom .info li:nth-child(3) {
    width: 100%;
    margin-top: 30px;
  }

  #main_contents .sec01 .bottom .info li p:nth-child(1) {
    font-size: 30px;
    display: inline-block;
    vertical-align: top;
    font-family: 'BMJUA';
    display: inline-block;
    width: 140px;
    box-sizing: border-box;
    padding-right: 20px;
  }

  #main_contents .sec01 .bottom .info li:nth-child(2) p:nth-child(1) {
    width: 100px;
  }

  #main_contents .sec01 .bottom .info li p:nth-child(2) {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    display: inline-block;
    width: calc(100% - 140px);
    box-sizing: border-box;
    word-break: keep-all;
  }

  #main_contents .sec01 .bottom .info li p:nth-child(1) span {
    background-image: linear-gradient(transparent 60%, #fed63e 40%);
    background-size: 100% 100%;
  }

  #main_contents .sec01 .bottom .info li p:nth-child(1) span {
    background-image: linear-gradient(transparent 60%, #fed63e 40%);
    background-size: 100% 100%;
  }

  #main_contents .sec01 .bottom .info li:nth-child(1) p:nth-child(2) a {
    font-size: 26px;
    display: block;
    margin-bottom: 5px;
    line-height: 26px;
  }

  #main_contents .sec01 .bottom .info li:nth-child(3) p:nth-child(2) {
    font-size: 0px;
    padding-right: 0px;
    width: calc((100% - 140px)*0.65);
  }

  #main_contents .sec01 .bottom .info li:nth-child(3) p:nth-child(2) span {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    margin-right: 40px;
  }

  #main_contents .sec01 .bottom .info li:nth-child(3) p:nth-child(2) span:last-child {
    margin-right: 0px;
  }

  #main_contents .sec01 .bottom .info li:nth-child(3) .link {
    width: calc((100% - 140px)*0.35);
    vertical-align: middle;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    text-align: left;
    transition: all 0.1s;
  }

  #main_contents .sec01 .bottom .info li:nth-child(3) .link img {
    position: relative;
    left: 0px;
    transition: 0.1s;
    margin-left: 10px;
    vertical-align: middle;
  }

  #main_contents .sec01 .bottom .info li:nth-child(3) .link:hover {
    color: #fed63e;
  }

  #main_contents .sec01 .bottom .info li:nth-child(3) .link:hover img {
    left: 10px;
  }

  /* ¸ÞÀÎ Å¸ÀÌÆ² °øÅë */
  #main_contents .main_txt {
    position: relative;
  }

  #main_contents .main_txt_l {
    text-align: left;
  }

  #main_contents .main_txt_r {
    text-align: right;
  }

  #main_contents .main_txt>p:nth-child(1) {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
  }

  #main_contents .main_txt>p:nth-child(2) {
    font-weight: 500;
    font-size: 26px;
    color: #fed63e;
    margin-bottom: 20px;
  }

  #main_contents .main_txt>p:nth-child(3) {
    font-weight: 500;
    font-size: 50px;
    font-family: 'BMJUA';
  }

  /* sec02 */
  #main_contents .sec02 {
    padding: 100px 0 50px;
  }

  #main_contents .sec02 .innner_box {
    max-width: 95%;
    margin: 0 auto;
    position: relative;
    font-size: 0px;
  }

  #main_contents .sec02 .innner_box>.left {
    position: relative;
    margin-bottom: 50px;
    padding-right: 55%;
  }

  #main_contents .sec02 .main_txt {
    margin-bottom: 60px;
  }

  #main_contents .sec02 .innner_box>.left .sec02_bg {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 400px;
  }

  #main_contents .sec02 .innner_box>.left .sec02_bg img {
    max-width: none;
    width: 100%;
  }

  /* Å¬¸®´Ð ¹öÆ° */
  #main_contents .sec02 .swiper-container2_navi {
    position: relative;
    z-index: 2;
  }

  #main_contents .sec02 .swiper-container2_navi>div {
    width: 30px;
    height: 58px;
    position: relative;
    display: inline-block;
    margin-right: 20px;
  }

  #main_contents .sec02 .swiper-container2_navi>div img {
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
    transition: all 0.3s;
    opacity: 1;
  }

  #main_contents .sec02 .swiper-container2_navi>div img.h {
    opacity: 0;
  }

  #main_contents .sec02 .swiper-container2_navi>div:hover img {
    opacity: 0;
  }

  #main_contents .sec02 .swiper-container2_navi>div:hover img.h {
    opacity: 1;
  }

  #main_contents .sec02 .innner_box>.right {
    position: relative;
    overflow: hidden;
  }

  #main_contents .sec02 .swiper-container2_wrap {
    position: relative;
    width: 100%;
  }

  #main_contents .sec02 .swiper-container2 {
    width: 100%;
    overflow: hidden;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide {
    box-sizing: border-box;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .txt p:nth-child(1) {
    color: #ffeda9;
    margin-bottom: 15px;
    font-family: 'BMJUA';
    font-size: 100px;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .txt p:nth-child(2) {
    font-size: 30px;
    margin-bottom: 15px;
    font-family: 'BMJUA';
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .txt p:nth-child(3) {
    font-size: 16px;
    margin-bottom: 15px;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .txt p:nth-child(3) span {
    display: inline-block;
    margin: 0 10px 10px 0;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide a img {
    vertical-align: top;
    transition: all 0.3s;
    width: 100%;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide:hover a img {
    transform: scale(1.1);
  }

  /* sec03  */
  #main_contents .sec03 {
    padding: 50px 0 50px;
  }

  #main_contents .sec03 .top_box {
    max-width: 95%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 30px;
  }

  #main_contents .sec03 .top_box>.right {
    position: relative;
    box-sizing: border-box;
    text-align: right;
    padding-left: 45%;
    margin-bottom: 50px;
  }

  #main_contents .sec03 .top_box .main_txt {
    margin-bottom: 60px;
  }

  #main_contents .sec03 .top_box .hesi {
    margin-bottom: 60px;
  }

  #main_contents .sec03 .top_box .hesi span {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 500;
    background-image: linear-gradient(transparent calc(100% - 3px), #fed63e 3px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  #main_contents .sec03 .top_box .link {
    vertical-align: middle;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    transition: all 0.1s;
    margin-top: 20px;
  }

  #main_contents .sec03 .top_box .link img {
    position: relative;
    left: 0px;
    transition: 0.1s;
    margin-left: 10px;
    vertical-align: middle;
  }

  #main_contents .sec03 .top_box .link:hover {
    color: #fed63e;
  }

  #main_contents .sec03 .top_box .link:hover img {
    left: 10px;
  }

  #main_contents .sec03 .top_box .sec03_bg {
    position: absolute;
    left: 0px;
    top: 0px;
  }

  #main_contents .sec03 .top_box .sec03_bg img {
    max-width: none;
    width: 100%;
  }

  #main_contents .sec03 .top_box>.left {
    position: relative;
    width: 100%;
    height: 350px;
    vertical-align: top;
    border-radius: 20px;
    overflow: hidden;
  }

  #main_contents .sec03 .top_box>.left .bg {
    display: block;
    background: url(/img/sec03_img01.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
  }

  #main_contents .sec03 .bottom_box {
    background: #f4faff;
    padding: 40px 0;
  }

  #main_contents .sec03 .bottom_box .info {
    width: 95%;
    margin: 0 auto;
  }

  #main_contents .sec03 .bottom_box .info li {
    float: left;
    font-size: 0px;
  }

  #main_contents .sec03 .bottom_box .info li:nth-child(1) {
    width: 50%;
  }

  #main_contents .sec03 .bottom_box .info li:nth-child(2) {
    width: 50%;
  }

  #main_contents .sec03 .bottom_box .info li:nth-child(3) {
    width: 100%;
    margin-top: 30px;
  }

  #main_contents .sec03 .bottom_box .info li p:nth-child(1) {
    font-size: 30px;
    display: inline-block;
    vertical-align: top;
    font-family: 'BMJUA';
    display: inline-block;
    width: 140px;
    box-sizing: border-box;
    padding-right: 20px;
  }

  #main_contents .sec03 .bottom_box .info li p:nth-child(2) {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    display: inline-block;
    width: calc(100% - 140px);
    box-sizing: border-box;
    padding-right: 30px;
    word-break: keep-all;
  }

  #main_contents .sec03 .bottom_box .info li p:nth-child(1) span {
    background-image: linear-gradient(transparent 60%, #fed63e 40%);
    background-size: 100% 100%;
  }

  #main_contents .sec03 .bottom_box .info li:nth-child(1) p:nth-child(2) a {
    font-size: 26px;
    display: block;
  }

  #main_contents .sec03 .bottom_box .info li:nth-child(2) p:nth-child(2) span {
    font-size: 14px;
    line-height: 22px;
  }

  #main_contents .sec03 .bottom_box .info li:nth-child(3) p:nth-child(2) {
    font-size: 0px;
    padding-right: 20px;
  }

  #main_contents .sec03 .bottom_box .info li:nth-child(3) p:nth-child(2) span {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    margin-right: 40px;
  }

  /* sec04 */
  #main_contents .sec04 {
    padding: 50px 0 100px;
  }

  #main_contents .sec04 .innner_box {
    max-width: 95%;
    margin: 0 auto;
    position: relative;
  }

  #main_contents .sec04 .innner_box>.left {
    position: relative;
    margin-bottom: 50px;
    padding-right: 55%;
  }

  #main_contents .sec04 .main_txt {
    margin-bottom: 60px;
  }

  #main_contents .sec04 .innner_box>.left .sec04_bg {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 400px;
  }

  #main_contents .sec04 .innner_box>.left .sec04_bg img {
    max-width: none;
    width: 100%;
  }

  /* Å¬¸®´Ð ¹öÆ° */
  #main_contents .sec04 .swiper-container3_navi {
    position: relative;
    z-index: 2;
  }

  #main_contents .sec04 .swiper-container3_navi>div {
    width: 30px;
    height: 58px;
    position: relative;
    display: inline-block;
    margin-right: 20px;
  }

  #main_contents .sec04 .swiper-container3_navi>div img {
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
    transition: all 0.3s;
    opacity: 1;
  }

  #main_contents .sec04 .swiper-container3_navi>div img.h {
    opacity: 0;
  }

  #main_contents .sec04 .swiper-container3_navi>div:hover img {
    opacity: 0;
  }

  #main_contents .sec04 .swiper-container3_navi>div:hover img.h {
    opacity: 1;
  }

  #main_contents .sec04 .innner_box>.right {
    position: relative;
    vertical-align: top;
    box-sizing: border-box;
  }

  #main_contents .sec04 .swiper-container3_wrap {
    position: relative;
    width: 100%;
  }

  #main_contents .sec04 .swiper-container3 {
    width: 100%;
  }

  #main_contents .sec04 .swiper-container3 .swiper-slide {
    width: 100%;
    overflow: hidden;
    background: #fff;
  }

  #main_contents .sec04 .swiper-container3 .img_box {
    width: 50%;
    height: 300px;
    background: #efefef;
    float: right;
  }

  #main_contents .sec04 .swiper-container3 .img_box .img {
    width: 100%;
    height: 100%;
    background-size: cover !important;
  }

  #main_contents .sec04 .swiper-container3 .txt {
    width: 50%;
    float: right;
    line-height: 300px;
    height: 300px;
  }

  #main_contents .sec04 .swiper-container3 .txt .box {
    display: inline-block;
    line-height: normal;
    vertical-align: bottom;
    padding-bottom: 50px;
    padding: 0 50px 0 20px;
  }

  #main_contents .sec04 .swiper-container3 .txt .box p:nth-child(1) {
    font-size: 30px;
    line-height: 40px;
    word-break: keep-all;
    margin-bottom: 30px;
  }

  #main_contents .sec04 .swiper-container3 .txt .box p:nth-child(2) {
    font-size: 16px;
    line-height: 16px;
  }

  #main_contents .sec04 .swiper-container3 .swiper-pagination {
    font-size: 0px;
    position: absolute;
    right: 45%;
    top: -40px;
  }

  #main_contents .sec04 .swiper-container3 .swiper-pagination .swiper-pagination-current {
    font-family: 'BMJUA';
    font-size: 70px;
    color: #fed63e;
  }

  #main_contents .sec04 .swiper-container3 .swiper-pagination .swiper-pagination-current::before {
    font-family: 'BMJUA';
    display: inline-block;
    content: "0";
    font-size: 70px;
    color: #fed63e;
  }

  /* ¾Ö´Ï¸ÞÀÌ¼Ç */
  #main_contents .sec01 .top {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec01 .bottom {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec01_move .top {
    animation: left_mv 1s forwards;
    animation-delay: 0.3s;
  }

  #main_contents .sec01_move .bottom {
    animation: right_mv 1s forwards;
    animation-delay: 1s;
  }

  #main_contents .sec02 .left .main_txt {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec02 .left .sec02_bg img {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec02 .right .swiper-container2_wrap {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec02_move .left .main_txt {
    animation: left_mv 1s forwards;
    animation-delay: 0.3s;
  }

  #main_contents .sec02_move .left .sec02_bg {
    animation: img_mv 2.5s infinite alternate linear;
  }

  #main_contents .sec02_move .left .sec02_bg img {
    animation: bottom_mv 1s forwards;
    animation-delay: 0.6s;
  }

  #main_contents .sec02_move .right .swiper-container2_wrap {
    animation: right_mv 1s forwards;
    animation-delay: 1s;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .txt p:nth-child(1) {
    position: relative;
    top: 0px;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide:hover .txt p:nth-child(1) {
    animation: jumping_mv 0.5s forwards alternate infinite;
    animation-delay: 0s;
  }

  #main_contents .sec03 .left {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec03 .right .main_txt {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec03 .right .hesi {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec03 .right .sec03_bg img {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec03 .bottom_box {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec03_move .left {
    animation: left_mv 1s forwards;
    animation-delay: 1s;
  }

  #main_contents .sec03_move .right .main_txt {
    animation: right_mv 1s forwards;
    animation-delay: 0.3s;
  }

  #main_contents .sec03_move .right .hesi {
    animation: right_mv 1s forwards;
    animation-delay: 0.3s;
  }

  #main_contents .sec03_move .right .sec03_bg {
    animation: img_mv 2.5s infinite alternate linear;
  }

  #main_contents .sec03_move .right .sec03_bg img {
    animation: bottom_mv 1s forwards;
    animation-delay: 0.6s;
  }

  #main_contents .sec03_move .bottom_box {
    animation: bottom_mv 1s forwards;
    animation-delay: 1.5s;
  }

  #main_contents .sec04 .left .main_txt {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec04 .left .sec04_bg img {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec04 .right {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec04_move .left .main_txt {
    animation: left_mv 1s forwards;
    animation-delay: 0.3s;
  }

  #main_contents .sec04_move .left .sec04_bg {
    animation: img_mv 2.5s infinite alternate linear;
  }

  #main_contents .sec04_move .left .sec04_bg img {
    animation: bottom_mv 1s forwards;
    animation-delay: 0.6s;
  }

  #main_contents .sec04_move .right {
    animation: right_mv 1s forwards;
    animation-delay: 1s;
  }
}

@media (max-width:767px) {
  #main_contents {
    width: 100%;
    position: relative;
  }

  #main_contents .mainslide {
    position: relative;
    width: 100%;
  }

  /* ¹°°áÈ¿°ú */
  .wave_box {
    border-radius: 5px;
    position: absolute;
    transform: translate3d(0, 0, 0);
  }

  .wave_box .wave {
    opacity: .12;
    position: absolute;
    bottom: 0%;
    left: 50%;
    background: #fe8f3e;
    width: 100%;
    height: 100%;
    transform-origin: 50% 48%;
    border-radius: 43%;
    animation: drift 5000ms infinite linear;
  }

  .wave_box .wave.-two {
    animation: drift 10000ms infinite linear;
    background: #feee3e;
  }

  .wave_box .wave.-three {
    animation: drift 15000ms infinite linear;
    background: #62d3fd;
  }

  .wave_box:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.1));
    z-index: 11;
    transform: translate3d(0, 0, 0);
  }

  #main_contents .contents_box {
    position: relative;
    z-index: 1;
    margin-top: 20px;
  }

  /* ¼½¼Ç1 */
  #main_contents .sec01 {
    width: 95%;
    margin: 0 auto;
    position: relative;
    padding: 0 0 50px 0;
  }

  #main_contents .sec01 .top {
    margin-bottom: 10px;
  }

  #main_contents .sec01 .notice {
    position: relative;
    box-sizing: border-box;
    font-size: 0px;
    line-height: normal;
    text-align: left;
    float: right;
  }

  #main_contents .sec01 .notice p {
    font-size: 22px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    font-family: 'BMJUA';
  }

  #main_contents .sec01 .notice .move_wrap {
    position: relative;
    display: inline-block;
    height: 30px;
    vertical-align: top;
    padding-right: 20px;
  }

  #main_contents .sec01 .notice .move_box {
    width: 100%;
    display: inline-block;
    height: 30px;
    overflow: hidden;
    vertical-align: top;
  }

  #main_contents .sec01 .notice .move_box .move {
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.3s;
  }

  #main_contents .sec01 .notice .move_box .move a {
    font-size: 16px;
    display: block;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
  }

  #main_contents .sec01 .notice .arrow {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 13px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
  }

  #main_contents .sec01 .notice .arrow i:nth-child(1) {
    cursor: pointer;
    position: absolute;
    top: 0px;
    display: block;
    width: 100%;
  }

  #main_contents .sec01 .notice .arrow i:nth-child(2) {
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
  }

  #main_contents .sec01 .bottom {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 20px;
  }

  #main_contents .sec01 .bottom .info li {
    margin-bottom: 15px;
    font-size: 0px;
  }

  #main_contents .sec01 .bottom .info li:nth-child(3) {
    margin-bottom: 0px;
  }

  #main_contents .sec01 .bottom .info li p:nth-child(1) {
    font-size: 24px;
    display: inline-block;
    vertical-align: top;
    font-family: 'BMJUA';
    display: inline-block;
    width: 110px;
    box-sizing: border-box;
    padding-right: 20px;
  }

  #main_contents .sec01 .bottom .info li p:nth-child(2) {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    display: inline-block;
    width: calc(100% - 110px);
    box-sizing: border-box;
    word-break: keep-all;
  }

  #main_contents .sec01 .bottom .info li p:nth-child(1) span {
    background-image: linear-gradient(transparent 60%, #fed63e 40%);
    background-size: 100% 100%;
  }

  #main_contents .sec01 .bottom .info li p:nth-child(1) span {
    background-image: linear-gradient(transparent 60%, #fed63e 40%);
    background-size: 100% 100%;
  }

  #main_contents .sec01 .bottom .info li:nth-child(1) p:nth-child(2) a {
    font-size: 26px;
    display: block;
    margin-bottom: 5px;
    line-height: 26px;
  }

  #main_contents .sec01 .bottom .info li:nth-child(3) p:nth-child(2) span {
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    padding: 5px;
    background: #fff;
  }

  #main_contents .sec01 .bottom .info li:nth-child(3) p:nth-child(2) span:last-child {
    margin-right: 0px;
  }

  #main_contents .sec01 .bottom .info li:nth-child(3) .link {
    vertical-align: middle;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    margin-top: 15px;
    text-align: left;
    transition: all 0.1s;
  }

  #main_contents .sec01 .bottom .info li:nth-child(3) .link img {
    position: relative;
    left: 0px;
    transition: 0.1s;
    margin-left: 10px;
    vertical-align: middle;
  }

  #main_contents .sec01 .bottom .info li:nth-child(3) .link:hover {
    color: #fed63e;
  }

  #main_contents .sec01 .bottom .info li:nth-child(3) .link:hover img {
    left: 10px;
  }

  /* ¸ÞÀÎ Å¸ÀÌÆ² °øÅë */
  #main_contents .main_txt {
    position: relative;
  }

  #main_contents .main_txt_l {
    text-align: left;
  }

  #main_contents .main_txt_r {
    text-align: right;
  }

  #main_contents .main_txt>p:nth-child(1) {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 10px;
  }

  #main_contents .main_txt>p:nth-child(2) {
    font-weight: 500;
    font-size: 22px;
    color: #fed63e;
    margin-bottom: 15px;
  }

  #main_contents .main_txt>p:nth-child(3) {
    font-weight: 500;
    font-size: 46px;
    font-family: 'BMJUA';
  }

  /* sec02 */
  #main_contents .sec02 {
    padding: 50px 0 50px;
  }

  #main_contents .sec02 .innner_box {
    max-width: 95%;
    margin: 0 auto;
    position: relative;
    font-size: 0px;
  }

  #main_contents .sec02 .main_txt {
    z-index: 2;
    margin-bottom: 80px;
  }

  #main_contents .sec02 .innner_box>.left {
    position: relative;
    margin-bottom: 60px;
  }

  #main_contents .sec02 .innner_box>.left .sec02_bg {
    position: absolute;
    right: 0px;
    bottom: -50px;
    width: 250px;
    z-index: 1;
  }

  #main_contents .sec02 .innner_box>.left .sec02_bg img {
    max-width: none;
    width: 100%;
  }

  /* Å¬¸®´Ð ¹öÆ° */
  #main_contents .sec02 .swiper-container2_navi {
    position: relative;
    z-index: 2;
  }

  #main_contents .sec02 .swiper-container2_navi>div {
    width: 30px;
    height: 58px;
    position: relative;
    display: inline-block;
    margin-right: 20px;
  }

  #main_contents .sec02 .swiper-container2_navi>div img {
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
    transition: all 0.3s;
    opacity: 1;
  }

  #main_contents .sec02 .swiper-container2_navi>div img.h {
    opacity: 0;
  }

  #main_contents .sec02 .swiper-container2_navi>div:hover img {
    opacity: 0;
  }

  #main_contents .sec02 .swiper-container2_navi>div:hover img.h {
    opacity: 1;
  }

  #main_contents .sec02 .innner_box>.right {
    position: relative;
    overflow: hidden;
  }

  #main_contents .sec02 .swiper-container2_wrap {
    position: relative;
    width: 100%;
  }

  #main_contents .sec02 .swiper-container2 {
    width: 100%;
    overflow: hidden;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide {
    box-sizing: border-box;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .txt p:nth-child(1) {
    color: #ffeda9;
    margin-bottom: 5px;
    font-family: 'BMJUA';
    font-size: 70px;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .txt p:nth-child(2) {
    font-size: 22px;
    margin-bottom: 10px;
    font-family: 'BMJUA';
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .txt p:nth-child(3) {
    font-size: 12px;
    margin-bottom: 15px;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .txt p:nth-child(3) span {
    display: inline-block;
    margin: 0 5px 5px 0;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide a img {
    vertical-align: top;
    transition: all 0.3s;
    width: 100%;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide:hover a img {
    transform: scale(1.1);
  }

  /* sec03  */
  #main_contents .sec03 {
    padding: 50px 0 50px;
  }

  #main_contents .sec03 .top_box {
    max-width: 95%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
  }

  #main_contents .sec03 .top_box>.right {
    position: relative;
    box-sizing: border-box;
    text-align: right;
    padding-left: 30%;
    margin-bottom: 30px;
  }

  #main_contents .sec03 .top_box .main_txt {
    margin-bottom: 40px;
  }

  #main_contents .sec03 .top_box .hesi {
    margin-bottom: 30px;
  }

  #main_contents .sec03 .top_box .hesi span {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    background-image: linear-gradient(transparent calc(100% - 3px), #fed63e 3px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  #main_contents .sec03 .top_box .link {
    vertical-align: middle;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    transition: all 0.1s;
    margin-top: 20px;
  }

  #main_contents .sec03 .top_box .link img {
    position: relative;
    left: 0px;
    transition: 0.1s;
    margin-left: 5px;
    vertical-align: middle;
    height: 18px;
  }

  #main_contents .sec03 .top_box .link:hover {
    color: #fed63e;
  }

  #main_contents .sec03 .top_box .link:hover img {
    left: 10px;
  }

  #main_contents .sec03 .top_box .sec03_bg {
    position: absolute;
    left: 0px;
    top: 40px;
    width: 136px;
  }

  #main_contents .sec03 .top_box .sec03_bg img {
    max-width: none;
    width: 100%;
  }

  #main_contents .sec03 .top_box>.left {
    position: relative;
    width: 100%;
    height: 200px;
    vertical-align: top;
    border-radius: 20px;
    overflow: hidden;
  }

  #main_contents .sec03 .top_box>.left .bg {
    display: block;
    background: url(/img/sec03_img01.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  #main_contents .sec03 .bottom_box {
    background: #f4faff;
    padding: 20px 0;
  }

  #main_contents .sec03 .bottom_box .info {
    width: 95%;
    margin: 0 auto;
    border: 1px solid #506887;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
  }

  #main_contents .sec03 .bottom_box .info li {
    margin-bottom: 15px;
    font-size: 0px;
  }

  #main_contents .sec03 .bottom_box .info li:nth-child(3) {
    margin-bottom: 0px;
  }

  #main_contents .sec03 .bottom_box .info li p:nth-child(1) {
    font-size: 24px;
    display: inline-block;
    vertical-align: top;
    font-family: 'BMJUA';
    width: 110px;
    box-sizing: border-box;
    padding-right: 20px
  }

  #main_contents .sec03 .bottom_box .info li p:nth-child(2) {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 110px);
    box-sizing: border-box;
    word-break: keep-all;
  }

  #main_contents .sec03 .bottom_box .info li p:nth-child(1) span {
    background-image: linear-gradient(transparent 60%, #fed63e 40%);
    background-size: 100% 100%;
  }

  #main_contents .sec03 .bottom_box .info li:nth-child(1) p:nth-child(2) a {
    font-size: 26px;
    display: block;
  }

  #main_contents .sec03 .bottom_box .info li:nth-child(2) p:nth-child(2) span {
    font-size: 14px;
    line-height: 22px;
  }

  #main_contents .sec03 .bottom_box .info li:nth-child(3) p:nth-child(2) {
    font-size: 0px;
    padding-right: 20px;
  }

  #main_contents .sec03 .bottom_box .info li:nth-child(3) p:nth-child(2) span {
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    padding: 5px;
    background: #fff;
  }

  #main_contents .sec03 .bottom_box .info li:nth-child(3) p:nth-child(2) span:last-child {
    margin-bottom: 0px;
  }

  /* sec04 */
  #main_contents .sec04 {
    padding: 50px 0 50px;
  }

  #main_contents .sec04 .innner_box {
    max-width: 95%;
    margin: 0 auto;
    position: relative;
  }

  #main_contents .sec04 .innner_box>.left {
    position: relative;
    margin-bottom: 20px;
  }

  #main_contents .sec04 .main_txt {
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
  }

  #main_contents .sec04 .innner_box>.left .sec04_bg {
    position: absolute;
    right: 0px;
    top: 100px;
    width: 240px;
    z-index: 1;
  }

  #main_contents .sec04 .innner_box>.left .sec04_bg img {
    max-width: none;
    width: 100%;
  }

  /* Å¬¸®´Ð ¹öÆ° */
  #main_contents .sec04 .swiper-container3_navi {
    position: relative;
    z-index: 2;
  }

  #main_contents .sec04 .swiper-container3_navi>div {
    width: 30px;
    height: 58px;
    position: relative;
    display: inline-block;
    margin-right: 20px;
  }

  #main_contents .sec04 .swiper-container3_navi>div img {
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
    transition: all 0.3s;
    opacity: 1;
  }

  #main_contents .sec04 .swiper-container3_navi>div img.h {
    opacity: 0;
  }

  #main_contents .sec04 .swiper-container3_navi>div:hover img {
    opacity: 0;
  }

  #main_contents .sec04 .swiper-container3_navi>div:hover img.h {
    opacity: 1;
  }

  #main_contents .sec04 .innner_box>.right {
    position: relative;
    vertical-align: top;
    box-sizing: border-box;
  }

  #main_contents .sec04 .swiper-container3_wrap {
    position: relative;
    width: 100%;
  }

  #main_contents .sec04 .swiper-container3 {
    width: 100%;
  }

  #main_contents .sec04 .swiper-container3 .swiper-slide {
    width: 100%;
    overflow: hidden;
    background: #fff;
  }

  #main_contents .sec04 .swiper-container3 .img_box {
    width: 100%;
    height: 150px;
    background: #efefef;
  }

  #main_contents .sec04 .swiper-container3 .img_box .img {
    width: 100%;
    height: 100%;
    background-size: cover !important;
  }

  #main_contents .sec04 .swiper-container3 .txt {}

  #main_contents .sec04 .swiper-container3 .txt .box {
    padding: 20px;
  }

  #main_contents .sec04 .swiper-container3 .txt .box p:nth-child(1) {
    font-size: 20px;
    line-height: 30px;
    word-break: keep-all;
    margin-bottom: 10px;
  }

  #main_contents .sec04 .swiper-container3 .txt .box p:nth-child(2) {
    font-size: 16px;
    line-height: 16px;
  }

  #main_contents .sec04 .swiper-container3 .swiper-pagination {
    font-size: 0px;
    position: absolute;
    left: 0%;
    top: -20px;
  }

  #main_contents .sec04 .swiper-container3 .swiper-pagination .swiper-pagination-current {
    font-family: 'BMJUA';
    font-size: 50px;
    color: #fed63e;
  }

  #main_contents .sec04 .swiper-container3 .swiper-pagination .swiper-pagination-current::before {
    font-family: 'BMJUA';
    display: inline-block;
    content: "0";
    font-size: 50px;
    color: #fed63e;
  }

  /* ¾Ö´Ï¸ÞÀÌ¼Ç */
  #main_contents .sec01 .top {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec01 .bottom {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec01_move .top {
    animation: left_mv 1s forwards;
    animation-delay: 0.3s;
  }

  #main_contents .sec01_move .bottom {
    animation: right_mv 1s forwards;
    animation-delay: 1s;
  }

  #main_contents .sec02 .left .main_txt {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec02 .left .sec02_bg img {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec02 .right .swiper-container2_wrap {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec02_move .left .main_txt {
    animation: left_mv 1s forwards;
    animation-delay: 0.3s;
  }

  #main_contents .sec02_move .left .sec02_bg {
    animation: img_mv 2.5s infinite alternate linear;
  }

  #main_contents .sec02_move .left .sec02_bg img {
    animation: bottom_mv 1s forwards;
    animation-delay: 0.6s;
  }

  #main_contents .sec02_move .right .swiper-container2_wrap {
    animation: right_mv 1s forwards;
    animation-delay: 1s;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide .txt p:nth-child(1) {
    position: relative;
    top: 0px;
  }

  #main_contents .sec02 .swiper-container2 .swiper-slide:hover .txt p:nth-child(1) {
    animation: jumping_mv 0.5s forwards alternate infinite;
    animation-delay: 0s;
  }

  #main_contents .sec03 .left {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec03 .right .main_txt {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec03 .right .hesi {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec03 .right .sec03_bg img {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec03 .bottom_box {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec03_move .left {
    animation: left_mv 1s forwards;
    animation-delay: 1s;
  }

  #main_contents .sec03_move .right .main_txt {
    animation: right_mv 1s forwards;
    animation-delay: 0.3s;
  }

  #main_contents .sec03_move .right .hesi {
    animation: right_mv 1s forwards;
    animation-delay: 0.3s;
  }

  #main_contents .sec03_move .right .sec03_bg {
    animation: img_mv 2.5s infinite alternate linear;
  }

  #main_contents .sec03_move .right .sec03_bg img {
    animation: bottom_mv 1s forwards;
    animation-delay: 0.6s;
  }

  #main_contents .sec03_move .bottom_box {
    animation: bottom_mv 1s forwards;
    animation-delay: 1.5s;
  }

  #main_contents .sec04 .left .main_txt {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec04 .left .sec04_bg img {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec04 .right {
    opacity: 0;
    position: relative;
  }

  #main_contents .sec04_move .left .main_txt {
    animation: left_mv 1s forwards;
    animation-delay: 0.3s;
  }

  #main_contents .sec04_move .left .sec04_bg {
    animation: img_mv 2.5s infinite alternate linear;
  }

  #main_contents .sec04_move .left .sec04_bg img {
    animation: bottom_mv 1s forwards;
    animation-delay: 0.6s;
  }

  #main_contents .sec04_move .right {
    animation: right_mv 1s forwards;
    animation-delay: 1s;
  }
}
