@media only screen and (min-device-width: 2880px) and (max-device-width: 3840px){
.wraper4 > .conCol > .aniBox { height: 65vh; top: 27vh; }
.wraper4 > .conCol > .aniBox > .bg1 { height: 680px; margin-top: 24vh; }
.wraper4 > .conCol > .aniBox > .bg2 { bottom: 20vh; }
.mySwiper .swiper-button-next, .mySwiper .swiper-button-prev { top: 83%; }
}


@media only screen and (device-width: 2560px){
.wraper1 > .conCol > img { width: 500px; }
.wraper1 > .conCol > .langBox { margin-top: 75px; width: 190px; padding: 20px; }
.wraper4 { height: 140vh; width: 100%; margin: 0 auto; overflow: hidden; position: relative; }
.wraper4 > .conCol { z-index: 10; text-align: center; display: flex; flex-direction: row; justify-content: space-between; align-items: center; height: 85vh; width: 90%; margin: 0 auto; background: url('../images/wrap4Bg.png') no-repeat right bottom; }
/*.wraper4 > .aniBox > .img { width: 1000px; height: 480px; top: 378px; position: absolute; z-index: 4; background: url('../images/wrap4Bg.png') no-repeat right; }*/
.wraper4 > .conCol > .aniBox > .bg1 { height: 640px; margin-top: 225px; }
.wraper4 > .conCol > .aniBox > .bg2 { height: 750px; }
.wraper4 > .conCol > .aniBox > .setting1 { bottom: 350px; }
.wraper4 > .conCol > .aniBox > .setting2 { bottom: 270px; }
.wraper4 > .conCol > .aniBox { height: 65vh; top: 27vh; }
.wraper4 > .workshop { width: 4580px; height: 300px; margin: 0 0 80px 0; position: absolute; }
.wraper4 > .workshop > img { width: 520px; height: 300px; }
.mySwiper .swiper-button-next, .mySwiper .swiper-button-prev { top: 77%; }
.swiper { width: 100%; height: 28vh; }

}


@media only screen and (device-width: 2048px){
.wraper4 { height: 130vh; width: 100%; margin: 0 auto; overflow: hidden; position: relative; }
.wraper4 > .conCol { height:80vh; }
.wraper4 > .aniBox > .bg1 { height: 660px; margin-top: 46px; }
.wraper4 > .conCol > .aniBox > .bg2 { bottom: 360px; }
.wraper5 { height: 115vh; }
.wraper5 > .contactInfo { margin: 0 auto 115px auto; }

.mySwiper .swiper-button-next, .mySwiper .swiper-button-prev { top: 77%; }

}

@media only screen and (device-width: 1920px) and (device-height: 1200px){
.wraper4 { height: 140vh; width: 100%; margin: 0 auto; overflow: hidden; position: relative; }
.wraper4 > .aniBox > .bg1 { height: 640px; margin-top: 10px; }
.wraper5 { height: 115vh; }

.mySwiper .swiper-button-next, .mySwiper .swiper-button-prev { top: 78%; }

}

@media only screen and (device-width: 1440px){
  .wraper4 > .conCol > .aniBox { top: calc(90/1060*100%); }
  .wraper4 > .conCol > .aniBox > .bg1 { background-size: 80%; }
  .wraper4 > .conCol > .aniBox > .bg2 { height: 730px; bottom: 25px; }

  .wraper5 { height: 140vh; }
}


/*브라우저 창 width가 1024px보다 작아지는 순간부터 적용
 -- 태블릿 */
@media only screen and (max-device-width: 1024px){
.radioCon { margin-top: 50%; }
.wraper1 > .conCol { height: 65vh; margin: 8% auto; }
.wraper2 > .conCol { height: 95vh; }
.wraper3 > .conCol > .col > .contentBox > ul > li { font-size: 20px; padding: 25px 0; }
.wraper3 > .conCol > .col > .contentBox { width: 75%; }

.wraper3 > .conCol > .col > .contentBox_en { width: 75%; }
.wraper3 > .conCol > .col > .contentBox_en > ul > li { font-size: 16px; }

.wraper4 > .conCol > .aniBox { right: 0; }
.wraper4 > .conCol > .aniBox > .bg1 { height: 640px; background: url('../images/wrap4Bg2.png') no-repeat center bottom; }

.whoWeWork_en { background-size: 60% }
.whoWeWork { background-size: 60% }

}

