@charset "UTF-8";
/* 서브페이지 기본틀 */
.sub_top {position: relative; }
.sub_top_area {position: relative; height: 530px; background: url("/kor/images/sub/sub_visual_mask.png") no-repeat bottom left / cover;}
.sub_top_area:before {content: ""; background-repeat: no-repeat; background-position: center; position: absolute; width: 100%; height: 460px; top: 0; left: 0; z-index: -1; background-size: cover; animation: visualScale 8s linear alternate both;}
.sub_top_area.bg01:before {background-image: url("/kor/images/sub/sub_bg01.png");}
.sub_top_area.bg02:before {background-image: url("/kor/images/sub/sub_bg02.png");}
.sub_top_area.bg03:before {background-image: url("/kor/images/sub/sub_bg03.png");}
.sub_top_area.bg04:before {background-image: url("/kor/images/sub/sub_bg04.png");}
.sub_top_area .sub_top_box {display: flex; align-items: center; height: 100%; text-align: center;}
.sub_top_area .sub_top_box .sub_top_tit {font-family: "BASKVILL"; font-weight: 400; font-size: 80px; line-height: 1; color: #ffffff;}
.sub_top_area .sub_top_box .sub_top_txt {position: relative; margin: 8px 0 0; padding: 16px 0 0; font-weight: 300; font-size: 24px; line-height: 30px; color: #ffffff;}
.sub_top_area .sub_top_box .sub_top_txt:before {display: block; content: ""; position: absolute; left: 50%; transform: translateX(-50%); top: 0; width: 4px; height: 4px; background-color: #ffffff;}

@keyframes visualScale {
    0% {
        transform: translateZ(0) scale(1) rotate(0deg)
    }
    100% {
        transform: translateZ(0) scale(1.08) rotate(0.0001deg)
    }
}


.sub_cont {padding: 0 0 120px}
.com_title_area {}
.com_title_area .title {font-family: "BASKVILL"; font-weight: 400; font-size: 60px; line-height: 1; color: #222222;}

.about_area {}
.about_area .about_top {display: flex; align-items: end; column-gap: 45px;}
.about_area .about_top .img_box {width: 40%;	}
.about_area .about_top .img_box img {width: 100%;}
.about_area .about_top .text_box {width: 60%;}
.about_area .about_top .text_box .com_title_area {}
.about_area .about_top .text_box .text_list {margin: 40px 0 0;}
.about_area .about_top .text_box .text_list li {margin: 45px 0 0;}
.about_area .about_top .text_box .text_list li:first-child {margin: 0;}
.about_area .about_top .text_box .text_list li .box {}
.about_area .about_top .text_box .text_list li .box .tit {margin: 0 0 10px; font-weight: 500; font-size: 20px; line-height: 30px; color: #181d61;}
.about_area .about_top .text_box .text_list li .box .txt {font-weight: 400; font-size: 18px; line-height: 35px; color: #555555;}
.about_area .about_mid {height: 500px; margin: 100px 0 0; background: url("/kor/images/sub/about_bg.png") no-repeat 0 0 / cover; background-attachment: fixed;}
.about_area .about_mid .inner {display: flex; flex-direction: column; justify-content: center; height: 100%; text-align: center;}
.about_area .about_mid .inner .title {}
.about_area .about_mid .inner .title img {}
.about_area .about_mid .inner .text {margin: 65px 0 0; font-weight: 300; font-size: 40px; line-height: 70px; color: #ffffff;}
.about_area .about_btm {margin: 120px 0 0;}
.about_area .about_btm .com_title_area {display: flex; justify-content: space-between; align-items: center;}
.about_area .about_btm .com_title_area .arrow_btn {display: flex; column-gap: 12px;}
.about_area .about_btm .com_title_area .arrow_btn .btn {position: relative; display: block; width: 42px; height: 13px; background-position: center; background-repeat: no-repeat;}
.about_area .about_btm .com_title_area .arrow_btn .btn.prev {background-image: url("/kor/images/sub/history_prev_btn.png");}
.about_area .about_btm .com_title_area .arrow_btn .btn.next {background-image: url("/kor/images/sub/history_next_btn.png");}
.about_area .about_btm .com_title_area .arrow_btn .btn:before {display: none; content: ""; position: absolute; top: 50%; transform: translateY(-50%); width: 30px; height: 30px; border-radius: 50%; background-color: rgba(24, 29, 97, 0.5);}
.about_area .about_btm .com_title_area .arrow_btn .btn.prev:before {left: -15px;}
.about_area .about_btm .com_title_area .arrow_btn .btn.next:before {right: -15px;}
.about_area .about_btm .com_title_area .arrow_btn .btn:hover:before, .about_area .about_btm .com_title_area .arrow_btn .btn:focus:before {display: block;}
.about_area .about_btm .history_area {position: relative; margin: 85px 0 0;}
.about_area .about_btm .history_area:before {display: block; content: ""; position: absolute; left: 0; top: 140px; width: 100vw; height: 3px; background-color: #181d61;}
.about_area .about_btm .history_area .history_list {position: relative; overflow: hidden;}
.about_area .about_btm .history_area .history_list > .list {}
.about_area .about_btm .history_area .history_list > .list > li {}
.about_area .about_btm .history_area .history_list > .list > li .box {}
.about_area .about_btm .history_area .history_list > .list > li .box .year {font-weight: 700; font-size: 80px; color: #181d61;}
.about_area .about_btm .history_area .history_list > .list > li .box .info_list {margin: 35px 0 0; padding: 35px 0 0;}
.about_area .about_btm .history_area .history_list > .list > li .box .info_list .list {}
.about_area .about_btm .history_area .history_list > .list > li .box .info_list .list li {margin: 15px 0 0;}
.about_area .about_btm .history_area .history_list > .list > li .box .info_list .list li:first-child {margin: 0;}
.about_area .about_btm .history_area .history_list > .list > li .box .info_list .list li .info {display: flex;}
.about_area .about_btm .history_area .history_list > .list > li .box .info_list .list li .info .month {width: 50px; flex-shrink: 0; font-weight: 500; font-size: 18px; line-height: 24px; color: #cccccc;}
.about_area .about_btm .history_area .history_list > .list > li .box .info_list .list li .info .text {width: calc(100% - 50px); font-weight: 400; font-size: 18px; line-height: 24px; color: #222222;}
.about_area .map_area {margin: 120px 0 0;}
.about_area .map_area > .list {margin: 50px 0 0;}
.about_area .map_area > .list > li {margin: 100px 0 0;}
.about_area .map_area > .list > li:first-child {margin: 0;}
.about_area .map_area > .list > li .box {}
.about_area .map_area > .list > li .box .map_top {}
.about_area .map_area > .list > li .box .map_top .map {height: 570px;}
.about_area .map_area > .list > li .box .map_top .name {padding: 10px 40px; background-color: #1d2481; font-weight: 700; font-size: 16px; color: #fff;}
.about_area .map_area > .list > li .box .map_top .gm-style .gm-style-iw-d {overflow: inherit !important; background-color: #0e4890;}
.about_area .map_area > .list > li .box .map_top .gm-style .gm-style-iw-c {padding: 0; background-color: #0e4890;}
.about_area .map_area > .list > li .box .map_top .gm-style .gm-style-iw-chr {display: none !important;}
.about_area .map_area > .list > li .box .map_top .gm-style .gm-style-iw-tc {display: none;}
.about_area .map_area > .list > li .box .map_top .gm-ui-hover-effect>span {background-color: #fff;}
.about_area .map_area > .list > li .box .map_top .gm-svpc {display: none;}
.about_area .map_area > .list > li .box .map_btm {margin: 35px 0 0;}
.about_area .map_area > .list > li .box .map_btm .title {font-weight: 500; font-size: 24px; line-height: 30px; color: #1d2481;}
.about_area .map_area > .list > li .box .map_btm .map_info {margin: 15px 0 0; padding: 25px 0 0; border-top: 1px solid #f5f5f5;}
.about_area .map_area > .list > li .box .map_btm .map_info .list {}
.about_area .map_area > .list > li .box .map_btm .map_info .list li {margin: 20px 0 0;}
.about_area .map_area > .list > li .box .map_btm .map_info .list li:first-child {margin: 0;}
.about_area .map_area > .list > li .box .map_btm .map_info .list li .text {display: inline-block; padding: 0 0 0 30px; background-position: left center; background-repeat: no-repeat; font-weight: 400; font-size: 18px; line-height: 24px; color: #222222;}
.about_area .map_area > .list > li .box .map_btm .map_info .list li.icon01 .text {background-image: url("/kor/images/sub/map_icon01.png");}
.about_area .map_area > .list > li .box .map_btm .map_info .list li.icon02 .text {background-image: url("/kor/images/sub/map_icon02.png");}
.about_area .map_area > .list > li .box .map_btm .map_info .list li.icon03 .text {background-image: url("/kor/images/sub/map_icon03.png");}
.about_area .map_area > .list > li .box .map_btm .map_info .list li.icon04 .text {background-image: url("/kor/images/sub/map_icon04.png");}

.customer_area {}
.customer_area .customer_top {height: 500px; margin: 100px 0 0; background: url("/kor/images/sub/custom_bg.png") no-repeat 0 0 / cover; background-attachment: fixed;}
.customer_area .customer_top .inner {display: flex; flex-direction: column; justify-content: center; width: 100%; max-width: 1500px; height: 100%; margin: 0 auto; text-align: left;}
.customer_area .customer_top .inner .logo {}
.customer_area .customer_top .inner .logo img {}
.customer_area .customer_top .inner .text {margin: 45px 0 0; font-weight: 300; font-size: 30px; line-height: 55px; color: #ffffff;}
.customer_area .customer_btm {margin: 140px 0 0;}
.customer_area .customer_btm .com_title_area {}
.customer_area .customer_btm .customer_list {margin: 60px 0 0;}
.customer_area .customer_btm .customer_list .area {margin: 45px 0 0;}
.customer_area .customer_btm .customer_list .area:nth-of-type(1) {margin: 0;}
.customer_area .customer_btm .customer_list .area .title_box {margin: 0 0 14px;}
.customer_area .customer_btm .customer_list .area .title_box .title {position: relative; padding: 0 0 0 14px; font-weight: 500; font-size: 20px; line-height: 30px; color: #222222;}
.customer_area .customer_btm .customer_list .area .title_box .title:before {display: block; content: ""; position: absolute; left: 0; top: 10px; width: 5px; height: 5px; background-color: #181d61; border-radius: 50%;}
.customer_area .customer_btm .customer_list .area > .list {display: flex; flex-wrap: wrap; gap: 20px 13px;}
.customer_area .customer_btm .customer_list .area > .list > li {width: calc(20% - 10.4px);}
.customer_area .customer_btm .customer_list .area > .list > li .box {height: 100%; border: 1px solid #e6e9ec; border-radius: 15px; padding: 30px;}
.customer_area .customer_btm .customer_list .area > .list > li .box .icon_box {}
.customer_area .customer_btm .customer_list .area > .list > li .box .icon_box img {}
.customer_area .customer_btm .customer_list .area > .list > li .box .title {margin: 20px 0 0; font-weight: 700; font-size: 18px; line-height: 26px; color: #222222;}
.customer_area .customer_btm .customer_list .area > .list > li .box .info_list {margin: 30px 0 0;}
.customer_area .customer_btm .customer_list .area > .list > li .box .info_list .list {}
.customer_area .customer_btm .customer_list .area > .list > li .box .info_list .list li {margin: 20px 0 0;}
.customer_area .customer_btm .customer_list .area > .list > li .box .info_list .list li:first-child {margin: 0;}
.customer_area .customer_btm .customer_list .area > .list > li .box .info_list .list li .info {}
.customer_area .customer_btm .customer_list .area > .list > li .box .info_list .list li .info .tit {font-weight: 400; font-size: 14px; line-height: 24px; color: #999999;}
.customer_area .customer_btm .customer_list .area > .list > li .box .info_list .list li .info .txt {padding: 0 0 0 10px; font-weight: 300; font-size: 14px; line-height: 24px; color: #222222;}


.sch_area {position: relative; width: 100%; max-width: 580px; margin: 0 0 50px auto;}
.sch_area .sch_inner {font-size: 0;}
.sch_area .sch_inner .input_box {display: inline-block; width: 100%; padding: 0 80px 0 0;}
.sch_area .sch_inner .input_box input {width: 100%; height: 50px; border: 1px solid #cccccc; padding: 0 12px; font-family: "OmniGothic"; font-weight: 300; font-size: 18px; line-height: 48px; color: #666666;}
.sch_area .sch_btn {display: block; position: absolute; top: 0; right: 0; width: 80px; background-color: #cccccc; font-weight: 300; font-size: 16px; line-height: 50px; color: #ffffff; text-align: center;}

.notice_area {border-top: 2px solid #222222;}
.notice_area .list {}
.notice_area .list li {border-bottom: 1px solid #dcdde3;}
.notice_area .list li .box {display: block; padding: 30px;}
.notice_area .list li .box .box_inner {display: flex; column-gap: 40px; align-items: center;}
.notice_area .list li .box .box_inner .img_area {width: 100%; max-width: 300px; flex-shrink: 0;}
.notice_area .list li .box .box_inner .img_area .img_box {position: relative; padding-bottom: 53.335%; overflow: hidden;}
.notice_area .list li .box .box_inner .img_area .img_box .img_inner {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%;}
.notice_area .list li .box .box_inner .img_area .img_box .img_inner img {display: inline-block; vertical-align: middle; width: 100%; height: 100%; object-fit: contain; transition: all 0.7s;}
.notice_area .list li .box .box_inner .text_area {display: flex; column-gap: 10px; align-items: center; width: 100%;}
.notice_area .list li .box .box_inner .text_area .text_box {width: 100%;}
.notice_area .list li .box .box_inner .text_area .text_box .sort {display: inline-block; margin: 0 0 10px; font-weight: 400; font-size: 14px; line-height: 20px; color: #ffffff; text-align: center;}
.notice_area .list li .box .box_inner .text_area .text_box .sort.bg01 {color: #181d61;}
.notice_area .list li .box .box_inner .text_area .text_box .sort.bg02 {color: #ababab;}
.notice_area .list li .box .box_inner .text_area .text_box .title {font-weight: 500; font-size: 22px; line-height: 30px; color: #000000; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap: break-word; transition: all 0.7s;}
.notice_area .list li .box .box_inner .text_area .text_box .text {margin: 5px 0 0; font-weight: 300; font-size: 16px; line-height: 24px; color: #888888; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word;}
.notice_area .list li .box .box_inner .text_area .down {margin: 0 20px 0 0 ;}
.notice_area .list li .box .box_inner .text_area .down a {flex-shrink: 0; padding: 0 0 0 28px; background: url("/kor/images/sub/down_icon.png") no-repeat left center; font-weight: 400; font-size: 16px; line-height: 22px; color: #888888; }
.notice_area .list li .box .box_inner .text_area .down a img {width: 22px;}
.notice_area .list li .box .box_inner .text_area .date {flex-shrink: 0; padding: 0 0 0 28px; background: url("/kor/images/sub/date_icon.png") no-repeat left center; font-weight: 300; font-size: 16px; line-height: 22px; color: #888888;}
.notice_area .list li .box .box_inner .text_area .hit {flex-shrink: 0; padding: 0 0 0 28px; background: url("/kor/images/sub/hit_icon.png") no-repeat left center; font-weight: 300; font-size: 16px; line-height: 22px; color: #888888;}
.notice_area .list li .box:hover .box_inner .img_area .img_box .img_inner img, .notice_area .list li .box:focus .box_inner .img_area .img_box .img_inner img {transform: scale(1.2)}

.board_view {margin: 2rem 0 0; border-top: 2px solid #222222;}
.board_view .board_top {display: table; table-layout: fixed; width: 100%; padding: 37.5px 40px;}
.board_view .board_top .text_box {display: table-cell; width: 100%; vertical-align: middle;}
.board_view .board_top .text_box .text {font-weight: 500; font-size: 28px; line-height: 34px; color: #000000;}
.board_view .board_top .date {display: table-cell; width: 120px; vertical-align: middle; text-align: right;}
.board_view .board_top .date .day {padding: 0 0 0 25px; background: url("/kor/images/sub/date_icon.png") no-repeat left center; font-weight: 400; font-size: 16px; line-height: 24px; color: #888888;}
.board_view .board_cont {border-top: 1px solid #dcdde3; padding: 50px 20px; border-bottom: 1px solid #dcdde3;}
.board_view .board_cont .text {font-weight: 400; font-size: 18px; line-height: 26px; color: #888888;}
.post_nav {margin: 50px 0 0; border-top: 1px solid #282828; border-bottom: 1px solid #282828;}
.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: 120px; text-align: center; vertical-align: middle; background-color: #f9f9f9;}
.post_nav .list li .item_wrapper .tit .icon {display: inline-block; position: relative; font-weight: 300; font-size: 18px; line-height: 75px; color: #888888; text-align: center;}
.post_nav .list li .item_wrapper .post {display: table-cell; width: 100%; padding: 0 40px; vertical-align: middle; font-weight: 400; font-size: 18px; line-height: 24px; color: #222222;}
.post_nav .list li .item_wrapper .post a {height: 24px;  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;}

.gallery_area {}
.gallery_area .list {display: flex; flex-wrap: wrap; gap: 50px 75px; padding: 30px 0 0; border-top: 2px solid #222222;}
.gallery_area .list li {width: calc(33.333% - 50px);}
.gallery_area .list li .box {display: block; border: 1px solid #f5f5f5;}
.gallery_area .list li .box .img_box {position: relative; padding-bottom: 66.97%; overflow: hidden;}
.gallery_area .list li .box .img_box img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; object-fit: contain; transition: all 0.5s;}
.gallery_area .list li .box .text_box {padding: 10px 15px; border-top: 1px solid #f5f5f5}
.gallery_area .list li .box .text_box .title {font-weight: 400; font-size: 18px; line-height: 26px; color: #000000; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap: break-word;}
.gallery_area .list li .box .text_box .date {margin: 10px 0 0; font-weight: 300; font-size: 14px; line-height: 21px; color: #cccccc;}
.gallery_area .list li .box:hover .img_box img, .gallery_area .list li .box:focus .img_box img {transform: translate(-50%, -50%) scale(1.1);}


.inquiry_area {}
.inquiry_area > .text {font-weight: 300; font-size: 14px; line-height: 21px; color: #222222; text-align: right;}
.inquiry_area .list {margin: 10px 0 0; padding: 45px 0 0; border-top: 1px solid #222222;}
.inquiry_area .list li {margin: 35px 0 0;}
.inquiry_area .list li:first-child {margin: 0;}
.inquiry_area .list li .box {font-size: 0;}
.inquiry_area .list li .box .tit {display: inline-block; margin: 0 0 10px; font-weight: 400; font-size: 20px; line-height: 30px; color: #222222;}
.inquiry_area .list li .box .input_box {display: inline-block; width: calc(50% - 20px); margin: 0 40px 0 0;}
.inquiry_area .list li .box2 .input_box {width: 100% !important;}
.inquiry_area .list li .box .input_box:last-child {margin: 0;}
.inquiry_area .list li .box .input_box input {display: block; width: 100%; padding: 22px 10px; border: 1px solid #dddddd; border-radius: 10px; font-weight: 400; font-size: 16px; line-height: 24px; color: #222}
.inquiry_area .list li .box .input_box select {width: 100%; border: 1px solid #dddddd; border-radius: 10px; padding: 22px 10px; background-color: #ffffff; background-image: url("/kor/images/sub/slt_arr_icon.png"); background-position: right 20px center; background-size: 20px 10px; background-repeat: no-repeat; font-weight: 400; font-size: 16px; line-height: 24px; color: #222;}
.inquiry_area .list li .box .input_box select option {}
.inquiry_area .list li .box .textarea {}
.inquiry_area .list li .box .textarea textarea {height: 300px; resize: none; padding: 17px 10px; border: 1px solid #dddddd; border-radius: 10px; font-family: "OmniGothic" !important; font-weight: 400; font-size: 16px; line-height: 24px; color: #222}
.inquiry_area .list li .box .attach_box {}
.inquiry_area .list li .box .attach_box {font-size: 0;}
.inquiry_area .list li .box .attach_box .box {display: inline-block; width: 100%; vertical-align: middle;}
.inquiry_area .list li .box .attach_box .box .attach_input {position: absolute; left: 0; top: 0; z-index: 1;visibility: hidden;}
.inquiry_area .list li .box .attach_box .box .attach_vbox {position: relative; z-index: 1; padding: 0 120px 0 0;}
.inquiry_area .list li .box .attach_box .box .attach_vinput {cursor: pointer; display: block; width: 100%; height: 60px; margin: 0; border: 1px solid #dadce0; padding: 0 10px; background-color: #ffffff; font-weight: 300; font-size: 14px; line-height: 21px; color: #333333;}
.inquiry_area .list li .box .attach_box .box .attach_vbox .att_btn_box {position: absolute; right: 0; top: 0; z-index: 1; }
.inquiry_area .list li .box .attach_box .box .attach_vbox .att_btn_box .attach_btn {display: inline-block; width: 110px; height: 60px; background-color: #0033a5; font-weight: 400; font-size: 18px; line-height: 60px; color: #ffffff; text-align: center; cursor: pointer; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; vertical-align: top;}
.inquiry_area .list li .box .attach_box .box .attach_vbox .att_btn_box .delete_btn {display: inline-block; width: 100px; height: 60px; border: 1px solid #0033a5; font-weight: 500; font-size: 18px; line-height: 60px; color: #0f598d; vertical-align: top;}
.inquiry_area .list li .box .policy_box {height: 270px; overflow-y: scroll; border: 1px solid #d9d9d9; padding: 25px 30px; font-weight: 400; font-size: 18px; line-height: 24px; color: #777777;}
.inquiry_area .check_area {display: flex; align-items: center; column-gap: 20px; margin: 15px 0 0;}
.inquiry_area .check_area .chk_inner {}
.inquiry_area .check_area .chk_inner input {}
.inquiry_area .check_area .chk_inner label {}
.inquiry_area .check_area .policy_btn {display: block; font-weight: 400; font-size: 14px; line-height: 21px; color: #999999; text-decoration: underline; text-underline-position: under;}
.inquiry_area .com_inq_btn {display: block; width: 260px; margin: 30px auto 0; border-radius: 10px; border: 1px solid #181d61; background: #181d61; font-weight: 400; font-size: 18px; line-height: 68px; color: #ffffff; text-align: center;}
.inquiry_area .com_inq_btn:hover, .inquiry_area .com_inq_btn:focus {background-color: #fff; color: #181d61;}

.product_area {}
.product_area .list {display: flex; flex-wrap: wrap; gap: 30px;}
.product_area .list li {width: calc(33.3333% - 20px);}
.product_area .list li .box {height: 100%; border-radius: 20px; background-color: #f5f5f5; padding: 20px 20px 30px;}
.product_area .list li .box .box_inner {}
.product_area .list li .box .box_inner .img_box {background-color: #fff; border-radius: 20px; position: relative; padding-bottom: 70.46%; overflow: hidden;}
.product_area .list li .box .box_inner .img_box .img_inner {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%;}
.product_area .list li .box .box_inner .img_box .img_inner img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); object-fit: contain; transition: all 0.5s;}
.product_area .list li .box .box_inner .img_box .img_inner iframe {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%;}
.product_area .list li .box .box_inner .img_box .img_inner video {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%;}
.product_area .list li .box .box_inner .text_box {margin: 25px 0 0; text-align: center;}
.product_area .list li .box .box_inner .text_box .title {font-weight: 500; font-size: 20px; line-height: 30px; color: #222222;}
.product_area .list li .box .box_inner .text_box .text {margin: 10px 0 0; font-weight: 300; font-size: 16px; line-height: 24px; color: #222222;}
.product_area .list li .box:hover .box_inner .img_box .img_inner img, .product_area .list li .box:focus .box_inner .img_box .img_inner img {transform: translate(-50%, -50%) scale(1.1);}

.gray_box {margin: 0 0 50px; padding: 25px 10px; border-radius: 10px; background-color: #f9f9f9; text-align: center;}
.gray_box .text {font-weight: 500; font-size: 20px; line-height: 40px; color: #222222;}

.rnd_area {}
.rnd_area .rnd_top {height: 500px; background: url("/kor/images/sub/rnd_bg.png") no-repeat center / cover;}
.rnd_area .rnd_top .inner {display: flex; flex-direction: column; justify-content: center; width: 100%; max-width: 1500px; height: 100%; margin: 0 auto;}
.rnd_area .rnd_top .inner .title {font-weight: 700; font-size: 40px; line-height: 50px; color: #ffffff;}
.rnd_area .rnd_top .inner .text {margin: 35px 0 0; font-weight: 300; font-size: 25px; line-height: 45px; color: #ffffff;}
.rnd_area .rnd_mid {margin: 150px 0 0;}
.rnd_area .rnd_mid .inner {display: flex;}
.rnd_area .rnd_mid .inner > .img_box {width: 50%; background: url("/kor/images/sub/rnd_img.png") no-repeat center / cover;}
.rnd_area .rnd_mid .inner > .img_box img {}
.rnd_area .rnd_mid .inner .info_area {width: 50%; padding: 85px 0 70px 60px; background-color: #f4f4f4;}
.rnd_area .rnd_mid .inner .info_area .title_area {}
.rnd_area .rnd_mid .inner .info_area .title_area .title {font-weight: 500; font-size: 50px; line-height: 60px; color: #222222;}
.rnd_area .rnd_mid .inner .info_area .info_box {margin: 70px 0 0;}
.rnd_area .rnd_mid .inner .info_area .info_box .info_list {overflow: hidden;}
.rnd_area .rnd_mid .inner .info_area .info_box .info_list .list {}
.rnd_area .rnd_mid .inner .info_area .info_box .info_list .list li {}
.rnd_area .rnd_mid .inner .info_area .info_box .info_list .list li .box {}
.rnd_area .rnd_mid .inner .info_area .info_box .info_list .list li .box .img_box {width: 100%; background-color: #fff; padding: 5px;}
.rnd_area .rnd_mid .inner .info_area .info_box .info_list .list li .box .img_box .img_inner {position: relative; padding-bottom: 100%; overflow: hidden;}
.rnd_area .rnd_mid .inner .info_area .info_box .info_list .list li .box .img_box img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.rnd_area .rnd_mid .inner .info_area .info_box .info_list .list li .box .text {margin: 12px 0 0; font-weight: 500; font-size: 20px; line-height: 35px; color: #222222;}
.rnd_area .rnd_mid .inner .info_area .swiper-scrollbar {position: relative; width: 100%; max-width: 690px; height: 2px; margin: 40px 0 0; background-color: #cccccc; opacity: 1 !important; cursor: pointer}
.rnd_area .rnd_mid .inner .info_area .swiper-scrollbar .swiper-scrollbar-drag {background-color: #181d61; height: 100%;}

.rnd_area .rnd_btm {margin: 145px 0 0;}
.rnd_area .rnd_btm .title_area {}
.rnd_area .rnd_btm .title_area .title {font-weight: 500; font-size: 30px; line-height: 40px; color: #222222;}
.rnd_area .rnd_btm .award_area {margin: 25px 0 0; border-top: 1px solid #cccccc; padding: 75px 0 0;}
.rnd_area .rnd_btm .award_area .list {display: flex; flex-wrap: wrap; gap: 45px 20px;}
.rnd_area .rnd_btm .award_area .list li {width: calc(25% - 15px);}
.rnd_area .rnd_btm .award_area .list li .box {display: block; }
.rnd_area .rnd_btm .award_area .list li .box .img_box {padding: 20px 40px; border: 3px solid #f9f9f9;}
.rnd_area .rnd_btm .award_area .list li .box .img_box .img_inner {position: relative; padding-bottom: 145.99%; overflow: hidden;}
.rnd_area .rnd_btm .award_area .list li .box .img_box .img_inner img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; object-fit: contain;}
.rnd_area .rnd_btm .award_area .list li .box .text {margin: 15px 0 0; font-weight: 500; font-size: 18px; line-height: 26px; color: #222222; text-align: center;}

.arrow_youtube {margin: 55px 0 0; text-align: center;}
.arrow_youtube .btn {display: block; width: 300px; margin: 0 auto; border: 1px solid #e4e1e1; border-radius: 28px; text-align: center;}
.arrow_youtube .btn .text {display: inline-block; height: 55px; padding: 0 0 0 125px; background: url("/kor/images/sub/youtube_logo.png") no-repeat left center; font-weight: 500; font-size: 18px; line-height: 58px; color: #222222;}


.board_area {}
.board_area .board_list {border-top: 2px solid #222222; border-bottom: 2px solid #222222; width: 100%;}
.board_area .board_list thead {}
.board_area .board_list thead tr {}
.board_area .board_list thead tr th {background-color: #fafafa; font-weight: 500; font-size: 16px; line-height: 55px; color: #222222; text-align: center;}
.board_area .board_list tbody {}
.board_area .board_list tbody tr {}
.board_area .board_list tbody tr td {padding: 18px 5px; border-top: 1px solid #dcdde3; font-weight: 300; font-size: 16px; line-height: 24px; color: #222222; text-align: center;}
.board_area .board_list tbody tr:first-child td {border-top: none;}
.board_area .board_list tbody tr td .down_btn {display: block;}
.board_area .board_list tbody tr td .down_btn img {vertical-align: middle;}


@media screen and (max-width: 1800px) {
    .about_area .about_top {column-gap: 20px;}
	.about_area .about_top .text_box .text_list li {margin: 20px 0 0;}
	.about_area .about_top .text_box .text_list li .box .tit {margin: 0 0 5px; font-size: 18px; line-height: 26px;}
	.about_area .about_top .text_box .text_list li .box .txt {font-size: 16px; line-height: 30px;}

	.rnd_area .rnd_mid .inner .info_area {padding: 50px 0 50px 40px;}
	.rnd_area .rnd_mid .inner .info_area .title_area .title {font-size: 44px; line-height: 50px;}
	.rnd_area .rnd_mid .inner .info_area .info_box {margin: 40px 0 0;}
}


@media screen and (max-width: 1600px) {
	.rnd_area .rnd_mid {margin: 120px 0 0;}
	.rnd_area .rnd_mid .inner .info_area .title_area .title {font-size: 36px; line-height: 40px;}
	.rnd_area .rnd_mid .inner .info_area .info_box {margin: 20px 0 0;}
}
@media screen and (max-width: 1500px) {
	.customer_area .customer_top .inner {padding: 0 10px;}
	.rnd_area .rnd_top .inner {padding: 0 10px;}

}
@media screen and (max-width: 1400px) {
	.sub_top_area {height: 410px;}
	.sub_top_area:before {height:360px;}
    .sub_top_area .sub_top_box .sub_top_tit {font-size: 60px;}
	.sub_top_area .sub_top_box .sub_top_txt {margin: 5px 0 0; padding: 10px 0 0; font-size: 20px; line-height: 24px;}
	.sub_top_area .sub_top_box .sub_top_txt:before {width: 3px; height: 3px;}
	.sub_cont {padding: 0 0 100px;}

	.com_title_area .title {font-size: 50px;}
	
    .about_area .about_top {column-gap: 10px;}
	.about_area .about_top .img_box {width: 50%;}
	.about_area .about_top .text_box .text_list {margin: 20px 0 0;}
	.about_area .about_top .text_box .text_list li {margin: 15px 0 0;}
	.about_area .about_top .text_box .text_list li .box .tit {margin: 0 0 3px; font-size: 16px; line-height: 24px;}
	.about_area .about_top .text_box .text_list li .box .txt {font-size: 14px; line-height: 26px;}
	.about_area .about_mid {height: 350px; margin: 80px 0 0;}
	.about_area .about_mid .inner .title img {width: 190px;}
	.about_area .about_mid .inner .text {margin: 30px 0 0; font-size: 30px; line-height: 50px;}
	.about_area .about_btm {margin: 80px 0 0;}
	.about_area .about_btm .history_area {margin: 50px 0 0;}
	.about_area .about_btm .history_area:before {top: 90px;}
	.about_area .about_btm .history_area .history_list > .list > li .box .year {font-size: 60px;}
	.about_area .about_btm .history_area .history_list > .list > li .box .info_list {margin: 20px 0 0; padding: 20px 0 0;}
	.about_area .about_btm .history_area .history_list > .list > li .box .info_list .list li .info .month {width: 40px; font-size: 16px; line-height: 20px;}
	.about_area .about_btm .history_area .history_list > .list > li .box .info_list .list li .info .text {width: calc(100% - 40px); font-size: 16px; line-height: 20px;}
	.about_area .map_area {margin: 80px 0 0;}
	.about_area .map_area > .list {margin: 30px 0 0;}
	.about_area .map_area > .list > li {margin: 80px 0 0;}
	.about_area .map_area > .list > li .box .map_top .map {height: 400px;}
	.about_area .map_area > .list > li .box .map_top .name {padding: 10px 20px; font-size: 14px;;}
	.about_area .map_area > .list > li .box .map_btm {margin: 20px 0 0;}
	.about_area .map_area > .list > li .box .map_btm .title {font-size: 20px; line-height: 24px;}
	.about_area .map_area > .list > li .box .map_btm .map_info {margin: 10px 0 0; padding:  15px 0 0;}
	.about_area .map_area > .list > li .box .map_btm .map_info .list li {margin: 15px 0 0;}
	.about_area .map_area > .list > li .box .map_btm .map_info .list li .text {background-size: 18px auto; font-size: 16px; line-height: 22px;}

	.customer_area .customer_top {height: 350px; margin: 80px 0 0;}
	.customer_area .customer_top .inner .logo img {width: 190px;}
	.customer_area .customer_top .inner .text {margin: 20px 0 0; font-size: 24px; line-height: 36px;}
	.customer_area .customer_btm {margin: 90px 0 0;}
	.customer_area .customer_btm .customer_list {margin: 40px 0 0}
	.customer_area .customer_btm .customer_list .area {margin: 30px 0 0;}
	.customer_area .customer_btm .customer_list .area .title_box {margin: 0 0 10px;}
	.customer_area .customer_btm .customer_list .area .title_box .title {padding: 0 0 0 10px; font-size: 18px; line-height: 26px;}
	.customer_area .customer_btm .customer_list .area > .list > li {width: calc(25% - 15px);}
	.customer_area .customer_btm .customer_list .area > .list > li .box {padding: 20px;}
	.customer_area .customer_btm .customer_list .area > .list > li .box .icon_box img {width: 30px;}
	.customer_area .customer_btm .customer_list .area > .list > li .box .title {margin: 10px 0 0; font-size: 16px; line-height: 20px;}
	.customer_area .customer_btm .customer_list .area > .list > li .box .info_list {margin: 20px 0 0;}
	.customer_area .customer_btm .customer_list .area > .list > li .box .info_list .list li {margin: 10px 0 0;}	
	.notice_area .list li .box {padding: 15px;}
	.notice_area .list li .box .box_inner {column-gap: 20px;}
	.notice_area .list li .box .box_inner .text_area .text_box .title {font-size: 18px; line-height: 24px;}
	.notice_area .list li .box .box_inner .text_area .down a {display: block; font-size: 14px; height: 22px;}
	.notice_area .list li .box .box_inner .text_area .date {font-size: 14px}
	.notice_area .list li .box .box_inner .text_area .hit {font-size: 14px;}
	
	.board_view .board_top {padding: 20px;}
	.board_view .board_top .text_box .text {font-size: 20px; line-height: 24px;}
	.board_view .board_top .date .day {font-size: 16px; line-height: 22px;}
	.board_view .board_cont {padding: 30px 20px;}

	.post_nav {margin: 15px 0 0;}
	.post_nav .list li .item_wrapper .tit {width: 120px;}
	.post_nav .list li .item_wrapper .tit .icon {font-size: 16px; line-height: 50px;}
	.post_nav .list li .item_wrapper .post {padding: 0 20px; font-size: 16px;}

	.gallery_area .list {padding: 20px 0 0; gap: 30px;}
	.gallery_area .list li {width: calc(33.3333% - 20px);}
	.gallery_area .list li .box .text_box {padding: 10px;}
	.gallery_area .list li .box .text_box .title {font-size: 16px; line-height: 24px;}
	.gallery_area .list li .box .text_box .date {margin: 6px 0 0; font-size: 12px; line-height: 18px;}

	.inquiry_area .list {padding: 30px 0 0;}
	.inquiry_area .list li {margin: 20px 0 0;}
	.inquiry_area .list li .box .tit {margin: 0 0 6px; font-size: 18px; line-height: 26px;}
	.inquiry_area .list li .box .input_box {width: calc(50% - 10px); margin: 0 20px 0 0;}
	.inquiry_area .list li .box .input_box select {padding: 15px 10px;}
	.inquiry_area .list li .box .input_box input {padding: 15px 10px;}
	.inquiry_area .list li .box .textarea textarea {height: 260px;}
	.inquiry_area .check_area.inquiry_area .check_area {margin: 10px 0 0; column-gap: 10px;}
	.inquiry_area .com_inq_btn {width: 180px; font-size: 16px; line-height: 46px;}

	.product_area .list {gap: 15px;}
	.product_area .list li {width: calc(33.3333% - 10px);}
	.product_area .list li .box {padding: 15px;}
	.product_area .list li .box .box_inner .text_box {margin: 15px 0 0;}
	.product_area .list li .box .box_inner .text_box .title {font-size: 18px; line-height: 24px;}
	.product_area .list li .box .box_inner .text_box .text {margin: 6px 0 0; font-size: 14px; line-height: 21px;}

	.gray_box {margin: 0 0 40px; padding: 20px 5px;}
	.gray_box .text {font-size: 18px; line-height: 34px;}

	.rnd_area .rnd_top {height: 350px;}
	.rnd_area .rnd_top .inner .title {font-size: 30px; line-height: 40px;}
	.rnd_area .rnd_top .inner .text {margin: 20px 0 0; font-size: 20px; line-height: 35px;}

	.rnd_area .rnd_btm {margin: 100px 0 0;}
	.rnd_area .rnd_btm .title_area .title {font-size: 26px; line-height: 30px;}
	.rnd_area .rnd_btm .award_area {margin: 15px 0 0; padding: 40px 0 0;}
	.rnd_area .rnd_btm .award_area .list {gap: 20px 10px;}
	.rnd_area .rnd_btm .award_area .list li {width: calc(25% - 7.5px);}
	.rnd_area .rnd_btm .award_area .list li .box .text {margin: 10px 0 0; font-size: 16px; line-height: 24px;}

	.rnd_area .rnd_mid {margin: 80px 0 0}
	.rnd_area .rnd_mid .inner .img_box {width: 40%;}
	.rnd_area .rnd_mid .inner .info_area {width: 60%;}
	.rnd_area .rnd_mid .inner .info_area {padding: 30px 0 30px 20px;}
	.rnd_area .rnd_mid .inner .info_area .title_area .title {font-size: 30px; line-height: 34px;}
	.rnd_area .rnd_mid .inner .info_area .info_box {margin: 10px 0 0;}
	.rnd_area .rnd_mid .inner .info_area .info_box .info_list .list li .box .text {margin: 10px 0 0; font-size: 18px; line-height: 30px;}
	.rnd_area .rnd_mid .inner .info_area .swiper-scrollbar {margin: 30px 0 0;}

	
	.arrow_youtube {margin: 30px 0 0; text-align: center;}
	.arrow_youtube .btn {width: 220px;}
	.arrow_youtube .btn .text {height: 45px; padding: 0 0 0 97px; background-size: 90px auto; font-size: 16px; line-height: 48px;}

	.board_area .board_list thead tr th {font-size: 14px; line-height: 45px;}
	.board_area .board_list tbody tr td {padding: 12px 5px; font-size: 14px; line-height: 21px;}
	.board_area .board_list tbody tr td .down_btn img {width: 18px;}


}


@media screen and (max-width: 1280px) {

    
    
}

@media screen and (max-width: 1080px) {
	.sub_top_area {height: 280px; background-position: bottom center; background-size: cover;}
	.sub_top_area:before {height: 260px; background-position: center;}
	.sub_top_area .sub_top_box .sub_top_tit {font-size: 40px;}
	.sub_top_area .sub_top_box .sub_top_txt {padding: 5px 0 0; font-size: 18px; line-height: 22px;}
	.sub_cont {padding: 0 0 80px;}
	
	.com_title_area .title {font-size: 40px;}
	
	.about_area .about_top .img_box {display: none;}
	.about_area .about_top .text_box {width: 100%; padding: 0 10px;}
	.about_area .about_top .text_box .text_list {margin: 10px 0 0;}
	.about_area .about_top .text_box .text_list li {margin: 10px 0 0;}	
	
	.about_area .about_mid {height: 250px; margin: 60px 0 0; background-attachment: inherit; background-position: center;}
	.about_area .about_mid .inner .title img {width: 160px;}
	.about_area .about_mid .inner .text {margin: 20px 0 0; font-size: 24px; line-height: 40px;}

	.about_area .map_area {margin: 60px 0 0;}
	.about_area .map_area > .list {margin: 20px 0 0;}
	.about_area .map_area > .list > li {margin: 50px 0 0;}
	.about_area .map_area > .list > li .box .map_top .map {height: 350px;}
	.about_area .map_area > .list > li .box .map_btm {margin: 15px 0 0;}
	.about_area .map_area > .list > li .box .map_btm .title {font-size: 18px; line-height: 22px;}
	.about_area .map_area > .list > li .box .map_btm .map_info {padding: 10px 0 0;}
	.about_area .map_area > .list > li .box .map_btm .map_info .list li {margin: 10px 0 0;}
	.about_area .map_area > .list > li .box .map_btm .map_info .list li .text {padding: 0 0 0 20px; background-size: 16px auto;}

	.about_area .about_btm {margin: 60px 0 0;}
	.about_area .about_btm .com_title_area .arrow_btn {column-gap: 5px;}
	.about_area .about_btm .com_title_area .arrow_btn .btn {width: 34px; height: 10px; background-size: cover;}
	.about_area .about_btm .com_title_area .arrow_btn .btn:before {width: 20px; height: 20px;}
	.about_area .about_btm .com_title_area .arrow_btn .btn.prev:before {left: -6px;}
	.about_area .about_btm .com_title_area .arrow_btn .btn.next:before {right: -6px;}
	.about_area .about_btm .history_area {margin: 30px 0 0;}
	.about_area .about_btm .history_area:before {top: 54px;}
	.about_area .about_btm .history_area .history_list > .list > li .box .year {font-size: 40px;}
	.about_area .about_btm .history_area .history_list > .list > li .box .info_list {margin: 10px 0 0; padding: 10px 0 0;}
	.about_area .about_btm .history_area .history_list > .list > li .box .info_list .list li .info .month {width: 30px; font-size: 14px; line-height: 18px;}
	.about_area .about_btm .history_area .history_list > .list > li .box .info_list .list li .info .text {width: calc(100% - 30px); font-size: 14px; line-height: 18px;}

	.customer_area .customer_top {height: 250px; margin: 60px 0 0; background-attachment: inherit; background-position: top center; background-size: cover;}
	.customer_area .customer_top .inner .logo img {width: 150px;}
	.customer_area .customer_top .inner .text {margin: 16px 0 0; font-size: 20px; line-height: 30px;}
	.customer_area .customer_btm {margin: 60px 0 0;}
	.customer_area .customer_btm .customer_list .area {margin: 20px 0 0;}
	.customer_area .customer_btm .customer_list .area .title_box {margin: 0 0 7px;}
	.customer_area .customer_btm .customer_list .area .title_box .title {padding: 0 0 0 10px; font-size: 16px; line-height: 24px;}
	.customer_area .customer_btm .customer_list .area .title_box .title:before {top: 8px; width: 3px; height: 3px;}

	.customer_area .customer_btm .customer_list {margin: 30px 0 0}
	.customer_area .customer_btm .customer_list .area > .list {gap: 10px;}
	.customer_area .customer_btm .customer_list .area > .list > li {width: calc(33.333% - 6.666px);}
	.customer_area .customer_btm .customer_list .area > .list > li .box {padding: 10px;}
	.customer_area .customer_btm .customer_list .area > .list > li .box .title {font-size: 14px; line-height: 18px;}
	.customer_area .customer_btm .customer_list .area > .list > li .box .info_list {margin: 10px 0 0;}
	.customer_area .customer_btm .customer_list .area > .list > li .box .info_list .list li .info .tit {font-size: 12px; line-height: 18px;}
	.customer_area .customer_btm .customer_list .area > .list > li .box .info_list .list li .info .txt {font-size: 12px; line-height: 18px;}

	.notice_area .list li .box .box_inner .img_area {max-width: 260px;}
	.notice_area .list li .box .box_inner .text_area {flex-wrap: wrap; gap: 10px; align-items: start}
	.notice_area .list li .box .box_inner .text_area .text_box {width: 100%;}
	.notice_area .list li .box .box_inner .text_area .text_box .sort {margin: 0 0 6px; }
	.notice_area .list li .box .box_inner .text_area .text_box .title {font-size: 16px; line-height: 20px;}
	.notice_area .list li .box .box_inner .text_area .text_box .text {font-size: 14px; line-height: 20px;}
	.notice_area .list li .box .box_inner .text_area .down {margin: 0 5px 0 0;}
	.notice_area .list li .box .box_inner .text_area .down a {height: 16px; padding: 0 0 0 20px; background-size: 18px 16px; line-height: 16px;}
	.notice_area .list li .box .box_inner .text_area .hit {padding: 0 0 0 20px; background-size: 18px 16px; line-height: 16px;}
	.notice_area .list li .box .box_inner .text_area .date {padding: 0 0 0 20px; background-size: 18px 16px; line-height: 16px;}

	.sch_area {max-width: 400px; margin: 0 0 20px auto;}
	.sch_area .sch_inner .input_box {padding: 0 60px 0 0;}
	.sch_area .sch_inner .input_box input {height: 40px; font-size: 16px; line-height: 38px;}
	.sch_area .sch_btn {width: 60px; font-size: 14px; line-height: 40px;}
	
	.board_view .board_top {padding: 10px;}
	.board_view .board_top .text_box .text {font-size: 18px;}
	.board_view .board_top .date {width: 105px;}
	.board_view .board_top .date .day {background-size: 18px auto; padding: 0 0 0 15px; font-size: 14px; line-height: 20px;}
	.board_view .board_cont {padding: 15px;}
	.board_view .board_cont .text {font-size: 16px; line-height: 24px;}
	.post_nav .list li .item_wrapper .tit {width: 100px;}
	.post_nav .list li .item_wrapper .tit .icon {font-size: 14px; line-height: 40px;}
	.post_nav .list li .item_wrapper .post {padding: 0 10px; font-size: 14px;}
	
	.gallery_area .list {padding: 10px 0 0; gap: 20px 10px;}
	.gallery_area .list li {width: calc(33.3333% - 6.6666px);}
	.gallery_area .list li .box .text_box {padding: 5px;}
	.gallery_area .list li .box .text_box .title {font-size: 14px; line-height: 22px;}
	
	.inquiry_area .list {padding: 20px 0 0;}
	.inquiry_area .list li {margin: 15px 0 0;}
	.inquiry_area .list li .box .tit {margin: 0 0 4px; font-size: 16px; line-height: 22px;}
	.inquiry_area .list li .box .input_box {width: calc(50% - 5px); margin: 0 10px 0 0;}
	.inquiry_area .list li .box .input_box select {padding: 10px; background-size: 16px auto; background-position: right 10px center; font-size: 14px; line-height: 21px;}
	.inquiry_area .list li .box .input_box input {padding: 10px; font-size: 14px; line-height: 21px;}
	.inquiry_area .list li .box .textarea textarea {height: 200px;}
	.inquiry_area .check_area {margin: 6px 0 0; column-gap: 5px;}
	.inquiry_area .com_inq_btn {width: 140px; margin: 15px auto 0; font-size: 14px; line-height: 36px;}
	
	.product_area .list {gap: 10px;}
	.product_area .list li {width: calc(50% - 5px);}
	.product_area .list li .box {padding: 10px;}
	.product_area .list li .box .box_inner .text_box {margin: 10px 0 0;}
	.product_area .list li .box .box_inner .text_box .title {font-size: 16px; line-height: 22px;}
	.product_area .list li .box .box_inner .text_box .text {margin: 5px 0 0; font-size: 12px; line-height: 18px;}
	
	.gray_box {margin: 0 0 30px; padding: 10px 5px;}
	.gray_box .text {font-size: 16px; line-height: 30px;}
	
	.rnd_area .rnd_top {height: 300px;}
	.rnd_area .rnd_top .inner .title {font-size: 24px; line-height: 30px;}
	.rnd_area .rnd_top .inner .text {margin: 10px 0 0; font-size: 18px; line-height: 30px;}

	.rnd_area .rnd_btm {margin: 80px 0 0;}
	.rnd_area .rnd_btm .title_area .title {font-size: 22px; line-height: 24px;}
	.rnd_area .rnd_btm .award_area {margin: 10px 0 0; padding: 20px 0 0;}
	.rnd_area .rnd_btm .award_area .list {gap: 10px;}
	.rnd_area .rnd_btm .award_area .list li {width: calc(33.3333% - 6.6666px);}
	.rnd_area .rnd_btm .award_area .list li .box .img_box {padding: 15px;}
	.rnd_area .rnd_btm .award_area .list li .box .text {margin: 5px 0 0; font-size: 14px; line-height: 21px;}

	.rnd_area .rnd_mid {margin: 60px 0 0}
	.rnd_area .rnd_mid .inner .info_area {padding: 20px 10px;}
	.rnd_area .rnd_mid .inner .info_area .title_area .title {font-size: 24px; line-height: 30px;}
	.rnd_area .rnd_mid .inner .info_area .info_box .info_list .list li .box .text {font-size: 16px; line-height: 24px;}
	.rnd_area .rnd_mid .inner .info_area .swiper-scrollbar {margin: 20px 0 0;}
		
	.arrow_youtube {margin: 20px 0 0; text-align: center;}
	.arrow_youtube .btn {width: 180px;}
	.arrow_youtube .btn .text {height: 40px; padding: 0 0 0 92px; background-size: 85px auto; line-height: 43px;}

	.board_area .board_list {display: block;}
	.board_area .board_list thead {display: none;}
	.board_area .board_list tbody {display: block;}
	.board_area .board_list tbody tr {display: block; border-bottom: 1px solid #dcdde3}
	.board_area .board_list tbody tr:last-child {border-bottom: none}
	.board_area .board_list tbody tr td {display: block; position:relative; padding: 5px 5px 5px 70px; border-top: none; text-align: left;}
	.board_area .board_list tbody tr td:before {position: absolute; left: 0; top: 5px; display: inline-block; content: attr(data-th) " : "; width: auto; color: #222;}
	.board_area .board_list tbody tr td .down_btn img {width: 18px;}


}

@media screen and (max-width: 767px) {

	.sub_top_area {height: 220px;}
	.sub_top_area:before {height: 210px;}
	.sub_top_area .sub_top_box .sub_top_tit {font-size: 30px;}
	.sub_top_area .sub_top_box .sub_top_txt {font-size: 16px; line-height: 20px;}
	.sub_cont {padding: 0 0 60px;}
    
	.com_title_area .title {font-size: 30px;}
	
	.about_area .about_mid {height: 160px; margin: 40px 0 0;}
	.about_area .about_mid .inner {padding: 0 10px;}
	.about_area .about_mid .inner .title img {width: 120px;}
	.about_area .about_mid .inner .text {margin: 10px 0 0; font-size: 18px; line-height: 30px;}
    
	.about_area .about_btm {margin: 40px 0 0;}

	.about_area .map_area {margin: 40px 0 0;}
	.about_area .map_area > .list {margin: 10px 0 0;}
	.about_area .map_area > .list > li {margin: 40px 0 0;}
	.about_area .map_area > .list > li .box .map_top .map {height: 250px;}
	.about_area .map_area > .list > li .box .map_btm {margin: 10px 0 0;}
	.about_area .map_area > .list > li .box .map_btm .title {font-size: 16px; line-height: 20px;}
	.about_area .map_area > .list > li .box .map_btm .map_info {margin: 5px 0 0;}
	.about_area .map_area > .list > li .box .map_btm .map_info .list li .text {background-position: left top 1px; font-size: 14px; line-height: 20px;}

	.about_area .about_btm .history_area {margin: 20px 0 0;}
	.about_area .about_btm .history_area:before {top: 39px; height: 2px;}
	.about_area .about_btm .history_area .history_list > .list > li .box .year {font-size: 30px;}
	.about_area .about_btm .history_area .history_list > .list > li .box .info_list {padding: 0;}
	
	.customer_area .customer_top {margin: 30px 0 0;}
	.customer_area .customer_top .inner .logo img {width: 120px;}
	.customer_area .customer_top .inner .text {margin: 10px 0 0; font-size: 16px; line-height: 26px;}
	.customer_area .customer_btm {margin: 40px 0 0;}
	.customer_area .customer_btm .customer_list {margin: 20px 0 0}
	.customer_area .customer_btm .customer_list .area > .list > li {width: calc(50% - 5px);}
	.customer_area .customer_btm .customer_list .area > .list > li .box .icon_box img {width: 24px;}
	.customer_area .customer_btm .customer_list .area > .list > li .box .info_list {margin: 6px 0 0;}
	
	.sch_area {max-width: 320px;}
	.sch_area .sch_inner .input_box input {font-size: 14px;}
	.notice_area .list li .box {padding:  10px;}
	.notice_area .list li .box .box_inner {flex-direction: column; gap: 10px;}
	.notice_area .list li .box .box_inner .text_area .text_box .sort {font-size: 12px;}
	.notice_area .list li .box .box_inner .text_area .date {display: none;}
	.notice_area .list li .box .box_inner .text_area .hit {display: none;}

	.board_view .board_top {display: block;}
	.board_view .board_top .text_box {display: block;}
	.board_view .board_top .date {display: inline-block; margin: 5px 0 0;}
	.post_nav .list li .item_wrapper .tit {width: 80px;}
	.post_nav .list li .item_wrapper .tit .icon {font-size: 14px; line-height: 40px;}
	.post_nav .list li .item_wrapper .post {padding: 0 0 0 10px;}
	
	.gallery_area .list {gap: 15px 10px;}
	.gallery_area .list li {width: calc(50% - 5px);}
	
	.gray_box {margin: 0 0 20px;}
	.gray_box .text {font-size: 14px; line-height: 24px;}
	
	.rnd_area .rnd_top .inner .title {font-size: 20px; line-height: 24px;}
	.rnd_area .rnd_top .inner .text {font-size: 16px; line-height: 26px;}
	.rnd_area .rnd_top .inner .text br {display: none;}

	.rnd_area .rnd_btm {margin: 50px 0 0;}
	.rnd_area .rnd_btm .title_area .title {font-size: 20px; line-height: 22px;}
	.rnd_area .rnd_btm .award_area {padding: 10px 0 0;}
	.rnd_area .rnd_btm .award_area .list li {width: calc(50% - 5px);}
	.rnd_area .rnd_btm .award_area .list li .box .img_box {padding: 10px;}
	
	.rnd_area .rnd_mid {margin: 50px 0 0}
	.rnd_area .rnd_mid .inner {flex-direction: column;}
	.rnd_area .rnd_mid .inner > .img_box {width: 100%; position: relative; padding-bottom: 67%;}
	.rnd_area .rnd_mid .inner .info_area {width: 100%;}
	.rnd_area .rnd_mid .inner .info_area .swiper-scrollbar {margin: 10px 0 0;}

	
	.board_area .board_list tbody tr {padding: 3px;}
	.board_area .board_list tbody tr td {padding: 3px 3px 3px 70px;}
}

@media screen and (max-width: 480px) {
	.customer_area .customer_btm .customer_list .area > .list > li {width: 100%;}
	.gallery_area .list li {width: 100%}
	
	.inquiry_area > .text {font-size: 12px; line-height: 18px;}
	.inquiry_area .list {padding: 10px 0 0;}
	.inquiry_area .list li .box .input_box {display: block; width: 100%;}
	.inquiry_area .list li .box .input_box + .input_box {margin: 10px 0 0;}

	
	.product_area .list li {width: 100%;} 
    
}






