@charset "UTF-8";

/* 서브페이지 기본틀 */
.header {background-color: #151515;}
body {background-color: #151515;}
.gnb_bg {background-color: #151515;}
.header.scrolled .gnb_header {background-color: #151515; }
.gnb_header.on {background-color: #151515;}

.sub_top {padding: 14.5rem 0 0;}
.sub_top_box {}
.sub_top_box .breadcrum {}
.sub_top_box .breadcrum .list {display: flex;}
.sub_top_box .breadcrum .list li {position: relative; margin: 0 17px 0 0; padding: 0 17px 0 0;}
.sub_top_box .breadcrum .list li:before {display: block; content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 6px; height: 12px; background: url("/eng/images/sub/breadcrum_arrow.png") no-repeat 0 0;}
.sub_top_box .breadcrum .list li:last-child:before {display: none;}
.sub_top_box .breadcrum .list li a {display: block;  font-weight: 400; font-size: 1.6rem; line-height: 2.4rem; color: #ffffff;}
.sub_top_box .breadcrum .list li a br {display: none;}
.sub_cont {margin: 400px 0 0; padding: 0 0 120px;}

.com_title_area {margin: 0 0 100px;}
.com_title_area .ko { font-weight: 400; font-size: 1.8rem; line-height: 2.4rem; color: #ffffff;}
.com_title_area .title {margin: 0.5rem 0 0; font-weight: 700; font-size: 15rem; line-height: 15rem; color: #ffffff;}
body.white {background-color: #fff;}
body.white .sub_top_box .breadcrum .list li a {color: #333;}
body.white .sub_top_box .breadcrum .list li:before {background-image: url("/eng/images/sub/breadcrum_arrow_black.png");}
body.white .com_title_area .ko {color: #222222;}
body.white .com_title_area .title {color: #222222;}
.map_area {width: 100%; max-width: 1200px; margin: 0 auto;}
.map_area .map_box {}
.map_area .map_box #map {height: 800px;}
.map_area .map_info {position: relative; margin: 5rem 0 0;}
.map_area .map_info .info_list {}
.map_area .map_info .info_list .title {font-weight: 700; font-size: 4rem; line-height: 4rem; color: #ffffff;}
.map_area .map_info .info_list .list {margin: 2.5rem 0 0;}
.map_area .map_info .info_list .list li {position: relative; margin: 15px 0 0; padding: 0 0 0 80px; font-weight: 400; font-size: 2rem; line-height: 2.4rem; color: #cccccc;}
.map_area .map_info .info_list .list li:first-child {margin: 0;}
.map_area .map_info .info_list .list li .text {position: absolute; left: 0; top: 0; color: #ffffff;}
.map_area .map_info .map_arrow {position: absolute; right: 0; top: 0; z-index: 2;}
.map_area .map_info .map_arrow .list {display: flex; column-gap: 20px;}
.map_area .map_info .map_arrow .list li {}
.map_area .map_info .map_arrow .list li a {display: block; width: 150px; border-radius: 25px; border: 1px solid #fff; font-weight: 400; font-size: 1.8rem; line-height: 5rem; color: #ffffff; text-align: center; transition: all 0.5s;}
.map_area .map_info .map_arrow .list li a:hover {background-color: #fff; color: #000; box-shadow: 0px 0px 50.7px 14.3px rgba(200, 232, 220, 0.64);}

.map_area .map_box #map .name {padding: 10px 40px; background-color: #000; font-weight: 700; font-size: 1.6rem; color: #fff;}
.map_area .map_box #map .gm-style .gm-style-iw-d {overflow: inherit !important; background-color: #0e4890;}
.map_area .map_box #map .gm-style .gm-style-iw-c {padding: 0; background-color: #0e4890;}
.map_area .map_box #map .gm-style .gm-style-iw-tc {display: none;}
.map_area .map_box #map .gm-style .gm-style-iw-ch {display: none;}
.map_area .map_box #map .gm-ui-hover-effect>span {background-color: #fff;}
.map_area .map_box #map .gm-ui-hover-effect {display: none !important;}

.prd_area {display: flex; justify-content: space-between; width: 100%; position: relative;}

.prd_area .title_box {}
.prd_area .title_box .title {font-weight: 700; font-size: 13rem; line-height: 13rem; color: #fff; letter-spacing: -0.02em;}
.prd_area .pd_list {width: 100%;}
.prd_area .pd_list .list {display: flex; flex-wrap: wrap; gap: 70px 130px;}
.prd_area .pd_list .list li {width: calc(33.3333% - 86.6666px);}
.prd_area .pd_list .list li:first-child {margin: 0;}

.prd_area .pd_list .list li .box {display: block; position: relative;}
.prd_area .pd_list .list li .box .inner {position: relative;}
.prd_area .pd_list .list li .box .img_box {position: relative; padding-bottom: 78.361%; background-color: #202020;}
.prd_area .pd_list .list li .box .img_box .img_inner {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%;}
.prd_area .pd_list .list li .box .img_box .img_inner img {width: 100%; height: 100%; vertical-align: middle; object-fit: contain; transition: all 0.5s;}
.prd_area .pd_list .list li .box .inner .hover_box {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); border: 1px solid #5d5d5d; opacity: 0; transition: all 0.5s;}
.prd_area .pd_list .list li .box .inner .hover_box .view {display: block; width: 95px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 1px solid #fff; background-color: rgba(255, 255, 255, 0.1); border-radius: 50%; font-weight: 400; font-size: 1.8rem; line-height: 93px; color: #ffffff; text-align: center;}
.prd_area .pd_list .list li .box:hover .inner .hover_box {opacity: 1;} 
.prd_area .pd_list .list li .box .text_box {margin: 1.5rem 0 0;}
.prd_area .pd_list .list li .box .text_box .title {font-family: "GlacialIndifference"; font-weight: 700; font-size: 3rem; line-height: 3.4rem; color: #ffffff; }
.prd_area .pd_list .list li .box .text_box > .text {margin: 1rem 0 0; font-weight: 400; font-size: 1.6rem; line-height: 2.4rem; color: #999999; word-break: keep-all; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.prd_area .pd_list .list li .box .text_box .view_btn {display: block; width: 200px; margin: 3.5rem 0 0; background-color: #fff; border-radius: 25px; transition: all 0.5s;}
.prd_area .pd_list .list li .box .text_box .view_btn .text {display: inline-block; width: 100%; font-weight: 400; font-size: 1.6rem; line-height: 5rem; color: #000000; text-align: center;}
.prd_area .pd_list .list li .box:hover .text_box .view_btn, .prd_area .pd_list .list li .box:focus .text_box .view_btn {box-shadow: 0px 0px 50.7px 14.3px rgba(200, 232, 220, 0.64);}
.prd_area .pd_list.acc .list li .box {padding: 30px 30px 50px 40px; background-color: #202020;}
.prd_area .pd_list.acc .list li .box:before {display: none;}
.prd_area .pd_list .list li .box .sort_box {display: inline-block; position: absolute; left: 40px; top: 30px; max-width: 250px; background-color: #000000; border-radius: 14px; padding: 5px 12px; z-index: 3;}
.prd_area .pd_list .list li .box .sort_box .sort {position: relative; padding: 0 0 0 100px; font-weight: 700; font-size: 10px; line-height: 1.8rem; color: #ffffff;}
.prd_area .pd_list .list li .box .sort_box .sort span {position: absolute; left: 0; top: 0;}
.prd_area .pd_list.acc .list li .box .img_box {position: absolute; right: 30px; padding: 0; z-index: 2;}
.prd_area .pd_list.acc .list li .box .img_box .img_inner {position: initial; left: inherit; top: inherit; transform: translate(0, 0); width: auto; height: auto;}
.prd_area .pd_list.acc .list li .box .img_box .img_inner img {width: 350px; height: auto;}
.prd_area .pd_list.acc .list li .box .text_box {position: inherit; left: inherit; bottom: inherit; right: inherit; padding: 25rem 0 0;}
.prd_area .pd_list .list li .box .btn_wrap {display: flex; column-gap: 20px; margin: 2.5rem 0 0;}
.prd_area .pd_list .list li .box .btn_wrap .down_btn {display: block; width: 180px; border-radius: 20px; background-color: #555555; text-align: center; transition: all 0.5s;}
.prd_area .pd_list .list li .box .btn_wrap .down_btn .text {display: inline-block; font-weight: 400; font-size: 1.4rem; line-height: 4rem; color: #ffffff;}
.prd_area .pd_list .list li .box .btn_wrap .down_btn.icon {background-color: #fff;}
.prd_area .pd_list .list li .box .btn_wrap .down_btn.icon .text {padding: 0 25px 0 0; background: url("/eng/images/sub/down_icon_black.png") no-repeat right center / 14px 14px; color: #000;}
.prd_area .pd_list .list li .box .btn_wrap .down_btn:hover, .prd_area .pd_list .list li .box .btn_wrap .down_btn:focus {box-shadow: 0px 0px 50.7px 14.3px rgba(200, 232, 220, 0.64);}


.total_area {display: flex; justify-content: space-between; align-items: end;}
.total_area .total {font-weight: 400; font-size: 1.8rem; line-height: 1.4rem; color: #222222;}
.total_area .total .num {font-weight: 700; margin: 0 0 0 10px;}
.total_area .sch_box {width: 100%; max-width: 400px;}
.total_area .sch_box .inner {position: relative;}
.total_area .sch_box .inner input {width: 100%; padding: 0 20px; border: 1px solid #222222; border-radius: 10px;  font-weight: 400; font-size: 1.8rem; line-height: 6.8rem; color: #222;}
.total_area .sch_box .inner input::placeholder { font-weight: 400; font-size: 1.8rem; line-height: 7rem; color: #cccccc;}
.total_area .sch_box .inner .sch_btn {display: block; position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
.total_area .sch_box .inner .sch_btn img {}
.board_list {margin: 3rem 0 0; padding: 5rem 0 0; border-top: 2px solid #222222;}
.board_list .list {display: flex; flex-wrap: wrap; gap: 50px 27px;}
.board_list .list li {width: calc(25% - 20.25px);}
.board_list .list li .box {display: block; border: 1px solid #eeeeee; border-radius: 10px; overflow: hidden;}
.board_list .list li .box .inner {}
.board_list .list li .box .inner .img_box {position: relative; padding-bottom: 79.42%; overflow: hidden;}
.board_list .list li .box .inner .img_box img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; object-fit: cover;}
.board_list .list li .box .text_box {padding: 1rem 2rem;}
.board_list .list li .box .sort {font-weight: 400; font-size: 1.4rem; line-height: 3rem;}
.board_list .list li .box .sort.color01 {color: #c29b58;}
.board_list .list li .box .sort.color02 {color: #4b93d1;}
.board_list .list li .box .num {font-family: "ONE_Mobile"; font-weight: 700; font-size: 1.8rem; line-height: 3rem; color: #222222; text-align: center;}
.board_list .list li .box .text {margin: 0.5rem 0 0; font-family: "ONE_Mobile"; font-weight: 700; font-size: 1.8rem; line-height: 3rem; color: #222222; word-break: keep-all; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.board_list .list li .box .date {margin: 2.5rem 0 0; font-family: "ONE_Mobile"; font-weight: 400; font-size: 1.4rem; line-height: 3rem; color: #999999;}
.board_list .list li .box:hover .text {font-weight: 700; text-decoration: underline;}

.board_top {}
.board_top .title {font-weight: 700; font-size: 3rem; line-height: 4rem; color: #222222; text-align: center;}
.board_top .date {margin: 20px 0 0; font-weight: 700; font-size: 1.8rem; line-height: 2.4rem; color: #777777; text-align: center;}
.board_cont {margin: 5rem 0 0; padding: 3rem 0; border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc;}
.board_cont .text {}

.post_nav {margin: 50px 0 0; border-top: 1px solid #999999; border-bottom: 1px solid #999999;}
.post_nav .list {}
.post_nav .list li {border-bottom: 1px solid #e7e7e7;}
.post_nav .list li:last-child {border-bottom: none;}
.post_nav .list li .item_wrapper {display: table; table-layout: fixed; width: 100%; position: relative;}
.post_nav .list li .item_wrapper .tit {display: table-cell; width: 150px; text-align: center; vertical-align: middle; background-color: #f9f9f9;}
.post_nav .list li .item_wrapper .tit .icon {display: inline-block; padding: 0 45px 0 0; position: relative; font-weight: 400; font-size: 1.6rem; line-height: 5rem; color: #000000; text-align: center;}
.post_nav .list li .item_wrapper .tit .icon:before {display: block;content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 5px; background-position: right center; background-repeat: no-repeat;}
.post_nav .list li .item_wrapper.prev .tit .icon:before {background-image: url("/eng/images/sub/post_prev.png");}
.post_nav .list li .item_wrapper.next .tit .icon:before {background-image: url("/eng/images/sub/post_next.png");}
.post_nav .list li .item_wrapper .post {display: table-cell; width: 100%; padding: 0 2.2rem; vertical-align: middle; font-weight: 400; font-size: 1.6rem; line-height: 2.4rem; color: #222222;}
.post_nav .list li .item_wrapper .post a {display: block; text-align: left; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap: break-word; color: #222;}
.post_nav .list li .item_wrapper .date {position: absolute; right: 20px; top: 50%; transform: translateY(-50%);font-weight: 400; font-size: 1.6rem; line-height: 2.7rem; color: #222;}

.tab_list {border-bottom: 1px solid #cccccc; margin: 0 0 70px; padding: 0 0 15px;}
.tab_list .list {display: flex; column-gap: 20px; padding: 0 30px; flex-wrap: wrap; row-gap: 5px;}
.tab_list .list li {}
.tab_list .list li .tab {display: block; padding: 0 2.5rem; font-weight: 400; font-size: 1.8rem; line-height: 4rem; color: #ffffff; text-align: center;}
.tab_list .list li.on .tab {background-color: #777777; border-radius: 20px; color: #ffffff;}
body.white .tab_list .tab {color: #777;}

.down_area {}
.down_area .list {font-size: 0;}
.down_area .list li {display: inline-block; width: calc(33.3333% - 6.6666px); margin: 45px 10px 0 0;}
.down_area .list li:nth-child(-n+3) {margin: 0 10px 0 0;}
.down_area .list li:nth-child(3n) {margin: 45px 0 0;}
.down_area .list li:nth-child(3) {margin: 0;}
.down_area .list li .box_wrap {}
.down_area .list li .box_wrap .box {position: relative; overflow: hidden;}
.down_area .list li .box_wrap .box .img_box {position: relative; padding-bottom: 144.859%;}
.down_area .list li .box_wrap .box .img_box .img_inner {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%;}
.down_area .list li .box_wrap .box .img_box .img_inner img {display: inline-block; vertical-align: middle; width: 100%; height: 100%; object-fit: contain;}
.down_area .list li .box_wrap .box .hover_box {position: absolute; left: 0; top: 0; bottom: 0; right: 0; background-color: rgba(0, 0, 0, 0.3); opacity: 0; transition: all 0.3s;}
.down_area .list li .box_wrap .box:hover .hover_box, .down_area .list li .box_wrap .box:focus .hover_box {opacity: 1;}
.down_area .list li .box_wrap .box .hover_box .down_btn {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 280px; background-color: #222222; border-radius: 37px; border: 1px solid #fff; text-align: center;}
.down_area .list li .box_wrap .box .hover_box .down_btn .text {display: inline-block; padding: 0 4rem 0 0; background: url("/eng/images/sub/down_icon.png") no-repeat right center; font-weight: 400; font-size: 1.8rem; line-height: 7.3rem; color: #ffffff;}
.down_area .list li .box_wrap .title {margin: 15px 0 0;  font-weight: 400; font-size: 2rem; line-height: 3rem; color: #222222; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

.faq_com_cont_area {margin: 30px 0 0; border-top: 2px solid #5f6577;} 
.faq_com_cont_area > .list {} 
.faq_com_cont_area > .list > li {border-bottom: 1px solid #ececec;}
.faq_com_cont_area > .list > li .box {} 
.faq_com_cont_area > .list > li .box .q_cont {} 
.faq_com_cont_area > .list > li.on .box .q_cont {border-bottom: 1px solid #ececec;} 
.faq_com_cont_area > .list > li .box .q_cont .q_tit {display: block; width: 100%; position: relative; padding: 45px 30px 45px 50px; text-align: left;} 
.faq_com_cont_area > .list > li .box .q_cont .q_tit:after {content: ''; position: absolute; top: 50%; right: 0; width: 24px; height: 11px; background-image: url('/eng/images/sub/faq_arr_icon.png'); background-size: cover; background-repeat: no-repeat; transform: translateY(-50%); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;} 
.faq_com_cont_area > .list > li.on .box .q_cont .q_tit:after {transform: translateY(-50%) rotate(180deg) ;} 
.faq_com_cont_area > .list > li .box .q_cont .q_tit .txt_box {display: inline-block; position: relative; padding: 0 0 0 70px; font-weight: 400; font-size: 1.8rem; line-height: 3rem; color: #191919;}
.faq_com_cont_area > .list > li .box .a_cont {display: none;} 
.faq_com_cont_area > .list > li .box .q_cont .q_tit .txt_box .q_txt {position: absolute; top: 0; left: 0;}
.faq_com_cont_area > .list > li .box .a_cont .text_box {position: relative; padding: 45px 30px 105px 120px; font-weight: 400; font-size: 1.8rem; line-height: 3rem; color: #444444;} 


.gallery_area {}
.gallery_area .list {font-size: 0; }
.gallery_area .list li {display: inline-block; width: calc(33.3333% - 6.6666px); margin: 20px 10px 0 0;}
.gallery_area .list li:nth-child(-n+3) {margin: 0 10px 0 0;}
.gallery_area .list li:nth-child(3n) {margin: 20px 0 0;}
.gallery_area .list li:nth-child(3) {margin: 0;}
.gallery_area .list li .box {position: relative;}
.gallery_area .list li .box .img_box {position: relative; padding-bottom: 119.623%;}
.gallery_area .list li .box .img_box .img_inner {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%;}
.gallery_area .list li .box .img_box .img_inner img {display: inline-block; vertical-align: middle; width: 100%; height: 100%; object-fit: contain;}
.gallery_area .list li .box .hover_box {display: none; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.7);}
.gallery_area .list li .box .hover_box .text_box {padding: 50px 100px 50px 50px;}
.gallery_area .list li .box .hover_box .text_box .title {font-weight: 700; font-size: 3rem; line-height: 3rem; color: #ffffff; word-break: keep-all; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.gallery_area .list li .box .hover_box .text_box .text {margin: 1.5rem 0 0; font-weight: 400; font-size: 1.8rem; line-height: 3rem; color: #ffffff; word-break: keep-all; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.gallery_area .list li .box .hover_box .arrow_btn {position: absolute; right: 50px; top: 50px;}
.gallery_area .list li .box .hover_box .arrow_btn img {}
.gallery_area .list li .box:hover > .hover_box {display: block;}


.award_area {}
.award_area .list {font-size: 0;}
.award_area .list li {display: inline-block; width: calc(20% - 20px); margin: 30px 25px 0 0; vertical-align: top;}
.award_area .list li:nth-child(-n+5) {margin: 0 25px 0 0;}
.award_area .list li:nth-child(5n) {margin: 30px 0 0;}
.award_area .list li:nth-child(5) {margin: 0}
.award_area .list li .img_box {display: block; border: 1px solid #cccccc; position: relative; padding-bottom: 140%;}
.award_area .list li .img_box .img_inner {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%;}
.award_area .list li .img_box .img_inner img {display: inline-block; vertical-align: middle; width: 100%; height: 100%;/*  object-fit: contain; */}
.award_area .list li .text {margin: 1.5rem 0 0; font-weight: 400; font-size: 1.6rem; line-height: 2.4rem; color: #fff; text-align: center;}

.business_area {}
.business_area .list {}
.business_area .list li {}
.business_area .list li .box {display: flex; height: 940px;}
.business_area .list li .box .img_box {flex-basis: 50%; background-repeat: no-repeat; background-position: center; background-size: cover;}
.business_area .list li.bg01 .box .img_box {background-image: url("/eng/images/sub/business_img01.png");}
.business_area .list li.bg02 .box .img_box {order: 2; background-image: url("/eng/images/sub/business_img02.png");}
.business_area .list li.bg03 .box .img_box {background-image: url("/eng/images/sub/business_img03.png");}
.business_area .list li .box .text_box {display: flex; flex-direction: column; justify-content: end; flex-basis: 50%; padding: 0 0 5rem; text-align: center; background-repeat: no-repeat;}
.business_area .list li.bg01 .box .text_box {background-image: url("/eng/images/sub/business_bg01.png"); background-position: top right;}
.business_area .list li.bg02 .box .text_box {background-image: url("/eng/images/sub/business_bg02.png"); background-position: top left;}
.business_area .list li.bg03 .box .text_box {background-image: url("/eng/images/sub/business_bg03.png"); background-position: top right;}
.business_area .list li .box .text_box .center_box {}
.business_area .list li .box .text_box .center_box .sub_tit {font-weight: 400; font-size: 2.4rem; line-height: 3rem; color: #ffffff;}
.business_area .list li .box .text_box .center_box .title {margin: 2rem 0 0; font-weight: 400; font-size: 8rem; line-height: 7.5rem; color: #ffffff;}
.business_area .list li .box .text_box .center_box .text {margin: 2.5rem 0 0; font-weight: 400; font-size: 2rem; line-height: 3.2rem; color: #ffffff;}
.business_area .list li .box .text_box .info_text {margin: 22rem 0 0;}
.business_area .list li .box .text_box .info_text .title {font-weight: 700; font-size: 1.8rem; line-height: 2.4rem; color: #ffffff;}
.business_area .list li .box .text_box .info_text .sub_title {margin: 1rem 0 0; font-weight: 400; font-size: 1.6rem; line-height: 2rem; color: #cccccc;}
.business_area .list li .box .text_box .info_text .text {margin: 1.5rem 0 0; font-weight: 400; font-size: 1.4rem; line-height: 2.4rem; color: #cccccc;}

.about_area {}
.about_area .make_area {margin: 0 0 14rem;}
.about_area .make_area .list {}
.about_area .make_area .list li {padding: 110px 0 0;}
/* .about_area .make_area .list li:first-child {margin: 0;} */
.about_area .make_area .list li .box {display: flex; column-gap: 30px;}
.about_area .make_area .list li .box .left_box {width: 50%;}
.about_area .make_area .list li .box .left_box .img_box {}
.about_area .make_area .list li .box .left_box .img_box img {}
.about_area .make_area .list li .box .right_box {display: flex; flex-direction: column; justify-content: space-between;	width: 50%; padding: 4rem 0;}
.about_area .make_area .list li .box .right_box .title_box {}
.about_area .make_area .list li .box .right_box .title_box .title {font-weight: 700; font-size: 6rem; line-height: 7rem; color: #ffffff;}
.about_area .make_area .list li .box .right_box .title_box .title br.mob {}
.about_area .make_area .list li .box .right_box .title_box .sub_title {margin: 1rem 0 0; font-weight: 300; font-size: 2rem; line-height: 3rem; color: #999999; letter-spacing: -0.02em;}
.about_area .make_area .list li .box .right_box .text_box {}
.about_area .make_area .list li .box .right_box .text_box .yellow {font-family: "KCC"; font-weight: 400; font-size: 4rem; line-height: 5rem; color: #fcff00;}
.about_area .make_area .list li .box .right_box .text_box .text {margin: 2rem 0 0; font-weight: 300; font-size: 1.6rem; line-height: 3rem; color: #ffffff;}
.about_area .make_area .list li .box .right_box .text_box .text br.mob {}

.about_area .about_top {padding: 0 0 110px;}
.about_area .about_top .info_list {position: relative; width: 100%; max-width: 1200px; margin: 0 auto; padding: 26px 0 0;}
.about_area .about_top .info_list .title_area {position: absolute; left: 50%; top: 0; transform: translateX(-50%); padding: 0 55px; background-color: #151515;}
.about_area .about_top .info_list .title_area .title {font-weight: 700; font-size: 3.6rem; line-height: 3rem; color: #ffffff;}
.about_area .about_top .info_list .list {display: flex; column-gap: 30px; justify-content: space-between; padding: 35px 43px; border: 1px solid #ffffff; border-radius: 220px;}
.about_area .about_top .info_list .list li {}
.about_area .about_top .info_list .list li .box {display: flex; flex-direction: column; align-items: center; justify-content: center; width: 350px; height: 350px; border-radius: 50%; background-color: #fff;}
.about_area .about_top .info_list .list li .box .ko {font-weight: 700; font-size: 1.8rem; line-height: 3rem; color: #222222;}
.about_area .about_top .info_list .list li .box .en {font-weight: 700; font-size: 3rem; line-height: 3rem; color: #222222;}
.about_area .about_top .info_list .list li .box .txt {margin: 4rem 0 0; font-weight: 700; font-size: 1.8rem; line-height: 3rem; color: #666666; text-align: center;}
.about_area .about_top .text {margin: 5rem 0 0; font-weight: 400; font-size: 2.4rem; line-height: 3.4rem; color: #ffffff; text-align: center;}
.about_area .about_top .text .ft_s {font-size: 3rem;}
.about_area .about_mid {padding: 143px 0; background: url("/eng/images/sub/about_mid_bg.png") no-repeat right top / cover; text-align: center;}
.about_area .about_mid .title_area {}
.about_area .about_mid .title_area .title {font-weight: 400; font-size: 2.4rem; line-height: 3.8rem; color: #ffffff;}
.about_area .about_mid .info_box {margin: 7.5rem 0 0;}
.about_area .about_mid .info_box .list {display: flex; justify-content: center; column-gap: 120px;}
.about_area .about_mid .info_box .list li {}
.about_area .about_mid .info_box .list li .box {}
.about_area .about_mid .info_box .list li .box .title {font-weight: 700; font-size: 6rem; line-height: 1; color: #ffffff;}
.about_area .about_mid .info_box .list li .box .text {margin: 3.5rem 0 0; font-weight: 400; font-size: 2rem; line-height: 3.4rem; color: #ffffff;}
.about_area .about_btm {padding: 16rem 0 0;}
.about_area .about_btm .history_box {}
.about_area .about_btm .history_box .title_area {}
.about_area .about_btm .history_box .title_area .title {font-weight: 700; font-size: 8rem; line-height: 8rem; color: #fff; text-align: center;}
.about_area .about_btm .history_box .history_list {margin: 13rem 0 0;}
.about_area .about_btm .history_box .history_list > li {}
.about_area .about_btm .history_box .history_list > li {display: flex; position: relative; justify-content: center; padding: 120px 0 0;}
.about_area .about_btm .history_box .history_list > li:first-child {padding: 0;}
.about_area .about_btm .history_box .history_list > li:before {display: block; content: ""; position: absolute; left: calc(50% + 11px); top: 40px; width: 1px; height: 100%; background-color: #666;}
.about_area .about_btm .history_box .history_list > li:last-child:before {height: 80%;}
.about_area .about_btm .history_box .history_list > li .history_info_box {display: flex; width: 100%;}
.about_area .about_btm .history_box .history_list > li .history_info_box .year {flex-basis: 50%;position: relative; padding: 0 15.5rem 0 0; font-weight: 700; font-size: 10rem; line-height: 10rem; color: #fff; text-align: right;}
.about_area .about_btm .history_box .history_list > li .history_info_box .list {flex-basis: 50%; margin: 40px 0 0;}
.about_area .about_btm .history_box .history_list > li .history_info_box .list li {position: relative; padding: 50px 0 0;}
.about_area .about_btm .history_box .history_list > li .history_info_box .list li:first-child {padding: 0;}
.about_area .about_btm .history_box .history_list > li .history_info_box .list li:first-child {margin: 0;}
.about_area .about_btm .history_box .history_list > li .history_info_box .list li .box {display: flex; position: relative; padding: 0 0 0 50px;}
.about_area .about_btm .history_box .history_list > li .history_info_box .list li .box:before {display: block; content: ""; position: absolute; left: 0; top: 0; width: 21px; height: 21px; border-radius: 50%; border: 1px solid #666666; background-color: #151515;}
.about_area .about_btm .history_box .history_list > li .history_info_box .list li.active .box:after {display: block; content: ""; position: absolute; left: 5px; top: 5px; width: 13px; height: 13px; border-radius: 50%; background-color: #fff;}
.about_area .about_btm .history_box .history_list > li .history_info_box .list li .box .month {width: 75px; font-weight: 400; font-size: 2rem; line-height: 3rem; color: #ffffff;}
.about_area .about_btm .history_box .history_list > li .history_info_box .list li .box .text {width: calc(100% - 75px); font-family: 'ONE_Mobile', 'sans-serif'; font-weight: 400; font-size: 2rem; line-height: 3rem; color: #ffffff;}


.product_area {}
.product_area .product_top {display: flex;}
.product_area .product_top .product_left {width: 44.375%; padding: 0 0 0 70px;}
.product_area .product_top .product_left .img_slide {position: relative; overflow: hidden;}
.product_area .product_top .product_left .img_slide .list {}
.product_area .product_top .product_left .img_slide .list li {}
.product_area .product_top .product_left .img_slide .list li .img_box {position: relative; padding-bottom: 100%; background-color: #f1f1f1;}
.product_area .product_top .product_left .img_slide .list li .img_box .img_inner {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%;}
.product_area .product_top .product_left .img_slide .list li .img_box .img_inner img {display: inline-block; vertical-align: middle; width: 100%; height: 100%; object-fit: contain;}
.product_area .product_top .product_left .img_slide .product_dot {position: absolute; left: 50%; transform: translateX(-50%); bottom: 20px; z-index: 8; text-align: center;}
.product_area .product_top .product_left .img_slide .product_dot span {width: 10px; height: 10px; border-radius: 50%; margin: 0 10px 0 0; background-color: #cccccc; opacity: 1 !important;}
.product_area .product_top .product_left .img_slide .product_dot span:last-child {margin: 0;}
.product_area .product_top .product_left .img_slide .product_dot span.swiper-pagination-bullet-active {background-color: #666666;}
.product_area .product_top .product_left .img_slide .product_btn {position: absolute; top: 50%; transform: translateY(-50%); width: 100%; z-index: 9;}
.product_area .product_top .product_left .img_slide .product_btn .btn {position: absolute; top: 0; width: 29px; height: 29px; background-repeat: no-repeat; background-position: 0 0;}
.product_area .product_top .product_left .img_slide .product_btn .btn.next {right: 20px; background-image: url("/kor/images/sub/gallery_next_btn.png");}
.product_area .product_top .product_left .img_slide .product_btn .btn.prev {left: 20px; background-image: url("/kor/images/sub/gallery_prev_btn.png");}
.product_area .product_top .product_right {width: 55.625%; padding: 37px 0 0 90px;}
.product_area .product_top .product_right .title_box {}
.product_area .product_top .product_right .title_box .title {font-weight: 700; font-size: 5rem; line-height: 6rem; color: #000000;}
.product_area .product_top .product_right .title_box .text {margin: 17px 0 0; font-weight: 400; font-size: 1.6rem; line-height: 2.4rem; color: #222222;}
.product_area .product_top .product_right .info_box {margin: 3.5rem 0 0; padding: 3.5rem 0 0; border-top: 1px solid #222222;}
.product_area .product_top .product_right .info_box .list {}
.product_area .product_top .product_right .info_box .list li {margin: 2.5rem 0 0;}
.product_area .product_top .product_right .info_box .list li:first-child {margin: 0;}
.product_area .product_top .product_right .info_box .list li .box {display: flex;}
.product_area .product_top .product_right .info_box .list li .box .title {flex-basis: 150px; font-weight: 400; font-size: 1.6rem; line-height: 2.4rem; color: #222222;}
.product_area .product_top .product_right .info_box .list li .box .text {flex-basis: calc(100% - 150px); 	font-weight: 400; font-size: 1.4rem; line-height: 2.2rem; color: #666666;}
.product_area .product_top .product_right .info_box .list li .box .text.color_box {display: flex; gap: 3px 10px; flex-wrap: wrap;}
.product_area .product_top .product_right .info_box .list li .box .text.color_box .color {display: inline-block; width: 30px; height: 30px; border-radius: 50%;}
.product_area .product_top .product_right .down_btn_area {display: flex; column-gap: 30px; width: 100%; max-width: 730px; margin: 12rem 0 0;}
.product_area .product_top .product_right .down_btn_area .down_btn {display: block; width: 100%; border-radius: 25px; background-color: #202020; text-align: center; transition: all 0.5s;}
.product_area .product_top .product_right .down_btn_area .down_btn .text {display: inline-block; font-weight: 400; font-size: 1.4rem; line-height: 48px; color: #ffffff;}
.product_area .product_top .product_right .down_btn_area .down_btn.icon {background-color: #fff; border: 1px solid #e2e2e2;}
.product_area .product_top .product_right .down_btn_area .down_btn.icon .text {padding: 0 24px 0 0; background: url("/eng/images/sub/down_icon_black.png") no-repeat right center; color: #000000;}
/* .product_area .product_top .product_right .down_btn_area .down_btn:hover, .product_area .product_top .product_right .down_btn_area .down_btn:focus {box-shadow: 0px 0px 50.7px 14.3px rgba(200, 232, 220, 0.64);} */

.product_area .product_mid {margin: 9.5rem 0 0;}
.product_area .product_mid .title_box {padding: 0 0 2.5rem; border-bottom: 1px solid #e2e2e2;}
.product_area .product_mid .title_box .title {font-weight: 700; font-size: 2rem; line-height: 3rem; color: #222222; text-align: center;}
.product_area .product_mid .detail_box {padding: 13rem 0 8rem;}
.product_area .product_mid .detail_box img {display: block; margin: 0 auto;}
.product_area .product_btm .product_relation + .product_relation {margin: 5rem 0 0;} 
.product_area .product_btm .product_relation .title_area {display: flex; justify-content: space-between; align-items: center;}
.product_area .product_btm .product_relation .title_area .title {font-weight: 700; font-size: 2rem; line-height: 3rem; color: #222222;}
.product_area .product_btm .product_relation .title_area .pd_slide_btn {display: flex; column-gap: 10px;}
.product_area .product_btm .product_relation .title_area .pd_slide_btn .btn {width: 29px; height: 29px; background-repeat: no-repeat; background-position: 0 0;}
.product_area .product_btm .product_relation .title_area .pd_slide_btn .btn.prev {background-image: url("/kor/images/sub/gallery_prev_btn.png");}
.product_area .product_btm .product_relation .title_area .pd_slide_btn .btn.next {background-image: url("/kor/images/sub/gallery_next_btn.png");}
.product_area .product_btm .product_relation .pd_list {margin: 2.5rem 0 0; padding: 1.5rem 0 0; border-top: 1px solid #e2e2e2; overflow: hidden;}
.product_area .product_btm .product_relation .pd_list .list {}
.product_area .product_btm .product_relation .pd_list .list li {}
.product_area .product_btm .product_relation .pd_list .list li .box_wrap {}
.product_area .product_btm .product_relation .pd_list .list li .box_wrap .box {position: relative;}
.product_area .product_btm .product_relation .pd_list .list li .box_wrap .box .img_box {position: relative; padding-bottom: 100%; background-color: #f1f1f1;}
.product_area .product_btm .product_relation .pd_list .list li .box_wrap .box .img_box .img_inner {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%;}
.product_area .product_btm .product_relation .pd_list .list li .box_wrap .box .img_box .img_inner img {display: inline-block; vertical-align: middle; width: 100%; height: 100%; object-fit: contain;}
.product_area .product_btm .product_relation .pd_list .list li .box_wrap .box .hover_box {display: none; position: absolute; left: 0; bottom: 0; right: 0; top: 0; background-color: rgba(0, 0, 0, 0.3);}
.product_area .product_btm .product_relation .pd_list .list li .box_wrap .box .hover_box img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); transition: all 0.5s;}
.product_area .product_btm .product_relation .pd_list .list li .box_wrap .title {margin: 0.5rem 0 0; font-weight: 400; font-size: 1.8rem; line-height: 2.4rem; color: #222222; text-align: center; word-break: keep-all; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.product_area .product_btm .product_relation .pd_list .list li .box_wrap .box:hover .hover_box {display: block;}
.product_area .product_btm .product_relation .pd_list .list li .box_wrap .box .hover_box:hover img {transform: translate(-50%, -50%) rotate(180deg);}

.rnd_area {}
.rnd_area .rnd_top {}
.rnd_area .rnd_top .title_box {}
.rnd_area .rnd_top .title_box .title {font-weight: 700; font-size: 4rem; line-height: 6rem; color: #ffffff; text-align: center;}
.rnd_area .rnd_top .rnd_list {margin: 9rem 0 0;}
.rnd_area .rnd_top .rnd_list >.list {}
.rnd_area .rnd_top .rnd_list >.list > li {margin: 10rem 0 0;}
.rnd_area .rnd_top .rnd_list >.list > li:first-child {margin: 0;}
.rnd_area .rnd_top .rnd_list >.list > li .box {display: flex; justify-content: center; align-items: center;}
.rnd_area .rnd_top .rnd_list >.list > li .box .img_box {}
.rnd_area .rnd_top .rnd_list >.list > li .box .img_box img {}
.rnd_area .rnd_top .rnd_list >.list > li .box .text_list {width: 100%; max-width: 580px; padding: 0 0 0 60px;}
.rnd_area .rnd_top .rnd_list >.list > li .box .text_list > .list {}
.rnd_area .rnd_top .rnd_list >.list > li .box .text_list > .list > li {margin: 5.5rem 0 0;}
.rnd_area .rnd_top .rnd_list >.list > li .box .text_list > .list > li:first-child {margin: 0;}
.rnd_area .rnd_top .rnd_list >.list > li .box .text_list > .list > li .text_box {}
.rnd_area .rnd_top .rnd_list >.list > li .box .text_list > .list > li .text_box .title { font-weight: 700; font-size: 3.6rem; line-height: 4rem; color: #ffffff;}
.rnd_area .rnd_top .rnd_list >.list > li .box .text_list > .list > li .text_box .sub_title {margin: 1rem 0 0;  font-weight: 400; font-size: 1.4rem; line-height: 2.1rem; color: #777777;}
.rnd_area .rnd_top .rnd_list >.list > li .box .text_list > .list > li .text_box .text {margin: 2rem 0 0;  font-weight: 400; font-size: 1.6rem; line-height: 2.6rem; color: #ffffff;}
.rnd_area .rnd_mid {padding: 15rem 0 0;}
.rnd_area .rnd_mid .title_box {}
.rnd_area .rnd_mid .title_box .title {font-weight: 700; font-size: 4rem; line-height: 5rem; color: #ffffff; text-align: center;}
.rnd_area .rnd_mid .adv_area {margin: 5rem 0 0; overflow: hidden;}
.rnd_area .rnd_mid .adv_area .list {white-space: nowrap; -webkit-overflow-scrolling: touch;}
.rnd_area .rnd_mid .adv_area .list li { display: inline-block; width: calc(25% - 56px); margin: 0 70px 0 0; vertical-align: top;}
.rnd_area .rnd_mid .adv_area .list li .box {text-align: center;}
.rnd_area .rnd_mid .adv_area .list li .box .img_box {display: flex; justify-content: center; align-items: center; height: 320px;}
.rnd_area .rnd_mid .adv_area .list li .box .img_box img {}
.rnd_area .rnd_mid .adv_area .list li .box .text_box {display: inline-block; margin: 3.5rem auto 0; padding: 8px 12px; border: 1px solid #fff; border-radius: 25px; text-align: center;}
.rnd_area .rnd_mid .adv_area .list li .box .text_box .text { font-weight: 700; font-size: 14px; line-height: 2.0rem; color: #ffffff;}
.rnd_area .rnd_mid .adv_area .list li .box .hover_box {opacity:0; min-height: 120px; margin: 1.5rem 0 0; padding: 13px; border-radius: 10px; border: 1px solid #ffffff; background-color: #000000; transition: all 0.5s;}
.rnd_area .rnd_mid .adv_area .list li .box .hover_box .text {font-weight: 400; font-size: 1.4rem; line-height: 2.2rem; color: #ffffff; white-space: initial;}
.rnd_area .rnd_mid .adv_area .list li .box:hover .hover_box {opacity: 1;}
.rnd_area .rnd_mid .adv_area .swiper-scrollbar {height: 4px; margin: 10rem 0 0; background-color: #666666; opacity: 1 !important;}
.rnd_area .rnd_mid .adv_area .swiper-scrollbar-drag {background: #fff;}
.rnd_area .rnd_btm {margin: 23rem 0 0;}
.rnd_area .rnd_btm .title_box {text-align: center;}
.rnd_area .rnd_btm .title_box .title {font-weight: 700; font-size: 6rem; line-height: 6rem; color: #ffffff;}
.rnd_area .rnd_btm .title_box .text {margin: 3rem 0 0; font-weight: 400; font-size: 1.6rem; line-height: 2.6rem; color: #cccccc;}
.rnd_area .rnd_btm .img_box {margin: 8.5rem 0 0; text-align: center;}
.rnd_area .rnd_btm .img_box img {}
.rnd_area .rnd_btm .site_info {margin: 5rem 0 0;}
.rnd_area .rnd_btm .site_info > .list {display: flex; justify-content: center; column-gap: 60px;}
.rnd_area .rnd_btm .site_info > .list > li {}
.rnd_area .rnd_btm .site_info > .list > li .box {}
.rnd_area .rnd_btm .site_info > .list > li .box .title {display: inline-block; padding: 0 10px; background-color: #fff; border-radius: 20px; text-align: center;}
.rnd_area .rnd_btm .site_info > .list > li .box .title .tit {display: inline-block; padding: 10px 0; font-weight: 700; font-size: 1.8rem; color: #222222;}
/* .rnd_area .rnd_btm .site_info > .list > li .box .title .tit {display: inline-block; padding: 10px 0 7px 30px; background-position: left center; background-repeat: no-repeat; font-weight: 700; font-size: 1.8rem; color: #222222;}
.rnd_area .rnd_btm .site_info > .list > li.icon01 .box .title .tit {background-image: url("/eng/images/sub/rnd_btm_icon01.png");}
.rnd_area .rnd_btm .site_info > .list > li.icon02 .box .title .tit {background-image: url("/eng/images/sub/rnd_btm_icon02.png");} */
.rnd_area .rnd_btm .site_info > .list > li .box .text_list {display: flex; justify-content: center; margin: 1rem 0 0;}
.rnd_area .rnd_btm .site_info > .list > li .box .text_list > .list {}
.rnd_area .rnd_btm .site_info > .list > li .box .text_list > .list > li {font-weight: 400; font-size: 1.4rem; line-height: 2.4rem; color: #ffffff;}
.rnd_area .rnd_btm .site_info > .list > li .box .text_list > .list > li .etc {}
.rnd_area .rnd_btm .info_box {width: 100%; max-width: 1480px; margin: 7.5rem auto 0;}
.rnd_area .rnd_btm .info_box .list {display: flex; column-gap: 40px; }
.rnd_area .rnd_btm .info_box .list li {flex-basis: 25%; }
.rnd_area .rnd_btm .info_box .list li .box {display: flex; align-items: center; flex-direction: column; height: 100%; min-height: 230px; padding: 30px 20px 20px; border-radius: 10px; background-color: #000000;}
.rnd_area .rnd_btm .info_box .list li .box .title {font-weight: 700; font-size: 2.4rem; line-height: 3rem; color: #ffffff; text-align: center;}
.rnd_area .rnd_btm .info_box .list li .box .text {margin: 1.5rem 0 0; font-weight: 400; font-size: 1.6rem; line-height: 2.4rem; color: #ffffff; text-align: center;}


.light_area {}
.light_area .light_top {text-align: center;}
.light_area .light_top .img_box {}
.light_area .light_top .img_box img {}
.light_area .light_top .text_box {margin: 5.5rem 0 0;}
.light_area .light_top .text_box .title {font-family: "ONE_Mobile"; font-weight: 700; font-size: 4.5rem; line-height: 5rem; color: #ffffff;}
.light_area .light_top .text_box .text {margin: 10px 0 0; font-weight: 400; font-size: 2.2rem; line-height: 3.5rem; color: #ffffff;}
.light_area .light_btm {}
.light_area .light_btm > .list {}
.light_area .light_btm > .list > li {padding: 110px 0 0;}
.light_area .light_btm > .list > li:first-child {margin: 0;}
.light_area .light_btm > .list > li > .box {}
.light_area .light_btm > .list > li > .box > .box_inner {display: flex; column-gap: 70px;}
.light_area .light_btm > .list > li > .box > .box_inner > .img_box {width: 47.294%}
.light_area .light_btm > .list > li > .box > .box_inner > .img_box .img_inner {position: relative; padding-bottom: 93.334%;}
.light_area .light_btm > .list > li > .box > .box_inner > .img_box .img_inner img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.light_area .light_btm > .list > li > .box > .box_inner > .img_box .img_inner iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.light_area .light_btm > .list > li > .box > .box_inner .info_box {display: flex; flex-direction: column; justify-content: space-between; width: 45.192%; padding: 40px 110px 0 0;}
.light_area .light_btm > .list > li > .box > .box_inner .info_box .text_box {}
.light_area .light_btm > .list > li > .box > .box_inner .info_box .text_box .title {font-family: "ONE_Mobile"; font-weight: 700; font-size: 3.5rem; line-height: 4rem; color: #ffffff;}
.light_area .light_btm > .list > li > .box > .box_inner .info_box .text_box .text_list {margin: 20px 0 0; padding: 25px 0 0; border-top: 1px solid #fff;}
.light_area .light_btm > .list > li > .box > .box_inner .info_box .text_box .text_list li {margin: 18px 0 0;}
.light_area .light_btm > .list > li > .box > .box_inner .info_box .text_box .text_list li:first-child {margin: 0;}
.light_area .light_btm > .list > li > .box > .box_inner .info_box .text_box .text_list li .txt_box {}
.light_area .light_btm > .list > li > .box > .box_inner .info_box .text_box .text_list li .txt_box .tit {font-weight: 700; font-size: 1.8rem; line-height: 2.6rem; color: #ffffff;}
.light_area .light_btm > .list > li > .box > .box_inner .info_box .text_box .text_list li .txt_box .txt {font-weight: 300; font-size: 1.4rem; line-height: 2.6rem; color: #cccccc;}
.light_area .light_btm > .list > li > .box > .box_inner .info_box .rela_prd_area {}
.light_area .light_btm > .list > li > .box > .box_inner .info_box .rela_prd_area .title_area {display: flex; justify-content: space-between; align-items: center; padding: 25px 0 0; border-top: 1px solid #fff;}
.light_area .light_btm > .list > li > .box > .box_inner .info_box .rela_prd_area .title_area .title {font-family: "ONE_Mobile"; font-weight: 700; font-size: 2.2rem; line-height: 3rem; color: #ffffff;}
.light_area .light_btm > .list > li > .box > .box_inner .info_box .rela_prd_area .title_area .rela_prd_btn {display: flex; column-gap: 10px;}
.light_area .light_btm > .list > li > .box > .box_inner .info_box .rela_prd_area .title_area .rela_prd_btn .btn {display: block; width: 29px; height: 29px; background-repeat: no-repeat; background-position: 0 0;}
.light_area .light_btm > .list > li > .box > .box_inner .info_box .rela_prd_area .title_area .rela_prd_btn .btn.prev {background-image: url("/kor/images/sub/gallery_prev_btn.png");}
.light_area .light_btm > .list > li > .box > .box_inner .info_box .rela_prd_area .title_area .rela_prd_btn .btn.next {background-image: url("/kor/images/sub/gallery_next_btn.png");}
.light_area .light_btm > .list > li > .box > .box_inner .info_box .rela_prd_area .rela_prd_slide {margin: 15px 0 0;}
.light_area .light_btm > .list > li > .box > .box_inner .info_box .rela_prd_area .rela_prd_slide .rela_prd_list {overflow: hidden;}
.light_area .light_btm > .list > li > .box > .box_inner .info_box .rela_prd_area .rela_prd_slide .rela_prd_list .list {}
.light_area .light_btm > .list > li > .box > .box_inner .info_box .rela_prd_area .rela_prd_slide .rela_prd_list .list li {}
.light_area .light_btm > .list > li > .box > .box_inner .info_box .rela_prd_area .rela_prd_slide .rela_prd_list .list li .box {display: block;}
.light_area .light_btm > .list > li > .box > .box_inner .info_box .rela_prd_area .rela_prd_slide .rela_prd_list .list li .box .box_inner {position: relative;}
.light_area .light_btm > .list > li > .box > .box_inner .info_box .rela_prd_area .rela_prd_slide .rela_prd_list .list li .box .box_inner .img_box {position: relative; padding-bottom: 100%}
.light_area .light_btm > .list > li > .box > .box_inner .info_box .rela_prd_area .rela_prd_slide .rela_prd_list .list li .box .box_inner .img_box img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.light_area .light_btm > .list > li > .box > .box_inner .info_box .rela_prd_area .rela_prd_slide .rela_prd_list .list li .box .box_inner .hover_box {display: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.8);}
.light_area .light_btm > .list > li > .box > .box_inner .info_box .rela_prd_area .rela_prd_slide .rela_prd_list .list li .box .box_inner .hover_box img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); transition: all 0.5s;}
.light_area .light_btm > .list > li > .box > .box_inner .info_box .rela_prd_area .rela_prd_slide .rela_prd_list .list li .box .text {margin: 5px 0 0; font-weight: 400; font-size: 1.6rem; line-height: 2.4rem; color: #fefefe; text-align: center;}
.light_area .light_btm > .list > li > .box > .box_inner .info_box .rela_prd_area .rela_prd_slide .rela_prd_list .list li .box:hover .hover_box {display: block;}
.light_area .light_btm > .list > li > .box > .box_inner .info_box .rela_prd_area .rela_prd_slide .rela_prd_list .list li .box .box_inner .hover_box:hover img{transform: translate(-50%, -50%) rotate(180deg);}

.prj_area {}
.prj_area .list {display: flex; flex-wrap: wrap; gap: 35px 11px;}
.prj_area .list li {width: calc(33.3333% - 7.3333px);}
.prj_area .list li .box_wrap {}
.prj_area .list li .box_wrap .box {position: relative;}
.prj_area .list li .box_wrap .box .img_box {position: relative; padding-bottom: 114.072%; overflow: hidden;}
.prj_area .list li .box_wrap .box .img_box img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; object-fit: cover;}
.prj_area .list li .box_wrap .box .hover_box {position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.7); opacity: 0; transition: all 0.5s;}
.prj_area .list li .box_wrap .text_box {margin: 1rem 0 0;}
.prj_area .list li .box_wrap .text_box .year {font-weight: 700; font-size: 1.6rem; line-height: 3rem; color: #999999;}
.prj_area .list li .box_wrap .text_box .title {margin: 0.5rem 0 0; font-weight: 700; font-size: 2.2rem; line-height: 3rem; color: #ffffff; word-break: keep-all; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.prj_area .list li .box_wrap .text_box .text {font-weight: 400; font-size: 1.6rem; line-height: 3rem; color: #ffffff; word-break: keep-all; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.prj_area .list li .box_wrap .box .arrow_btn {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 95px; border-radius: 50%; background-color: rgba(255, 255, 255, 0.1); border: 1px solid #fff; font-weight: 400; font-size: 1.8rem; line-height: 93px; color: #ffffff; text-align: center;}
.prj_area .list li .box_wrap .box .hover_box .arrow_btn img {}
.prj_area .list li .box_wrap .box:hover > .hover_box {opacity: 1;	}

.project_area {}
.project_area .title_area {margin: 0 0 40px; padding: 0 0 30px; border-bottom: 1px solid #000;}
.project_area .title_area .title {font-weight: 700; font-size: 3rem; line-height: 3.5rem; color: #000000;}
.project_area .project_info {display: flex; column-gap: 50px;}
.project_area .project_info .project_left {width: 43.75%;}
.project_area .project_info .project_left .project_big_slide {overflow: hidden;}
.project_area .project_info .project_left .project_big_slide .list {}
.project_area .project_info .project_left .project_big_slide .list li {}
.project_area .project_info .project_left .project_big_slide .list li .img_box {position: relative; padding-bottom: 85.715%;}
.project_area .project_info .project_left .project_big_slide .list li .img_box .img_inner {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%;}
.project_area .project_info .project_left .project_big_slide .list li .img_box .img_inner img {display: inline-block; vertical-align: middle; width: 100%; height: 100%; object-fit: cover;}
.project_area .project_info .project_left .project_small_slide_area {position: relative; margin: 10px 0 0; padding: 0 35px;}
.project_area .project_info .project_left .project_small_slide_area .project_small_slide {overflow: hidden;}
.project_area .project_info .project_left .project_small_slide_area .project_small_slide .list {}
.project_area .project_info .project_left .project_small_slide_area .project_small_slide .list li {}
.project_area .project_info .project_left .project_small_slide_area .project_small_slide .list li .img_box {position: relative; padding-bottom: 100%; cursor: pointer;}
.project_area .project_info .project_left .project_small_slide_area .project_small_slide .list li .img_box .img_inner {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%;}
.project_area .project_info .project_left .project_small_slide_area .project_small_slide .list li .img_box .img_inner img {display: inline-block; vertical-align: middle; width: 100%; height: 100%; object-fit: cover;}
.project_area .project_info .project_left .project_small_slide_area .project_btn {position: absolute; left: 0; width: 100%; top: 50%; transform: translateY(-50%); height: 21px; z-index: 0;}
.project_area .project_info .project_left .project_small_slide_area .project_btn .btn {display: block; position: absolute; top: 0; width: 21px; height: 21px; background-repeat: no-repeat; background-position: 0 0; background-size: cover;}
.project_area .project_info .project_left .project_small_slide_area .project_btn .btn.prev {left: 0; background-image: url("/kor/images/sub/gallery_prev_btn.png");}
.project_area .project_info .project_left .project_small_slide_area .project_btn .btn.next {right: 0; background-image: url("/kor/images/sub/gallery_next_btn.png");}
.project_area .project_info .project_right {width: 56.25%; display: flex; flex-direction: column; justify-content: space-between; padding: 5px 0 20px;}
.project_area .project_info .project_right .text_box {}
.project_area .project_info .project_right .text_box .title {font-weight: 700; font-size: 2rem; line-height: 1.5; color: #000000;}
.project_area .project_info .project_right .text_box .text {margin: 20px 0 0; font-weight: 400; font-size: 1.4rem; line-height: 2; color: #222222;}
.project_area .project_info .project_right .com_text {padding: 10px 0 0; border-top: 1px solid #eeeeee;}
.project_area .project_info .project_right .com_text .en {font-weight: 700; font-size: 6rem; line-height: 8.5rem; color: #222222;}
.project_area .project_info .project_right .com_text .ko {font-weight: 700; font-size: 4rem; line-height: 4.5rem; color: #222222;}


.product_img_box {position: relative; padding-bottom: 20.42%; overflow: hidden;}
.product_img_box img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; object-fit: cover;}

.platform_area {}
.platform_area .platform_title {text-align: center;}
.platform_area .platform_title .title {font-weight: 700; font-size: 7rem; line-height: 8rem; color: #ffffff;}
.platform_area .platform_title .text {margin: 4rem 0 0; font-weight: 400; font-size: 2.4rem; line-height: 4rem; color: #ffffff;}
.platform_area .platform_top {}
.platform_area .platform_top .platform_img_box {margin: 4.5rem 0 0;}
.platform_area .platform_top .platform_img_box img {}
.platform_area .platform_top .icon_list {margin: 200px 0 0;}
.platform_area .platform_top .icon_list .list {display: flex; text-align: center;}
.platform_area .platform_top .icon_list .list li {width: 25%;}
.platform_area .platform_top .icon_list .list li .box {}
.platform_area .platform_top .icon_list .list li .box .img_box {}
.platform_area .platform_top .icon_list .list li .box .img_box img {}
.platform_area .platform_top .icon_list .list li .box .text_box {margin: 3rem 0 0;}
.platform_area .platform_top .icon_list .list li .box .text_box .title {position: relative; margin: 0 0 25px; padding: 0 0 25px; font-weight: 700; font-size: 3rem; line-height: 4rem; color: #ffffff;}
.platform_area .platform_top .icon_list .list li .box .text_box .title:before {display: block; content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 50px; height: 2px; background-color: #ffffff;}
.platform_area .platform_top .icon_list .list li .box .text_box .text {font-weight: 400; font-size: 2rem; line-height: 3.5rem; color: #ffffff;}
.platform_area .platform_mid {margin: 20rem 0 0;}
.platform_area .platform_mid .platform_list {margin: 6rem 0 0;}
.platform_area .platform_mid .platform_list .list {}
.platform_area .platform_mid .platform_list .list li {margin: 3rem 0 0;}
.platform_area .platform_mid .platform_list .list li:first-child {margin: 0;}
.platform_area .platform_mid .platform_list .list li .box {position: relative; border-radius: 185px; overflow: hidden;}
.platform_area .platform_mid .platform_list .list li .box .img_box {}
.platform_area .platform_mid .platform_list .list li .box .img_box img {transition: all 0.5s;}
.platform_area .platform_mid .platform_list .list li .box:hover .img_box img {transform: scale(1.1);}
.platform_area .platform_mid .platform_list .list li .box .text_box {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center;}
.platform_area .platform_mid .platform_list .list li .box .text_box .title {font-weight: 700; font-size: 6rem; line-height: 7rem; color: #ffffff;}
.platform_area .platform_mid .platform_list .list li .box .text_box .text {margin: 3rem 0 0; font-weight: 400; font-size: 2rem; line-height: 3.2rem; color: #ffffff;}
.platform_area .platform_btm {margin: 18rem 0 0;}
.platform_area .platform_btm .title {font-weight: 700; font-size: 10rem; line-height: 11rem; color: #ffffff; text-align: center;}
.platform_area .platform_btm .contact_btn {display: block; width: 160px; margin: 40px auto 0; border-radius: 25px; background-color: #fff; font-weight: 400; font-size: 1.6rem; line-height: 5rem; color: #000000; text-align: center; transition: all 0.5s;}
.platform_area .platform_btm .contact_btn:hover, .platform_area .platform_btm .contact_btn:focus {box-shadow: 0px 0px 50.7px 14.3px rgba(200, 232, 220, 0.64);}
@media screen and (max-width: 1600px) {
	.product_area .product_top .product_left {padding: 0;}
	
	.light_area .light_btm > .list > li > .box > .box_inner {column-gap: 35px; justify-content: space-between;}
	.light_area .light_btm > .list > li > .box > .box_inner .info_box {padding: 0 50px 0 0;}

	.about_area .make_area .list li {padding: 80px 0 0;}
	.about_area .make_area .list li .box {column-gap: 15px;}
	.about_area .make_area .list li .box .right_box {padding: 2rem 0;}
	.about_area .make_area .list li .box .right_box .title_box .title {font-size: 4rem; line-height: 5rem;}
	.about_area .make_area .list li .box .right_box .text_box .yellow {font-size: 3rem; line-height: 4rem;}
	.about_area .make_area .list li .box .right_box .text_box .text {margin: 1rem 0 0;}

}

@media screen and (max-width: 1400px) {
	
	.sub_cont {margin: 30rem 0 0; padding: 0 0 80px;}
	.sub_top {padding: 12rem 0 0;}
	.com_title_area {margin: 0 0 60px;}
	.com_title_area .title {font-size: 10rem; line-height: 10rem;}
	
	.map_area .map_box #map {height: 500px;}

	
	.total_area .sch_box .inner input {padding: 0 10px; font-size: 1.6rem; line-height: 5rem;}
	.total_area .sch_box .inner .sch_btn img {width: 25px;}
	.board_list {margin: 2rem 0 0; padding: 3rem 0 0;}
	.board_list .list {gap: 30px 15px;}
	.board_list .list li {width: calc(25% - 11.25px);}
	.board_list .list li .box .text_box {padding: 1rem;}
	.board_list .list li .box .sort {line-height: 2.4rem;}
	.board_list .list li .box .text {font-size: 1.6rem; line-height: 2.4rem;}
	.board_list .list li .box .date {margin: 1rem 0 0; line-height: 2rem;}

	.tab_list {margin: 0 0 40px; padding: 0 0 10px;}
	.tab_list .list {padding: 0; column-gap: 10px;}
	.tab_list .list li .tab {padding: 0 2rem;}
	.down_area .list li .box_wrap .box .hover_box .down_btn {width: 200px;}
	.down_area .list li .box_wrap .box .hover_box .down_btn .text {padding: 0 3rem 0 0; font-size: 1.6rem; line-height: 5rem;}
	.down_area .list li .box_wrap .title {margin: 1rem 0 0; font-size: 1.8rem; line-height: 2.4rem;}

	.faq_com_cont_area {margin: 20px 0 0;}
	.faq_com_cont_area > .list > li .box .q_cont .q_tit {padding: 3rem 2rem;}
	.faq_com_cont_area > .list > li .box .q_cont .q_tit:after {width: 17px; height: 8px;}
	.faq_com_cont_area > .list > li .box .q_cont .q_tit .txt_box {padding: 0 0 0 4rem;}
	.faq_com_cont_area > .list > li .box .a_cont .text_box {padding: 3rem 2rem 6rem 6rem;}

	.product_area .product_top .product_right {padding: 20px 0 0 40px;}
	.product_area .product_top .product_right .title_box .title {font-size: 4rem; line-height: 5rem;}
	.product_area .product_top .product_right .title_box .text {margin: 8px 0 0;}
	.product_area .product_top .product_right .info_box {margin: 2rem 0 0; padding: 2rem 0 0;}
	.product_area .product_top .product_right .info_box .list li {margin: 1rem 0 0;}
	.product_area .product_top .product_right .info_box .list li .box .title {flex-basis: 120px;}
	.product_area .product_top .product_right .info_box .list li .box .text {flex-basis: calc(100% - 120px);}
	.product_area .product_top .product_right .down_btn_area {margin: 5rem 0 0; column-gap: 15px;}
	.product_area .product_mid {margin: 7rem 0 0;}
	.product_area .product_mid .detail_box {padding: 5rem 0;}
	.product_area .product_btm .product_relation .pd_list {margin: 1.5rem 0 0;}

	.prd_area .pd_list .list {gap: 50px 80px;}
	.prd_area .pd_list .list li {width: calc(33.3333% - 53.3333px);}
	.prd_area .pd_list .list li .box .text_box .title {font-size: 2.4rem; line-height: 3rem;}
	.prd_area .pd_list .list li .box .text_box > .text {font-size: 1.4rem; line-height: 2rem;	}
	.prd_area .pd_list .list li .box .inner .hover_box .view {width: 80px; font-size: 1.6rem; line-height: 78px;}
	.prd_area .pd_list.acc .list li .box {padding: 20px;}

	.business_area .list li .box {height: 750px;}
	.business_area .list li.bg01 .box .text_box {background-size: 400px auto;}
	.business_area .list li.bg02 .box .text_box {background-size: 400px auto;}
	.business_area .list li.bg03 .box .text_box {background-size: 400px auto;}
	.business_area .list li .box .text_box .info_text {margin: 15rem 0 0;}

	.gallery_area .list li .box .hover_box .text_box {padding: 20px 50px 20px 20px;}
	.gallery_area .list li .box .hover_box .text_box .title {font-size: 2.4rem; line-height: 2.4rem;}
	.gallery_area .list li .box .hover_box .text_box .text {margin: 1rem 0 0; font-size: 1.6rem; line-height: 2.4rem;}
	.gallery_area .list li .box .hover_box .arrow_btn {right: 20px; top: 20px;}
	.gallery_area .list li .box .hover_box .arrow_btn img {width: 30px;}
	
	.rnd_area .rnd_mid {padding: 15rem 0 0}
	.rnd_area .rnd_mid .adv_area .list li {width: calc(25% - 22.5px); margin: 0 30px 0 0;}
	.rnd_area .rnd_mid .adv_area .list li .box .hover_box {padding: 8px;;}

	
	.light_area .light_top .text_box {margin: 3.5rem 0 0;}
	.light_area .light_top .text_box .title {font-size: 3.4rem; line-height: 4rem;}
	.light_area .light_top .text_box .text {font-size: 1.8rem; line-height: 3rem;}
	.light_area .light_btm > .list > li > .box > .box_inner {column-gap: 20px;}
	.light_area .light_btm > .list > li > .box > .box_inner .info_box {padding: 0 10px 0 0;}
	.light_area .light_btm > .list > li > .box > .box_inner .info_box .text_box .text_list {margin: 10px 0 0; padding: 10px 0 0;}
	.light_area .light_btm > .list > li > .box > .box_inner .info_box .text_box .title {font-size: 2.8rem; line-height: 3rem;}
	.light_area .light_btm > .list > li > .box > .box_inner .info_box .rela_prd_area {margin: 20px 0 0;}
	.light_area .light_btm > .list > li > .box > .box_inner .info_box .rela_prd_area .title_area {padding: 10px 0 0;}
	.light_area .light_btm > .list > li > .box > .box_inner .info_box .rela_prd_area .rela_prd_slide {margin: 8px 0 0;}

	.prj_area .list {row-gap: 20px;}
	.prj_area .list li .box_wrap .text_box .year {font-size: 1.4rem; line-height: 2rem;}
	.prj_area .list li .box_wrap .text_box .title {font-size: 2rem; line-height: 2.4rem;}
	.prj_area .list li .box_wrap .box .hover_box .arrow_btn {width: 80px; font-size: 1.6rem; line-height: 78px;}

	.project_area .title_area {margin: 0 0 20px; padding: 0 0 15px;}
	.project_area .title_area .title {font-size: 2.8rem; line-height: 3rem;}
	.project_area .project_info {column-gap: 20px;}
	.project_area .project_info .project_right .text_box .text {margin: 10px 0 0;}
	.project_area .project_info .project_left .project_small_slide_area {padding: 0 25px;}
	.project_area .project_info .project_right .com_text .en {font-size: 5rem; line-height: 8rem;}
	.project_area .project_info .project_right .com_text .ko {font-size: 3rem; line-height: 3.5rem;}
	
	.award_area .list li {width: calc(25% - 6px); margin: 20px 8px 0 0; vertical-align: top;}
	.award_area .list li:nth-child(-n+5) {margin: 20px 8px 0 0;}
	.award_area .list li:nth-child(5n) {margin: 20px 8px 0 0;}
	.award_area .list li:nth-child(5) {margin: 20px 8px 0 0}
	.award_area .list li:nth-child(-n+4) {margin: 0 8px 0 0;}
	.award_area .list li:nth-child(4n) {margin: 20px 0 0;}
	.award_area .list li:nth-child(4) {margin: 0}

	.about_area .make_area {margin: 0 0 10rem;}
	.about_area .make_area .list li {padding: 6rem 0 0;}
	.about_area .make_area .list li .box .right_box {padding: 1rem 0;}
	.about_area .make_area .list li .box .right_box .title_box .title {font-size: 3rem; line-height: 4rem;}
	.about_area .make_area .list li .box .right_box .title_box .title br {display: none;}
	.about_area .make_area .list li .box .right_box .title_box .sub_title {margin: 0.5rem 0 0; font-size: 1.6rem; line-height: 2.4rem;}
	.about_area .make_area .list li .box .right_box .text_box .text br.mob {display: none;}
	.about_area .make_area .list li .box .right_box .text_box .yellow {font-size: 2.4rem; line-height: 3rem;}
	.about_area .make_area .list li .box .right_box .text_box .text {font-size: 1.4rem; line-height: 2.4rem;}

	.platform_area .platform_title .title {font-size: 5rem; line-height: 6rem;}
	.platform_area .platform_title .text {margin: 2rem 0 0; font-size: 2rem; line-height: 3rem;}
	.platform_area .platform_top .icon_list {margin: 12rem 0 0;}
	.platform_area .platform_top .icon_list .list li .box .img_box img {height: 80px;}
	.platform_area .platform_top .icon_list .list li .box .text_box {margin: 2rem 0 0;}
	.platform_area .platform_top .icon_list .list li .box .text_box .title {margin: 0 0 15px; padding: 0 0 15px; font-size: 2.4rem; line-height: 3rem;}
	.platform_area .platform_top .icon_list .list li .box .text_box .text {font-size: 1.6rem; line-height: 2.6rem;}
	.platform_area .platform_mid {margin: 12rem 0 0;}
	.platform_area .platform_mid .platform_list {margin: 4rem 0 0;}
	.platform_area .platform_mid .platform_list .list li {margin: 2rem 0 0;}
	.platform_area .platform_mid .platform_list .list li .box .text_box .title {font-size: 4rem; line-height: 5rem;}
	.platform_area .platform_mid .platform_list .list li .box .text_box .text {margin: 1.5rem 0 0; font-size: 1.6rem; line-height: 2.4rem;}
	.platform_area .platform_btm {margin: 12rem 0 0;}
	.platform_area .platform_btm .title {font-size: 5rem; line-height: 6rem;}
	.platform_area .platform_btm .contact_btn {width: 120px; margin: 20px auto 0; font-size: 1.4rem; line-height: 4rem;}

}


@media screen and (max-width: 1280px) {

	.sub_cont {margin: 15rem 0 0; padding: 0 0 60px;}
	
	/* .prd_area .title_box .title {font-size: 8rem; line-height: 8rem;}
	.prd_area .pd_list {max-width: 600px;}
	.prd_area .pd_list .list li .box .text_box {padding: 20px;}
	.prd_area .pd_list .list li .box .text_box .title {font-size: 4rem; line-height: 5rem;}
	.prd_area .pd_list .list li .box .text_box > .text {font-size: 1.6rem; line-height: 2rem;}
	.prd_area .pd_list .list li .box .text_box .view_btn {width: 160px;}
	.prd_area .pd_list .list li .box .text_box .view_btn .text {line-height: 4rem;} */

	.rnd_area .rnd_top .rnd_list {margin: 5rem 0 0;}
	.rnd_area .rnd_top .rnd_list >.list > li {margin: 5rem 0 0;}
	.rnd_area .rnd_top .rnd_list >.list > li .box .text_list {padding: 0 0 0 30px;}
	.rnd_area .rnd_top .rnd_list >.list > li .box .text_list > .list > li {margin: 3rem 0 0;}
	.rnd_area .rnd_top .rnd_list >.list > li .box .text_list > .list > li .text_box .text {margin: 1rem 0 0;}
	.rnd_area .rnd_mid {padding: 10rem 0 0;}
	.rnd_area .rnd_mid .adv_area {margin: 5rem 0 0;}
	.rnd_area .rnd_btm {margin: 14rem 0 0;}
	.rnd_area .rnd_btm .title_box .text {margin: 1.5rem 0 0;}
	.rnd_area .rnd_btm .img_box {margin: 5rem 0 0;}
	.rnd_area .rnd_btm .info_box .list {column-gap: 20px;}

	.about_area .about_top .info_list .list li .box {width: 300px; height: 300px;}
	.about_area .about_top .text {font-size: 2rem; line-height: 3rem;}
	.about_area .about_top .text br {display: none;}

	.about_area .about_mid {padding: 100px 0;}
	.about_area .about_mid .info_box {margin: 4.5rem 0 0;}
	.about_area .about_btm {padding: 12rem  0 0;}
	.about_area .about_btm .history_box .history_list {margin: 8rem 0 0;}
	.about_area .about_btm .history_box .history_list > li .history_info_box .year {padding: 0 7rem 0 0; font-size: 7rem; line-height: 7rem;}
	.about_area .about_btm .history_box .history_list > li .history_info_box .list {margin: 20px 0 0;}
	.about_area .about_btm .history_box .history_list > li .history_info_box .list li .box .month {width: 50px;}
	.about_area .about_btm .history_box .history_list > li .history_info_box .list li .box .text {width: calc(100% - 50px);}
	.about_area .about_btm .history_box .history_list > li {padding: 80px 0 0;}

	.business_area .list li .box {height: 550px;}
	.business_area .list li .box .text_box .info_text {margin: 5rem 0 0;}
	.business_area .list li .box .text_box .center_box .sub_tit {font-size: 2rem; line-height: 2.4rem;}
	.business_area .list li .box .text_box .center_box .title {margin: 1rem 0 0; font-size: 4rem; line-height: 4.1rem;}
	.business_area .list li .box .text_box .center_box .text {margin: 1rem 0 0; font-size: 1.6rem; line-height: 2.4rem;}
}

@media screen and (max-width: 1080px) {

	.sub_cont {margin: 10rem 0 0;  padding: 0 0 40px;}

	.sub_top_box .breadcrum .list li {margin: 0 8px 0 0; padding: 0 12px 0 0;}
	.sub_top_box .breadcrum .list li:before {top: 46%; width: 4px; height: 8px; background-size: cover;}
	.com_title_area {margin: 0 0 30px;}
	.com_title_area .title {font-size: 8rem; line-height: 8rem;}
	.com_title_area .ko {font-size: 1.6rem; line-height: 2rem;}

	.map_area .map_box #map {height: 300px;}
	.map_area .map_info {margin: 3rem 0 0;}
	.map_area .map_info .info_list .title {font-size: 3rem; line-height: 3rem;}
	.map_area .map_info .info_list .list {margin: 1.5rem 0 0;}
	.map_area .map_info .info_list .list li {margin: 7px 0 0; padding: 0 0 0 50px; font-size: 1.8rem;}
	.map_area .map_info .map_arrow {position: inherit; right: inherit; top: inherit; margin: 2rem 0 0;}
	.map_area .map_info .map_arrow .list {column-gap: 10px;}
	.map_area .map_info .map_arrow .list li a {width: 12rem; font-size: 1.6rem; line-height: 4rem;}

	.total_area .sch_box {max-width: 300px;}
	
	.board_list {padding: 2rem 0 0;}
	.board_list .list {gap: 15px 10px;}
	.board_list .list li {width: calc(33.3333% - 6.6666px);}

	.board_cont {margin: 3rem 0 0; padding: 2rem 0;}
	.board_top .date {margin: 1rem 0 0;}
	.post_nav {margin: 30px 0 0;}
	.post_nav .list li .item_wrapper .tit {width: 100px;}
	.post_nav .list li .item_wrapper .tit .icon {padding: 0 20px 0 0}
	
	.tab_list {margin: 0 0 15px;}
	.tab_list .list li .tab {font-size: 1.6rem; line-height: 3.5rem;}

	.faq_com_cont_area {margin: 10px 0 0;}
	.faq_com_cont_area > .list > li .box .q_cont .q_tit {padding: 2rem 1.5rem;}
	.faq_com_cont_area > .list > li .box .q_cont .q_tit .txt_box {padding: 0 0 0 3rem;}
	.faq_com_cont_area > .list > li .box .a_cont .text_box {padding: 2rem 2rem 4rem 4.5rem;}


	.award_area .list li {width: calc(33.3333% - 6.6666px); margin: 10px 10px 0 0;}
	.award_area .list li:nth-child(-n+5) {margin: 10px 10px 0 0;}
	.award_area .list li:nth-child(5n) {margin: 10px 10px 0 0;}
	.award_area .list li:nth-child(5) {margin: 10px 10px 0 0}
	.award_area .list li:nth-child(-n+4) {margin: 10px 10px 0 0;}
	.award_area .list li:nth-child(4n) {margin: 10px 10px 0 0;}
	.award_area .list li:nth-child(4) {margin: 10px 10px 0 0}
	.award_area .list li:nth-child(-n+3) {margin: 0 10px 0 0;}
	.award_area .list li:nth-child(3n) {margin: 10px 0 0;}
	.award_area .list li:nth-child(3) {margin: 0}
	.award_area .list li .text {margin: 0.5rem 0 0;}

	.prd_area {display: block;}
	.prd_area .title_box .title {font-size: 6rem; line-height: 6rem;}
	.prd_area .title_box .title br {display: none;}
	.prd_area .pd_list {max-width: 100%; margin: 4rem 0 0;}
	.prd_area .pd_list .list {gap: 30px;}
	.prd_area .pd_list .list li {width: calc(33.3333% - 20px);}
	.prd_area .pd_list .list li .box .text_box {margin: 1rem 0 0;}
	.prd_area .pd_list .list li .box .text_box > .text {margin: 0.5rem 0 0;}
	.prd_area .pd_list .list li .box .inner .hover_box .view {width: 70px; font-size: 1.4rem; line-height: 68px;}
	.prd_area .pd_list .list li .box .btn_wrap {column-gap: 10px; margin: 1.5rem 0 0;}
	.prd_area .pd_list .list li .box .btn_wrap .down_btn {width: calc(50% - 5px);}
	.prd_area .pd_list .list li .box .sort_box {top: 10px; left: 10px;}
	.prd_area .pd_list.acc .list li .box .img_box {top: 30px; right: 10px;}
	.prd_area .pd_list.acc .list li .box {padding: 10px;}
	.prd_area .pd_list.acc .list li .box .img_box .img_inner img {width: 200px;}
	.product_area .product_top {display: block;}
	.product_area .product_top .product_left {width: 50%; margin: 0 auto;}
	.product_area .product_top .product_left .img_slide .product_dot {bottom: 10px;}
	.product_area .product_top .product_left .img_slide .product_btn .btn {width: 23px; height: 23px; background-size: cover;}
	.product_area .product_top .product_left .img_slide .product_btn .btn.prev {left: 5px;}
	.product_area .product_top .product_left .img_slide .product_btn .btn.next {right: 5px;}
	.product_area .product_top .product_right {width: 100%; margin: 20px 0 0; padding: 0;}
	.product_area .product_top .product_right .info_box {margin: 1rem 0 0; padding: 1rem 0 0;}
	.product_area .product_top .product_right .title_box .title {font-size: 3.5rem; line-height: 1;}
	.product_area .product_top .product_right .info_box .list li .box .title {flex-basis: 90px;}
	.product_area .product_top .product_right .info_box .list li .box .text {flex-basis: calc(100% - 90px);}
	.product_area .product_top .product_right .info_box .list li .box .text.color_box {column-gap: 5px;}
	.product_area .product_top .product_right .info_box .list li .box .text.color_box .color {width: 24px; height: 24px;}
	.product_area .product_top .product_right .down_btn_area {margin: 3rem 0 0; column-gap: 10px; max-width: 100%;}
	.product_area .product_btm .product_relation .title_area .pd_slide_btn {column-gap: 5px;}
	.product_area .product_btm .product_relation .title_area .pd_slide_btn .btn {width: 20px; height: 20px; background-size: cover;}
	
	
	.rnd_area .rnd_top .title_box .title {font-size: 3rem; line-height: 4rem;}
	.rnd_area .rnd_top .rnd_list {margin: 3rem 0 0;}
	.rnd_area .rnd_top .rnd_list >.list > li {margin: 4rem 0 0;}
	.rnd_area .rnd_top .rnd_list >.list > li .box .text_list {padding: 0 0 0 20px;}
	.rnd_area .rnd_top .rnd_list >.list > li .box .text_list > .list > li .text_box .title {font-size: 2.6rem; line-height: 3rem;}
	.rnd_area .rnd_top .rnd_list >.list > li .box .text_list > .list > li .text_box .text {font-size: 1.4rem; line-height: 2.1rem;}

	.rnd_area .rnd_mid .title_box .title {font-size: 3rem; line-height: 4rem;}
	.rnd_area .rnd_mid .adv_area .list li {width: 33.333%;}
	.rnd_area .rnd_mid .adv_area .list li .box .img_box {height: 240px;}
	.rnd_area .rnd_mid .adv_area .list li .box .text_box {margin: 3rem 0 0; padding: 10px;}
	.rnd_area .rnd_mid .adv_area .swiper-scrollbar {margin: 5rem 0 0}

	.rnd_area .rnd_btm {margin: 10rem 0 0;}
	.rnd_area .rnd_btm .title_box .title {font-size: 4.5rem; line-height: 5rem;}
	.rnd_area .rnd_btm .title_box .text {margin: 1rem 0 0;}
	.rnd_area .rnd_btm .site_info {margin: 3rem 0 0;}
	.rnd_area .rnd_btm .site_info > .list {column-gap: 20px;}
	.rnd_area .rnd_btm .info_box {margin: 4rem 0 0;}
	.rnd_area .rnd_btm .info_box .list {gap: 10px; flex-wrap: wrap;}
	.rnd_area .rnd_btm .info_box .list li {flex-basis: calc(50% - 5px)}
	.rnd_area .rnd_btm .info_box .list li .box {padding: 20px 10px; min-height: auto;}
	.rnd_area .rnd_btm .info_box .list li .box .title {font-size: 2rem; line-height: 2.4rem;}
	.rnd_area .rnd_btm .info_box .list li .box .text {margin: 1rem 0 0; font-size: 14px; line-height: 21px;}

	.about_area .make_area .list li .box {flex-direction: column; align-items: center;}
	.about_area .make_area .list li .box .left_box {width: 80%;}
	.about_area .make_area .list li .box .right_box {gap: 20px; width: 80%;}

	.about_area .about_top {padding: 0 0 50px;}
	.about_area .about_top .info_list {max-width: 740px; padding: 20px 0 0;}
	.about_area .about_top .info_list .title_area {padding: 0 30px;}
	.about_area .about_top .info_list .title_area .title {font-size: 3rem; line-height: 3rem;}
	.about_area .about_top .info_list .list {column-gap: 10px; padding: 20px;}
	.about_area .about_top .info_list .list li .box {width: 225px; height: 225px;}
	.about_area .about_top .info_list .list li .box .ko {font-size: 1.6rem; line-height: 2.4rem;}
	.about_area .about_top .info_list .list li .box .en {font-size: 2rem; line-height: 2rem;}
	.about_area .about_top .info_list .list li .box .txt {margin: 2rem 0 0; font-size: 1.6rem; line-height: 2.4rem;}
	.about_area .about_top .info_list .list li .box .txt br {display: none;}
	.about_area .about_top .text {margin: 3rem 0 0; font-size: 1.6rem; line-height: 2.4rem;}

	.about_area .about_mid {padding: 70px 0;}
	.about_area .about_mid .title_area .title {font-size: 2rem ;line-height: 3rem;}
	.about_area .about_mid .info_box .list {column-gap: 30px;}
	.about_area .about_mid .info_box .list li .box .title {font-size: 4rem;}
	.about_area .about_mid .info_box .list li .box .text {margin: 1.5rem 0 0; font-size: 1.6rem; line-height: 2.4rem;}

	.about_area .about_btm {padding: 5rem 0 0;}
	.about_area .about_btm .history_box .title_area .title {font-size: 5rem; line-height: 5rem;}
	.about_area .about_btm .history_box .history_list {margin: 3rem 0 0;}
	.about_area .about_btm .history_box .history_list > li:before {top: 20px; left:calc(50% + 8px)}
	.about_area .about_btm .history_box .history_list > li {padding: 40px 0 0;}
	.about_area .about_btm .history_box .history_list > li .history_info_box .year {padding: 0 4rem 0 0; font-size: 5rem; line-height: 5rem;}
	.about_area .about_btm .history_box .history_list > li .history_info_box .list {margin: 10px 0 0;}
	.about_area .about_btm .history_box .history_list > li .history_info_box .list li {padding: 30px 0 0;}
	.about_area .about_btm .history_box .history_list > li .history_info_box .list li .box .month {font-size: 1.6rem; line-height: 2.4rem;}
	.about_area .about_btm .history_box .history_list > li .history_info_box .list li .box .text {font-size: 1.6rem; line-height: 2.4rem;}
	.about_area .about_btm .history_box .history_list > li .history_info_box .list li .box:before {width: 15px; height: 15px;}
	.about_area .about_btm .history_box .history_list > li .history_info_box .list li.active .box:after {left: 4px; top: 4px; width: 9px; height: 9px;}
	.about_area .about_btm .history_box .history_list > li .history_info_box .list li .box {padding: 0 0 0 30px;}
	.about_area .about_btm .history_box .history_list > li .history_info_box .list li .box .month {width: 30px;}
	.about_area .about_btm .history_box .history_list > li .history_info_box .list li .box .text {width: calc(100% - 30px);}

	.business_area .list li .box {height: 450px;}
	.business_area .list li.bg01 .box .text_box {background-size: 300px auto;}
	.business_area .list li.bg02 .box .text_box {background-size: 300px auto;}
	.business_area .list li.bg03 .box .text_box {background-size: 300px auto;}

	.gallery_area .list li .box .hover_box .text_box {padding: 10px 40px 10px 10px;}
	.gallery_area .list li .box .hover_box .text_box .title {font-size: 2rem;}
	.gallery_area .list li .box .hover_box .text_box .text {line-height: 2rem;}
	.gallery_area .list li .box .hover_box .arrow_btn {right: 10px; top: 10px;}
	
	.light_area .light_top .text_box .title {font-size: 2.4rem; line-height: 3rem;}
	.light_area .light_top .text_box .text {font-size: 1.6rem; line-height: 2.8rem;}
	.light_area .light_btm {padding: 0 10px;}
	.light_area .light_btm > .list > li > .box > .box_inner {flex-direction: column;}
	.light_area .light_btm > .list > li > .box > .box_inner > .img_box {width: 100%;}
	.light_area .light_btm > .list > li > .box > .box_inner .info_box {width: 100%; margin: 30px 0 0; padding: 0;}

	
	.prj_area .list {row-gap: 15px;} 
	.prj_area .list li .box_wrap .box .hover_box .text_box {padding: 10px 40px 10px 10px;}
	.prj_area .list li .box_wrap .box .hover_box .text_box .title {font-size: 2rem;}
	.prj_area .list li .box_wrap .box .hover_box .text_box .text {line-height: 2rem;}
	.prj_area .list li .box_wrap .box .hover_box .arrow_btn {width: 70px; line-height: 68px;}


	.project_area .project_info {flex-direction: column;}
	.project_area .project_info .project_left {width: 50%; margin: 0 auto;}
	.project_area .project_info .project_right {width: 100%; padding: 20px 0 0;}
	.project_area .project_info .project_right .com_text {margin: 10px 0 0;}
	.project_area .project_info .project_right .com_text .en {font-size: 4rem; line-height: 5rem;}
	.project_area .project_info .project_right .com_text .ko {font-size: 2.4rem; line-height: 3rem;}

	
	.light_area .light_btm > .list > li {padding: 90px 0 0;}

	
	.platform_area .platform_title .title {font-size: 4rem; line-height: 5rem;}
	.platform_area .platform_title .text {margin: 1rem 0 0; font-size: 1.8rem; line-height: 2.6rem;}
	.platform_area .platform_top .platform_img_box {margin: 3rem 0 0;}
	.platform_area .platform_top .icon_list {margin: 8rem 0 0;}
	.platform_area .platform_top .icon_list .list li .box .img_box img {height: 70px;}
	.platform_area .platform_top .icon_list .list li .box .text_box {margin: 1rem 0 0;}
	.platform_area .platform_top .icon_list .list li .box .text_box .title {margin: 0 0 10px; padding: 0 0 10px; font-size: 2rem; line-height: 2.4rem;}
	.platform_area .platform_top .icon_list .list li .box .text_box .text {font-size: 1.4rem; line-height: 2.1rem;}
	.platform_area .platform_mid {margin: 8rem 0 0;}
	.platform_area .platform_mid .platform_list {margin: 2rem 0 0;}
	.platform_area .platform_mid .platform_list .list li {margin: 1rem 0 0;}
	.platform_area .platform_mid .platform_list .list li .box .text_box .title {font-size: 3rem; line-height: 4rem;}
	.platform_area .platform_mid .platform_list .list li .box .text_box .text {margin: 1rem 0 0;}
	.platform_area .platform_btm {margin: 8rem 0 0;}
	.platform_area .platform_btm .title {font-size: 4rem; line-height: 5rem;}
	.platform_area .platform_btm .contact_btn {width: 110px; margin: 10px auto 0; font-size: 1.4rem; line-height: 3.5rem;}
}

@media screen and (max-width: 767px) {
	.sub_cont {margin: 8rem 0 0;}	
	.com_title_area {margin: 0 0 2rem;}
	.com_title_area .title {font-size: 5rem; line-height: 5rem;}

	.total_area .sch_box {max-width: 240px;}
	.total_area .sch_box .inner .sch_btn img {width: 20px;}
	
	.board_list .list li {width: calc(50% - 5px);}

	.down_area .list li {display: inline-block; width: calc(50% - 2.5px); margin: 10px 5px 0 0;}
	.down_area .list li:nth-child(-n+3) {margin: 10px 5px 0 0;}
	.down_area .list li:nth-child(3n) {margin: 10px 5px 0 0;}
	.down_area .list li:nth-child(3) {margin: 10px 5px 0 0;}
	.down_area .list li:nth-child(-n+2) {margin: 0 5px 0 0;}
	.down_area .list li:nth-child(2n) {margin: 10px 0 0;}
	.down_area .list li:nth-child(2) {margin: 0;}
	.down_area .list li .box_wrap .box .hover_box .down_btn {width: 70%;}
	.down_area .list li .box_wrap .box .hover_box .down_btn .text {background-size: 14px 14px;}

	.faq_com_cont_area > .list > li .box .q_cont .q_tit {padding: 2rem 2.5rem 2rem 1rem;}
	.faq_com_cont_area > .list > li .box .a_cont .text_box {padding: 2rem 1rem;}


	.award_area .list li {width: calc(50% - 5px); margin: 10px 10px 0 0;}
	.award_area .list li:nth-child(-n+4) {margin: 10px 10px 0 0;}
	.award_area .list li:nth-child(4n) {margin: 10px 10px 0 0;}
	.award_area .list li:nth-child(4) {margin: 10px 10px 0 0}
	.award_area .list li:nth-child(-n+3) {margin: 10px 10px 0 0;}
	.award_area .list li:nth-child(3n) {margin: 10px 10px 0 0;}
	.award_area .list li:nth-child(3) {margin: 10px 10px 0 0}
	.award_area .list li:nth-child(-n+2) {margin: 0 10px 0 0;}
	.award_area .list li:nth-child(2n) {margin: 10px 0 0;}
	.award_area .list li:nth-child(2) {margin: 0}

	
	.prd_area .title_box .title {font-size: 5rem; line-height: 5rem;}
	.prd_area .pd_list .list {gap: 10px;}
	.prd_area .pd_list .list li {width: calc(50% - 5px);}
	.prd_area .pd_list .list li .box .inner .hover_box .view {width: 60px; line-height: 58px;}
	.prd_area .pd_list .list li .box .btn_wrap .down_btn.icon .text {background-position: right 3px center;}
	.prd_area .pd_list .list li .box .sort_box {max-width: max-content; right: 10px;}
	.prd_area .pd_list.acc .list li .box .img_box {top: 50px;}

	.product_area .product_top .product_right .down_btn_area .down_btn .text {line-height: 40px;}
	.product_area .product_btm .product_relation + .product_relation {margin: 3rem 0 0;}
	.product_area .product_btm .product_relation .pd_list .list li .box_wrap .box .hover_box img {width: 50px;}

	.rnd_area .rnd_top .rnd_list >.list > li .box {flex-direction: column;}
	.rnd_area .rnd_top .rnd_list >.list > li .box .text_list {margin: 2rem 0 0; padding: 0; text-align: center;}

	.rnd_area .rnd_mid {padding: 6rem 0 0;}
	.rnd_area .rnd_mid .adv_area {margin: 3rem 0 0;}
	.rnd_area .rnd_mid .adv_area .list {white-space: initial; font-size: 0; display: flex; flex-wrap: wrap; gap: 20px 10px;}
	.rnd_area .rnd_mid .adv_area .list li {width: calc(50% - 5px); margin: 0;}
	.rnd_area .rnd_mid .adv_area .list li .box .img_box {height: 180px;}
	.rnd_area .rnd_mid .adv_area .list li .box .text_box {margin: 2rem 0 0;}
	.rnd_area .rnd_mid .adv_area .list li .box .hover_box {min-height: auto;}
	.rnd_area .rnd_mid .adv_area .swiper-scrollbar {margin: 3rem 0 0;}

	.rnd_area .rnd_btm .info_box {margin: 3rem 0 0;}
	.rnd_area .rnd_btm .info_box .list {flex-wrap: wrap; gap: 10px;}
	.rnd_area .rnd_btm .info_box .list li {flex-basis: calc(50% - 5px);}
	.rnd_area .rnd_btm .info_box .list li .box {padding: 10px;}
	.rnd_area .rnd_btm .info_box .list li .box .text {font-size: 12px; line-height: 18px;}

	.about_area .make_area {margin: 0 0 7rem;}
	.about_area .make_area .list li {padding: 4rem 0 0;}
	.about_area .make_area .list li .box .left_box {width: 100%;}
	.about_area .make_area .list li .box .right_box {gap: 10px; width: 100%; padding: 10px;}

	.about_area .about_top .info_list {max-width: max-content; padding: 9px 0 0;}
	.about_area .about_top .info_list .list {flex-direction: column;  justify-content: center; row-gap: 10px;}
	.about_area .about_top .info_list .list li .box {width: 170px; height: 170px; margin: 0 auto;}
	.about_area .about_top .text .ft_s {font-size: 2.4rem;}


	.about_area .about_mid .info_box {margin: 2.5rem 0 0;}
	.about_area .about_mid .info_box .list {column-gap: 10px;}
	.about_area .about_mid .info_box .list li .box .title {font-size: 3rem;}
	.about_area .about_mid .info_box .list li .box .text br {display: none;}
	.about_area .about_mid {padding: 40px 0;}
	.about_area .about_btm .history_box .history_list > li:before {left: 8px;}
	.about_area .about_btm .history_box .history_list > li .history_info_box .year {text-align: left;}
	.about_area .about_btm .history_box .history_list > li .history_info_box {display: block;}
	.about_area .about_btm .history_box .history_list > li .history_info_box .year {padding: 0; font-size: 3rem; line-height: 3rem;}
	.about_area .about_btm .history_box .history_list > li:last-child:before {top: 0; height: 97%;	}
	.about_area .about_btm .history_box .history_list > li:before {top: 45px;}
	.about_area .about_btm .history_box .history_list > li .history_info_box .year {background-color: #151515;}
	.about_area .about_btm .history_box .history_list > li .history_info_box .list li {padding: 15px 0 0;}

	.business_area .list li .box {flex-direction: column; height: auto;}
	.business_area .list li .box .img_box {flex-basis: 100vw; height: 400px; background-size: 100% auto;}
	.business_area .list li .box .text_box {padding: 3rem 0;}
	.business_area .list li .box .text_box .center_box .title br {display: none;}
	.business_area .list li.bg02 .box .img_box {order: 1;}
	.business_area .list li.bg02 .box .text_box {order: 2;}


	.gallery_area .list li {display: inline-block; width: calc(50% - 5px); margin: 10px 10px 0 0;}
	.gallery_area .list li:nth-child(-n+3) {margin: 10px 10px 0 0;}
	.gallery_area .list li:nth-child(3n) {margin: 10px 10px 0 0;}
	.gallery_area .list li:nth-child(3) {margin: 10px 10px 0 0;} 	
	.gallery_area .list li:nth-child(-n+2) {margin: 0 10px 0 0;}
	.gallery_area .list li:nth-child(2n) {margin: 10px 0 0;}
	.gallery_area .list li:nth-child(2) {margin: 0;} 
	.gallery_area .list li .box .hover_box .text_box {padding: 10px;}
	.gallery_area .list li .box .hover_box .arrow_btn {display: block; position: initial; top: initial; right: initial; margin: 1rem 0 0; padding: 0 0 0 10px;}
 
	.light_area .light_btm > .list > li > .box > .box_inner .info_box {margin: 15px 0 0;}
	.prj_area .list li {width: calc(50% - 5.5px);}

	.project_area .project_info .project_left {width: 100%;}

	
	.platform_area .platform_title .title {font-size: 3rem; line-height: 4rem;}
	.platform_area .platform_top .platform_img_box {margin: 2rem 0 0;}
	.platform_area .platform_top .icon_list {margin: 5rem 0 0;}
	.platform_area .platform_top .icon_list .list {flex-wrap: wrap; gap: 20px;}
	.platform_area .platform_top .icon_list .list li {width: calc(50% - 10px);}
	.platform_area .platform_top .icon_list .list li .box .img_box img {height: 55px;}
	.platform_area .platform_top .icon_list .list li .box .text_box .title {margin: 0 0 10px; padding: 0 0 10px; font-size: 2rem; line-height: 2.4rem;}
	.platform_area .platform_top .icon_list .list li .box .text_box .text {font-size: 1.4rem; line-height: 2.1rem;}
	.platform_area .platform_mid {margin: 5rem 0 0;}
	.platform_area .platform_mid .platform_list {margin: 2rem 0 0;}
	.platform_area .platform_mid .platform_list .list li {margin: 1rem 0 0;}
	.platform_area .platform_mid .platform_list .list li .box {text-align: center;}
	.platform_area .platform_mid .platform_list .list li .box .img_box img {height: 160px;}
	.platform_area .platform_mid .platform_list .list li .box .text_box .title {font-size: 2.4rem; line-height: 3rem;}
	.platform_area .platform_btm {margin: 5rem 0 0;}
	.platform_area .platform_btm .title {font-size: 3rem; line-height: 4rem;}
	.platform_area .platform_btm .contact_btn {width: 100px;}
}

@media screen and (max-width: 480px) {
	.map_area .map_info .map_arrow .list {flex-wrap: wrap; column-gap: 5px; row-gap: 5px;}
	.map_area .map_info .map_arrow .list li {flex-basis: calc(33.3333% - 3.3333px);}
	.map_area .map_info .map_arrow .list li a {width: 100%;}

	.down_area .list li .box_wrap .box .hover_box .down_btn .text {line-height: 4.5rem;}

	.product_area .product_top .product_left {width: 100%;}
	.product_area .product_top .product_right .info_box .list li .box {display: block;}
	.product_area .product_top .product_right .info_box .list li .box .text {margin: 5px 0 0; font-size: 1.6rem; line-height: 2.4rem;}
	.product_area .product_btm .product_relation .pd_list .list li .box_wrap .box .hover_box img {width: 30px;}
	.prd_area .pd_list.acc .list li .box .img_box .img_inner img {width: auto; height: 150px;}

	
	.tab_list .list {column-gap: 0; row-gap: 0;}
	.tab_list .list li {width: calc(50%); border-radius: 0; margin: -1px -1px 0 0;}
	.tab_list .list li .tab {width: 100%; border: 1px solid #777}
	.tab_list .list li.on .tab {border-radius: 0; }
	
	.rnd_area .rnd_btm .site_info > .list {flex-direction: column; gap: 10px;}
	.rnd_area .rnd_btm .site_info > .list > li .box .text_list {justify-content: start;}
	.rnd_area .rnd_btm .info_box .list li {flex-basis: 100%;}
}





