@charset "UTF-8";

.sub_top_area {margin: 0 0 60px; padding: 115px 0 0;}
.sub_top_area .sub_top_box {position: relative; height: 380px; border-radius: 30px; overflow: hidden;}
.sub_top_area .sub_top_box .bg_box {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.sub_top_area .sub_top_box .bg_box img {width: 100%; height: 100%; object-fit: cover; transform: scale(1.2); animation: ani_sub_top ease-in 1s forwards;}
.sub_top_area .sub_top_box .text_box {position: relative; height: 100%; padding: 10px; text-align: center; z-index: 1; align-content: center;}
.sub_top_area .sub_top_box .text_box .title {font-weight: 700; font-size: 84px; line-height: 1; color: #ffffff; text-shadow: -5px 8.7px 5px rgba(0, 0, 0, 0.25);}

@keyframes ani_sub_top {
   0% {transform: scale(1.2);}
   100% {transform: scale(1);}
}
.sub_top_area .container {max-width: 1820px;}
.sub_top_area .menu_area {display: flex; justify-content: space-between; align-items: center; max-width: 1560px; width: 100%; margin: 0 auto; padding: 40px 0;}
.sub_top_area .menu_area .menu_list {}
.sub_top_area .menu_area .menu_list .list {display: flex; align-items: center; gap: 0 44px;}
.sub_top_area .menu_area .menu_list .list li {}
.sub_top_area .menu_area .menu_list .list li .text {position: relative; padding: 0 0 0 16px; font-weight: 400; font-size: 18px; line-height: 24px; color: #9e9e9e;}
.sub_top_area .menu_area .menu_list .list li .text:before {display: block; content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 8px; height: 8px; border-radius: 50%; border: 1px solid #57b5bb;}
.sub_top_area .menu_area .menu_list .list li.on .text {font-weight: 700; color: #222222;}
.sub_top_area .menu_area .menu_list .list li.on .text:before {background-color: #57b5bb;}
.sub_top_area .menu_area .breadcrumb_area {}
.sub_top_area .menu_area .breadcrumb_area .list {font-size: 0;}
.sub_top_area .menu_area .breadcrumb_area .list li {position: relative; display: inline-block; margin: 0 12px 0 0; padding: 0 18px 0 0; vertical-align: top;}
.sub_top_area .menu_area .breadcrumb_area .list li {position: relative; display: inline-block; margin: 0 12px 0 0; padding: 0 18px 0 0; vertical-align: top;}
.sub_top_area .menu_area .breadcrumb_area .list li:last-child {margin: 0; padding: 0;}
.sub_top_area .menu_area .breadcrumb_area .list li:before {display: block; content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 5px; height: 7px; background: url("/kor/images/sub/breadcrumb_arrow.png") no-repeat center;}
.sub_top_area .menu_area .breadcrumb_area .list li:last-child:before {display: none;}
.sub_top_area .menu_area .breadcrumb_area .list li .home {display: block; width: 14px; height: 20px; background: url("/kor/images/sub/home_icon.png") no-repeat center;}
.sub_top_area .menu_area .breadcrumb_area .list li .home img {vertical-align: middle;}
.sub_top_area .menu_area .breadcrumb_area .list li .text {display: inline-block; font-weight: 400; font-size: 16px; line-height: 20px; color: #9e9e9e;}
.sub_top_area .menu_area .breadcrumb_area .list li:last-child .text {color: #222222;}

.contents {}
.contents:before {display: block; content: ""; position: absolute; right: 0; top: -210px; width: 488px; height: 572px; background: url("/kor/images/sub/com_sub_bg.png") no-repeat right top; z-index: -1;}
.com_title_area {margin: 0 0 40px; text-align: center;}
.com_title_area .title {position: relative; padding: 25px 0 0; font-weight: 700; font-size: 60px; line-height: 60px; color: #57b5bb;}
.com_title_area .title:before {display: block; content: ""; position: absolute; left: 50%; top: 0; transform: translateX(-50%); width: 50px; height: 1px; background-color: #a0a0a0;}
.com_title_area .text {margin: 20px 0 0; font-weight: 400; font-size: 20px; line-height: 30px; color: #222222;}

.sub_cont {padding: 0 0 140px;}

.act_area {}
.act_area .list {display: flex; flex-wrap: wrap; gap: 40px 27px;}
.act_area .list li {width: calc(25% - 20.25px);}
.act_area .list li .box {position: relative; display: block; padding: 10px; border-radius: 20px; background-color: #f8f8f8; border: 1px solid #eaedf0; overflow: hidden;}
.act_area .list li .box .img_box {position: relative; padding: 0 0 66.375%; overflow: hidden; border-radius: 20px;}
.act_area .list li .box .img_box img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; object-fit: cover;}
.act_area .list li .box .text_box {padding: 10px;}
.act_area .list li .box .text_box .sort {width: 70px; background-color: #57b5bb; border-radius: 12px; font-family: "Montserrat"; font-weight: 500; font-size: 14px; line-height: 25px; color: #ffffff; text-align: center;}
.act_area .list li .box .text_box .title {margin: 12px 0 0; font-weight: 500; font-size: 22px; line-height: 28px; color: #333333; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap: break-word;}
.act_area .list li .box .text_box .text {margin: 10px 0 0; font-weight: 400; font-size: 16px; line-height: 22px; color: #888888; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word;}
.act_area .list li .box .text_box .date {margin: 10px 0 0; font-weight: 400; font-size: 16px; line-height: 24px; color: #111111;}
.act_area .list li .box:before {display: block; content: ""; position: absolute; left: 0; top: 0; width: calc(100% - 4px); height: calc(100% - 4px); border-radius: 20px; border: 2px solid #57b5bb; overflow: hidden; opacity: 0; transition: all 0.5s;}
.act_area .list li .box:hover:before {opacity: 1;}

.act_area .list li .box .img_box:before {display: block; content: ""; position: absolute; left: 0; top: 0; width: calc(100% - 6px); height: calc(100% - 6px); border-radius: 20px; border: 3px solid #000; overflow: hidden; opacity: 0; transition: all 0.5s; z-index: 11;}
.act_area .list li .box .img_box:hover:before {opacity: 1;}

.conference_area {}                           
.conference_area > .list {}
.conference_area > .list > li {margin: 30px 0 0;}
.conference_area > .list > li:first-child {margin: 0;}
.conference_area > .list > li .box {display: flex; gap: 0 30px; align-items: center; padding: 40px; border-radius: 10px; background-color: #f6f6f6; box-shadow: 0 0 12px rgba(0, 0, 0, 0.18);}
.conference_area > .list > li .box .img_wrap {width: 290px; flex-shrink: 0;}
.conference_area > .list > li .box .img_wrap .img_box {position: relative; padding: 0 0 51.8%; overflow: hidden; border-radius: 20px;}
.conference_area > .list > li .box .img_wrap .img_box img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; object-fit: cover;}
.conference_area > .list > li .box .text_box {width: 100%;}
.conference_area > .list > li .box .text_box .title_box {}
.conference_area > .list > li .box .text_box .title_box .sort {display: inline-block; width: 110px; margin: 0 0 15px; border-radius: 12px; font-weight: 600; font-size: 13px; line-height: 25px; text-align: center;}
.conference_area > .list > li .box .text_box .title_box .sort.bg01 {background-color: #fff; color: #f26721;}
.conference_area > .list > li .box .text_box .title_box .sort.bg02 {background-color: #bdbdbd; color: #fff;}
.conference_area > .list > li .box .text_box .title_box .title {font-weight: 600; font-size: 28px; line-height: 30px; color: #222; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap: break-word;}
.conference_area.sty2 > .list > li .box .text_box .title_box .title {overflow: inherit; text-overflow: unset; display: block; -webkit-line-clamp: unset; -webkit-box-orient: unset; word-wrap: normal; overflow: visible; white-space: normal;}
.conference_area > .list > li .box .text_box .title_box .text {margin: 10px 0 0; font-weight: 500; font-size: 20px; line-height: 30px; color: #ffffff; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap: break-word;}
.conference_area > .list > li .box .text_box .info_box {display: flex; justify-content: space-between; margin: 20px 0 0;}
.conference_area > .list > li .box .text_box .info_box .info_list {}
.conference_area > .list > li .box .text_box .info_box .info_list li {margin: 5px 0 0;}
.conference_area > .list > li .box .text_box .info_box .info_list li:first-child {margin: 0;}
.conference_area > .list > li .box .text_box .info_box .info_list li .text {display: inline-block; position: relative; padding: 0 0 0 16px; font-weight: 400; font-size: 18px; line-height: 24px; color: #888888;;}
.conference_area > .list > li .box .text_box .info_box .info_list li .text:before {display: block; content: ""; position: absolute; left: 0; top: 7px; width: 6px; height: 6px; background-color: #57b5bb;}
.conference_area > .list > li .box .text_box .info_box .info_list li .text > span {display: inline-block;}
.conference_area > .list > li .box .text_box .info_box .info_list li:first-child {margin: 0;}
.conference_area > .list > li .box .text_box .info_box .btn_box {display: flex; gap: 0 10px; align-items: center;}
.conference_area > .list > li .box .text_box .info_box .btn_box .btn {display: block; width: 170px; border-radius: 22px; border: 1px solid #f26721; text-align: center;}
.conference_area > .list > li .box .text_box .info_box .btn_box .btn .text {display: inline-block; font-weight: 600; font-size: 16px; line-height: 43px;}
.conference_area > .list > li .box .text_box .info_box .btn_box .btn.sty1 {background-color: #fff;}
.conference_area > .list > li .box .text_box .info_box .btn_box .btn.sty2 {background-color: #f26721;}
.conference_area > .list > li .box .text_box .info_box .btn_box .btn.sty1 .text {color: #222222;}
.conference_area > .list > li .box .text_box .info_box .btn_box .btn.sty2 .text {padding: 0 24px 0 0; background: url("/kor/images/sub/arrow_icon.png") no-repeat right center; color: #fff;}

.conference_area > .list > li .box:hover {background-color: #57b5bb;}
.conference_area > .list > li .box:hover .text_box .title_box .title {color: #fff;}
.conference_area > .list > li .box:hover .text_box .info_box .info_list li .text {color: #fff;}
.conference_area > .list > li .box:hover .text_box .info_box .info_list li .text:before {background-color: #fff;}
.conference_area > .list > li .box:hover .text_box .info_box .btn_box .btn.sty1 {border-color: #fff;}

.map_area {border: 1px solid #dedede; overflow: hidden;}
.map_area .map_top .map_box {position: relative; padding: 0 0 40.4%; overflow: hidden;}
.map_area .map_top .map_box .map {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.map_area .map_top .map_box .name {padding: 10px 40px; background-color: #57b5bb; font-weight: 700; font-size: 18px; color: #fff;}
.map_area .map_top .map_box .gm-style .gm-style-iw-d {overflow: inherit !important; background-color: #57b5bb;}
.map_area .map_top .map_box .gm-style .gm-style-iw-c {padding: 0 !important; background-color: #57b5bb;}
.map_area .map_top .map_box .gm-style .gm-style-iw-tc {display: none;}
.map_area .map_top .map_box .gm-style-iw-ch {display: none;}
.map_area .map_top .map_box .gm-ui-hover-effect>span {background-color: #57b5bb;}
.map_area .map_top .map_box button {display: none !important;}
.map_area .map_top .map_box .gmnoprint {display: none !important;}
.map_area .map_btm  {padding: 30px; background-color: #fff; border-top: 1px solid #dedede;}
.map_area .map_btm .map_info_box  {position: relative; padding: 0 340px 0 0;}
.map_area .map_btm .map_info_box .list {display: flex; flex-wrap: wrap; gap: 20px 30px}
.map_area .map_btm .map_info_box .list li {}
.map_area .map_btm .map_info_box .list li:first-child {width: 100%;}
.map_area .map_btm .map_info_box .list li .txt {display: inline-block; padding: 0 0 0 34px; background-repeat: no-repeat; background-position: left top 3px; font-weight: 500; font-size: 18px; line-height: 24px; color: #111111;}
.map_area .map_btm .map_info_box .list li.icon01 .txt {background-image: url("/kor/images/sub/map_icon01.png");}
.map_area .map_btm .map_info_box .list li.icon02 .txt {background-image: url("/kor/images/sub/map_icon02.png");}
.map_area .map_btm .map_info_box .list li.icon03 .txt {background-image: url("/kor/images/sub/map_icon03.png");}
.map_area .map_btm .map_info_box .map_btn {display: block; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 250px; background-color: #57b5bb; border-radius: 32px; border: 1px solid #57b5bb; font-weight: 500; font-size: 20px; line-height: 50px; color: #ffffff; text-align: center;}
.map_area .map_btm .map_info_box .map_btn:hover, .map_area .map_info_box .inner .map_btn:focus {background-color: #fff; color: #57b5bb;}

.com_text_area {padding: 50px; background-color: #fcfcfc; border: 1px solid #e6e6e6}
.com_text_area .text_area {}
.com_text_area .text_area > .list {}
.com_text_area .text_area > .list > li {margin: 50px 0 0;}
.com_text_area .text_area > .list > li:first-child {margin: 0;}
.com_text_area .text_area > .list > li .title {font-weight: 600; font-size: 16px; line-height: 28px; color: #333333;}
.com_text_area .text_area > .list > li .text_list {font-weight: 400; font-size: 16px; line-height: 24px; color: #777777;}
.com_text_area .text_area > .list > li .text_list > li {}
.com_text_area .text_area > .list > li .text_list > li > .text {display: inline-block; position: relative; padding: 0 0 0 20px;}
.com_text_area .text_area > .list > li .text_list > li .text > .num {position: absolute; left: 0; top: 0;}
.com_text_area .text_area > .list > li .text_list > li .text_list2 {padding: 0 0 0 20px;}
.com_text_area .text_area > .list > li .text_list > li .text_list2 li {}
.com_text_area .text_area > .list > li .text_list > li .text_list2 li .text {display: inline-block; position: relative; padding: 0 0 0 22px;}
.com_text_area .text_area > .list > li .text_list > li .text_list2 li .text .num {position: absolute; left: 0; top: 0;}
.com_text_area .text_area > .list > li .text_list > li.p0 > .text {padding: 0;}



.greeting_area {display: flex; gap: 0 100px;}
.greeting_area .img_box {flex-shrink: 0;}
.greeting_area .img_box img {} 
.greeting_area .text_box {}
.greeting_area .text_box .title {font-weight: 600; font-size: 35px; line-height: 60px; color: #222222;}
.greeting_area .text_box .text {margin: 30px 0 0; font-weight: 400; font-size: 18px; line-height: 28px; color: #888888;}
.greeting_area .text_box .name {margin: 70px 0 0; font-weight: 400; font-size: 18px; line-height: 18px; color: #222222;}
.greeting_area .text_box .name img {display: block; margin: 15px 0 0;}



.com_bg_box {height: 640px; background-position: center; background-repeat: no-repeat; background-size: cover; text-align: center;}
.com_bg_box.bg01 {background-image: url("/kor/images/sub/history_bg.png");}
.com_bg_box.bg02 {background-image: url("/kor/images/sub/com_text_bg01.png");}
.com_bg_box .text_box {height: 100%; align-content: center;}
.com_bg_box .text_box .logo_box {}
.com_bg_box .text_box .logo_box img {}
.com_bg_box .text_box .text {margin: 30px 0 0; font-weight: 500; font-size: 30px; line-height: 40px; color: #ffffff;}
.com_bg_box.bg02 .text_box .text {font-size: 24px; line-height: 32px;}

.history_area {}
.history_area > .list {}
.history_area > .list > li {margin: 24px 0 0;}
.history_area > .list > li:first-child {margin: 0;}
.history_area > .list > li .history_box {display: flex; gap: 0 60px;}
.history_area > .list > li .history_box .year {flex-shrink: 0; width: 75px; font-weight: 700; font-size: 30px; line-height: 40px; color: #57b5bb;}
.history_area > .list > li .history_box .info_box {padding: 10px 0 0;}
.history_area > .list > li .history_box .info_box .list {}
.history_area > .list > li .history_box .info_box .list li {margin: 10px 0 0;}
.history_area > .list > li .history_box .info_box .list li:first-child {margin: 0;}
.history_area > .list > li .history_box .info_box .list li .box {display: flex; gap: 0 10px; font-weight: 400; font-size: 19px; line-height: 26px;}
.history_area > .list > li .history_box .info_box .list li .box .month {flex-shrink: 0; width: 30px; font-weight: 700; color: #222222;}
.history_area > .list > li .history_box .info_box .list li .box .text {color: #999999;}

.commit_area {}
.commit_area > .list {}
.commit_area > .list > li {margin: 50px 0 0;}
.commit_area > .list > li:first-child {margin: 0;}
.commit_area > .list > li .commit_box {}
.commit_area > .list > li .commit_box .title_area {margin: 0 0 20px; padding: 0 0 10px; border-bottom: 2px solid #000000;}
.commit_area > .list > li .commit_box .title_area .title {font-weight: 600; font-size: 30px; line-height: 34px; color: #222222;}
.commit_area > .list > li .commit_box .info_box {}
.commit_area > .list > li .commit_box .info_box > .list {display: flex; flex-wrap: wrap; gap: 15px 20px;}
.commit_area > .list > li .commit_box .info_box > .list > li {width: calc(25% - 15px);}
.commit_area > .list > li .commit_box .info_box > .list > li .box {display: flex; align-items: center; height: 100%; gap: 0 20px; border-radius: 10px; padding: 25px; background-color: #fcfcfc; border: 1px solid #e6e6e6; overflow: hidden;}
.commit_area > .list > li .commit_box .info_box > .list > li .box .img_box {flex-shrink: 0; border: 1px solid #e6e6e6; border-radius: 10px; overflow: hidden;}
.commit_area > .list > li .commit_box .info_box > .list > li .box .img_box img {width: 150px; height: 140px; object-fit: cover;}
.commit_area > .list > li .commit_box .info_box > .list > li .box .text_box {width: 100%;}
.commit_area > .list > li .commit_box .info_box > .list > li .box .text_box .name_box {margin: 10px 0 0; font-weight: 400; font-size: 20px; line-height: 30px; color: #222222;}
.commit_area > .list > li .commit_box .info_box > .list > li .box .text_box .name_box .name {display: inline-block; font-weight: 600; font-size: 30px; line-height: 30px; color: #222222;}
.commit_area > .list > li .commit_box .info_box > .list > li .box .text_box .info {font-weight: 600; font-size: 18px; line-height: 24px; color: #999999;}
.commit_area > .list > li .commit_box .info_box > .list > li .box .text_box .sort_box {margin: 10px 0 0; }
.commit_area > .list > li .commit_box .info_box > .list > li .box .text_box .sort_box .sort {width: 100%; padding: 0 20px; background-color: #57b5bb; border-radius: 17px; font-weight: 600; font-size: 18px; line-height: 34px; color: #ffffff;}
.commit_area > .list > li .commit_box .info_box > .list > li .box .text_box .sort_box .text_list {margin: 10px 0 0; padding: 0 20px;}
.commit_area > .list > li .commit_box .info_box > .list > li .box .text_box .sort_box .text_list li {margin: 10px 0 0;}
.commit_area > .list > li .commit_box .info_box > .list > li .box .text_box .sort_box .text_list li:first-child {margin: 0;} 
.commit_area > .list > li .commit_box .info_box > .list > li .box .text_box .sort_box .text_list li .txt {position: relative; display: inline-block; padding: 0 0 0 12px; font-weight: 400; font-size: 16px; line-height: 20px; color: #888888;}
.commit_area > .list > li .commit_box .info_box > .list > li .box .text_box .sort_box .text_list li .txt:before {display: block; content: ""; position: absolute; left: 0; top: 6px; width: 4px; height: 4px; border-radius: 50%; background-color: #57b5bb;}
.commit_area > .list > li .commit_box .info_box > .list > li .box .text_box .position {font-weight: 400; font-size: 18px; line-height: 24px; color: #222222;}

.commit_area > .list > li.w33 .commit_box .info_box > .list {gap: 10px 23px;}
.commit_area > .list > li.w33 .commit_box .info_box > .list > li {width: calc(33.3333% - 15.3333px);}
.commit_area > .list > li.w33 .commit_box .info_box > .list > li .box .text_box .info {margin: 10px 0 0; color: #222;}
.commit_area > .list > li.w33 .commit_box .info_box > .list > li .box .img_box img {width: 170px; height: 210px;}


.establish_area {}
.establish_area .establish_top {}
.establish_area .establish_top .info_list {}
.establish_area .establish_top .info_list > .list {display: flex; gap: 0 45px; padding: 50px 0 0;}
.establish_area .establish_top .info_list > .list > li {width: 100%;}
.establish_area .establish_top .info_list > .list > li:nth-child(2) {margin: -50px 0 0;}
.establish_area .establish_top .info_list > .list > li .box {position: relative; border-radius: 30px; overflow: hidden; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);}
.establish_area .establish_top .info_list > .list > li .box .bg_box {background-color: #ccc; transition: all 0.5s;}
.establish_area .establish_top .info_list > .list > li .box:hover .bg_box {background-color: inherit;}
.establish_area .establish_top .info_list > .list > li .box .bg_box img {mix-blend-mode: luminosity;}
.establish_area .establish_top .info_list > .list > li .box .text_box {position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: space-between; padding: 65px 35px 75px;}
.establish_area .establish_top .info_list > .list > li .box .text_box .title {font-weight: 700; font-size: 40px; line-height: 50px; color: #ffffff;}
.establish_area .establish_top .info_list > .list > li .box .text_box .text_list {}
.establish_area .establish_top .info_list > .list > li .box .text_box .text_list .list {}
.establish_area .establish_top .info_list > .list > li .box .text_box .text_list .list li {margin: 10px 0 0;}
.establish_area .establish_top .info_list > .list > li .box .text_box .text_list .list li:first-child {margin: 0;}
.establish_area .establish_top .info_list > .list > li .box .text_box .text_list .list li .txt {position: relative; display: inline-block; padding: 0 0 0 12px; font-weight: 400; font-size: 20px; line-height: 26px; color: #ffffff;}
.establish_area .establish_top .info_list > .list > li .box .text_box .text_list .list li .txt:before {display: block; content: ""; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; border-radius: 50%; background-color: #57b5bb;}
.establish_area .establish_mid {}
.establish_area .establish_mid .logo_box {text-align: center;}
.establish_area .establish_mid .logo_box img {} 
.establish_area .establish_mid .logo_box .text {margin: 15px 0 0; font-weight: 400; font-size: 30px; line-height: 34px; color: #222222; text-align: center;}
.establish_area .establish_mid .purpose_area {}
.establish_area .establish_mid .purpose_area .purpose_list {}
.establish_area .establish_mid .purpose_area .purpose_list .list {display: flex; gap: 0 32px; justify-content: center; align-items: center;}
.establish_area .establish_mid .purpose_area .purpose_list .list li {}
.establish_area .establish_mid .purpose_area .purpose_list .list li .dot {width: 10px; height: 10px; border-radius: 50%; background-color: #000000;}
.establish_area .establish_mid .purpose_area .purpose_list .list li .box {display: flex; flex-direction: column; justify-content: center; align-items: center; width: 340px; height: 340px; border-radius: 50%; background-color: #f0f0f0; text-align: center;}
.establish_area .establish_mid .purpose_area .purpose_list .list li .box .icon_box {}
.establish_area .establish_mid .purpose_area .purpose_list .list li .box .icon_box img {}
.establish_area .establish_mid .purpose_area .purpose_list .list li .box .text {margin: 40px 0 0; font-weight: 700; font-size: 24px; line-height: 30px; color: #222222;}
.establish_area .establish_btm {}
.establish_area .establish_btm .bg_area {padding: 150px 0; background: url("/kor/images/sub/establish_bg.png") no-repeat center / cover;}
.establish_area .establish_btm .bg_area .container {max-width: 1410px;}
.establish_area .establish_btm .bg_area .bg_list {}
.establish_area .establish_btm .bg_area .bg_list .list {display: flex; gap: 0 60px;}
.establish_area .establish_btm .bg_area .bg_list .list li {width: 100%;}
.establish_area .establish_btm .bg_area .bg_list .list li .box {display: flex; gap: 0 24px; align-items: center; height: 156px; padding: 10px 50px; border-radius: 35px; border: 1px solid #fff;}
.establish_area .establish_btm .bg_area .bg_list .list li .box:hover, .establish_area .establish_btm .bg_area .bg_list .list li .box:focus {background-color: #57b5bb; border-color: #57b5bb;}
.establish_area .establish_btm .bg_area .bg_list .list li .box .icon_box {}
.establish_area .establish_btm .bg_area .bg_list .list li .box .icon_box img {}
.establish_area .establish_btm .bg_area .bg_list .list li .box .text_box {}
.establish_area .establish_btm .bg_area .bg_list .list li .box .text_box .title {font-weight: 700; font-size: 30px; line-height: 34px; color: #ffffff;} 
.establish_area .establish_btm .bg_area .bg_list .list li .box .text_box .text {font-weight: 500; font-size: 20px; line-height: 24px; color: #ffffff;}

.sub_title_area {margin: 0 0 30px; text-align: center;}
.sub_title_area .title {font-weight: 600; font-size: 40px; line-height: 44px; color: #57b5bb;}

.dot_title_area {}
.dot_title_area .title {position: relative; padding: 0 0 0 18px; font-weight: 600; font-size: 24px; line-height: 30px; color: #111111;}
.dot_title_area .title:before {display: block; content: ""; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; border: 3px solid #57b5bb; border-radius: 50%;}
.dot_title_area .text {margin: 10px 0 0; font-weight: 400; font-size: 17px; line-height: 24px; color: #888888;}
.dot_title_area .text.lh_30 {line-height: 30px;}
.step_box {}
.step_box .list {display: flex; gap: 0 40px; justify-content: center;}
.step_box .list li {}
.step_box .list li .box {display: flex; flex-direction: column; justify-content:center; width: 200px; height: 200px; background-color: #fff; border: 2px solid #57b5bb; border-radius: 50%; text-align: center;}
.step_box .list li .box .icon_box {width: 57px; height: 60px; margin: 0 auto; background-repeat: no-repeat; background-position: center; background-size: contain;}
.step_box .list li.icon01 .box .icon_box {background-image: url("/kor/images/sub/conference_icon01.png");}
.step_box .list li.icon02 .box .icon_box {background-image: url("/kor/images/sub/conference_icon02.png");}
.step_box .list li.icon03 .box .icon_box {background-image: url("/kor/images/sub/conference_icon03.png");}
.step_box .list li.icon04 .box .icon_box {background-image: url("/kor/images/sub/conference_icon04.png");}
.step_box .list li.icon05 .box .icon_box {background-image: url("/kor/images/sub/conference_icon05.png");}
.step_box .list li.icon06 .box .icon_box {background-image: url("/kor/images/sub/conference_icon06.png");}
.step_box .list li.icon07 .box .icon_box {background-image: url("/kor/images/sub/conference_icon07.png");}
.step_box .list li.icon08 .box .icon_box {background-image: url("/kor/images/sub/conference_icon08.png");}
.step_box .list li.icon09 .box .icon_box {background-image: url("/kor/images/sub/conference_icon09.png");}
.step_box .list li.icon10 .box .icon_box {background-image: url("/kor/images/sub/conference_icon10.png");}
.step_box .list li.icon11 .box .icon_box {background-image: url("/kor/images/sub/conference_icon11.png");}
.step_box .list li .box .text_box {margin: 15px 0 0; font-weight: 500; font-size: 20px; line-height: 26px; color: #222222;}
.step_box .list li .box .text_box .ft_s {font-size: 16px;}
.step_box .list li.on .box {background-color: #57b5bb;}
.step_box .list li.on .text_box {color: #fff;}
.step_box .list li.icon01.on .box .icon_box {background-image: url("/kor/images/sub/conference_icon01_on.png");}
.step_box .list li.icon02.on .box .icon_box {background-image: url("/kor/images/sub/conference_icon02_on.png");}
.step_box .list li.icon03.on .box .icon_box {background-image: url("/kor/images/sub/conference_icon03_on.png");}
.step_box .list li.icon04.on .box .icon_box {background-image: url("/kor/images/sub/conference_icon04_on.png");}
.step_box .list li.icon05.on .box .icon_box {background-image: url("/kor/images/sub/conference_icon05_on.png");}
.step_box .list li.icon06.on .box .icon_box {background-image: url("/kor/images/sub/conference_icon06_on.png");}
.step_box .list li.icon07.on .box .icon_box {background-image: url("/kor/images/sub/conference_icon07_on.png");}
.step_box .list li.icon08.on .box .icon_box {background-image: url("/kor/images/sub/conference_icon08_on.png");}
.step_box .list li.icon09.on .box .icon_box {background-image: url("/kor/images/sub/conference_icon09_on.png");}
.step_box .list li.icon10.on .box .icon_box {background-image: url("/kor/images/sub/conference_icon10_on.png");}
.step_box .list li.icon11.on .box .icon_box {background-image: url("/kor/images/sub/conference_icon11_on.png");}

.date_box {border-radius: 35px; border: 2px solid #57b5bb; overflow: hidden; font-weight: 600; font-size: 22px; line-height: 26px; }
.date_box .inner {display: flex; }
.date_box .inner .title {width: 280px; padding: 20px 0; background-color: #57b5bb; border-radius: 0 35px 35px; color: #ffffff; text-align: center;}
.date_box .inner .text {padding: 20px 25px; color: #222222;}

.inquriy_area {padding: 40px; border: 2px solid #57b5bb;}
.inquriy_area .title {font-weight: 600; font-size: 28px; line-height: 30px; color: #57b5bb;}
.inquriy_area .info_list {margin: 10px 0 0;}
.inquriy_area .info_list .list {display: flex; gap: 0 38px; align-items: cener;}
.inquriy_area .info_list .list li {}
.inquriy_area .info_list .list li .text {display: inline-block; padding: 0 0 0 35px; background-position: left center; background-repeat: no-repeat; font-weight: 500; font-size: 18px; line-height: 24px; color: #111111;}
.inquriy_area .info_list .list li.icon01 .text {background-image: url("/kor/images/sub/map_icon01.png");}
.inquriy_area .info_list .list li.icon02 .text {background-image: url("/kor/images/sub/map_icon02.png");}
.inquriy_area .info_list .list li.icon03 .text {background-image: url("/kor/images/sub/map_icon03.png");}

.row_table_area {}
.row_table_area .table_area {overflow: hidden; border-radius: 15px; border: 1px solid #e6e6e6;}
.row_table_area .table_area table {width: 100%;}
.row_table_area .table_area table tbody {}
.row_table_area .table_area table tbody tr {}
.row_table_area .table_area table tbody tr th {padding: 18px 25px; border-right: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; overflow: hidden; background-color: #f3f3f3; font-weight: 500; font-size: 17px; line-height: 24px; color: #222222; text-align: left;}
.row_table_area .table_area table tbody tr:last-child th {border-bottom: none;}
.row_table_area .table_area table tbody tr td {padding: 18px 25px; border-right: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; font-weight: 400; font-size: 17px; line-height: 24px; color: #222222;}
.row_table_area .table_area table tbody tr td:last-child {border-right: none;}
.row_table_area .table_area table tbody tr:last-child td {border-bottom: none;}
.row_table_area .table_area table tbody tr td .text_list {}
.row_table_area .table_area table tbody tr td .text_list .title {font-weight: 600; font-size: 17px; line-height: 24px; color: #222222;}
.row_table_area .table_area table tbody tr td .text_list .list {padding: 0 0 0 20px;}
.row_table_area .table_area table tbody tr td .text_list .list li {margin: 10px 0 0;}
.row_table_area .table_area table tbody tr td .text_list .list li:first-child {margin: 0;}
.row_table_area .table_area table tbody tr td .text_list .list li .txt {display: inline-block; position: relative; padding: 0 0 0 15px; font-weight: 400; font-size: 17px; line-height: 24px; color: #222222;}
.row_table_area .table_area table tbody tr td .text_list .list li .txt:before {display: block; content: ""; position: absolute; left: 0; top: 6px; width: 6px; height: 6px; border-radius: 50%; background-color: #57b5bb;}
.row_table_area .table_area table tbody tr td .chk_list {}
.row_table_area .table_area table tbody tr td .chk_list .list {display: flex; gap: 5px 20px; flex-wrap: wrap;}
.row_table_area .table_area table tbody tr td .chk_list .list li {}
.row_table_area .table_area table tbody tr td .chk_list .list li .radio_area {}
.row_table_area .table_area table tbody tr td .chk_list .list li .radio_area .radio_inp:before {width: 18px; height: 18px; border-radius: 0; background-image: inherit; background-color: #f9f9f9; border: 1px solid #e9e9e9;}
.row_table_area .table_area table tbody tr td .chk_list .list li .radio_area label {font-weight: 400; color: #222222;}
.row_table_area .table_area table tbody tr td .chk_list .list li .radio_area .radio_inp:checked:before {background-image: url("/kor/images/sub/check_icon_on.png"); background-color: #f9f9f9;}


.row_table_area.sky .table_area {border: 2px solid #57b5bb}
.row_table_area.sky .table_area table tbody tr th {border-bottom: 1px solid #fff;}
.row_table_area.sky .table_area table tbody tr:last-child th {border-bottom: none;}
.row_table_area.sky .table_area table tbody tr th {background-color: #57b5bb; color: #fff;}
.row_table_area .table_area table tbody tr td .info {display: flex; gap: 0 20px;}
.row_table_area .table_area table tbody tr td .info > * {color: #888888;}

.row_table_area.sty3 .table_area table tbody tr th {font-size: 20px;}
.row_table_area.sty3 .table_area table tbody tr td {font-size: 18px;}

.form_area {padding: 30px 60px 60px; background-color: #f5f5f5; border-top: 2px solid #222222; border-bottom: 2px solid #222222;}
.form_area .form_inner {display: flex; gap: 0 34px;}
.form_area .form_inner .attach_area {width: 250px; flex-shrink: 0;}
.form_area .form_inner .attach_area .attach_box {}
.form_area .form_inner .attach_area .attach_box {font-size: 0;}
.form_area .form_inner .attach_area .attach_box .box {display: inline-block; width: 100%; vertical-align: middle;}
.form_area .form_inner .attach_area .attach_box .box .img_wrap {position: relative; max-width: 250px; width: 100%; border: 1px solid #e9e9e9;}
.form_area .form_inner .attach_area .attach_box .box .img_wrap .img_box {display: block; position: relative; padding: 0 0 135.084%; cursor: pointer;}
.form_area .form_inner .attach_area .attach_box .box .img_wrap .img_box img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); object-fit: contain;}
.form_area .form_inner .attach_area .attach_box .box .img_wrap .delete_btn {position: absolute; right: 20px; bottom: 20px; ;}
.form_area .form_inner .attach_area .attach_box .box .attach_input {position: absolute; left: 0; top: 0; z-index: 1;visibility: hidden;}
.form_area .form_inner .attach_area .attach_box .box .attach_vbox {position: relative; z-index: 1; text-align: center; margin: 5px 0 0;}
.form_area .form_inner .attach_area .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;}
.form_area .form_inner .attach_area .attach_box .box .attach_vbox .text {font-weight: 600; font-size: 18px; line-height: 24px; color: #000; text-align: center; cursor: pointer;}

.form_area .form_inner .info_area {width: 100%;}
.form_area .form_inner .info_area > .list {}
.form_area .form_inner .info_area > .list > li {padding: 30px 0; border-bottom: 1px solid #888888;}
.form_area .form_inner .info_area > .list > li:first-child {padding: 0 0 30px;}

.form_area .form_inner .info_area > .list > li .box {width: 100%; }
.form_area .form_inner .info_area > .list > li .box + .box {padding: 30px 0 0;}
.form_area .form_inner .info_area > .list > li .box .title {margin: 0 0 10px; font-weight: 600; font-size: 18px; line-height: 22px; color: #222222;}
.form_area .form_inner .info_area > .list > li .box .title .ft_c {font-weight: 500; font-size: 16px; line-height: 22px; color: #888888;}

.form_area .form_inner .info_area > .list > li .box.flex {display: flex; gap: 0 10px; padding: 0;}
.form_area .form_inner .info_area > .list > li .box.flex .title {margin: 0; width: 120px; flex-shrink: 0;}
.form_area .form_inner .info_area > .list > li .box.flex .info {width: 100%;}
.form_area .form_inner .info_area > .list > li .box.flex .info textarea {margin: 0;}
.form_area .form_inner .info_area > .list > li .box.flex .info.textarea_wrap textarea {height: 110px;}
.form_area .form_inner .info_area > .list > li .box .text {flex-shrink: 0; font-weight: 500; font-size: 16px; line-height: 20px; color: #888888;}
.form_area .form_inner .info_area > .list > li .box .info_box {display: flex; align-items: center; gap: 0 15px; width: 100%;}
.form_area .form_inner .info_area > .list > li .box .info_box.w555 .info {max-width :555px;}
.form_area .form_inner .info_area > .list > li .box .info_box .info.info_btn.w555 {max-width :555px;}
.form_area .form_inner .info_area > .list > li .box .info_box .info {width: 100%;}
.form_area .form_inner .info_area > .list > li .box .info_box .info.info_btn {display: flex;}
.form_area .form_inner .info_area > .list > li .box .info_box .info.info_btn input {border-radius: 27px 0 0 27px}
.form_area .form_inner .info_area > .list > li .box .info_box .info.info_btn .btn {display: block; flex-shrink: 0; width: 125px; border-radius: 0 27px 27px 0; background-color: #57b5bb; font-weight: 500; font-size: 16px; line-height: 55px; color: #fff; text-align: center;}
.form_area .form_inner .info_area > .list > li .box .info {}
.form_area .form_inner .info_area > .list > li .box .info input {width: 100%; padding: 15px 20px; border: 1px solid #e9e9e9; border-radius: 27px; font-weight: 400; font-size: 16px; line-height: 24px; color: #222222; }
.form_area .form_inner .info_area > .list > li .box .info input::placeholder {opacity: 0.66;}
.form_area .form_inner .info_area > .list > li .box .info select {width: 100%; padding: 15px 20px; background: #fff url("/kor/images/sub/slt_icon.png") no-repeat right 20px center; border: 1px solid #e9e9e9; border-radius: 27px; font-weight: 400; font-size: 16px; line-height: 24px; color: #222222; }

.form_area .form_inner .info_area > .list > li .box .info textarea {width: 100%; height: 240px; padding: 15px 20px; margin: 10px 0 0; border: 1px solid #e9e9e9; border-radius: 27px; font-family: "Pretendard"; font-weight: 400; font-size: 16px; line-height: 24px; color: #222222; resize: none;}   
.form_area .form_inner .info_area > .list > li .box .attach_box {display: flex; align-items: center; flex-wrap: wrap; gap: 5px; }
.form_area .form_inner .info_area > .list > li .box .attach_box .box {display: inline-block; vertical-align: middle; }
.form_area .form_inner .info_area > .list > li .box .attach_box .box .attach_input {position: absolute; left: 0; top: 0; z-index: 1;visibility: hidden;}
.form_area .form_inner .info_area > .list > li .box .attach_box .box .attach_vinput {cursor: pointer; display: block; width: 100%; border: 1px solid #e9e9e9; border-radius: 27px 0 0 27px; overflow: hidden; padding: 10px 20px; background-color: #ffffff; font-weight: 400; font-size: 16px; line-height: 33px; color: #222222;}
.form_area .form_inner .info_area > .list > li .box .attach_box .box .attach_vbox {position: relative; z-index: 1; padding: 0 140px 0 0;}
.form_area .form_inner .info_area > .list > li .box .attach_box .box .attach_vbox .att_btn_box {position: absolute; right: 0; top: 0; z-index: 1;}
.form_area .form_inner .info_area > .list > li .box .attach_box .box .attach_vbox .att_btn_box .attach_btn {display: inline-block; width: 140px; background-color: #57b5bb; border-radius: 0 27px 27px 0; font-weight: 700; font-size: 16px; line-height: 55px; color: #ffffff; text-align: center; cursor: pointer; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; vertical-align: top;}
								 
.form_area .form_inner .info_area > .list > li .box .check_area {}
.form_area .form_inner .info_area > .list > li .box .check_area .list {display: flex; flex-wrap: wrap; gap: 5px 20px;}
.form_area .form_inner .info_area > .list > li .box .check_area .list li {}

.form_area .form_inner .info_area > .list > li .box .plus_input_box {width: 100%;}
.form_area .form_inner .info_area > .list > li .box .plus_input_box .input_top {display: flex;}
.form_area .form_inner .info_area > .list > li .box .plus_input_box .input_top .list {display: flex; gap: 0 20px;width: calc(100% - 70px);}
.form_area .form_inner .info_area > .list > li .box .plus_input_box .input_top .list li {width: 100%;}
.form_area .form_inner .info_area > .list > li .box .plus_input_box .input_top .list li .text {font-weight: 400; font-size: 16px; line-height: 20px; color: #222222;}
.form_area .form_inner .info_area > .list > li .box .plus_input_box .input_btm {display: flex; gap: 0 15px; margin: 10px 0 0;}
.form_area .form_inner .info_area > .list > li .box .plus_input_box .input_btm .list {display: flex; gap: 0 20px; width: calc(100% - 70px);}
.form_area .form_inner .info_area > .list > li .box .plus_input_box .input_btm .list li {width: 100%;}
.form_area .form_inner .info_area > .list > li .box .plus_input_box .input_btm .list li input {width: 100%; padding: 15px 20px; border: 1px solid #e9e9e9; border-radius: 27px; font-weight: 400; font-size: 16px; line-height: 24px; color: #222222; }
.form_area .form_inner .info_area > .list > li .box .plus_input_box .input_btm .plus_btn {width: 50px; height: 50px; border-radius: 50%; background-color: #57b5bb;}
.form_area .form_inner .info_area > .list > li .box .plus_input_box .input_btm .plus_btn img {vertical-align: middle;}

.form_area .form_inner .info_area > .list > li .box .info.w100 {width: 100%;}
.form_area .form_inner .info_area > .list > li .box .info.w100 input + input {margin: 15px 0 0;}


.sch_area {width: 100%; max-width: 400px; margin: 0 0 60px auto;}
.sch_area .sch_inner {display: flex; width: 100%; border-bottom: 2px solid #222222;}
.sch_area .sch_inner .select_box {width: 90px;}
.sch_area .sch_inner .select_box select {width: 100%; border: none; background-color: #fff; background-image: url("/kor/images/sub/slt_arr_icon.png"); background-position: right center; background-size: 10px 5px; background-repeat: no-repeat; font-weight: 400; font-size: 16px; line-height: 50px; color: #777777;}
.sch_area .sch_inner .select_box select option {}
.sch_area .sch_inner .input_box {width: calc(100% - 110px);}
.sch_area .sch_inner .input_box input {width: 100%; padding: 0 30px; border: none; background-color: initial; font-weight: 400; font-size: 16px; line-height: 50px; color: #777777;}
.sch_area .sch_inner .sch_btn {display: block; width: 20px;}
.sch_area .sch_inner .sch_btn img {}


.notice_area {}
.notice_area .list {}
.notice_area .list li {margin: 20px 0 0;}
.notice_area .list li:first-child {margin: 0;}
.notice_area .list li .box {display: block; padding: 35px 50px; border-radius: 10px; background-color: #f6f6f6; box-shadow: 0px 0px 10px rgb(0 0 0 / 20%)}
.notice_area .list li .box .menu {font-weight: 500; font-size: 16px; line-height: 20px; color: #57b5bb; letter-spacing: -0.035em;}
.notice_area .list li .box .title {margin: 5px 0 0; font-weight: 600; font-size: 28px; line-height: 33px; color: #222222; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap: break-word;}
.notice_area .list li .box .text {margin: 15px 0 0; font-weight: 400; 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 .info_box {display: flex; align-items: center; gap: 0 20px; margin: 15px 0 0;}
.notice_area .list li .box .info_box .date { font-weight: 500; font-size: 16px; line-height: 24px; color: #999999;}
.notice_area .list li .box .info_box .icon_box {display: flex; gap: 7px;}
.notice_area .list li .box .info_box .icon_box .icon {width: 18px; height: 18px; background-size: contain; background-repeat: no-repeat; background-position: center;}
.notice_area .list li .box .info_box .icon_box .icon.img {background-image: url("/kor/images/sub/img_icon.png");}
.notice_area .list li .box .info_box .icon_box .icon.file {background-image: url("/kor/images/sub/file_icon.png");}
.notice_area .list li .box:hover, .notice_area .list li .box:focus {background-color: #57b5bb;}
.notice_area .list li .box:hover .menu, .notice_area .list li .box:focus .menu {color: #c9f4f7;}
.notice_area .list li .box:hover .title, .notice_area .list li .box:focus .title {color: #ffffff;}
.notice_area .list li .box:hover .text, .notice_area .list li .box:focus .text {color: #fff;}
.notice_area .list li .box:hover .info_box .date, .notice_area .list li .box:focus .info_box .date {color: #fff;}
.notice_area .list li .box:hover .info_box .icon_box .icon.img, .notice_area .list li .box:focus .info_box .icon_box .icon.img {background-image: url("/kor/images/sub/img_icon_on.png");}
.notice_area .list li .box:hover .info_box .icon_box .icon.file, .notice_area .list li .box:focus .info_box .icon_box .icon.file {background-image: url("/kor/images/sub/file_icon_on.png");}

.notice_area.sty2 .list li .box {display: flex; gap: 0 30px; align-items: center;}
.notice_area.sty2 .list li .box .text_box {}
.notice_area.sty2 .list li .box .img_box {width: 290px; flex-shrink: 0;}
.notice_area.sty2 .list li .box .img_box .img_inner {position: relative; padding: 0 0 51.725%; border-radius: 20px; overflow: hidden; cursor: pointer;}
.notice_area.sty2 .list li .box .img_box .img_inner img {position: absolute; left: 50%; top: 50%; width: 100%; height: 100%; transform: translate(-50%, -50%); object-fit: cover;}

.notice_area.sty2.sty3 .list li .box {justify-content: start; padding: 35px 200px 35px 50px;}
.notice_area .list li .box {position: relative;}
.notice_area .list li .box .down_btn {display: block; width: 140px;	border: 1px solid #57b5bb; background-color: #57b5bb; position: absolute; right: 50px; top: 50%; transform: translateY(-50%); border-radius: 20px; text-align: center;}
.notice_area .list li .box .down_btn .txt {font-weight: 400; font-size: 16px; line-height: 40px; color: #fff;}
.notice_area .list li .box:hover .down_btn {background-color: #fff;}
.notice_area .list li .box:hover .down_btn .txt {color: #222;}


.board_view {border-top: 2px solid #57b5bb;}
.board_view .board_top {padding: 15px; display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: space-between;}
.board_view .board_top .title_box {}
.board_view .board_top .title_box > .title {font-weight: 600; font-size: 30px; line-height: 40px; color: #222222;}
.board_view .board_top .title_box .info_list {margin: 20px 0 0;}
.board_view .board_top .title_box .info_list .list {display: flex; column-gap: 25px; row-gap: 5px; flex-wrap: wrap;}
.board_view .board_top .title_box .info_list .list li {}
.board_view .board_top .title_box .info_list .list li .box {display: flex; column-gap: 0;}
.board_view .board_top .title_box .info_list .list li .box .title {position: relative; padding: 0 12px 0 0; margin: 0 8px 0 0; font-weight: 300; font-size: 15px; line-height: 21px; color: #222222;}
.board_view .board_top .title_box .info_list .list li .box .title:before {display: block; content: ""; position: absolute; right: 0; top: 4px; width: 2px; height: 12px; background-color: #222222;}
.board_view .board_top .title_box .info_list .list li .box .text {font-weight: 400; font-size: 15px; line-height: 21px; color: #999999;}
.board_view .board_top .down_box {}
.board_view .board_top .down_box .list {display: flex; gap: 0 10px}
.board_view .board_top .down_box .list li {}
.board_view .board_top .down_box .list li .box {display: block; width: 110px; border: 1px solid #57b5bb; border-radius: 17px; text-align: center;}
.board_view .board_top .down_box .list li .box .txt {display: inline-block; padding: 0 0 0 26px; background-position: left center; background-repeat: no-repeat; font-weight: 600; font-size: 14px; line-height: 33px; color: #222222;}
.board_view .board_top .down_box .list li .box.img .txt {background-image: url("/kor/images/sub/img_icon02.png");}
.board_view .board_top .down_box .list li .box.file .txt {background-image: url("/kor/images/sub/file_icon02.png");}
.board_view .board_cont {padding: 50px 80px; border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee;}
.board_view .board_cont .text {font-size: 16px; line-height: 1.5;}
.board_view .post_nav {margin: 45px 0 0; border-top: 1px solid #eeeeee;}
.board_view .post_nav .list {}
.board_view .post_nav .list li {padding: 16px 0; border-bottom: 1px solid #eeeeee;}
.board_view .post_nav .list li .item_wrapper {display: table; table-layout: fixed; width: 100%; position: relative;}
.board_view .post_nav .list li .item_wrapper .tit {display: table-cell; position: relative; width: 145px; padding: 0 20px 0 30px; vertical-align: middle;}
.board_view .post_nav .list li .item_wrapper .tit .icon {position: relative; background-repeat: no-repeat; background-position: right center; font-weight: 600; font-size: 15px; line-height: 27px; color: #222222;}
.board_view .post_nav .list li.prev .item_wrapper .tit .icon {background-image: url("/kor/images/sub/prev_icon.png");}
.board_view .post_nav .list li.next .item_wrapper .tit .icon {background-image: url("/kor/images/sub/next_icon.png");}
.board_view .post_nav .list li .item_wrapper .tit:before {display: block;content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 20px; background-color: #dddddd;}
.board_view .post_nav .list li .item_wrapper .post {display: table-cell; width: 100%; padding: 0 20px; vertical-align: middle; font-weight: 400; font-size: 16px; line-height: 27px; color: #777777;}
.board_view .post_nav .list li .item_wrapper .post a {height: 27px; 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: #888;}

.board_view .board_top .down_box .list li .box:hover {background-color: #57b5bb;}
.board_view .board_top .down_box .list li .box.img:hover .txt {background-image: url("/kor/images/sub/img_icon_on.png"); color: #fff;}
.board_view .board_top .down_box .list li .box.file:hover .txt {background-image: url("/kor/images/sub/file_icon_on.png"); color: #fff;}


.catalog_area {}
.catalog_area .list {display: flex; flex-wrap: wrap; gap: 50px 26px;}
.catalog_area .list li {width: calc(20% - 20.8px);}
.catalog_area .list li .box {}
.catalog_area .list li .box .box_inner {position: relative; padding: 40px; border-radius: 20px; border: 1px solid #e5e5e5; background-color: #fff; box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.05);}
.catalog_area .list li .box .box_inner .img_box {}
.catalog_area .list li .box .box_inner .img_box .img_inner {position: relative; padding: 0 0 142.52%; overflow: hidden; border: 1px solid #e5e5e5; box-shadow: 5px 9px 20px 0px rgba(0, 0, 0, 0.2);}
.catalog_area .list li .box .box_inner .img_box .img_inner img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; /* object-fit: contain; */}
.catalog_area .list li .box .box_inner .hover_box {display:none; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 20px; background-color: rgba(0, 0, 0, 0.4);}
.catalog_area .list li .box .box_inner .hover_box .hover_inner {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%)}
.catalog_area .list li .box .box_inner .hover_box .hover_inner .pdf_icon {text-align: center;}
.catalog_area .list li .box .box_inner .hover_box .hover_inner .pdf_icon img {}
.catalog_area .list li .box .box_inner .hover_box .hover_inner .down_btn {margin: 10px 0 0; text-align: center;}
.catalog_area .list li .box .box_inner .hover_box .hover_inner .down_btn img {}
.catalog_area .list li .box .box_inner .hover_box .hover_inner .text {margin: 10px 0 0; font-family: "Play"; font-weight: 700; font-size: 18px; line-height: 24px; color: #ffffff;}
.catalog_area .list li .box .text_box {margin: 10px 0 0; text-align: center;}
.catalog_area .list li .box .text_box .text {font-weight: 500; font-size: 17px; line-height: 26px; color: #111111;}
.catalog_area .list li .box:hover .box_inner .hover_box, .catalog_area .list li .box:focus .box_inner .hover_box {display: block;}


.com_dot_text {}
.com_dot_text .list {}
.com_dot_text .list li {margin: 10px 0 0;}
.com_dot_text .list li:first-child {margin: 0;}
.com_dot_text .list li .text {display: inline-block; position: relative; padding: 0 0 0 15px; font-weight: 400; font-size: 17px; line-height: 24px; color: #888888;}
.com_dot_text .list li .text:before {display: block; content: ""; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; border-radius: 50%; background-color: #57b5bb;}

.com_dot_text .info_box {display: flex; align-items: center; gap: 30px;	padding: 0 0 0 15px;}
.com_dot_text .info_box .box {display: flex; gap: 5px; align-items: center;}
.com_dot_text .info_box .box .icon {}
.com_dot_text .info_box .box .icon img {}
.com_dot_text .info_box .box .text {font-weight: 400; font-size: 17px; line-height: 24px; color: #222222;}



.com_table_area {}
.com_table_area .table_area {border-radius: 15px; border: 1px solid #e6e6e6; overflow: hidden;}
.com_table_area .table_area table {width: 100%; text-align: center;}
.com_table_area .table_area table thead {}
.com_table_area .table_area table thead tr {}
.com_table_area .table_area table thead tr td {padding: 18px 5px; border-bottom: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; background-color: #57b5bb; font-weight: 500; font-size: 17px; line-height: 24px; color: #ffffff;}
.com_table_area .table_area table tbody {}
.com_table_area .table_area table tbody tr {}
.com_table_area .table_area table tbody tr td {background-color: #fff; border-bottom: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; padding: 18px 5px; font-weight: 400; font-size: 17px; line-height: 24px; color: #222222;}
.com_table_area .table_area table tbody tr:last-child td {border-bottom: none;}
.com_table_area .table_area table tbody tr td:last-child {border-right: none;}
.com_table_area .table_area table thead tr:last-child td {border-bottom: none;}
.com_table_area .table_area table thead tr td:last-child {border-right: none;}

.com_table_area .table_area table tbody tr td.bdb_none {border-bottom: none;}
.com_table_area .table_area table tbody tr td .chk_box {}
.com_table_area .table_area table tbody tr td .chk_box .chk_inner {padding: 0; text-align: center;}
.com_table_area .table_area table tbody tr td .chk_box .chk_inner .inp_chk {position: inherit; top: inherit; left: inherit;}

.policy_area {background-color: #f9f9f9; border: 1px solid #e9e9e9;}
.policy_area .policy_box {height: 240px; padding: 40px; overflow-y: auto; font-weight: 400; font-size: 17px; line-height: 24px; color: #222222;}
.policy_check_area {display: flex; justify-content: end;}
.policy_check_area .chk_inner {}
.policy_check_area .chk_inner label {color: #222222;}


.com_pop_area {position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1111;}
.com_pop_area .pop_area {width: 360px; border: 2px solid #57b5bb; padding: 10px 10px 30px; background-color: #fff;}
.com_pop_area .pop_area .cont {}
.com_pop_area .pop_area .cont .pop_close {display: block; margin: 0 0 0 auto;}
.com_pop_area .pop_area .cont .pop_close img {vertical-align: middle;}
.com_pop_area .pop_area .cont .title {margin: 20px 0 0; font-weight: 500; font-size: 18px; line-height: 24px; color: #888888; text-align: center;}
.com_pop_area .pop_area .cont .btn {display: block; width: 70px; margin: 20px auto 0; background-color: #57b5bb; font-weight: 500; font-size: 17px; line-height: 35px; color: #ffffff;}


.sign_area {width: 100%; max-width: 600px; margin: 0 auto;}
.sign_area .sign_box {}
.sign_area .sign_box .title {font-weight: 600; font-size: 24px; line-height: 30px; color: #111111; text-align: center;}
.sign_area .sign_box .title.ft_s32 {font-size: 32px; line-height: 40px;}
.sign_area .sign_box .input_list {width: 100%; max-width: 510px; margin: 40px auto 0;}
.sign_area .sign_box .input_list .list {}
.sign_area .sign_box .input_list .list li {margin: 15px 0 0;}
.sign_area .sign_box .input_list .list li:first-child {margin: 0;}
.sign_area .sign_box .input_list .list li input {width: 100%; padding: 0 20px; background-color: #f9f9f9; border: 1px solid #e9e9e9; font-weight: 400; font-size: 17px; line-height: 58px; color: #888888;}



.com_tab_menu {}
.com_tab_menu .list {display: flex; gap: 10px; flex-wrap: wrap; justify-content: center;}
.com_tab_menu .list li {list-style-type: none !important;}
.com_tab_menu .list li .btn {display: flex; align-items: center; justify-content: center; width: 100px; height: 40px; border: 1px solid #57b5bb; border-radius: 20px; background-color: #fff; text-align: center;}
.com_tab_menu .list li .btn .text {font-weight: 400; font-size: 16px; line-height: 20px; color: #111111; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word;}
.com_tab_menu .list li.on .btn {background-color: #57b5bb; border: 1px solid #57b5bb}
.com_tab_menu .list li.on .btn .text {font-weight: 700; color: #fff;}
.com_tab_menu .list li .btn:hover, .com_tab_menu .list li .btn:focus {background-color: #57b5bb;}
.com_tab_menu .list li .btn:hover .text, .com_tab_menu .list li .btn:focus .text {font-weight: 700; color: #fff;}

.payment_box {}
.payment_box .list {display: flex; gap: 0 10px;}
.payment_box .list li {}
.payment_box .list li .box {display: block; width: 220px; border: 3px solid #57b5bb; text-align: center;}
.payment_box .list li .box .text {display: inline-block; padding: 0 0 0 50px; background-repeat: no-repeat; background-position: left center; font-weight: 400; font-size: 18px; line-height: 54px; color: #222222; text-align: center;}
.payment_box .list li.card .box .text {background-image: url("/kor/images/sub/card_icon.png");}
.payment_box .list li.account .box .text {background-image: url("/kor/images/sub/account_icon.png");}
.payment_box .list li.on .box {background-color: #57b5bb;}
.payment_box .list li.on .box .text {color: #fff;}
.payment_box .list li.card.on .box .text {background-image: url("/kor/images/sub/card_icon_on.png");}
.payment_box .list li.account.on .box .text {background-image: url("/kor/images/sub/account_icon_on.png");}

.login_area {width: 100%; max-width: 510px; margin: 0 auto;}
.login_area .title {font-weight: 600; font-size: 30px; line-height: 34px; color: #57b5bb; text-align: center;}
.login_area .login_box {margin: 30px 0 0;}
.login_area .login_box .list {}
.login_area .login_box .list li {margin: 15px 0 0;}
.login_area .login_box .list li:first-child {margin: 0;}
.login_area .login_box .list li input {width: 100%; padding: 0 20px; background-color: #f9f9f9; border: 1px solid #e9e9e9; font-weight: 400; font-size: 17px; line-height: 58px; color: #888888;}
.login_area .btn_area {}
.login_area .util_box {margin: 40px 0 0; padding: 25px 0 0; border-top: 1px solid #999999;}
.login_area .util_box .tit {font-weight: 500; font-size: 17px; line-height: 24px; color: #222222; text-align: center;}
.login_area .util_box .menu_list {margin: 15px 0 0;}
.login_area .util_box .menu_list .list {display: flex; gap: 0 10px; justify-content: center;}
.login_area .util_box .menu_list .list li {}
.login_area .util_box .menu_list .list li .btn {display: block; width: 130px; border: 1px solid #000000; border-radius: 20px; font-weight: 400; font-size: 16px; line-height: 38px; color: #222222; text-align: center;}
.login_area .util_box .menu_list .list li.bg01 .btn {border-color: #57b5bb; font-weight: 700; background-color: #57b5bb; color: #fff;}



.register_none {padding: 45px 10px; background-color: #fafafa; border: 1px solid #e9e9e9; border-radius: 25px; text-align: center;}
.register_none .text {font-weight: 600; font-size: 22px; line-height: 30px; color: #222222;}

.com_text_box {}
.com_text_box .text {font-weight: 400; font-size: 32px; line-height: 40px; color: #222222;}

.sponsor_area {}
.sponsor_area .list {display: flex; gap: 25px 28px; flex-wrap: wrap;}
.sponsor_area .list li {width: calc(20% - 22.4px);}
.sponsor_area .list li .box {}
.sponsor_area .list li .box .img_box {display: flex; align-items: center; justify-content: center; height: 100px; border: 1px solid #d3d3d3; padding: 5px;}
.sponsor_area .list li .box .img_box img {}
.sponsor_area .list li .box .text {margin: 10px 0 0; font-weight: 400; font-size: 17px; line-height: 24px; color: #222222; text-align: center;}

@media screen and (max-width: 1600px) {
	

	
}

@media screen and (max-width: 1400px) {
	.sub_top_area {margin: 0 0 40px; padding: 90px 0 0;}
	.sub_top_area .sub_top_box {height: 300px;}
	.sub_top_area .sub_top_box .text_box .title {font-size: 60px; line-height: 64px;}
	
	.sub_top_area .menu_area {padding: 30px 0;}
	.sub_top_area .menu_area .menu_list .list {gap: 0 30px}
	.sub_top_area .menu_area .menu_list .list li .text {font-size: 16px; line-height: 20px;}

	.com_title_area {margin: 0 0 30px;}
	.com_title_area .title {padding: 20px 0 0; font-size: 40px; line-height: 40px;}
	.com_title_area .text {margin: 15px 0 0; font-size: 18px; line-height: 24px;}

	.sub_cont {padding: 0 0 100px;}

	.contents:before {width: 350px; height: 411px; background-size: cover;}

	.act_area .list {gap: 30px 20px;}
	.act_area .list li {width: calc(25% - 15px);}
	.act_area .list li .box .text_box {margin: 10px 0 0; padding: 0;}
	.act_area .list li .box .text_box .sort {width: 60px;}
	.act_area .list li .box .text_box .title {margin: 10px 0 0; font-size: 18px; line-height: 24px;}
	.act_area .list li .box .text_box .text {font-size: 14px; line-height: 20px;}
	.act_area .list li .box .text_box .date {font-size: 14px; line-height: 20px;}

	.conference_area > .list > li .box {padding: 30px; gap: 0 20px;}
	.conference_area > .list > li .box .img_wrap {width: 240px;}
	.conference_area > .list > li .box .text_box .title_box .sort {margin: 0 0 10px;}
	.conference_area > .list > li .box .text_box .title_box .title {font-size: 24px; line-height: 28px;}
	.conference_area > .list > li .box .text_box .info_box {margin: 15px 0 0;}
	.conference_area > .list > li .box .text_box .info_box .info_list li .text {font-size: 16px; line-height: 20px;}
	.conference_area > .list > li .box .text_box .info_box .info_list li .text:before {top: 5px;}
	.conference_area > .list > li .box .text_box .info_box .btn_box .btn {width: 120px;}
	.conference_area > .list > li .box .text_box .info_box .btn_box .btn .text {font-size: 14px; line-height: 33px;}

	.map_area .map_btm {padding: 20px;}
	.map_area .map_top .map_box .name {padding: 6px 20px; font-size: 16px;}
	.map_area .map_btm .map_info_box .list {gap: 10px 20px;}
	.map_area .map_btm .map_info_box .map_btn {width: 200px; font-size: 18px; line-height: 40px;}
	.map_area .map_btm .map_info_box .list li .txt {padding: 0 0 0 22px; background-position: left top; font-size: 16px; line-height: 20px;}

	.com_text_area {padding: 30px;}
	.com_text_area .text_area > .list > li {margin: 30px 0 0;}

	.greeting_area {gap: 0 60px;}
	.greeting_area .img_box img {width: 400px;} 
	.greeting_area .text_box .title {font-size: 28px; line-height: 40px;}
	.greeting_area .text_box .text {margin: 20px 0 0; font-size: 16px; line-height: 26px;}
	.greeting_area .text_box .text br.mob {display: none;}
	.greeting_area .text_box .name {margin: 40px 0 0; font-size: 16px; line-height: 26px;}
	.greeting_area .text_box .name img {margin: 10px 0 0; width: 100px;}

	.history_area > .list > li {margin: 15px 0 0;}
	.history_area > .list > li .history_box {gap: 0 40px;}
	.history_area > .list > li .history_box .year {width: 70px; font-size: 26px; line-height: 30px;}
	.history_area > .list > li .history_box .info_box {padding: 4px 0 0;}
	.history_area > .list > li .history_box .info_box .list li .box {font-size: 18px; line-height: 24px;}

	.com_bg_box {height: 500px;}
	.com_bg_box .text_box {padding: 0 10px;}
	.com_bg_box .text_box .logo_box img {width: 140px;}
	.com_bg_box .text_box .text {margin: 20px 0 0; font-size: 26px; line-height: 30px;}
	.com_bg_box.bg02 .text_box .text {font-size: 20px; line-height: 26px;}

	.commit_area > .list > li {margin: 40px 0 0;}
	.commit_area > .list > li .commit_box .title_area {margin: 0 0 10px;}
	.commit_area > .list > li .commit_box .title_area .title {font-size: 24px; line-height: 30px;}
	.commit_area > .list > li .commit_box .info_box > .list {gap: 10px;}
	.commit_area > .list > li .commit_box .info_box > .list > li {width: calc(25% - 7.5px);}
	.commit_area > .list > li .commit_box .info_box > .list > li .box {padding: 10px; gap: 0 10px;}
	.commit_area > .list > li .commit_box .info_box > .list > li .box .text_box .sort_box .text_list li {margin: 6px 0 0;}
	.commit_area > .list > li .commit_box .info_box > .list > li .box .text_box .name_box {margin: 6px 0 0; font-size: 18px; line-height: 26px;}
	.commit_area > .list > li .commit_box .info_box > .list > li .box .text_box .name_box .name {font-size: 26px; line-height: 26px;}
	.commit_area > .list > li .commit_box .info_box > .list > li .box .text_box .sort_box .sort {padding: 0 10px; font-size: 16px; line-height: 30px;}
	.commit_area > .list > li .commit_box .info_box > .list > li .box .text_box .sort_box .text_list {margin: 6px 0 0; padding: 0 10px;}
	.commit_area > .list > li .commit_box .info_box > .list > li .box .text_box .sort_box .text_list li .txt {padding: 0 0 0 8px;}
	.commit_area > .list > li .commit_box .info_box > .list > li .box .text_box .position {font-size: 16px; line-height: 20px;}
	.commit_area > .list > li .commit_box .info_box > .list > li .box .text_box .info {font-size: 16px; line-height: 20px;}
	.commit_area > .list > li .commit_box .info_box > .list > li .box .img_box img {width: 110px; height: 100px;}

	.commit_area > .list > li.w33 .commit_box .info_box > .list {gap: 10px;}
	.commit_area > .list > li.w33 .commit_box .info_box > .list > li {width: calc(33.3333% - 6.6666px);}
	.commit_area > .list > li.w33 .commit_box .info_box > .list > li .box .img_box img {width: 120px; height: 160px;}

	.sub_title_area {margin: 0 0 20px;}
	.sub_title_area .title {font-size: 30px; line-height: 34px;}

	.establish_area .establish_top .info_list > .list {gap: 0 30px; padding: 30px 0 0;}
	.establish_area .establish_top .info_list > .list > li:nth-child(2) {margin: -30px 0 0;}
	.establish_area .establish_top .info_list > .list > li .box .text_box {padding: 40px 20px;}
	.establish_area .establish_top .info_list > .list > li .box .text_box .title {font-size: 30px; line-height: 34px;}
	.establish_area .establish_top .info_list > .list > li .box .text_box .text_list .list li .txt {font-size: 18px; line-height: 22px;}
	.establish_area .establish_mid .logo_box img {width: 450px;}
	.establish_area .establish_mid .logo_box .text {margin: 10px 0 0; font-size: 24px; line-height: 30px;}
	.establish_area .establish_mid .purpose_area .purpose_list .list {gap: 0 25px;}
	.establish_area .establish_mid .purpose_area .purpose_list .list li .box {width: 260px; height: 260px;}
	.establish_area .establish_mid .purpose_area .purpose_list .list li .box .icon_box img {height: 72px;}
	.establish_area .establish_mid .purpose_area .purpose_list .list li .box .text {margin: 30px 0 0; font-size: 20px; line-height: 24px;}
	.establish_area .establish_btm .bg_area {padding: 100px 0;}
	.establish_area .establish_btm .bg_area .bg_list .list {gap: 0 30px;}
	.establish_area .establish_btm .bg_area .bg_list .list li .box {gap: 0 15px; height: 140px; padding: 10px 30px;}
	.establish_area .establish_btm .bg_area .bg_list .list li .box .text_box .title {font-size: 24px; line-height: 30px;}
	.establish_area .establish_btm .bg_area .bg_list .list li .box .text_box .text {font-size: 18px; line-height: 20px;}
	.establish_area .establish_btm .bg_area .bg_list .list li .box .icon_box img {height: 56px;}


	.dot_title_area .title {font-size: 20px; line-height: 24px;}
	.dot_title_area .title:before {top: 6px;}
	.dot_title_area .text {margin: 6px 0 0; font-size: 16px; line-height: 22px;}
	.dot_title_area .text.lh_30 {line-height: 26px;}
	

	.step_box .list {gap: 0 20px;}
	.step_box .list li .box {width: 160px; height: 160px; }
	.step_box .list li .box .icon_box {width: 47px; height: 50px;;}
	.step_box .list li .box .text_box {margin: 10px 0 0; font-size: 18px; line-height: 24px;}
	.step_box .list li .box .text_box .ft_s {font-size: 14px;}


	.date_box {font-size: 18px; line-height: 22px; }
	.date_box .inner .title {width: 240px; padding: 15px 0; }
	.date_box .inner .text {padding: 15px;}

	.inquriy_area {padding: 25px;}
	.inquriy_area .title {font-size: 24px; line-height: 26px;}
	.inquriy_area .info_list {margin: 10px 0 0;}
	.inquriy_area .info_list .list {gap: 0 20px; }
	.inquriy_area .info_list .list li .text {padding: 0 0 0 30px; font-size: 16px; line-height: 22px;}

	.row_table_area .table_area table tbody tr th {padding: 15px 20px; font-size: 16px; line-height: 22px;}
	.row_table_area .table_area table tbody tr td {padding: 15px 20px; font-size: 16px; line-height: 22px;}
	.row_table_area .table_area table tbody tr td .text_list .title {font-size: 16px; line-height: 22px;}
	.row_table_area .table_area table tbody tr td .text_list .list {padding: 0 0 0 15px;}
	.row_table_area .table_area table tbody tr td .text_list .list li .txt {font-size: 16px; line-height: 22px;}
	.row_table_area .table_area table tbody tr td .info {gap: 0 10px;}
	.row_table_area .table_area table tbody tr td .chk_list .list li .radio_area .radio_inp:before {width: 16px; height: 16px;}

	.row_table_area.sty3 .table_area table tbody tr th {font-size: 18px;}
	.row_table_area.sty3 .table_area table tbody tr td {font-size: 16px;}

	.form_area {padding: 30px;}
	.form_area .form_inner {gap: 0 20px;}
	.form_area .form_inner .attach_area {width: 220px;}
	.form_area .form_inner .attach_area .attach_box .box .img_wrap {max-width: 220px;}
	.form_area .form_inner .info_area > .list > li {padding: 20px 0;}
	.form_area .form_inner .info_area > .list > li:first-child {padding: 0 0 20px;}
	.form_area .form_inner .info_area > .list > li .box .info_box {gap: 0 10px;}
	.form_area .form_inner .info_area > .list > li .box .info input {padding: 10px 15px;}
	.form_area .form_inner .info_area > .list > li .box .info select {padding: 10px 15px;}
	.form_area .form_inner .info_area > .list > li .box .info textarea {height: 180px; padding: 10px 15px;}
	.form_area .form_inner .info_area > .list > li .box .plus_input_box .input_top .list {width: calc(100% - 50px); gap: 0 10px;}
	.form_area .form_inner .info_area > .list > li .box .plus_input_box .input_btm {gap: 0 10px;}
	.form_area .form_inner .info_area > .list > li .box .plus_input_box .input_btm .list li input {padding: 10px 15px;}
	.form_area .form_inner .info_area > .list > li .box .plus_input_box .input_btm .list {width: calc(100% - 50px); gap: 0 10px;}
	.form_area .form_inner .info_area > .list > li .box .plus_input_box .input_btm .plus_btn {width: 46px; height: 46px;}
	.form_area .form_inner .info_area > .list > li .box .attach_box .box .attach_vinput {padding: 6px 15px;}
	.form_area .form_inner .info_area > .list > li .box .attach_box .box .attach_vbox .att_btn_box .attach_btn {line-height: 47px;}
	.form_area .form_inner .info_area > .list > li .box + .box {padding: 20px 0 0;}
	.form_area .form_inner .info_area > .list > li .box .info.w100 input + input {margin: 10px 0 0;}
	.form_area .form_inner .info_area > .list > li .box.flex .title {width: 100px;}
	.form_area .form_inner .info_area > .list > li .box.flex .info.textarea_wrap textarea {height: 90px;}
	.form_area .form_inner .info_area > .list > li .box .info_box .info.info_btn .btn { line-height: 46px;}


	.notice_area {margin: 40px 0 0;}
	.notice_area .list li .box {padding: 20px 30px;}
	.notice_area .list li .box .menu {font-size: 14px; line-height: 18px;}
	.notice_area .list li .box .title {font-size: 24px; line-height: 30px;}
	.notice_area .list li .box .text {margin: 10px 0 0; font-size: 14px; line-height: 22px;}
	.notice_area .list li .box .info_box {margin: 10px 0 0; gap: 0 10px;}
	.notice_area .list li .box .info_box .date {font-size: 14px; line-height: 21px;}

	
	.notice_area.sty2 .list li .box {gap: 0 20px;}
	.notice_area.sty2 .list li .box .img_box {width: 220px;}


	.sch_area {max-width: 350px; margin: 0 0 40px auto;}
	.sch_area .sch_inner .select_box select {line-height: 40px;}
	.sch_area .sch_inner .input_box input {padding: 0 10px; line-height: 40px;}


	.board_view .board_top .title_box > .title {font-size: 24px; line-height: 30px;}
	.board_view .board_top .title_box .info_list {margin: 10px 0 0;}
	.board_view .board_top .title_box .info_list .list li .box .title {font-size: 14px;}
	.board_view .board_cont {padding: 40px;}
	.board_view .post_nav .list li {padding: 12px 0;}
	.board_view .post_nav .list li .item_wrapper .tit {width: 110px; padding: 0 10px;}
	.board_view .post_nav .list li .item_wrapper .tit .icon {font-size: 14px; line-height: 20px;}
	.board_view .post_nav .list li .item_wrapper .post {padding: 0 10px; font-size: 14px; line-height: 20px;}
	.board_view .post_nav .list li .item_wrapper .post a {height: 20px;}

	.catalog_area .list {gap: 40px 20px;}
	.catalog_area .list li {width: calc(25% - 15px);}
	.catalog_area .list li .box .box_inner { padding: 30px;}
	.catalog_area .list li .box .box_inner .hover_box .hover_inner .text {font-weight: 700; font-size: 16px; line-height: 20px;}
	.catalog_area .list li .box .text_box .text {font-size: 16px; line-height: 24px;}

	.com_dot_text .list li .text {font-size: 16px; line-height: 22px;}
	.com_dot_text .list li .text:before {top: 7px;}


	.com_table_area .table_area table thead tr td {padding: 12px 5px; font-size: 16px; line-height: 22px;}
	.com_table_area .table_area table tbody tr td {padding: 12px 5px; font-size: 16px; line-height: 22px;}


	.policy_area .policy_box {height: 200px; padding: 30px; font-sizE: 16px; line-height: 22px;}


	.com_pop_area .pop_area {width: 320px; padding: 10px 10px 20px;}
	.com_pop_area .pop_area .cont .title {margin: 10px 0 0; font-size: 16px; line-height: 22px;}
	.com_pop_area .pop_area .cont .btn {width: 60px; margin: 10px auto 0; font-size: 16px; line-height: 30px;}

	.sign_area .sign_box .title {font-size: 20px; line-height: 24px;}
	.sign_area .sign_box .title.ft_s32 {font-size: 26px; line-height: 30px;}
 
	.sign_area .sign_box .input_list {max-width: 450px; margin: 30px auto 0;}
	.sign_area .sign_box .input_list .list li {margin: 10px 0 0;}
	.sign_area .sign_box .input_list .list li input {padding: 0 15px; font-size: 16px; line-height: 48px;}


	.com_tab_menu .list li .btn {width: 90px; height: 32px;}

	.com_dot_text .info_box {gap: 20px;}
	.com_dot_text .info_box .box .icon img {width: 26px;}
	.com_dot_text .info_box .box .text {font-size: 16px; line-height: 20px;}

	.payment_box .list li .box {width: 180px;}
	.payment_box .list li .box .text {padding: 0 0 0 45px; background-size: 36px auto; font-size: 16px; line-height: 44px;}

	.login_area .title {font-size: 26px; line-height: 30px;}
	.login_area .login_box {margin: 15px 0 0;}
	.login_area .login_box .list li {margin: 10px 0 0;}
	.login_area .login_box .list li input {padding: 0 15px; font-size: 16px; line-height: 48px;}
	.login_area .util_box {margin: 30px 0 0; padding: 15px 0 0;;}
	.login_area .util_box .tit {font-size: 16px; line-height: 20px;}
	.login_area .util_box .menu_list {margin: 10px 0 0;}
	.login_area .util_box .menu_list .list li .btn {width: 110px; font-size: 14px; line-height: 32px;}



	.register_none {padding: 30px 10px;}
	.register_none .text {font-size: 20px; line-height: 26px;}

	.com_text_box .text {font-size: 26px; line-height: 30px;}
	

	.sponsor_area .list {gap: 20px;}
	.sponsor_area .list li {width: calc(20% - 16px);}
	.sponsor_area .list li .box .img_box {height: 90px;}
	.sponsor_area .list li .box .text {font-size: 16px; line-height: 20px;}





}

@media screen and (max-width: 1280px) {


}
@media screen and (max-width: 1080px) {

	.sub_top_area {margin: 0 0 20px; padding: 74px 0 0;}
	.sub_top_area .sub_top_box {height: 240px;}
	.sub_top_area .sub_top_box .text_box .title {font-size: 40px; line-height: 44px;}

	.sub_top_area .menu_area {padding: 15px 0;}
	.sub_top_area .menu_area .menu_list .list {gap: 0 10px}
	.sub_top_area .menu_area .menu_list .list li .text {padding: 0 0 0 13px; font-size: 14px; line-height: 18px;}
	.sub_top_area .menu_area .breadcrumb_area .list li {margin: 0 6px 0 0; padding: 0 10px 0 0;}
	.sub_top_area .menu_area .breadcrumb_area .list li .text {font-size: 14px; line-height: 18px;}

	.com_title_area {margin: 0 0 20px;}
	.com_title_area .title {padding: 15px 0 0; font-size: 30px; line-height: 30px;}
	.com_title_area .title:before {width: 40px;}
	.com_title_area .text {margin: 10px 0 0; font-size: 16px; line-height: 20px;}

	.sub_cont {padding: 0 0 60px;}

	.contents:before {width: 260px; height: 311px;}	

	.act_area .list {gap: 20px 10px;}
	.act_area .list li {width: calc(33.3333% - 6.6666px);}

	.act_area .list li .box .text_box {margin: 6px 0 0;}
	.act_area .list li .box .text_box .sort {width: 50px;}
	.act_area .list li .box .text_box .title {margin: 6px 0 0; font-size: 16px; line-height: 20px;}
	.act_area .list li .box .text_box .text {margin: 6px 0 0;}
	.act_area .list li .box .text_box .date {margin: 6px 0 0; }


	.conference_area > .list > li .box {padding: 20px; gap: 0 10px;}
	.conference_area > .list > li .box .text_box .title_box .sort {width: 90px; margin: 0 0 5px; font-size: 12px; line-height: 22px;}
	.conference_area > .list > li .box .text_box .title_box .title {font-size: 20px; line-height: 24px;}
	.conference_area > .list > li .box .text_box .info_box {margin: 10px 0 0; flex-direction: column; gap: 5px;}
	.conference_area > .list > li .box .text_box .info_box .info_list li {margin: 0;}
	.conference_area > .list > li .box .text_box .info_box .info_list li .text {padding: 0 0 0 10px; font-size: 14px; line-height: 18px;}
	.conference_area > .list > li .box .text_box .info_box .info_list li .text:before {top: 6px; width: 4px; height: 4px;}
	.conference_area > .list > li .box .text_box .info_box .btn_box {gap: 0 5px;}
	.conference_area > .list > li .box .text_box .info_box .btn_box .btn {width: 100px;}
	.conference_area > .list > li .box .text_box .info_box .btn_box .btn .text {font-size: 12px; line-height: 30px;}
	.conference_area > .list > li .box .text_box .info_box .btn_box .btn.sty2 .text {background-size: 11px auto;}


	.map_area .map_btm {padding: 10px;}
	.map_area .map_top .map_box .name {padding: 4px 10px; font-size: 14px;}
	.map_area .map_btm .map_info_box {padding: 0 200px 0 0;}
	.map_area .map_btm .map_info_box .list {gap: 10px;}
	.map_area .map_btm .map_info_box .map_btn {width: 160px; font-size: 16px; line-height: 35px;}
	.map_area .map_btm .map_info_box .list li .txt {padding: 0 0 0 20px; background-size: auto 18px; font-size: 14px; line-height: 18px;}


	.com_text_area {padding: 20px;}
	.com_text_area .text_area > .list > li {margin: 20px 0 0;}
	.com_text_area .text_area > .list > li .title {font-size: 14px; line-height: 20px;}
	.com_text_area .text_area > .list > li .text_list {font-size: 14px; line-height: 20px;}
	.com_text_area .text_area > .list > li .text_list > li .text_list2 {padding: 0 0 0 14px;}
	.com_text_area .text_area > .list > li .text_list > li > .text {padding: 0 0 0 16px;}


	.greeting_area {gap: 10px 30px; flex-direction: column;}
	.greeting_area .img_box {text-align: center;}
	.greeting_area .img_box img {width: 300px; margin: 0 auto;} 
	.greeting_area .text_box .title {font-size: 24px; line-height: 30px;}
	.greeting_area .text_box .text {margin: 10px 0 0; font-size: 14px; line-height: 24px;}
	.greeting_area .text_box .name {margin: 30px 0 0; font-size: 14px; line-height: 22px;}
	.greeting_area .text_box .name img {margin: 10px 0 0; width: 80px;}


	.history_area > .list > li {margin: 10px 0 0;}
	.history_area > .list > li .history_box {gap: 0 20px;}
	.history_area > .list > li .history_box .year {width: 50px; font-size: 22px; line-height: 24px;}
	.history_area > .list > li .history_box .info_box .list li {margin: 6px 0 0;}
	.history_area > .list > li .history_box .info_box .list li .box {font-size: 16px; line-height: 22px;}
	.history_area > .list > li .history_box .info_box .list li .box .month {width: 25px;}

	.com_bg_box {height: 380px;}
	.com_bg_box .text_box .logo_box img {width: 100px;}
	.com_bg_box .text_box .text {margin: 10px 0 0; font-size: 22px; line-height: 28px;}
	.com_bg_box.bg02 .text_box .text {font-size: 18px; line-height: 24px;}

	.commit_area > .list > li.w33 .commit_box .info_box > .list {}
	.commit_area > .list > li .commit_box .info_box > .list > li .box {flex-direction: column; gap: 10px;}

	.commit_area > .list > li .commit_box .info_box > .list > li .box .text_box .name_box {text-align: center;}
	.commit_area > .list > li .commit_box .info_box > .list > li .box .text_box .info {margin: 6px 0 0; text-align: center;}
	.commit_area > .list > li.w33 .commit_box .info_box > .list > li .box .text_box .info {margin: 6px 0 0;}
	.commit_area > .list > li .commit_box .info_box > .list > li .box .text_box .sort_box {margin: 6px 0 0;}
	.commit_area > .list > li .commit_box .info_box > .list > li .box .text_box .position {text-align: center;}
	.commit_area > .list > li .commit_box .info_box > .list > li .box .text_box .name_box {font-size: 16px; line-height: 20px;}
	.commit_area > .list > li .commit_box .info_box > .list > li .box .text_box .name_box .name {font-size: 20px; line-height: 20px;}
	.commit_area > .list > li .commit_box .info_box > .list > li .box .text_box .sort_box .sort {font-size: 14px; line-height: 26px;}
	.commit_area > .list > li .commit_box .info_box > .list > li .box .text_box .sort_box .text_list li .txt {font-size: 14px; line-height: 18px;}


	.sub_title_area {margin: 0 0 10px;}
	.sub_title_area .title {font-size: 24px; line-height: 30px;}

	.establish_area .establish_top .info_list > .list {gap: 0 10px; padding: 20px 0 0;}
	.establish_area .establish_top .info_list > .list > li:nth-child(2) {margin: -20px 0 0;}
	.establish_area .establish_top .info_list > .list > li .box .text_box {padding: 20px 10px;}
	.establish_area .establish_top .info_list > .list > li .box .text_box .title {font-size: 24px; line-height: 30px;}
	.establish_area .establish_top .info_list > .list > li .box .text_box .text_list .list li {margin: 6px 0 0;}
	.establish_area .establish_top .info_list > .list > li .box .text_box .text_list .list li .txt {font-size: 16px; line-height: 20px;}
	.establish_area .establish_top .info_list > .list > li .box .text_box .text_list .list li .txt:before {width: 5px; height: 5px; top: 4p5pxx;}
	.establish_area .establish_mid .logo_box img {width: 350px;}
	.establish_area .establish_mid .logo_box .text {margin: 6px 0 0; font-size: 20px; line-height: 24px;}
	.establish_area .establish_mid .purpose_area .purpose_list .list {gap: 0 15px;}
	.establish_area .establish_mid .purpose_area .purpose_list .list li .box {width: 200px; height: 200px;}
	.establish_area .establish_mid .purpose_area .purpose_list .list li .dot {width: 8px; height: 8px;}
	.establish_area .establish_mid .purpose_area .purpose_list .list li .box .icon_box img {height: 56px;}
	.establish_area .establish_mid .purpose_area .purpose_list .list li .box .text {margin: 20px 0 0; font-size: 18px; line-height: 20px;}
	.establish_area .establish_btm .bg_area {padding: 60px 0;}
	.establish_area .establish_btm .bg_area .bg_list .list {gap: 0 10px;}
	.establish_area .establish_btm .bg_area .bg_list .list li .box {border-radius: 20px;}
	.establish_area .establish_btm .bg_area .bg_list .list li .box {gap: 0 11px; height: 120px; padding: 10px;}
	.establish_area .establish_btm .bg_area .bg_list .list li .box .text_box .title {font-size: 20px; line-height: 24px;}
	.establish_area .establish_btm .bg_area .bg_list .list li .box .text_box .text {margin: 4px 0 0; font-size: 16px; line-height: 18px;}
	.establish_area .establish_btm .bg_area .bg_list .list li .box .icon_box img {height: 50px;}

	
	.dot_title_area .title {padding: 0 0 0 14px; font-size: 18px; line-height: 20px;}
	.dot_title_area .title:before {top: 4px; width: 4px; height: 4px;}
	.dot_title_area .text {margin: 5px 0 0; font-size: 14px; line-height: 20px;}
	.dot_title_area .text.lh_30 {line-height: 24px;}
	

	.step_box .list {gap: 0 10px;}
	.step_box .list li .box {width: 120px; height: 120px; }
	.step_box .list li .box .icon_box {width: 37px; height: 40px;}
	.step_box .list li .box .text_box {margin: 6px 0 0; font-size: 16px; line-height: 20px;}
	.step_box .list li .box .text_box .ft_s {font-size: 12px;}


	.date_box {font-size: 16px; line-height: 20px;}
	.date_box .inner .title {width: 160px; padding: 10px 0; }
	.date_box .inner .text {padding: 10px;}

	.inquriy_area {padding: 15px;}
	.inquriy_area .title {font-size: 20px; line-height: 24px;}
	.inquriy_area .info_list {margin: 6px 0 0;}
	.inquriy_area .info_list .list {gap: 0 10px; }
	.inquriy_area .info_list .list li .text {padding: 0 0 0 20px; background-size: auto 18px; font-size: 14px; line-height: 18px;}

	.row_table_area .table_area table tbody tr th {padding: 10px; font-size: 14px; line-height: 20px;}
	.row_table_area .table_area table tbody tr td {padding: 10px; font-size: 14px; line-height: 20px;}
	.row_table_area .table_area table tbody tr td .text_list .title {font-size: 14px; line-height: 20px;}
	.row_table_area .table_area table tbody tr td .text_list .list {padding: 0 0 0 10px;}
	.row_table_area .table_area table tbody tr td .text_list .list li {margin: 5px 0 0;}
	.row_table_area .table_area table tbody tr td .text_list .list li .txt {padding: 0 0 0 9px; font-size: 14px; line-height: 20px;}
	.row_table_area .table_area table tbody tr td .text_list .list li .txt:before {width: 4px; height: 4px; top: 7px;}
	.row_table_area .table_area table tbody tr td .info {flex-direction: column; gap: 0;}

	.row_table_area.sty3 .table_area table tbody tr th {font-size: 16px;}
	.row_table_area.sty3 .table_area table tbody tr td {font-size: 14px;}

	.form_area {padding: 20px;}
	.form_area .form_inner {flex-direction: column; gap: 10px;}
	.form_area .form_inner .attach_area {width: 200px; margin: 0 auto;}
	.form_area .form_inner .attach_area .attach_box .box .img_wrap {max-width: 200px;}
	.form_area .form_inner .info_area > .list > li {padding: 15px 0;}
	.form_area .form_inner .info_area > .list > li:first-child {padding: 0 0 10px;}
	.form_area .form_inner .info_area > .list > li .box .title {margin: 0 0 5px; font-size: 16px; line-height: 20px;}
	.form_area .form_inner .info_area > .list > li .box .title .ft_c {display: block; font-size: 14px; line-height: 20px;}
	.form_area .form_inner .info_area > .list > li .box .text {font-size: 14px; line-height: 20px;}
	.form_area .form_inner .info_area > .list > li .box .info_box {gap: 0 6px;}
	.form_area .form_inner .info_area > .list > li .box .info input {padding: 6px 10px; font-size: 14px; line-height: 20px;}
	.form_area .form_inner .info_area > .list > li .box .info textarea {height: 140px; padding: 6px 10px; border-radius: 10px; font-size: 14px; line-height: 20px;}
	.form_area .form_inner .info_area > .list > li .box .attach_box .box .attach_vinput {padding: 4px 10px; font-size: 14px;}
	.form_area .form_inner .info_area > .list > li .box .attach_box .box .attach_vbox .att_btn_box .attach_btn {line-height: 43px;}
	.form_area .form_inner .info_area > .list > li .box + .box {padding: 10px 0 0;}
	.form_area .form_inner .info_area > .list > li .box .info.w100 input + input {margin: 6px 0 0;}
	.form_area .form_inner .info_area > .list > li .box .check_area .list {gap: 5px 10px;}
	.form_area .form_inner .info_area > .list > li .box.flex {gap: 5px !important;}
	.form_area .form_inner .info_area > .list > li .box.flex .title {width: 90px;}
	.form_area .form_inner .info_area > .list > li .box .plus_input_box .input_top .list {gap: 0 5px; width: calc(100% - 44px);}
	.form_area .form_inner .info_area > .list > li .box .plus_input_box .input_btm {margin: 6px 0 0;}
	.form_area .form_inner .info_area > .list > li .box .plus_input_box .input_btm .plus_btn {width: 34px; height: 34px;}
	.form_area .form_inner .info_area > .list > li .box .plus_input_box .input_btm .list {gap: 0 5px; width: calc(100% - 44px);}
	.form_area .form_inner .info_area > .list > li .box .plus_input_box .input_btm .list li input {padding: 6px 10px; font-size: 14px; line-height: 20px;}
	.form_area .form_inner .info_area > .list > li .box .info select {padding: 6px 10px; background-size: 12px auto; background-position: right 10px center; font-size: 14px; line-height: 20px;}
	.form_area .form_inner .info_area > .list > li .box.flex .info.textarea_wrap textarea {height: 70px;}
	.form_area .form_inner .info_area > .list > li .box .info_box .info.info_btn .btn {width: 90px; font-size: 14px; line-height: 34px;}

	.sch_area {max-width: 300px; margin: 0 0 20px auto;}
	.sch_area .sch_inner .select_box select {font-size: 14px; line-height: 34px;}
	.sch_area .sch_inner .input_box input {font-size: 14px; line-height: 34px;}

	.notice_area {margin: 20px 0 0;}
	.notice_area .list li {margin: 15px 0 0;}
	.notice_area .list li .box {padding: 15px;}
	.notice_area .list li .box .title {font-size: 20px; line-height: 24px;}
	.notice_area .list li .box .text {margin: 5px 0 0;}
	.notice_area .list li .box .info_box .icon_box .icon {width: 16px; height: 16px;}

	
	.notice_area.sty2 .list li .box {gap: 0 10px;}
	.notice_area.sty2 .list li .box .img_box {width: 200px;}

	.board_view .board_top .title_box > .title {font-size: 20px; line-height: 24px;}
	.board_view .board_top .title_box .info_list {margin: 6px 0 0;}
	.board_view .board_top .title_box .info_list .list {gap: 5px 10px;}
	.board_view .board_top .title_box .info_list .list li .box .title {padding: 0 8px 0 0; margin: 0 6px 0 0; font-size: 12px; line-height: 18px;}
	.board_view .board_top .title_box .info_list .list li .box .title:before {width: 1px; height: 10px;}
	.board_view .board_top .title_box .info_list .list li .box .text {font-size: 12px; line-height: 18px;}
	.board_view .board_cont {padding: 20px;}
	.board_view .post_nav {margin: 20px 0 0;}
	.board_view .post_nav .list li {padding: 8px 0;}
	.board_view .post_nav .list li .item_wrapper .tit {width: 90px;}
	.board_view .board_top .down_box .list {gap: 0 5px;}
	.board_view .board_top .down_box .list li .box {width: 90px;}
	.board_view .board_top .down_box .list li .box .txt {padding: 0 0 0 20px; background-size: 16px; font-size: 12px; line-height: 30px;}



	.catalog_area .list {gap: 30px 20px;}
	.catalog_area .list li {width: calc(33.3333% - 13.3333px);}
	.catalog_area .list li .box .box_inner { padding: 20px;}
	.catalog_area .list li .box .box_inner .hover_box .hover_inner .text {margin: 6px 0 0; font-size: 14px; line-height: 18px;}
	.catalog_area .list li .box .text_box {margin: 6px 0 0;}
	.catalog_area .list li .box .text_box .text {font-size: 14px; line-height: 20px;}
	.catalog_area .list li .box .box_inner .hover_box .hover_inner .pdf_icon img {width: 36px;}
	.catalog_area .list li .box .box_inner .hover_box .hover_inner .down_btn {margin: 6px 0 0;}


	.com_dot_text .list li {margin: 6px 0 0;}
	.com_dot_text .list li .text {padding: 0 0 0 10px; font-size: 14px; line-height: 18px;}
	.com_dot_text .list li .text:before {top: 7px; width: 4px; height: 4px;}


	.com_table_area .table_area table thead tr td {padding: 8px 5px; font-size: 14px; line-height: 18px;}
	.com_table_area .table_area table tbody tr td {padding: 8px 5px; font-size: 14px; line-height: 18px;}



	.policy_area .policy_box {height: 160px; padding: 20px; font-size: 14px; line-height: 20px;}
	.policy_check_area .chk_inner {padding: 0 0 0 24px;}
	.policy_check_area .chk_inner label {font-size: 14px; line-height: 18px;}


	.com_pop_area .pop_area {width: 260px; padding: 10px;}
	.com_pop_area .pop_area .cont .title {margin: 6px 0 0; font-size: 14px; line-height: 20px;}
	.com_pop_area .pop_area .cont .btn {width: 50px; font-size: 14px; line-height: 30px;}


	.sign_area .sign_box .title {font-size: 18px; line-height: 22px;}
	.sign_area .sign_box .title.ft_s32 {font-size: 20px; line-height: 26px;}

	.sign_area .sign_box .input_list {max-width: 400px; margin: 20px auto 0;}
	.sign_area .sign_box .input_list .list li {margin: 6px 0 0;}
	.sign_area .sign_box .input_list .list li input {padding: 0 10px; font-size: 14px; line-height: 38px;}


	.com_tab_menu .list {gap: 5px;}
	.com_tab_menu .list li .btn {width: 80px; line-height: 28px;}
	.com_tab_menu .list li .btn .text {font-size: 14px; line-height: 14px;}


	.com_dot_text .info_box {gap: 10px;}
	.com_dot_text .info_box .box .icon img {width: 22px;}
	.com_dot_text .info_box .box .text {font-size: 14px; line-height: 18px;}

	.payment_box .list li .box {width: 140px;}
	.payment_box .list li .box .text {padding: 0 0 0 35px; background-size: 26px auto; font-size: 14px; line-height: 34px;}

	.login_area {max-width: 450px;}
	.login_area .title {font-size: 22px; line-height: 24px;}
	.login_area .login_box {margin: 10px 0 0;}
	.login_area .util_box .menu_list .list {gap: 0 5px;}
	.login_area .login_box .list li {margin: 6px 0 0;}
	.login_area .login_box .list li input {padding: 0 10px; font-size: 14px; line-height: 38px;}
	.login_area .util_box {margin: 20px 0 0; padding: 10px 0 0;;}
	.login_area .util_box .tit {font-size: 14px; line-height: 18px;}
	.login_area .util_box .menu_list {margin: 6px 0 0;}
	.login_area .util_box .menu_list .list li .btn {width: 90px; line-height: 28px;}


	.register_none {padding: 20px 10px;}
	.register_none .text {font-size: 18px; line-height: 24px;}

	.com_text_box .text {font-size: 20px; line-height: 26px;}


	.sponsor_area .list {gap: 15px;}
	.sponsor_area .list li {width: calc(25% - 11.25px);}
	.sponsor_area .list li .box .img_box {height: 70px;}
	.sponsor_area .list li .box .text {margin: 6px 0 0; font-size: 14px; line-height: 18px;}
}


@media screen and (max-width: 767px) {
	.sub_top_area {margin: 0 0 15px;}
	.sub_top_area .sub_top_box {height: 180px;}
	.sub_top_area .sub_top_box .text_box .title {font-size: 30px; line-height: 34px;}

	.sub_top_area .menu_area {padding: 10px 0 0; flex-direction: column; gap: 10px;}
	.sub_top_area .menu_area .menu_list {order: 2;}
	.sub_top_area .menu_area .menu_list .list {flex-wrap: wrap; gap: 5px 10px;}
	.sub_top_area .menu_area .menu_list .list li .text {padding: 0 0 0 10px;}
	.sub_top_area .menu_area .menu_list .list li .text:before {width: 6px; height: 6px;}
	.sub_top_area .menu_area .breadcrumb_area {order: 1;}

	/* .com_title_area {margin: 0 0 10px;} */
	.com_title_area .title {font-size: 24px; line-height: 26px;}
	.com_title_area .title:before {width: 30px;}
	.com_title_area .text {font-size: 14px; line-height: 18px;}

	.sub_cont {padding: 0 0 40px;}

	.contents:before {width: 222px; height: 261px;}		

	.act_area .list {gap: 10px;}
	.act_area .list li {width: calc(50% - 5px);}
	.act_area .list li .box .text_box .sort {width: 45px; line-height: 20px;}


	.conference_area > .list > li .box {padding: 10px; gap:10px; flex-direction: column;}
	.conference_area > .list > li .box .text_box .title_box .title {font-size: 18px; line-height: 20px;}
	.conference_area > .list > li .box .text_box .info_box {margin: 5px 0 0;}

	
	.map_area .map_btm .map_info_box {padding: 0;}
	.map_area .map_btm .map_info_box .map_btn {position: inherit; top: inherit; transform: translate(0); margin: 10px 0 0;}


	.com_text_area {padding: 10px;}
	.com_text_area .text_area > .list > li {margin: 10px 0 0;}

	
	.greeting_area {gap: 10px;}
	.greeting_area .img_box img {width: 240px;} 
	.greeting_area .text_box .title {font-size: 20px; line-height: 24px;}
	.greeting_area .text_box .name {margin: 20px 0 0;line-height: 22px;}
	.greeting_area .text_box .name img {margin: 6px 0 0; width: 60px;}

	.history_area > .list > li {margin: 15px 0 0;}
	.history_area > .list > li .history_box {gap: 5px; flex-direction: column;}
	.history_area > .list > li .history_box .year {width: 100%; font-size: 20px; line-height: 22px;}
	.history_area > .list > li .history_box .info_box {padding: 0;}
	.history_area > .list > li .history_box .info_box .list li .box .month {width: 25px;}

	.com_bg_box {height: 280px;}
	.com_bg_box .text_box .logo_box img {width: 80px;}
	.com_bg_box .text_box .text {font-size: 18px; line-height: 24px;}
	.com_bg_box.bg02 .text_box .text {font-size: 16px; line-height: 22px;}

	
	.commit_area > .list > li .commit_box .info_box > .list > li {width: calc(50% - 5px);}
	.commit_area > .list > li .commit_box .info_box > .list > li .box {flex-direction: row;}
	.commit_area > .list > li .commit_box .info_box > .list > li .box .text_box .name_box {text-align: left;}
	.commit_area > .list > li .commit_box .info_box > .list > li .box .text_box .name_box .name {font-size: 18px; line-height: 18px;}
	.commit_area > .list > li .commit_box .info_box > .list > li .box .text_box .position {font-size: 14px; line-height: 18px; text-align: left;}
	.commit_area > .list > li .commit_box .info_box > .list > li .box .text_box .info {font-size: 14px; line-height: 18px; text-align: left;}
	.commit_area > .list > li .commit_box .info_box > .list > li .box .img_box img {width: 90px; height: 80px;}

	.commit_area > .list > li.w33 .commit_box .info_box > .list {flex-wrap: wrap;}
	.commit_area > .list > li.w33 .commit_box .info_box > .list > li {width: 100%; }

	.establish_area .establish_top .info_list > .list {flex-direction: column; gap: 10px;}
	.establish_area .establish_top .info_list > .list > li:nth-child(2) {margin: 0;}
	.establish_area .establish_top .info_list > .list > li .box {border-radius: 20px;}
	.establish_area .establish_top .info_list > .list > li .box .bg_box img {width: 100%; height: 300px; object-fit: cover;}
	.establish_area .establish_top .info_list > .list > li .box .text_box .title {font-size: 20px; line-height: 24px;}
	.establish_area .establish_top .info_list > .list > li .box .text_box .title br {display: none;}

	.establish_area .establish_mid .purpose_area .purpose_list .list {flex-direction: column; gap: 10px;}
	.establish_area .establish_mid .purpose_area .purpose_list .list li .box {width: 160px; height: 160px;}
	.establish_area .establish_mid .purpose_area .purpose_list .list li .box .icon_box img {height: 46px;}
	.establish_area .establish_mid .purpose_area .purpose_list .list li .box .text {margin: 10px 0 0; font-size: 16px; line-height: 18px;}
	.establish_area .establish_mid .logo_box img {width: 250px;}
	.establish_area .establish_mid .logo_box .text {font-size: 18px; line-height: 20px;}

	.establish_area .establish_btm .bg_area {padding: 40px 0;}
	.establish_area .establish_btm .bg_area .bg_list {max-width: 400px; margin: 0 auto; width: 100%;}
	.establish_area .establish_btm .bg_area .bg_list .list {flex-direction: column; gap: 10px;}
	.establish_area .establish_btm .bg_area .bg_list .list li {width: 100%;}
	.establish_area .establish_btm .bg_area .bg_list .list li .box {height: 100px; justify-content: center;}

	.sub_title_area .title {font-size: 20px; line-height: 24px;}

	.inquriy_area {padding: 10px;}
	.inquriy_area .info_list .list {flex-direction: column; gap: 5px;}
	
	.form_area {padding: 10px;}
	.form_area .form_inner .info_area > .list > li .box .info_box {flex-direction: column; gap: 5px;}
	.form_area .form_inner .info_area > .list > li .box .title {font-size: 14px;}
	.form_area .form_inner .info_area > .list > li .box .plus_input_box .input_top .list li .text {font-size: 14px; line-height: 18px;}
	.form_area .form_inner .info_area > .list > li .box.flex {flex-direction: column; gap: 3px;}
	.form_area .form_inner .info_area > .list > li .box.flex .title {width: 100%; gap: 5px;}
	.form_area .form_inner .info_area > .list > li .box .info_box .text {width: 100%; text-align: left;}
	.form_area .form_inner .info_area > .list > li .box .info_box .info.info_btn.w555 {max-width: 100%;}
	.form_area .form_inner .info_area > .list > li .box .info_box.w555 .info {max-width: 100%;}


	.notice_area .list li .box .title {font-size: 18px;}

	
	.notice_area.sty2 .list li .box {gap: 10px; flex-direction: column;}
	.notice_area.sty2 .list li .box .img_box {} 
	.notice_area.sty2 .list li .box .text_box {width: 100%;}


	.board_view .board_top {padding: 10px; flex-direction: column; align-items: start;}
	.board_view .board_top .title_box > .title {font-size: 18px;}
	.board_view .board_top .title_box .info_list .list {column-gap: 10px;}
	.board_view .board_cont {padding: 10px;}


	.catalog_area .list {gap: 20px 10px;}
	.catalog_area .list li {width: calc(50% - 5px);}
	.catalog_area .list li .box .box_inner {padding: 10px;}
	.catalog_area .list li .box .box_inner .hover_box {border-radius: 10px;}
	.catalog_area .list li .box .box_inner .hover_box .hover_inner .pdf_icon img {width: 32px;}
	.catalog_area .list li .box .box_inner .hover_box .hover_inner .down_btn img {width: 15px;}

	.policy_area .policy_box {height: 120px; padding: 10px;}


	.sign_area .sign_box .title {font-size: 16px; line-height: 20px;}
	.sign_area .sign_box .title.ft_s32 {font-size: 18px; line-height: 24px;}

	.sign_area .sign_box .input_list {max-width: 300px; margin: 10px auto 0;}

	.com_tab_menu .list {gap: 3px;}
	.com_tab_menu .list li .btn {width: 60px; line-height: 24px;}

	.login_area {max-width: 380px;}
	.login_area .title {font-size: 20px; line-height: 22px;}
	.login_area .login_box {margin: 6px 0 0;}
	.login_area .util_box {margin: 10px 0 0; }


	.register_none {padding: 10px; border-radius: 10px;}
	.register_none .text {font-size: 16px; line-height: 22px;}

	.step_box .list {flex-wrap: wrap; gap: 10px;}


	.com_text_box .text {font-size: 18px; line-height: 24px;}


	.row_table_area.sty2 .table_area table {display: block;}
	.row_table_area.sty2 .table_area table colgroup {display: none;}
	.row_table_area.sty2 .table_area table tbody {display: block; width: 100%;}
	.row_table_area.sty2 .table_area table tbody tr  {display: block; width: 100%;}
	.row_table_area.sty2 .table_area table tbody tr th {display: block; width: 100%; padding: 8px;}
	.row_table_area.sty2 .table_area table tbody tr td {display: block; width: 100%; padding: 8px;;}

	.row_table_area.sty3 .table_area table tbody tr th {font-size: 14px;}
	.row_table_area.sty3 .table_area table tbody tr td {font-size: 12px;}

	.com_table_area.sty2 .table_area table thead {display: none;}
	.com_table_area.sty2 .table_area table, .com_table_area.sty2 .table_area table tbody, .com_table_area.sty2 .table_area table tr, .com_table_area.sty2 .table_area table td {display: block;}
	.com_table_area.sty2 .table_area table tbody tr {overflow: hidden; padding: 0; position: relative; z-index: 1;}
	.com_table_area.sty2 .table_area table tbody tr td {position: relative; border: none; display :flex; align-items: center; text-align: left; width: 100%; padding: 0; border-bottom: 1px solid #e6e6e6;}
	.com_table_area.sty2 .table_area table tbody tr td:before {content: attr(data-th) " "; display: inline-block; flex-shrink: 0; width: 100px; margin: 0 10px 0 0; background-color: #57b5bb; font-size: 14px; line-height:40px; color: #fff; text-align: center;}
	.com_table_area.sty2 .table_area table tbody tr td.account br {display: none;}
	.com_table_area.sty2 .table_area table tbody tr td:last-child{border-bottom: none;}
	.com_table_area.sty2 .table_area table tbody tr td:first-child {border-top: 2px solid #57b5bb}
	.com_table_area.sty2 .table_area table tbody tr td:first-child:before {border-top: 2px solid #fff}
	
	.com_table_area.sty2 .table_area table tbody tr:first-child td:first-child {border-top: none;}
	.com_table_area.sty2 .table_area table tbody tr:first-child td:first-child:before {border-top: none;}




	.sponsor_area .list {gap: 10px;}
	.sponsor_area .list li {width: calc(33.3333% - 6.6666px);}
	.sponsor_area .list li .box .img_box {height: 60px;}


}


@media screen and (max-width: 480px) {

	.sub_top_area .sub_top_box {height: 140px;}
	.sub_top_area .sub_top_box .text_box .title {font-size: 24px; line-height: 24px;}	
	
	.act_area .list li {width: 100%;}

	.map_area .map_top .map_box {padding: 0;}
	.map_area .map_top .map_box .map {position: inherit; left: inherit; top: inherit; height: 200px;}
	.map_area .map_btm .map_info_box .list {flex-direction: column; gap: 5px;}
	.map_area .map_btm .map_info_box .map_btn {width: 100%;}


	.com_bg_box {height: auto; padding: 30px 0;}
	.com_bg_box .text_box .text br.mob {display: none;}

	.commit_area > .list > li .commit_box .info_box > .list > li {width: 100%;}
	.commit_area > .list > li.w33  .commit_box .info_box > .list > li .box {flex-direction: column;}
	.commit_area > .list > li.w33 .commit_box .info_box > .list > li .box .text_box .name_box {margin: 0;}

	.establish_area .establish_top .info_list > .list > li .box .bg_box img {height: 200px;}

	.date_box {border-radius: 20px; font-size: 14px;}
	.date_box .inner {flex-direction: column;}
	.date_box .inner .title {width: 100%; border-radius: 20px 20px 0 0;}

	.step_box .list {gap: 5px;}
	.step_box .list li .box {width: 100px; height: 100px;}
	.step_box .list li .box .icon_box {width: 30px; line-height: 35px;}
	.step_box .list li .box .text_box {font-size: 14px; line-height: 18px;}

	.form_area .form_inner .info_area > .list > li .box .attach_box .box .attach_vbox {padding: 0;}
	.form_area .form_inner .info_area > .list > li .box .attach_box .box .attach_vinput {border-radius: 15px 15px 0 0}
	.form_area .form_inner .info_area > .list > li .box .attach_box .box .attach_vbox .att_btn_box {position: inherit; right: inherit; top: inherit;}
	.form_area .form_inner .info_area > .list > li .box .attach_box .box .attach_vbox .att_btn_box .attach_btn {width: 100%; border-radius: 0 0 15px 15px;}
	.form_area .form_inner .info_area > .list > li .box .info textarea {border-radius: 15px;}
	.form_area .form_inner .info_area > .list > li .box .info input {border-radius: 15px;}
	
	
	.sch_area {max-width: 100%;}


	.sponsor_area .list {gap: 10px;}
	.sponsor_area .list li {width: calc(50% - 5px);}
	.sponsor_area .list li .box .img_box {height: 50px;}




	









 }