/*브라우저 창 width가 950px보다 작아지는 순간부터 적용
-- 모바일*/

@media all and (max-width: 950px){

/*메뉴*/
.header { align-items: center; padding: 0 25px; }
.header > h1 > a > img { width: 130px; }
#desk { display: none; }

#slide { display: block; }
/*#mobile { display: block; width: 100%; height: 100vh; position: fixed; text-align: center; padding:0; margin: 0; z-index: 999; background: rgba(0,0,0,0.7); }*/
.header > .menu { display: block; position: absolute; top: 0; right: 0; width: 50px; height: 50px; cursor: pointer; }
.burgur { right: 25px; top: 30px; position: absolute; width: 25px; height: 2px; background: #fff; }
.burgur .top_line { width: 25px; height: 2px; background-color: #fff; bottom: -9px; content: ''; position: absolute; right: 0; -webkit-transition:  -webkit-transform .3s; transition: transform .3s; }
.burgur .bot_line { width: 25px; height: 2px; background-color: #fff; top: -9px; content: ''; position: absolute; right: 0; -webkit-transition:  -webkit-transform .3s; transition: transform .3s; }

.burgur.on { width: 0; }
.burgur.on .bot_line { -webkit-transform: translateY(9px) rotate(135deg); transform: translateY(9px) rotate(135deg); }
.burgur.on .top_line { -webkit-transform: translateY(-9px) rotate(-135deg); transform: translateY(-9px) rotate(-135deg); }

.slide { width:100%; position:absolute; left:-100%; top:0; right:0; bottom:0; z-index: 999; -webkit-transition: left .3s; -moz-transition: left .3s; -ms-transition: left .3s; -o-transition: left .3s; transition: left .3s; background-color:rgba(0,0,0,0.9); }
.slide.on { left:0; }
.slide ul { padding:0; width: 90%; margin: 80px 19px 40px 19px; /*position: fixed;*/ }
.slide ul li { display:inline-block; width:100%; padding:30px 0; border-bottom:1px solid #e1e1e1; }

.langHeaderBox_m { background-color: white; width: 55% !important; text-align: center; padding: 10px 0 !important; border-radius: 50px; display: flex; justify-content: center; align-items: center; margin: 0 auto; }
.langHeaderBox_m > a { border: 0; color: #000; font-weight: bold; padding: 17px 30px; margin: 0 4px; font-size: 15px; }
.langHeaderBox_m > a:hover { color: #868686; }
.langHeaderBox_m > span { width: 1px; height: 15px; background-color: #000; display: inline-block; }

.swiper-slide img { max-width: 100% !important; height: 90% !important; object-fit: cover; }

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev { width: 50px; height: 50px; z-index: 9; position: absolute; top: 91%; }

.mySwiper .swiper-button-prev { transform:translateX(35%); background: url('../images/prev.png') no-repeat center; }
.mySwiper .swiper-button-next { transform:translateX(-35%); background: url('../images/next.png') no-repeat center; }

/*
#mobile > ul { display: flex; flex-direction: column; width: 90%; margin: 0 auto; text-align: center; padding: 0; justify-content: center; align-items: center; }
#mobile > ul > li { margin: 0 25px; }
#mobile > ul > li:last-child { margin-right: 0; }
#mobile > ul > li > a::after { display:block; content: ''; border-bottom: 2px solid #40B2FF; transform: scaleX(0); transition: transform 250ms ease-in-out; }
#mobile > ul > li > .fromLeft:after{ transform-origin: 100% 50%; }
#mobile > ul > li > .fromLeft:hover:after{ transform: scaleX(1); transform-origin: 0% 50%; }
#mobile > ul > li > .fromLeft { color: #fff; font-size: 17px; font-weight: 600; text-transform:uppercase; font-family: auto; }
#mobile > ul > li > .fromLeft:hover, #mobile > ul > li > .fromLeft.active {  color: #40B2FF; font-size: 15px; font-weight: 600; transition: all 0.5s; border-bottom: 2px solid #40B2FF; }
*/
/*content*/
.radioCon { display: none; }
.content { scroll-behavior: smooth; overflow-x: hidden; }

.wraper1 > .conCol > img { width: 230px; }
.moveScroll { height: 105px; }
.wraper1 > .conCol > .langBox { width: 140px; padding: 15px; }
.wraper1 > .conCol > .langBox > a { font-size: 17px; }

.wraper2 > .conCol > img { width: 180px; }
.wraper2 > .conCol > .col { margin-top: 62%; margin-bottom: -40%; }
.wraper2 > .conCol > .col > p { line-height: 22px; word-break: break-word; font-size: 13px; animation: slide-up-m 4s;}
.wraper2 > .conCol > .col > h4 { font-size: 24px; animation: slide-up 2s; }
.wraper2 > .conCol > .col > h4 > span { margin-top: 14px; width: 130px; }

.wraper3 { display: flex; position: relative; flex-direction: column; align-items: center; width: 100%; height: 100vh; background: url('../images/rbBg.png') no-repeat left bottom; }
.wraper3 > .conCol > .title > h1 { font-size: 25px; }
.wraper3 .circleTopDash1 { width: 320px; height: 320px; position: relative; background: url('../images/m_dashCircle.png') no-repeat; left: 20px; top: -134px; border-width: 10px; z-index: -1; animation: spin 15s linear infinite; }
.wraper3 .circleTopBdr2 { left: -3px; top: -234px; width: 95px; height: 95px; border-width: 8px; }
.wraper3, .wraper3 > .conCol { height: auto; padding: 30px 0 30px 0; }
.wraper3 > .conCol { flex-direction: column; justify-content: center; }
.wraper3 > .conCol > .title { width: 100%; animation: slide-up 2s; }
#weDo { display: none; }
#weDoRespon { display: block; width: 100%; margin-top: 50px; }
.weDoResponDiv { display: flex; justify-content: center; align-items: center; flex-direction: column; animation: slide-up 4s; }
.weDoResponDiv > img { width: 85px; }
.weDoResponDiv > h4 { font-size: 18px; padding: 0; margin: 14px 0; }
.weDoResponDiv > ul { margin: 0 auto 30px auto; width: 80%; padding: 10px; background-color: #fff; border-radius: 10px; box-shadow: 0 2px 7px rgb(0 0 0 / 20%); border: 1px solid #e1e1e1; }
.weDoResponDiv > ul > li { word-break: keep-all; font-size: 13px; line-height: 22px; padding: 10px 0; border-bottom: 1px solid #e1e1e1; }
.weDoResponDiv > ul > li:last-child { border-bottom: 0; }

.wraper4 { height: 180vh; }
.wraper4 > .conCol { z-index: 10; text-align: center; display: flex; flex-direction: row; justify-content: space-between; align-items: center; height: 85vh; width: 90%; margin: 0 auto; background: url('../images/m_wrap4Bg.png') no-repeat center bottom; }
.wraper4 > .conCol > .aniBox { z-index: -1; display: flex; flex-direction: column; right: 0; position: absolute; height: 52vh; top: 33vh; }
.wraper4 > .conCol > .aniBox > .bg1 { width: 415px; height: 510px; z-index: 2; background: url('../images/m_wrap4Bg2.png') no-repeat center bottom; animation: upDown1 5s 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.84) infinite; }
.wraper4 > .conCol > .aniBox > .bg2 { width: 345px; height: 325px; position: absolute; bottom: 50px; right: -40px; background: url('../images/m_wrap4Bg3.png') no-repeat; animation: upDown2 4s 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.84) infinite; }
.wraper4 > .conCol > .aniBox > .setting1 { width:70px; height: 70px; z-index: 3; position: absolute; bottom: 170px; right: 100px; background: url('../images/m_setting1.png') no-repeat center; animation: spin 10s infinite; }
.wraper4 > .conCol > .aniBox > .setting2 { width: 110px; height: 150px; z-index: 3; position: absolute; bottom: 84px; right: 33px; background: url('../images/m_setting2.png') no-repeat center; animation: spin 15s infinite; }
.wraper4 > .conCol { justify-content: center; }
.wraper4 > .conCol > .col { text-align: center; width: 100%; margin-top: -250px; }
.wraper4 > .conCol > .col > h1 { font-size: 25px !important; }
.wraper4 > .conCol > .col > p { font-size: 13px; line-height: 22px; }
.wraper4 > .workshop { height: 240px; margin: 0 0 -20px 0; }
.wraper4 > .workshop > img { width: 350px; height: 250px; }

.whoWeWork { display: flex; justify-content: center; flex-direction: column; align-items: center; padding: 10px; height: 65vh; border-top: 1px solid #e1e1e1; background: url('../images/m_comlogo_v.png') rgba(255,255,255,0.9) no-repeat center; }
.whoWeWork_en { display: flex; justify-content: center; align-items: center; padding: 10px; height: 65vh; border-top: 1px solid #e1e1e1; background: url('../images/m_comlogo_v_en.png') rgba(255,255,255,0.9) no-repeat center; }

.whoWeWork > div { width: 90%; margin: 0 auto; justify-content: center; display: flex; align-items: center; }
.whoWeWork > div > h1 { font-size: 25px; margin-top: -380px; }


.whoWeWork_en > div { width: 90%; margin: 0 auto; justify-content: center; display: flex; align-items: center; }
.whoWeWork_en > div > h1 { font-size: 25px; margin-top: -380px; }

.wraper5 { margin: 20px auto 0 auto; height: 160vh; }

.wraper5 > .contactInfo { flex-direction: column; justify-content: center; align-items: center; margin: 70px auto; }
.wraper5 > .contactInfo > .col { width: auto; border-right: 0; align-self: center; }
.wraper5 > .contactInfo > .col > h2 { font-size: 21px; }
.wraper5 > .contactInfo > .col > p { font-size: 15px; }
.map { width: 100%; height: 50vh; background: url('../images/m_map.png') no-repeat center; background-size: cover;}
.map_en { width: 100%; height: 50vh; background: url('../images/m_map_en.png') no-repeat center; background-size: auto;}

#footer { display: none; }
#m_footer { display: block; }
.footer { background: #303131; padding: 20px; height: 55vh; display: flex; align-items: center; flex-direction: column; text-align: center; justify-content: center; z-index: 99; }
.footer > .textArea { display: flex; flex-direction: column; align-items: center; margin-top: 30px; }
.footer > .textArea > span { font-weight: bold; color: white; margin: 0 10px; font-size: 15px; }
.footer > .textArea > p { color: white; border-right: 0; padding-right: 10px; font-size: 13px;}
.footer > .textArea > div  { display: flex; margin-bottom: -12px; align-items: center; flex-direction: column; align-self: center; }
.footer > .textArea > div > span { font-weight: bold; color: white; margin: 0 10px; font-size: 15px; }
.footer > .textArea > div > p { color: white; border-right: 0; line-height: 22px; padding-right: 10px; font-size: 13px; text-align: center; }

}
/*@media all and (device-width: 360px){
  .wraper4 > .aniBox { z-index: -1; display: flex; flex-direction: column; right: 0; position: absolute; height: 65vh; top: 122px; }
  .wraper4 > .aniBox > .img { width: 440px; height: 480px; top: 172px; position: absolute; z-index: 4; background: url('../images/m_wrap4Bg.png') no-repeat center; }
  .wraper4 > .aniBox > .bg1 { width: 400px; height: 510px; z-index: 2; background: url('../images/m_wrap4Bg2.png') no-repeat bottom; animation: upDown1 5s 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.84) infinite; }
  .wraper4 > .aniBox > .bg2 { width: 315px; height: 335px; position: absolute; bottom: 50px; right: -20px; background: url('../images/m_wrap4Bg3.png') no-repeat; animation: upDown2 4s 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.84) infinite; }
  .wraper4 > .aniBox > .setting1 { width:70px; height: 70px; z-index: 3; position: absolute; bottom: 140px; right: 80px; background: url('../images/m_setting1.png') no-repeat center; animation: spin 10s infinite; }
  .wraper4 > .aniBox > .setting2 { width: 110px; height: 150px; z-index: 3; position: absolute; bottom: 65px; right: 20px; background: url('../images/m_setting2.png') no-repeat center; animation: spin 15s infinite; }

}
/*
