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


.center{text-align:center;}
.pc_img {display:none;}
.tab_img {display:block;}
.mob_img {display:none;}
.pc {display:none;}
.tab {display:block;}
.mob {display:none;}

/* === Main === */
#wrap {position:relative; width:100%; max-width:1400px; min-width: 375px; margin:0 auto; overflow:hidden;}
.inner{width:100%; margin:0 auto; padding: 0 2.6%; }

/* header */
#header{position: fixed; top: 0; left: 0; width: 100%;z-index: 9000; line-height: 1;transition:.4s;}
#header .inner{display: flex; align-items: center; justify-content: space-between; height: 90px;transition:.4s;}
#header h1 a img{width: 130px;}
#header ul.gnb{display: flex;gap:50px;}
#header ul.gnb li a{font-size: 17px; color: #fff; font-weight: 500;transition:.3s;}
#header ul.gnb li a:hover{color: var(--co01); }

#header.active{left: 2.6%;top: 10px;background: rgba(0, 0, 0, .2);backdrop-filter: blur(40px);width: calc(100% - 5.2%);border-radius: 12px;overflow: hidden;padding: 0;}
#header.active .inner{height: 70px;}

/* navi */
.nav_btn{display: none;}
.navigation{display: none;}

/* visual_wrap */
#visual_wrap{position: relative;line-height: 1;}
#visual_wrap .vis_bg{height: 550px;}
#visual_wrap ul.visual li{position: relative;}
#visual_wrap ul.visual li .vis_wrap{position: absolute;top: 0; left: 0; width: 100%;z-index: 100;height: 100%;animation: visAni01 ease 1s forwards;}
#visual_wrap ul.visual li .vis_wrap .inner{display: flex;align-items: flex-end;justify-content: space-between;height: 100%;}
#visual_wrap ul.visual li .vis_wrap .txt{padding-bottom: 120px;overflow: hidden;}
#visual_wrap ul.visual li .vis_wrap .txt em{display: block;font-size: 18px; color: var(--co01); font-weight: 700;opacity: 0;transform:translateY(-100px);transition:.5s;}
#visual_wrap ul.visual li .vis_wrap .txt strong{display: block;font-size: 40px; color: #fff; font-weight: 500; line-height: 1.4;margin: 15px 0px 25px;opacity: 0;transform:translateY(-100px);}
#visual_wrap ul.visual li .vis_wrap .txt p{font-size: 18px; color: #fff; line-height: 1.3;font-weight: 300;opacity: 0;transform:translateY(-100px);transition:.5s;}

#visual_wrap ul.visual li.slick-active .vis_wrap .txt em{animation:visAni01 ease 1s forwards;}
#visual_wrap ul.visual li.slick-active .vis_wrap .txt strong{animation:visAni01 ease 1s forwards;animation-delay:.3s;}
#visual_wrap ul.visual li.slick-active .vis_wrap .txt p{animation:visAni01 ease 1s forwards;animation-delay:.6s;}
@keyframes visAni01{
0%{opacity: 0;transform:translateY(-100px);}
100%{opacity: 1;transform:translateY(0px);}
}

#visual_wrap ul.visual li .vis_wrap .img{opacity: 0;}
#visual_wrap ul.visual li .vis_wrap .img img.img01{width: 300px;}
#visual_wrap ul.visual li .vis_wrap .img img.img02{width: 360px;}
#visual_wrap ul.visual li.slick-active .vis_wrap .img{animation:visAni02 ease 2s forwards;animation-delay:.6s;}
@keyframes visAni02{
0%{opacity: 0;}
100%{opacity: 1;}
}

