@charset "utf-8";

@font-face {
    font-family: 'Pretendard';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gyeonggi_Title';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2410-3@1.0/Title_Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gyeonggi_Title';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2410-3@1.0/Title_Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* html 폰트사이즈 지정 */
html {font-size:62.5%;}
body {font-size:1.6rem;}

:root {--main-color:#0674e7; --line-height-title:1.3em; --line-height-desc:1.4em;}
.padding {padding:100px 0;}

/** 반응형 **/
@media screen and (max-width: 1310px) {
    body {font-size: 1.5rem;}
}

@media screen and (max-width: 768px) {
    .padding {padding:60px 0;}
}

@media screen and (max-width: 640px) {
    body {font-size: 0.7rem;}
}

/* 초기화 */
html {overflow-y:scroll}
body {font-family:'Pretendard', sans-serif; font-weight: 500; line-height:1;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Pretendard', sans-serif;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
ul, ol, li, dl,dt,dd { list-style:none; }
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
table{ border-collapse:collapse; }
label, input, button, select {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:'Pretendard', sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}
img, video{ vertical-align:top; }
textarea, select {font-family:'Pretendard', sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {font-family: 'Pretendard', sans-serif; color:#333; text-decoration:none;}

*, :after, :before {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin:0; padding:0;
}

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
-webkit-box-shadow:0 0 5px #9ed4ff;
-moz-box-shadow:0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff;
border:1px solid #558ab7 !important;
}

.placeholdersjs {color:#aaa !important}
.gi {font-family: 'Gyeonggi_Title';}


/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}

/* 상단 레이아웃 */
.header {position:fixed; top:0; left:0; z-index: 3; width:100%; background-color: #fff; border-bottom:1px solid #e3e3e3;}
.header > .inner {display: flex; justify-content: space-between; align-items: center;width:76%; height:100px; margin:0 auto;}
.header nav .gnb {display: flex;}
.header nav .gnb > li {position:relative; width:150px; text-align: center; font-size:2rem;}
.header nav .gnb > li > a {display: block; padding: 40px 0;}
.header nav .gnb > li:hover > a {color: var(--main-color);}
.header nav .gnb .depth2 {position: absolute; width:100%; opacity: 0; visibility: hidden; transition: all ease 0.5s;}
.header nav .gnb .depth2 li {font-size:1.6rem; text-align: center;}
.header nav .gnb .depth2 li a {display:block;  padding:17px 0; transition: all 0.4s;}
.header nav .gnb .depth2 li:hover a {color: var(--main-color);}
.header .util {display: flex; align-items: center; gap:14px;}
.header .util li a {font-size:1.4rem; color:#b2b2b2;}
.header .util .login::after {display: inline-block; width: 2px; height: 13px; margin-left: 14px; background-color: #b2b2b2; content:"";}
.header .header_bg {position:absolute; width:100%; height:275px; background-color: #fff; opacity: 0; visibility: hidden; transition: all ease 0.5s;}
.header .ham_btn {display: none; position: relative; z-index: 5;}
.hamburger .line{width:34px; height:3px; background-color: #000; display: block; margin: 8px auto; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.hamburger:hover{cursor: pointer;}
#hamburger-1.is-active .line {background-color:#fff;}
#hamburger-1.is-active .line:nth-child(2){opacity: 0;}
#hamburger-1.is-active .line:nth-child(1){
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}
#hamburger-1.is-active .line:nth-child(3){
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
}

/*헤더에 마우스 오버시*/
.header.active nav .gnb .depth2 { z-index:4; opacity:1; visibility:visible; }
.header.active .header_bg {z-index:3; opacity:1; visibility:visible; }

/* 모바일 메뉴 */
.mobile_menu {position:fixed; top:0; left:0; z-index: 4; width:100%; height: 100%; opacity: 0; visibility: hidden; background-color: #000; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;}
.mobile_menu a {color:#fff;}
.mobile_menu .inner {padding: 120px 20px 50px; width:100%; height:100%; overflow-y: auto;}
.mobile_menu .inner > ul > li {margin-bottom: 36px;}
.mobile_menu .inner > ul > li:nth-child(5) {margin-right:0;}
.mobile_menu .inner > ul > li > a {display:block; min-width:180px; margin-bottom:15px; font-size:2rem; font-weight:700; }
.mobile_menu .inner  ul.depth2 {transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; display: flex; flex-wrap: wrap; gap: 15px;}
.mobile_menu .inner  ul.depth2 > li {line-height: 4rem;}
.mobile_menu .inner  ul.depth2 > li > a {font-size:1.8rem; font-weight: 400;}

/*모바일메뉴 active*/
.header.mobile .mobile_menu  {opacity:1; visibility:visible;}

/** 반응형 **/
@media screen and (max-width: 1310px) {
    .header .inner, main .inner, .swiper_util {width:95%;}
    .header nav .gnb > li {width: 120px;}
}

@media screen and (max-width: 960px) {
   nav, .header .util {display: none;}
   .header .ham_btn {display: block;}
}

/* 중간 레이아웃 */
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {margin:0 auto;height:100%;zoom:1}
#container {position:relative;padding:100px 0 0 0;min-height:500px;height:auto !important;margin:20px auto;height:500px;font-size:1em;width:930px;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}
.company #container_wr:after {display:none;}
.company #container_wr {margin:inherit;height:inherit;zoom:inherit}
.company #container {position:inherit;padding:100px 0 0 0;min-height:inherit;height:inherit !important;margin:inherit;height:inherit;font-size:inherit;width:inherit;zoom:inherit}
.company #container:after {display:none;}
.business #container_wr:after {display:none;}
.business #container_wr {margin:inherit;height:inherit;zoom:inherit}
.business #container {position:inherit;padding:100px 0 0 0;min-height:inherit;height:inherit !important;margin:inherit;height:inherit;font-size:inherit;width:inherit;zoom:inherit}
.business #container:after {display:none;}
.bbs #container_wr:after {display:none;}
.bbs #container_wr {margin:inherit;height:inherit;zoom:inherit}
.bbs #container {position:relative;float:inherit;min-height:inherit;height:inherit !important;margin:inherit;height:inherit;font-size:inherit;width:inherit;zoom:inherit}
.bbs #container:after {display:none;}

main .inner {position:relative; max-width:1300px; width:100%; font-size:0; margin:0 auto; padding:0 20px;}
main .inner:after {display:block; clear:both; content:'';}

main .visual_section {position:relative; }
main .vis {height:100vh;}
main .vis_title {position:absolute; top:41%; transform:translateY(-50%);}
main .vis_title h2 {font-size:50px; color:#222; font-weight:700; line-height:1.3; margin:15px 0 0;}
main .vis_title p {font-size:40px; color:#879e0e; font-weight:500;}
main .vis_title p span {color:#eba105;}
main .vis_inner {max-width:1300px; width:100%; margin:0 auto;}
main .swiper {width: 100%; height: 100%;}
main .swiper-slide {background-repeat: no-repeat; background-size: cover !important; background-position: center !important;}
main .swiper-slide.slide01 {background: url('/img/woori/visual01.png') no-repeat;}
main .swiper-slide.slide02 {background: url('/img/woori/visual02.png') no-repeat;}
main .swiper-slide.slide03 {background: url('/img/woori/visual03.png') no-repeat;}
main .swiper_util {display:flex; height:44px; align-items:center;}
main .swiper-pagination {position: relative;}
main .swiper-pagination-fraction {top:0 !important; bottom:0 !important; width:80px !important; font-size: 15px; color:#222; font-weight: 400;}
main .swiper-button-next, .swiper-button-prev {position:relative !important; left: 0; right:0; top:0; margin-top:0 !important; font-size: 24px; color:#222;}
main .swiper-button-next:after, .swiper-button-prev:after {display:none !important;}

main .all-box {position:absolute; display:flex; align-items:center; gap:20px; max-width:1300px; width:100%; height:20px; left:49%; bottom:45%; box-sizing:border-box; margin:0 auto; transform:translate(-50%, -50%); z-index:20;}
main .progress-box {display:flex; position:relative; width:244px; height:17px; z-index:11; }
main .autoplay-progress {position:absolute; left:30px; top:6px; z-index:10; width:200px; height:3px; background-color:rgba(0, 0, 0, 0.5); }
main .total-bar {background-color:#bfbfbe; width:100%; height:3px;}
main .autoplay-progress .ing-bar {display:block; width:0%; height:3px; background-color:#222; transform:translate( 0 , -3px ); }
main .autoplay-progress.active .ing-bar {animation:progress 4s ease-in; }

@keyframes progress {0% { width: 0%; } 100% { width: 100%; } }

@media all and (max-width:1200px){
    main .vis {text-align:center;}
    main .vis_title {top:40%; left:50%; text-align:center; transform:translateX(-50%);}
    main .vis_title h2 {font-size:42px; margin:10px 0 0;}
    main .vis_title p {font-size:32px;}
    main .all-box {padding:0; bottom:42%; flex-direction:column;}
    main .swiper_util {justify-content:center;}
}

@media all and (max-width:768px){
    main .vis_title {width:100%; top:42%; }
    main .vis_title h2 {font-size:32px; margin:7px 0 0;}
    main .vis_title p {font-size:20px;}
}

main .intro {padding:110px 0;}
main .intro article {display:inline-block; width:50%; vertical-align:top; padding:0 20px; box-sizing:border-box;}
main .intro .img {position:relative; width:100%; padding:15px;}
main .intro .img img {width:100%;}
main .intro .img .before {content:""; display:block; width:187px; height:94px; background-color:#eba105; position:absolute; z-index:-1; top:0; left:0;}
main .intro .img .after {content:""; display:block; width:187px; height:94px; background-color:#eba105; position:absolute; z-index:-1; bottom:0; right:0;}
main .intro h2 {font-size:40px; color:#222; font-weight:700; line-height:1;}
main .intro p {font-size:20px; color:#403e3e; font-weight:400; line-height:30px; margin:30px 0 0;}
main .intro a {display:inline-block; background-color:#879e0e; border-radius:30px; margin:30px 0 0; padding:0 24px; transition:all 0.3s;}
main .intro a span {position:relative; font-size:16px; color:#fff; font-weight:400; line-height:45px; padding:0 30px 0 0;}
main .intro a span:after {display:inline-block; position:absolute; top:50%; right:0; width:14px; height:14px; background:url("/img/woori/btn.png") no-repeat center / 100%; transform:translate(0,-50%) rotate(0deg); transition:all 0.3s; content:'';}
main .intro a:hover {background-color:#eba105;}
main .intro a:hover span:after {transform:translate(0,-50%) rotate(180deg);}

@media all and (max-width:1200px){
    main .intro {padding:80px 0;}
    main .intro article {padding:0 10px;}
    main .intro .img {padding:10px;}
    main .intro h2 {font-size:32px;}
    main .intro p {font-size:16px; margin:20px 0 0;}
    main .intro a {border-radius:20px; margin:20px 0 0; padding:0 16px;}
    main .intro a span {font-size:14px; line-height:36px; padding:0 20px 0 0;}
}

@media all and (max-width:768px){
    main .intro {padding:50px 0;}
    main .intro article {width:100%; padding:0 10px 50px;}
    main .intro h2 {font-size:28px;}
    main .intro p {font-size:14px; margin:14px 0 0;}
    main .intro .br {display:none;}
}

main .box {background:url('/img/woori/main-sec02-bg.png') no-repeat center / cover; padding:95px 0;}
main .box .inner {display:block;}
main .box ul {margin:-15px;}
main .box ul li {display:inline-block; width:33.33333%; height:390px; vertical-align:top; padding:15px;}
main .box ul li a {display:inline-block; width:100%; height:100%; background-repeat:no-repeat; background-position:center; background-size:cover;}
main .box ul li a p {position:relative; display:flex; align-items:flex-end; width:100%; height:100%; padding:35px; background-color:rgba(0, 0, 0, 0.2);}
main .box ul li a p span {position:relative; width:100%; font-size:28px; color:#fff; font-weight:400;}
main .box ul li a p span:after {display:inline-block; position:absolute; top:50%; right:0; width:24px; height:24px; background:url("/img/woori/mainsec02btn.png") no-repeat center / 100%; transform:translate(0,-50%) rotate(0deg); transition:all 0.3s; content:'';}
main .box ul li.bg01 a {background-image:url('/img/woori/mainsec02img01.png');}
main .box ul li.bg02 a {background-image:url('/img/woori/mainsec02img02.png');}
main .box ul li.bg03 a {background-image:url('/img/woori/mainsec02img03.png');}
main .box ul li a:hover p {background-color:rgba(0, 0, 0, 0.5);}
main .box ul li a:hover p span:after {transform:translate(0,-50%) rotate(180deg);}

@media all and (max-width:1200px){
    main .box {padding:70px 0;}
    main .box ul {margin:-10px;}
    main .box ul li {height:320px; padding:10px;}
    main .box ul li a p {padding:20px;}
    main .box ul li a p span {font-size:20px;}
    main .box ul li a p span:after {width:20px; height:20px;}
}

@media all and (max-width:768px){
    main .box {padding:50px 0;}
    main .box ul {margin:0px;}
    main .box ul li {width:100%; height:300px; padding:12px 0;}
    main .box ul li a p {padding:18px;}
    main .box ul li a p span {font-size:16px;}
    main .box ul li a p span:after {width:18px; height:18px;}
}

main .service {background:url('/img/woori/mainsec03bg.png') no-repeat center center / cover; padding:105px 0 126px;}
main .service .tit {display:flex; align-items:center; justify-content:space-between;}
main .service .tit h2 {font-size:40px; color:#fff; font-weight:700; }
main .service .tit a {display:inline-block; background-color:#879e0e; border-radius:30px; padding:0 24px; transition:all 0.3s;}
main .service .tit a span {position:relative; font-size:16px; color:#fff; font-weight:400; line-height:45px; padding:0 30px 0 0;}
main .service .tit a span:after {display:inline-block; position:absolute; top:50%; right:0; width:14px; height:14px; background:url("/img/woori/btn.png") no-repeat center / 100%; transform:translate(0,-50%) rotate(0deg); transition:all 0.3s; content:'';}
main .service .tit a:hover {background-color:#eba105;}
main .service .tit a:hover span:after {transform:translate(0,-50%) rotate(180deg);}
main .service .list {margin:58px 0 0 0; overflow:hidden;}
main .service .list ul {display:flex;}
main .service .list ul li {width: calc((100% - 28px * 4) / 5); flex-shrink: 0;}
main .service .list ul li a {display:flex; flex-direction:column; justify-content:space-between; height:236px; padding:40px 30px; border-radius:20px; background-color:#fff;}
main .service .list ul li h2 {font-size:24px; font-weight:700; line-height:30px; color:#333;}
main .service .list ul li .img {display:flex; justify-content:end;}
main .service .list .service-btn {width:50px; height:50px; position:absolute; top:50%; border-radius:100%; cursor:pointer;}
main .service .list .service-btn-prev {left:-75px; box-shadow:0px 3px 3px rgba(0, 0, 0, 0.2); transform:translate(0px, 50%);}
main .service .list .service-btn-next {right:-75px; transform:rotate(180deg) translate(0px, -50%); box-shadow:0px -3px 3px rgba(0, 0, 0, 0.2);}
main .service .list .service-btn figure {position:relative;}
main .service .list .service-btn figure:before {content:""; position:absolute; left:0; top:0; width:50px; height:50px; background:url('/img/woori/mainsec03arrow-hover.png'); transition:all .3s; opacity:0;}
main .service .list .service-btn:hover figure:before {opacity:1;}
main .service .list .arrow-box {position:absolute; display:flex; justify-content:center; bottom:-21%; left:50%; transform:translate(-50%, 0); width:100%;}
main .service .list .arrow-box .swiper-pagination {position:static; font-size:18px; color:#fff; font-family:'GyeonggiTitleM';}

@media all and (max-width:1200px){
    main .service {padding:85px 0 ;}
    main .service .tit h2 {font-size:32px;}
    main .service .tit a {padding:0 20px;}
    main .service .tit a span {font-size:14px; line-height:30px; padding:0 20px 0 0;}
    main .service .tit a span:after {width:12px; height:12px;}   
    main .service .list {margin:40px 0 0 0;}
    main .service .list ul li a {padding:26px;}
    main .service .list ul li h2 {font-size:18px; line-height:1;}
    main .service .list .service-btn {display:none;}    
    main .service .list .arrow-box {display:none;}
}

@media all and (max-width:768px){
    main .service .list ul li {}
}

main .madang .tit {text-align:center; padding:100px 0 0;}
main .madang .tit h2 {display:block; font-size:40px; color:#222; font-weight:700;}
main .madang .links {background-color:#eba105; margin:50px 0 0 0;}
main .madang .links ul {display:flex;}
main .madang .links ul li {display:flex; align-items:center; justify-content:center; width:calc(100% / 4); border-right:1px solid #fff; transition:all .3s;}
main .madang .links ul li:first-child {border-left:1px solid #fff;}
main .madang .links ul li a {display:flex; flex-direction:column; align-items:center; gap:30px; width:100%; padding:60px 0; transition:all 0.3s;}
main .madang .links ul li a:hover {background-color:#c78804}
main .madang .links ul li a p {font-size:24px; color:#fff; font-weight:700;}
main .madang .map .inner {max-width:100%; padding:0;}
main .madang .map .wrap_controllers {display:none;}

@media all and (max-width:1200px){
    main .madang .tit {padding:80px 0 0;}
    main .madang .tit h2 {font-size:32px;}
    main .madang .links {margin:35px 0 0 0;}
    main .madang .links ul li a {gap:20px; padding:45px 0;}
    main .madang .links ul li a p {font-size:18px;}
}

@media all and (max-width:768px){
    main .madang .tit {padding:50px 0 0;}
    main .madang .tit h2 {font-size:24px;}
    main .madang .links {margin:30px 0 0 0;}
    main .madang .links ul li a {gap:10px; padding:20px 0;}
    main .madang .links ul li a figure {width:25%; text-align:center;}
    main .madang .links ul li a figure img {width:100%;}
    main .madang .links ul li a p {font-size:14px;}
}

footer {background-color: #222;}
footer .inner {width:76%; margin:0 auto;}
footer .footer_policy {display: flex; gap: 36px; padding:50px 0; border-bottom: 1px solid #595959;}
footer .footer_policy a {font-size: 1.8rem; color: #fff;}
footer .footer_bottom {display: flex; gap: 60px; padding:50px 0;}
footer .footer_bottom address {font-size: 1.6rem; color: #999; font-style: unset; line-height: var(--line-height-desc);}

@media screen and (max-width: 1400px) {
    footer .inner {width: 90%;}
}

@media screen and (max-width: 1280px) {
    footer .footer_policy a {font-size: 1.5rem;}
}

@media screen and (max-width: 640px) {
    footer .footer_policy {padding:30px 0; }
    footer .footer_policy a {font-size: 1.3rem;}
    footer .footer_bottom {flex-direction: column; gap: 30px;}
    footer .footer_bottom address {font-size: 1.2rem;}
}

/* 게시물 선택복사 선택이동 */
#copymove .win_desc {text-align:center;display:block}
#copymove .tbl_wrap {margin:20px}
#copymove .win_btn {padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {width:auto;height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span {display:none}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* ckeditor 태그 기본값 */
#bo_v_con ul {display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con ol {display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con li {display:list-item}

/* 버튼 */
a.btn,.btn {line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;font-size:1.4em;
-webkit-transition:background-color 0.3s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}
.btn_confirm {text-align:right} /* 서식단계 진행 */
.btn_submit {border:0;background:#2f2f2f;color:#fff;cursor:pointer;border-radius:3px}
.btn_submit:hover {background:#2f2f2f}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;background:#fff}
a.btn_close {text-align:center;line-height:50px}
a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa}
a.btn_frmline, button.btn_frmline {display:inline-block;width:128px;padding:0 5px;height:40px;border:0;background:#434a54;border-radius:3px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;color:#bababa;text-decoration:none;vertical-align:middle;border:0;background:transparent}
.btn_b01:hover, .btn_b01:hover {color:#000}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;color:#d13f4a;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {color:#ff3746}

/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-top:2px solid #000;border-bottom:1px solid #ececec} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:20px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ececec;height:40px}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;padding:0 5px;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;line-height:1.4em;height:116px;word-break:break-all}
.tbl_head01 tbody tr:hover td {background:#fafafa}
.tbl_head01 a:hover {text-decoration:underline}
.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #d0d3db;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px}
.full_input {width:100%}
.half_input {width:49.5%}
.twopart_input {width:385px;margin-right:10px}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본 리스트*/
.list_01 ul {border-top:1px solid #ececec}
.list_01 li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.list_01 li:nth-child(odd) {background:#f6f6f6}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}
.list_01 li.empty_li {text-align:center;padding:20px 0;color:#666}

/*폼 리스트*/
.form_01 h2 {font-size:1.167em}
.form_01 li {margin-bottom:10px}
.form_01 ul:after,
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 .left_input {float:left}
.form_01 .margin_input {margin-right:1%}
.form_01 textarea {height:100px;width:100%}
.form_01 .frm_label {display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat !important;background-position:right top !important}

/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
.new_win .btn_close {height:45px;width:60px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* 검색결과 색상 */
.sch_word {color:#fff;background:#ff005a;padding:2px 5px 3px;line-height:18px;margin:0 2px}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
.sv_wrap .sv:before {content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;display:inline-block}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#eee;border:1px solid #eee}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#959595;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px}
.pg_page:hover {background-color:#fafafa}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

.pg_current {display:inline-block;background:#141414;border:1px solid #141414;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

.content .inner {width:76%; margin:0 auto; padding:100px 0;}
.section_title {margin-bottom: 45px; font-size: 2.2rem; font-weight: bold;}

@media screen and (max-width: 1400px) {
    .content .inner {width: 90%;}
}

.svis {position: relative; padding:155px 0; text-align: center; color: #fff; overflow:hidden}
.svis:after {position:absolute; top:0; right:0; width:100%; height:100%; background-color:#fff; transition:right 1s ease; content:'';}
.svis.ani:after {right:-100%}
.depth01 {background: url(/img/svis01.png) no-repeat; background-size: cover;}
.depth02 {background: url(/img/svis02.png) no-repeat; background-size: cover;}
.depth03 {background: url(/img/svis01.png) no-repeat; background-size: cover;}
.depth04 {background: url(/img/svis02.png) no-repeat; background-size: cover;}
.depth05 {background: url(/img/svis01.png) no-repeat; background-size: cover;}
.depth06 {background: url(/img/svis02.png) no-repeat; background-size: cover;}
.svis .title {margin-bottom: 65px; font-size: 6rem;}
.location {display: flex; justify-content: center; align-items: center; gap: 15px;}
.location li {font-size: 1.6rem;}
.location li a {color: #fff;}
.pagelist { position: absolute; bottom: 0; width:100%; background-color: rgba(0,0,0,0.3);}
.pagelist ul {display: flex;}
.pagelist ul li {text-align: center; transition: all 0.3s;}
.pagelist ul li.active {position: relative;}
.pagelist ul li.active a {background-color: var(--main-color);}
.pagelist ul li a {display: block; padding:25px 0; font-size: 1.6rem; color: #fff;}
.pagelist ul.menu5 li {width:20%;}
.pagelist ul.menu4 li {width:25%;}
.pagelist ul.menu3 li {width:33.33333%;}
.pagelist ul.menu2 li {width:50%;}


@media screen and (max-width: 960px) {
    .svis .title {font-size: 4rem;}
}

@media screen and (max-width: 768px) {
    .pagelist {background-color: #000;}
    .pagelist ul {flex-direction: column;}
    .pagelist ul.menu5 li, .pagelist ul.menu2 li, .pagelist ul.menu4 li {width:100%;}
    .pagelist ul li a {display: none;}
    .pagelist ul li.active a {display: block;}
    .pagelist ul li.active a::after {display: block; position: absolute; top: 20px; right: 10px; width: 20px; height: 20px; background-image: url(/img/arrow_down.png); background-repeat: no-repeat; transition: all 0.5s; content:"";}
    .pagelist ul li.open a {display: block; visibility: visible;}
    .pagelist ul li.active.open a::after {top:24px; transform: rotate(180deg);} 
}

@media screen and (max-width: 640px) {
    .svis {padding: 130px 0;}
    .svis .title {font-size: 3rem;}
    .location li {font-size: 1.2rem;}
}

.maintxt h2 {margin-bottom: 44px; font-size: 3.5rem;}
.maintxt p {margin-bottom: 100px; font-size: 1.6rem; line-height: var(--line-height-desc);}
.bs_contact {overflow: hidden; padding: 140px 0 140px 80px; background: url(/img/bscontact_bg.png) no-repeat; background-size: cover; background-position: center; border-radius: 10px; color: #fff;}
.bs_contact h2 {margin-bottom: 30px; font-size: 3.5rem;}
.bs_contact p {margin-bottom: 50px; font-size: 1.6rem; line-height: var(--line-height-desc);}
.bs_contact a {display: flex; justify-content: space-around; width: 180px; height: 60px; border-radius: 30px; border: 1px solid #fff; line-height: 60px; font-size: 1.8rem; color: #fff;}

@media screen and (max-width: 768px) 
{
    .maintxt h2 {font-size: 2.4rem;}
    .bs_contact {padding: 80px 0 80px 40px;}
    .bs_contact h2 {font-size: 2.4rem;}
}

@media screen and (max-width: 640px) 
{
    .maintxt h2 {font-size: 2rem;}
    .bs_contact {padding: 50px 30px;}
    .bs_contact h2 {font-size: 2rem;}
    .bs_contact a {width: 150px; height: 50px; line-height: 50px; font-size: 1.5rem;}
}

.area_list {display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 40px;}
.area_list .area_item {padding-bottom: 80px; padding-left: 40px; border-radius: 10px; }
.area_list .area_item > a {display: block; position: relative; width: 100%; height: 100%; padding-top: 350px; color: #fff;}
.area_list .area_item:nth-child(1) {background: url(/img/bsarea01.png) no-repeat; background-size: cover; background-position: center;}
.area_list .area_item:nth-child(2) {background: url(/img/bsarea02.png) no-repeat; background-size: cover; background-position: center;}
.area_list .area_item:nth-child(3) {background: url(/img/bsarea03.png) no-repeat; background-size: cover; background-position: center;}
.area_list .area_item:nth-child(4) {background: url(/img/bsarea04.png) no-repeat; background-size: cover; background-position: center;}
.area_list .area_item p {position: absolute; top: 50px; left: 0px; font-size: 1.5rem;}
.area_list .area_item h3 {font-size: 3rem;}

@media screen and (max-width: 1280px) {
    .area_list {grid-template-columns: 1fr 1fr;}
    .area_list .area_item > a {padding-top: 150px;}
    .area_list .area_item h3 {font-size: 1.8rem;}
}

@media screen and (max-width: 640px) {
    .area_list {grid-template-columns: 1fr; gap: 20px;}
    .area_list .area_item {padding-bottom: 50px;}
    .area_list .area_item p {font-size: 1.2rem;}
    .area_list .area_item h3 {font-size: 1.4rem;}
}

.greeting {display: flex; justify-content: space-between; align-items: center;}
.greeting h3 {margin-bottom: 70px; font-size: 3.5rem; font-weight: normal; line-height: var(--line-height-title);}
.greeting h3 bold {font-weight: bold;}
.greeting .text p {font-size: 1.7rem; line-height: var(--line-height-desc);}
.greeting .text p.sign {margin-top:60px; font-weight: bold;}
.greeting .text p.sign span {padding-left: 15px; font-size: 40px; font-family: 'NanumBrush'; font-weight: normal;}

@media screen and (max-width: 1280px) {
    .greeting img {width:200px;}
}

@media screen and (max-width: 1084px) {
    .greeting {flex-direction: column; gap: 100px;}
    .greeting h3 {font-size: 2.5rem;}
    .greeting .text p {font-size: 1.5rem;}
    .greeting img {width: 400px;}
}

@media screen and (max-width: 640px) {
    .greeting h3 {margin-bottom: 50px; font-size: 2rem;}
}

@media screen and (max-width: 400px) {
    .greeting img {width: 100%;}
}

.year-block {display: grid; grid-template-columns: 0.5fr 1fr; position: relative;}
.year-block .year {font-size: 7rem;}
.year-block .events {display: grid; gap: 40px; position:relative; padding-bottom: 100px;}
.year-block .events::before {display: block; position: absolute; top:0; bottom:0; left:0; width:1px; height: 100%; background-color: #eaeaea; content: "";}
.year-block .events::after {display: block; position: absolute; top:0; left:-6px;  width: 13px; height: 13px; background-color: var(--main-color); border-radius: 50%; transition: all 0.5s; content: "";}
.year-block .events li {display: flex; position: relative; gap: 70px; margin-left: 100px;}
.year-block .events li.mobile {display: none;}
.year-block .events li .month {position: relative; font-size: 2.5rem; font-weight: bold;}
.year-block .events li p {font-size: 1.8rem; line-height: var(--line-height-desc);}
.year-block .events .imgset .imgbox {overflow: hidden; width:387px; height: 236px; margin-top: 30px; border-radius: 10px;}
.year-block .events .imgset .imgbox img {width: 100%; height: 100%;}
.year-block .events.active::after {border:1px solid var(--main-color); box-shadow: 0 0 0 8px white, 0 0 0 10px var(--main-color); content: ""}

@media screen and (max-width: 1084px) {
    .year-block {grid-template-columns: 1fr;}
    .year-block .year {display: none;}
    .year-block .events li.mobile {display: block; font-size: 3rem; font-weight: bold;}
    .year-block .events li {flex-direction: column; gap: 20px; margin-left: 70px;}
    .year-block .events li .month {font-size: 2rem;}
    .year-block .events li p {font-size: 1.5rem;}
    .year-block .events .imgset .imgbox {width: 300px; height: 200px;}
}

@media screen and (max-width: 400px) {
    .year-block .events .imgset .imgbox {width: 100%;}
}

.org_chart {display: grid; grid-template-columns: repeat(5, 1fr); grid-template-rows: auto auto; place-items: center; }
.org_chart .ceo {position:relative; grid-column: 3 / 4; width: 215px; height: 65px; margin-bottom: 40px; background-color: var(--main-color); border-radius: 35px; font-size: 2rem; font-weight: bold; color: #fff; line-height: 65px; text-align: center;}
.org_chart .ceo::after {display: block; position: absolute; bottom: -40px; left:50%; transform: translateX(-50%); width:1px; height:40px; background-color: #c4c4c4; content:"";}
.org_chart .teams {display: grid; position:relative; grid-template-columns: repeat(4, 1fr); grid-column: 1 / 6; gap:50px; margin-top: 40px; text-align: center;}
.org_chart .teams::before {display: block; position: absolute; top: -40px; left:50%; transform: translateX(-50%); width: 750px; height:1px; background-color: #c4c4c4; content:"";}
.org_chart .teams .title {position: relative; width:200px; height: 60px; margin-bottom: 20px; background-color: #d4e9ff; border-radius: 10px; font-size: 1.8rem; line-height: 60px;}
.org_chart .teams .title::before {display: block; position: absolute; top: -40px; left:50%; transform: translateX(-50%); width:1px; height:40px; background-color: #c4c4c4; content:"";}
.org_chart .teams .title::after {display: block; position: absolute; bottom: -20px; left:50%; transform: translateX(-50%); width:1px; height:20px; background-color: #c4c4c4; content:"";}
.org_chart .teams .member {width:200px; height: 60px; background-color: #f0f0f0; border-radius: 10px; font-size: 1.6rem; line-height: 60px; margin-bottom: 10px;}
.org_chart .teams .member:last-child {margin-bottom: 0;}

@media screen and (max-width: 1084px) {
    .org_chart .ceo {font-size: 1.8rem;}
    .org_chart .teams::before {width:600px;}
    .org_chart .teams .title, .org_chart .teams .member {width:150px; height: 50px; line-height: 50px;}
    .org_chart .teams .title {font-size: 1.5rem;}
    .org_chart .teams .member {font-size: 1.4rem;}
}

@media screen and (max-width: 768px) {
    .org_chart .ceo {margin-bottom: 0; font-size: 1.7rem;}
    .org_chart .ceo::after {display: none;}
    .org_chart .teams {grid-template-columns: 1fr; gap: 40px;}
    .org_chart .teams::before {display: none;}
}

.vision, .strenghts {margin-bottom: 100px;}
.vision .vision_txt {display: grid; grid-template-columns: 1fr 1fr; align-items: end; margin-bottom: 66px;}
.vision .vision_txt h2 {font-size: 6rem; line-height: var(--line-height-title);}
.vision .vision_txt p {font-size: 2rem; line-height: var(--line-height-desc);}
.vision .imgbox img {max-width: 100%;}
.strenghts .str_list {display: grid; grid-template-columns: 1fr 1fr; gap: 50px;}
.strenghts .str_list .str_item {display: flex; align-items: center; gap: 40px;}
.strenghts .str_list .str_item .iconbox {width:170px; height: 170px; border-radius: 50%; border:1px solid #ebebeb; line-height: 170px; text-align: center;}
.strenghts .str_list .str_item .iconbox img {vertical-align: middle;}
.strenghts .str_list .str_item .title {margin-bottom: 30px; font-weight: bold; font-size: 2.3rem;}
.strenghts .str_list .str_item .desc {font-size: 1.6rem; color: #999; line-height: var(--line-height-desc);}
.mission .mission_list {display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 60px;}
.mission .mission_list .imgbox {margin-bottom: 45px;}
.mission .mission_list .imgbox img {max-width: 100%;}
.mission .mission_list .mission_item .title {margin-bottom: 26px; font-size: 2.3rem; font-weight: bold;}
.mission .mission_list .mission_item .desc {font-size: 1.8rem; line-height: var(--line-height-desc);}
 
@media screen and (max-width: 1280px) {
    .vision .vision_txt {grid-template-columns: 1fr; gap: 20px;}
    .strenghts .str_list {grid-template-columns: 1fr 1fr 1fr 1fr; gap: 30px;}
    .strenghts .str_list .str_item {flex-direction: column; align-items: baseline;}
}

@media screen and (max-width: 1084px) {
    .vision .vision_txt h2 {font-size: 3rem;}
    .vision .vision_txt p {font-size: 1.6rem;}
    .strenghts .str_list .str_item .iconbox {width: 100px; height: 100px; line-height: 100px;}
    .strenghts .str_list .str_item .iconbox img {width:35px;}
    .strenghts .str_list .str_item .title {font-size: 1.8rem;}
    .mission .mission_list .mission_item .title {font-size: 1.8rem;}
    .mission .mission_list .mission_item .desc {font-size: 1.6rem;}
    .mission .mission_list .mission_item .desc br {display: none;}
}

@media screen and (max-width: 768px) {
    .strenghts .str_list {grid-template-columns: 1fr 1fr;}
    .mission .mission_list {grid-template-columns: 1fr;}
    .mission .mission_list .imgbox img {width: 100%;}
}

@media screen and (max-width: 640px) {
    .strenghts .str_list {grid-template-columns: 1fr;}
    .strenghts .str_list .str_item {align-items: center; text-align: center;}
}

.map_info {display: flex; gap: 150px;}
.map_info ul li:first-child {margin-bottom: 23px; font-size: 2.2rem; font-weight: bold;}
.map_info ul li:last-child {margin-bottom: 50px; font-size: 1.6rem;}
div#daumRoughmapContainer1749707537134 {width:100%;}
.root_daum_roughmap .cont {display: none;}

@media screen and (max-width: 768px) {
    .map_info {flex-direction: column; gap:20px;}
}

@media screen and (max-width: 640px) {
    .map_info ul li:first-child {font-size: 1.6rem;}
    .map_info ul li:last-child {font-size: 1.4rem;}
}