﻿.wrap {overflow: hidden;}
.main_tit {color: #fff;font-size: 100px;font-weight: 700;}
.main_tit a {color: #fff;}
.main_tit.link {color: #666;}
.main_tit.link:hover,
.main_tit.link.on {color: #fff;}
.main_txt {font-size: 18px;font-weight: 500;color: #ddd;line-height: 1.5;}
.main_txt_small {font-size: 14px;}


.slick-initialized .slick-slide {display: flex !important;}
/*banner*/
.main_banner {height: 960px;position: relative;} 
.main_banner .bgimg {width: 100%;height: 100%;-webkit-background-size: cover;background-size: cover;background-position: center center;background-color: #000;}
.banner_txt {position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;flex-direction: column;  justify-content: center;align-items: center;padding: 0 180px;opacity: 0;}
.banner_t1 {font-size: 38px;font-weight: 700;color: #fff;text-align: center;line-height: 1.5;margin-bottom: 50px;font-family: "Pretendard";}
.banner_t2 {font-size: 18px;font-weight: 500;color: #ddd;text-align: center;line-height: 1.5;}

.mouse-icon {border: 1px solid #fff;border-radius: 16px;height: 38px;width: 24px;display: block;position: absolute; left: 50%; bottom: 80px;margin: 0 0 0 -12px;}
.mouse-icon:after {content: "";display: block;width: 51px;height: 9px;position: absolute;margin-left: -25px;bottom: 50px;background: url("/skin/default/img/main/scroll.png") no-repeat 0 0;left: 50%;}
.mouse-icon .wheel {animation: drop 1.3s infinite linear;}
.mouse-icon .wheel {position: relative;border-radius: 10px;background: #fff;width: 6px;height: 6px;top: 4px;margin-left: auto;margin-right: auto;}
/*banner*/
/*about*/
.about_section {background-color: #000;padding-top: 200px;}
.about_top {display: flex;align-items: center;flex-wrap: wrap;margin-bottom: 150px;}
.about_nav {margin-left: auto;}
.about_nav a {display: inline-block;opacity: 0.5;}
.about_nav a:hover {opacity: 1;}

.about_item {position: relative;display: inline-flex;margin: 0 16px;}
.about_item .mem_img {display: inline-block;width: 512px;height: 340px;cursor: pointer;overflow: hidden;}
.about_item .mem_img img {filter: grayscale(100%);height: inherit;width: 100%;}
.about_item.show .mem_img img {filter: none;}
.about_item.show .mem_info {display: none;}
.about_item.show .mem_detail {display: inline-block;}

.mem_info {position: absolute;left: 30px;bottom: -80px;}
.mem_info .position {font-family: "Pretendard";font-size: 16px;font-weight: 700;color: #fff;opacity: 0.7;margin-bottom: 10px;}
.mem_info .name {font-family: "Pretendard";font-size: 30px;font-weight: 700;color: #fff;margin-bottom: 15px;}
.mem_info .txt {font-family: "Pretendard";font-size: 16px;color: #fff;font-weight: 500;margin-bottom: 10px;}
.mem_info .keywords {height: 40px;}
.mem_info .keywords span {font-family: "Pretendard";margin-right: 10px;font-size: 14px;font-weight: 500;color: #E8E8E8;}

.mem_detail {margin-left: 50px;padding: 50px 50px 0 50px;display: inline-block;border-top: 1px solid #888;width: 780px;display: none;}
.detail_top {display: flex;align-items: center;margin-bottom: 20px;}
.detail_top .postion {font-family: "Pretendard";font-size: 16px;font-weight: 700;color: #aaa;}
.detail_top .insta {margin-left:  auto;}
.detail_top .insta a {display: inline-block;}
.detail_name {font-family: "Pretendard";font-size: 30px;font-weight: 700;color: #fff;margin-bottom: 30px;}
.detail_text {font-family: "Pretendard";color: #aaa;font-size: 16px;font-weight: 500;margin-bottom: 50px;line-height: 1.5;}
.detail_work {position: relative;height: 150px;display: flex;align-items: center;gap: 20px;}
.work_item,.work_item img {height: 100%;}
.work_item img {max-width: 156px;}
.detail_more {position: absolute;right: -5px;top: 0;width: 156px;height: 100%;border: 1px solid #4E4E4E;display: flex;align-items: center;justify-content: center;}
.detail_more:hover {border-color: #fff;}
.detail_more span {font-size: 15px;font-weight: 700;color: #fff;margin-right: 10px;}
/*about*/
/*business*/
@keyframes moveText {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.business_section {padding: 200px 0;background-color: #000;}
.circle_wrap {margin-top: 125px;display: flex;align-items: center;justify-content: center;}
.circle {width: 33.333333%;height: 560px;display: inline-block;padding: 0 45px;flex-shrink: 0;position: relative;}
.circle:before {position: absolute;left: -20px;top: 0;content: "";width: 560px;height: 560px;border: 1px solid rgba(255, 255, 255, 0.40);;border-radius: 50%;}
.circle_cont {padding-top: 140px;overflow: hidden;}
.circle_t1 {font-size: 20px;color: #fff;font-weight: 700;margin-bottom: 50px;text-align: center;}
.circle_t2 {font-size: 20px;font-weight: 500;color: #fff;text-align: center;margin-bottom: 50px;line-height: 1.5;}
.circle_t3 {overflow: hidden;padding-left: 70px;}
.circle_t3 li {color: #aaa;font-size: 16px;font-weight: 500;text-align: left;float: left;width: 50%;margin-bottom: 14px;}

.marquee_wrap {height: 300px;background-color: #000;overflow: hidden; white-space: nowrap;}
.marquee_wrap span {text-shadow: 0px 0px 5px white;font-family: "Montserrat";font-size: 300px;font-style: normal;font-weight: 700;opacity: 0.55;animation: moveText 20s linear infinite;  display: inline-block;}
/*business*/
/*art*/
.art_section {padding: 200px 0;background-color: #000;}
.art_top {display: flex;align-items: center;margin-bottom: 80px;}
.art_tab {display: flex;align-items: center;margin-bottom: 100px;}
.art_tab a {font-size: 14px;font-weight: 700;font-family: "Montserrat";color: #fff;border: 1px solid rgba(255, 255, 255, 0.40);border-radius: 25px;width: 200px;height: 35px;margin-right: 14px;text-align: center; display: flex;justify-content: center; align-items: center;}
.art_tab a:hover,
.art_tab a.on {border-color: #fff;}

.art_item {height: 290px;margin-bottom: 32px;position: relative;overflow: hidden;}
.art_item > img {height: inherit;width: 100%;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;}
.art_item:hover > img {transform: scale(1.15);}
.art_item:hover .art_cont {display: flex;  justify-content: center;align-items: center;}

.art_cont {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgb(0 0 0 / 50%);display: none;}
.art_cont_txt {font-size: 18px;font-weight: 700;color: #fff;margin-top: 20px;line-height: 1.5;font-family: "Pretendard";}
.art_cont_inline {text-align: center;padding: 0 50px;}
.art_more {margin-top: 100px;text-align: center;}
.art_more a {display: inline-flex;justify-content: center;align-items: center;font-size: 15px;font-weight: 700;color: #fff;opacity: 1;transition: all .3s ease;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;}
.art_more a span {margin-right: 10px;}
.art_more a:hover {opacity: 0.7;}
/*art*/
/*contact*/
.contact_section {padding: 200px 0;background-color: #000;}
.contact_divide{display: flex;justify-content: flex-start;align-items: flex-start;gap: 150px;flex-direction: row-reverse;}
.contact1 {width: 780px;}

.form_item {margin-bottom: 30px;}
.form_tit {font-size: 18px;color: #fff;font-weight: 700;margin-bottom: 5px;}
.form_input {width: 100%;height: 60px;background-color: #000;border-top: none;border-left: none;border-right: none;border-bottom: 1px solid #666;padding: 0 10px;font-size: 16px;color: #aaa;}
.text_area {height: 200px;padding: 20px 0;width: 100%;border-top: none;border-left: none;border-right: none;border-bottom: 1px solid #ddd;background-color: #fff;font-size: 15px;font-weight: 700;color: #000;margin-bottom: 60px;resize: none;outline: none;}
.form_input:focus {border-color: #fff;}

.form_check {margin-right: 30px;display: inline-block;}
.form_check label {font-size: 18px;color: #fff;display: flex;align-items: center;}
.form_check input[type="checkbox"] + label:before {content: "";margin: 0 10px 0 0;vertical-align: middle;width: 20px;display: inline-block;height: 20px;overflow: hidden;background-image:url('/skin/default/img/main/Check_box.png');}
.form_check input[type="checkbox"]:checked + label:before {background-image:url('/skin/default/img/main/Check_box_on.png');}
.form_check input[type="checkbox"] {outline: none;border: none;background-color: #fff;-webkit-border-radius: 0;-webkit-appearance: none;display: none;}

.submit_btn {background-color: #fff;border: none;outline: none;cursor: pointer;padding: 0;display: flex;align-items: center;    justify-content: center;width: 200px;height: 45px;border-radius: 30px;margin-top: 30px;transition: all .3s ease;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;}
.submit_btn:hover {background-color: #777;}
.submit_btn span {font-size: 15px;font-weight: 700;color: #000;margin-right: 10px;}
/*contact*/
.map_section {height: 600px;background-color: #000;}
.map {max-width: 1920px;margin: 0 auto;height: 100%;}

.BannerT1_Fade{animation: fadeInUp 1s;}
.BannerT2_Fade{animation: fadeInUp 1.2s;}

.bgndVideo_wrap {width: 100%;height: 100%;position: absolute !important;left: 0;top: 0;}   
.bgndVideo_wrap iframe {height: -webkit-fill-available !important;}
.about_slider  .slick-list {overflow: visible;}
.slick-slider {transform: translate3d(0, 0, 0);}
.videos {width: 100%;height: inherit;}
@media (max-width: 1659px){
	.banner_t1 {font-size: 40px;}
	.main_tit {font-size: 80px;}
	.mem_info .name {font-size: 25px;}
	.circle_t2 {font-size: 18px;}
	.circle {padding: 0 40px;}
	.art_cont_txt {font-size: 16px;}
}
@media (max-width: 1599px){
	.main_tit {font-size: 60px;}
	.detail_name {font-size: 25px;}
	.circle:before {width: 500px;height: 500px;}
	.circle {height: 500px;}
	.circle_t2 {font-size: 16px;}
	.circle_t1 {font-size: 16px;}
	.circle_t3 li {font-size: 14px;}
}
@media (max-width: 1459px) {

}
@media (max-width: 1429px) {
	.main_banner {height: 860px;}
	.banner_t1 {font-size: 35px;}
	.mem_detail {width: 680px;}
	.detail_work {height: 125px;}
	.detail_more {width: 130px;}
	.detail_more span {font-size: 13px;}
	.art_item {height: 230px;}
	.banner_txt {padding: 0 90px;}
	.work_item img {max-width: 130px;}
}
@media (max-width: 1259px) {
	.main_tit {font-size: 50px;}
	.main_txt {font-size: 16px;}
	.art_item {height: 160px;}
	.art_cont_inline img {width: 40px;}
	.marquee_wrap {height: 200px;}
	.marquee_wrap span {font-size: 200px;}
	.contact_divide {gap: 90px;}
	.map_section {height: 500px;}
	.form_tit {font-size: 16px;}
	.form_check label {font-size: 16px;}
	.circle:before {width: 350px;height: 350px;}
	.circle {height: 350px;padding: 0 20px;}
	.circle_t1 {margin-bottom: 30px;font-size: 14px;}
	.circle_t2 {font-size: 14px;margin-bottom: 30px;}
	.circle_t2 br {display: none;}
	.circle_t3 {padding-left: 35px;}
	.circle_t3 li {font-size: 12px;}
	.circle_cont {padding-top: 80px;}
	.mem_info .name {font-size: 20px;}
	.detail_name {font-size: 20px;}
	.mem_detail {width: 650px;margin-left: 30px;padding: 30px 30px 0 30px;}

	.banner_t2 {font-size: 16px;}
	.banner_t1 {font-size: 30px;}
	.main_tit {font-size: 40px;}
	.art_tab a {width: 160px;}
	.art_cont_txt {font-size: 14px;}
	.map_section {height: 400px;}
	.about_top {margin-bottom: 100px;}
	.art_section {padding: 150px 0;}
}

@media (max-width: 1199px) {
	.about_item .mem_img {height: 300px;width: 420px;}
    .about_item .mem_img img {width: 100%;height: inherit;}
	.mem_detail {width: 500px;}
	.detail_work {height: 90px;}
	.detail_more {width: 100px;}
	.about_section {padding-top: 100px;}
	.banner_txt {padding: 0 70px;}
	.work_item img {max-width: 100px;}
}
@media (max-width: 991px) {
	.banner_t1 {font-size: 25px;margin-bottom: 25px;}
	.banner_t2 {font-size: 14px;}
	.main_banner {height: 760px;}
	.main_tit {font-size: 30px;}
	.about_nav img {width: 40px;}
	.about_top {margin-bottom: 70px;}
	.business_section {padding: 100px 0;}
	.main_txt {font-size: 14px;}
	.main_txt_small {font-size: 12px;}
	.art_top {margin-bottom: 40px;}
	.art_tab a {font-size: 12px;width: 120px;}
	.art_tab {margin-bottom: 50px;}
	.art_item {height: 125px;margin-bottom: 16px;}
	.art_cont_inline {padding: 0 20px;}
	.art_more {margin-top: 50px;}
	.art_more a {font-size: 13px;}
	.marquee_wrap {height: 150px;}
	.marquee_wrap span {font-size: 150px;}
	.art_section {padding: 100px 0;}
	.contact_section {padding: 100px 0;}
	.map_section {height: 300px;}
	.form_tit {font-size: 14px;}
	.form_input {height: 50px;font-size: 14px;}
	.form_check {margin-right: 15px;}
	.form_check label {font-size: 14px;}
	.submit_btn {width: 160px;margin-top: 15px;height: 40px;}
	.submit_btn span {font-size: 13px;}
	.contact_divide {gap: 45px;}
	.mem_info .position {font-size: 13px;margin-bottom: 5px;}
	.mem_info .name {font-size: 16px;margin-bottom: 10px;}
	.mem_info .txt {font-size: 14px;margin-bottom: 5px;}
	.mem_info .keywords span {font-size: 12px;}
	.mem_info {left: 15px;bottom: -65px;}
	.detail_top .postion {font-size: 14px;}
	.detail_name {font-size: 16px;margin-bottom: 15px;}
	.detail_text {font-size: 13px;margin-bottom: 25px;}
	.detail_work {height: 75px;}
	.detail_more span {font-size: 11px;margin-right: 5px;}
	.detail_more img {height: 6px;}
	/* .mem_detail {width: 380px;margin-left: 15px;padding: 15px 15px 0 15px;} */
	.detail_more {width: 80px;right: -15px;}
	.circle_wrap {margin-top: 60px;}
	.circle {height: 300px;padding: 0 10px;}
	.circle_t2 {font-size: 13px;margin-bottom: 15px;}
	.circle_t1 {margin-bottom: 15px;}
	.circle_t3 {padding-left: 0;}
	.circle:before {width: 300px;height: 300px;left: -35px;}
	.circle_cont {padding-top: 50px;}
	.art_cont_txt {margin-top: 10px;}
	.banner_txt {padding: 0 30px;}
	.detail_top .insta img {height: 20px;}
	.slick-initialized .slick-slide {display: block !important;}
	.about_item .mem_img {height: 280px;display: block;}
	.about_item .mem_img img {max-width: 100%;display: block;}
	.about_item.show .mem_detail {display: block;width: 420px;margin-left: 0;margin-top: 10px;}
	.work_item img {max-width: 80px;}
	.about_item {display: block;}
}
@media (max-width: 767px) {
	.banner_t1 {font-size: 20px;}
	.main_banner {height: 660px;}
	.main_tit {font-size: 25px;}
	.about_nav {margin-left: 0;margin-top: 10px;}
	.about_top {margin-bottom: 20px;}
	.about_item .mem_img {height: 250px;width: auto;}
	.about_item.show .mem_detail {width: 100%;}
	.business_section {padding: 100px 0 70px 0;}

	.art_top {margin-bottom: 20px;}
	.art_tab {margin-bottom: 30px;}
	.art_item {height: auto;}
	.main_tit.link {margin-bottom: 15px;}
	.art_top .main_txt br {display: none;}
	.art_more {margin-top: 30px;}
	.marquee_wrap {height: 100px;}
	.marquee_wrap span {font-size: 100px;}
	.art_section {padding: 70px 0;}
	.contact_section {padding: 70px 0;}
	.contact_divide {flex-direction: column;}
	.form_input {height: 40px;}
	.form_check {display: block;margin-right: 0;margin-bottom: 20px;}
	.circle_wrap {flex-direction: column;}
	.circle {width: 100%;align-items: center;display: flex;}
	.circle_cont {width: 100%;padding-top: 80px;}
	.circle_t3 li {text-align: center;}
	.circle:before {width: 380px;height: 380px;left: 50%;margin-left: -190px;}
	.circle {padding: 0 30px;}
	.banner_txt {padding: 0 10px;}
	.art_top {flex-wrap: wrap;}
	.about_top .main_tit {margin-bottom: 15px;}
	.mouse-icon {bottom: 40px;}
	.about_section {padding-top: 70px;}
	.work_item img {max-width: 70px;}
}
@media (max-width: 424px) {
	.detail_work {height: 60px;}
	.circle:before {width: 360px;height: 360px;margin-left: -180px;}
	.work_item img {max-width: 55px;}
}
@media (max-width: 374px) {
	.detail_work {gap: 5px;}
	.detail_more {width: 70px;}
	.circle:before {width: 310px;height: 310px;margin-left: -155px;}
	.circle_cont {padding-top: 0;}
}