#visual_wrap .dots_wrap{position: absolute; left: 50%; transform:translateX(-50%); bottom: 40px;}
#visual_wrap .dots_wrap ul{display: flex;gap:16px; }
#visual_wrap .dots_wrap ul li{position: relative;width: 20px; height: 20px; border:2px solid transparent; text-indent: -9999px;transition:.3s;border-radius:50%;}
#visual_wrap .dots_wrap ul li::after{content:'';position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%);width: 3px; height: 3px; background: rgba(255,255,255,.5); border-radius:50%;transition:.3s;}
#visual_wrap .dots_wrap ul li.slick-active{border:2px solid #fff;}
#visual_wrap .dots_wrap ul li.slick-active::after{background: rgba(255,255,255,1);}

/* section */
.section{line-height: 1;padding: 80px 0px;}
.section .sec_tit span{display: block;font-size: 16px; color: var(--co01); font-weight: 700;font-family: "Open Sans", sans-serif;margin-bottom: 30px;text-transform:uppercase;}
.section .sec_tit p{font-size: 30px;font-weight: 700;color: #333; line-height: 1.6;overflow: hidden;}
.section .sec_tit p b{display: inline-block;font-weight: 700;}

.sec_anc{position: absolute; top: -80px;}


/* section01 */
#section01 .inner{display: flex;align-items: center;}
#section01 .txt_wrap{width: 50%;}
#section01 .txt_wrap .txt{margin-top: 20px;overflow: hidden;}
#section01 .txt_wrap .txt p{font-size: 17px; color: #666; line-height: 1.6;}
#section01 .txt_wrap .sec_tit p b{font-weight: 500;}

#section01 .img_wrap{position: relative;width: 50%;border-radius: 12px 12px 12px 40px; overflow: hidden;}
#section01 .img_wrap img{width: 100%; height: 100%; object-fit:cover;}
#section01 .img_wrap .bg{position: absolute; left: 0;top: 0; width: 100%; height: 100%;background: var(--co01);z-index: 100;}

@media screen and (max-width:1000px) {
#section01 .txt_wrap .txt p br{display: none;}
#section01 .txt_wrap .txt p i{display: block;}
}

/* section02 */
#section02{padding: 0;}
#section02 .con_wrap{display: flex;}
#section02 .con_wrap .con{position: relative;display: flex;justify-content: space-between; align-items: flex-start;flex:1; height: 500px;padding: 0px 2.6%;transition:.5s;overflow: hidden;}
#section02 .con_wrap .con.on{flex:1.1;}
#section02 .con_wrap .con .sec_tit{padding-bottom: 0px;padding-top: 50px;}
#section02 .con_wrap .con .sec_tit span{color: #fff;margin-bottom: 20px;}
#section02 .con_wrap .con .sec_tit p{color: #fff;}
#section02 .con_wrap .con .sec_tit a{display: flex;align-items: center; justify-content: center; font-size: 16px; font-weight: 700; width: 140px; height: 50px; background: #fff; border-radius:30px;color: var(--co01);margin-top: 20px;}
#section02 .con_wrap .con .img_wrap{position: absolute;bottom: 0;right: 20px;z-index: 1;}
#section02 .con_wrap .con .img_wrap::after{content:'';position: absolute; top: 70%;left: 54%;transform: translate(-50%, -50%);background: #fff; border-radius:50%; width: 0px;height: 0px;z-index: -1;transition:.5s;}
#section02 .con_wrap .con.on .img_wrap::after{width: 300px; height: 300px;}

#section02 .con_wrap .con01{background: url(/assets/images/main/sec02_bg01.jpg)center no-repeat; background-size: cover;}
#section02 .con_wrap .con01 .img_wrap img{width: 200px;}
#section02 .con_wrap .con02{background: url(/assets/images/main/sec02_bg02.jpg)center no-repeat; background-size: cover;}
#section02 .con_wrap .con02 .img_wrap img{width: 200px;}

/* section03 */
#section03 .sec_tit{margin-bottom: 50px;}
#section03 .sec_tit span{text-align: center;margin-bottom: 30px;}
#section03 .sec_tit p{text-align: center;}
#section03 ul{display: flex; align-items: center; justify-content: center; gap:50px;}
#section03 ul li .icon{width: 200px; height: 200px; border:1px solid #ddd; border-radius:50%;background: #f5f5f5;padding-top: 60px;margin: 0 auto;}
#section03 ul li .icon em{display: block;font-size: 20px;color: var(--co01);font-family: "Open Sans", sans-serif;font-weight: 700;text-align: center;}
#section03 ul li .icon img{display: block; margin: 10px auto 0;transition:.3s;transform: rotateY(0deg) scale(0.7);}
#section03 ul li:hover .icon img{transform:rotateY(180deg) scale(0.7);}
#section03 ul li .txt{margin-top: 20px;}
#section03 ul li .txt p{font-size: 18px; color: #333; font-weight: 700;text-align: center;}
#section03 ul li .txt span{display: block;font-size: 14px; color: #666;line-height: 1.5;text-align: center;margin-top: 15px;}

@media screen and (max-width:1024px) {
/* section03 */
#section03 .sec_tit{margin-bottom: 50px;}
#section03 .sec_tit span{text-align: center;margin-bottom: 30px;}
#section03 .sec_tit p{text-align: center;}
#section03 ul{display: flex; align-items: center; justify-content: center; gap:20px;}
#section03 ul li .icon{width: 160px; height: 160px; border:1px solid #ddd; border-radius:50%;background: #f5f5f5;padding-top: 40px;margin: 0 auto;}
#section03 ul li .icon em{display: block;font-size: 20px;color: var(--co01);font-family: "Open Sans", sans-serif;font-weight: 700;text-align: center;}
#section03 ul li .icon img{display: block; margin: 10px auto 0;transition:.3s;transform: rotateY(0deg) scale(0.7);}
#section03 ul li:hover .icon img{transform:rotateY(180deg) scale(0.7);}
#section03 ul li .txt{margin-top: 20px;}
#section03 ul li .txt p{font-size: 18px; color: #333; font-weight: 700;text-align: center;}
#section03 ul li .txt span{display: block;font-size: 14px; color: #666;line-height: 1.5;text-align: center;margin-top: 15px;}
}

/* section04 */
#section04{background: #f5f5f5;}
#section04 .inner{display: flex;}
#section04 .con01{width: 50%;padding-right: 40px;}
#section04 .con01 .sec_tit span{margin-bottom: 30px;}
#section04 .con01 ul{margin: 50px 0px;}
#section04 .con01 ul li{overflow: hidden;}
#section04 .con01 ul li:not(:last-child){margin-bottom: 15px;}
#section04 .con01 ul li p{font-size: 16px; color: #666;}
#section04 .con01 ul li p b{color: var(--co01); font-weight: 700;}
#section04 .con01 .map_wrap{position:relative; width:100%; height: 235px;padding-bottom:initial;border:1px solid #ddd; border-radius:12px; overflow: hidden;}
#section04 .con01 .map_wrap iframe{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}

#section04 .con02{width: 50%;}
#section04 .con02 .online_wrap ul{display: flex; flex-wrap:wrap;gap:20px 10px;}
#section04 .con02 .online_wrap ul li{width: 100%;}
#section04 .con02 .online_wrap ul li.li02{width: calc((100% - 10px) / 2);}
#section04 .con02 .online_wrap ul li p{font-size: 16px; color: #333;margin-bottom: 10px;}
#section04 .con02 .online_wrap ul li p em{color: var(--co01);}
#section04 .con02 .online_wrap ul li input[type="text"]{background: #fff; width: 100%; border-radius:6px; height: 40px; border:0;font-size: 16px; color: #666;padding: 0px 20px;}
#section04 .con02 .online_wrap ul li input[type="text"]:focus{outline:0;}
#section04 .con02 .online_wrap ul li .select_wrap{display: flex;gap:5px;}
#section04 .con02 .online_wrap ul li .select_wrap select{width: calc((100% - 10px) / 3);}
#section04 .con02 .online_wrap ul li select{background: url(/assets/images/main/select_arr01.png)center right 10px no-repeat #fff; background-size: 14px; width: 100%; border-radius:6px; height: 40px; border:0;font-size: 15px; color: #666;padding: 0px 15px; -webkit-appearance:none; /* for chrome */-moz-appearance:none; /*for firefox*/appearance:none;}
#section04 .con02 .online_wrap ul li select:focus{outline:0;}
#section04 .con02 .online_wrap ul li textarea{background: #fff; width: 100%; border-radius:6px; height: 100px; border:0;font-size: 16px; color: #666;padding: 15px 20px;resize:none;}
#section04 .con02 .online_wrap ul li textarea:focus{outline:0;}
#section04 .con02 .online_wrap ul li .pri_box{margin-top: 20px;}
#section04 .con02 .online_wrap ul li .pri_box input[type="checkbox"]{display: none;}
#section04 .con02 .online_wrap ul li .pri_box input[type="checkbox"] + label{position: relative;font-size: 15px; color: #666;padding-left: 25px;}
#section04 .con02 .online_wrap ul li .pri_box input[type="checkbox"] + label::after{content:'';position: absolute; left: 0;top: 50%;transform:translateY(-50%); width: 16px; height: 16px; background: #fff; border-radius:4px;}
#section04 .con02 .online_wrap ul li .pri_box input[type="checkbox"]:checked + label::after{content:'✓'; color: #fff;font-size: 14px; line-height: 16px;text-align: center; background: var(--co01);}
#section04 .con02 .online_wrap ul li .pri_box em{display: inline-block;font-size: 15px; color: #333; font-weight: 500;cursor:pointer;}
#section04 .con02 .online_wrap ul li .pri_box em b{display: inline-block;text-decoration:underline; text-underline-position: under;}
#section04 .con02 .online_wrap a.submit_btn{display:  flex; align-items: center; justify-content: center;width: 100%; height: 50px; border-radius:30px;background: var(--co01); color: #fff;font-size: 16px;margin-top: 40px;}

@media screen and (max-width:1185px) {
#section04 .con02 .online_wrap ul li .select_wrap select{font-size: 13px;padding: 0 10px;background: url(/assets/images/main/select_arr01.png)center right 10px no-repeat #fff; background-size: 12px;}
}

@media screen and (max-width:1024px) {
/* section04 */
#section04{background: #f5f5f5;}
#section04 .inner{display: flex;flex-wrap: wrap;gap: 50px;}
#section04 .con01{width: 100%;padding-right: 20px;}
#section04 .con01 .sec_tit span{margin-bottom: 20px;}
#section04 .con01 ul{margin: 40px 0px;}
#section04 .con01 ul li{overflow: hidden;}
#section04 .con01 ul li:not(:last-child){margin-bottom: 15px;}
#section04 .con01 ul li p{font-size: 15px; color: #666;line-height: 1.5;}
#section04 .con01 ul li p b{color: var(--co01); font-weight: 700;}
#section04 .con01 ul li:last-child p b{display: block;}
#section04 .con01 .map_wrap{position:relative; width:100%; height: 225px;padding-bottom:initial;border:1px solid #ddd; border-radius:12px; overflow: hidden;}
#section04 .con01 .map_wrap iframe{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; width:100%; height:100%; max-width:100%; max-height:100%; object-fit:cover;}

#section04 .con02{width: 100%;}
#section04 .con02 .online_wrap ul{display: flex; flex-wrap:wrap;gap:20px 10px;}
#section04 .con02 .online_wrap ul li{width: 100%;}
#section04 .con02 .online_wrap ul li.li02{width: calc((100% - 10px) / 2);}
#section04 .con02 .online_wrap ul li p{font-size: 16px; color: #333;margin-bottom: 10px;}
#section04 .con02 .online_wrap ul li p em{color: var(--co01);}
#section04 .con02 .online_wrap ul li input[type="text"]{background: #fff; width: 100%; border-radius:6px; height: 40px; border:0;font-size: 16px; color: #666;padding: 0px 20px;}
#section04 .con02 .online_wrap ul li input[type="text"]:focus{outline:0;}
#section04 .con02 .online_wrap ul li .select_wrap{display: flex;gap:5px;}
#section04 .con02 .online_wrap ul li .select_wrap select{width: calc((100% - 10px) / 3);}
#section04 .con02 .online_wrap ul li .select_wrap select{font-size: 16px;padding: 0 20px;background: url(/assets/images/main/select_arr01.png)center right 20px no-repeat #fff; background-size: 16px;}
#section04 .con02 .online_wrap ul li select{background: url(/assets/images/main/select_arr01.png)center right 20px no-repeat #fff; background-size: 16px; width: 100%; border-radius:6px; height: 40px; border:0;font-size: 16px; color: #666;padding: 0px 20px; -webkit-appearance:none; /* for chrome */-moz-appearance:none; /*for firefox*/appearance:none;}
#section04 .con02 .online_wrap ul li select:focus{outline:0;}
#section04 .con02 .online_wrap ul li textarea{background: #fff; width: 100%; border-radius:6px; height: 100px; border:0;font-size: 16px; color: #666;padding: 15px 20px;resize:none;}
#section04 .con02 .online_wrap ul li textarea:focus{outline:0;}
#section04 .con02 .online_wrap ul li .pri_box{margin-top: 20px;}
#section04 .con02 .online_wrap ul li .pri_box input[type="checkbox"]{display: none;}
#section04 .con02 .online_wrap ul li .pri_box input[type="checkbox"] + label{position: relative;font-size: 15px; color: #666;padding-left: 25px;}
#section04 .con02 .online_wrap ul li .pri_box input[type="checkbox"] + label::after{content:'';position: absolute; left: 0;top: 50%;transform:translateY(-50%); width: 16px; height: 16px; background: #fff; border-radius:4px;}
#section04 .con02 .online_wrap ul li .pri_box input[type="checkbox"]:checked + label::after{content:'✓'; color: #fff;font-size: 14px; line-height: 16px;text-align: center; background: var(--co01);}
#section04 .con02 .online_wrap ul li .pri_box em{display: inline-block;font-size: 15px; color: #333; font-weight: 500;cursor:pointer;}
#section04 .con02 .online_wrap ul li .pri_box em b{display: inline-block;text-decoration:underline; text-underline-position: under;}
#section04 .con02 .online_wrap a.submit_btn{display:  flex; align-items: center; justify-content: center;width: 100%; height: 50px; border-radius:30px;background: var(--co01); color: #fff;font-size: 16px;margin-top: 40px;}
#section04 .con02 .online_wrap a.submit_btn:hover{background: #fff; color: var(--co01);box-shadow:2px 2px 10px rgba(0,0,0,.1);}
}

/*footer*/
#footer{background: #222; line-height: 1;padding: 80px 0;}
#footer .inner{display: flex;justify-content: space-between;flex-direction: column-reverse;gap:30px;}
#footer .f_left .f_logo img{width: 140px;}
#footer .f_left address{margin-top: 30px;}
#footer .f_left address p{font-size: 15px; color: #fff; line-height: 1.6;}
#footer .f_left address p.copy{font-size: 14px; margin-top: 20px;}
#footer .f_right{display: flex;align-items: center;gap:30px; padding: 30px;border-radius:12px; background: rgba(255,255,255,.04);}
#footer .f_right span{display: block;font-size: 14px; color: #fff;}
#footer .f_right strong{display: block;font-size: 30px; color: #fff; font-weight: 700;margin: 8px 0px 0px;}
#footer .f_right p{font-size: 14px; color: #fff; line-height: 1.9;}



}