@charset "utf-8";

@font-face {
    font-family: 'Paperlogy';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
    font-weight: 900;
    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;}

/* 초기화 */
html {overflow-y:scroll}
body {font-family:'Paperlogy', 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:'Paperlogy', 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:'Paperlogy', sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}
img, video{ vertical-align:top; }
textarea, select {font-family:'Paperlogy', 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: 'Paperlogy', 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}

/* 팝업레이어 */
#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:9999; 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 {padding:101px 0 0 0;}
main .inner {position:relative; max-width:1440px; width:100%; font-size:0; margin:0 auto; padding:0 20px;}
main .inner:after {display:block; clear:both; content:'';}

main .visual {overflow:hidden; position:relative; height:510px; border-radius:0 0 0 200px;}
main .visual-item {overflow:hidden; position:relative; height:510px; background:url('/img/main/vis-bg.png') no-repeat bottom center;}
main .visual-main-contents {position:relative; z-index:100; display:flex; align-items:center; justify-content:space-between; width:1400px; height:510px; margin:0 auto;}
main .visual-main-contents img {opacity:0;}
main .vis-img img {opacity:0; transition:opacity 0s; position:absolute;}
main .vis-img .vis-img02 {top:27px; right:197px;}
main .vis-img .vis-img03 {top:95px; right:460px;}
main .vis-img .vis-img04 {top:131px; right:28px;}
main .visual-main-contents .vis-img01.animation {animation:visIme00 .3s ease-in-out forwards;}
main .vis-img .vis-img02.animation {animation:visIme01 1.6s ease-in-out forwards;}
main .vis-img .vis-img03.animation {animation:visIme02 1.2s ease-in-out forwards;}
main .vis-img .vis-img04.animation {animation:visIme03 .8s ease-in-out forwards;}
@keyframes visIme00 {0% {opacity:0;} 100% {opacity:1;}}
@keyframes visIme01 {0% {top:500px; opacity:0;} 50% {opacity:1;} 80% {top:-10px;} 100% {top:27px; opacity:1;}}
@keyframes visIme02 {0% {top:500px; opacity:0;} 50% {opacity:1;} 80% {top:40px;} 100% {top:95px; opacity:1;}}
@keyframes visIme03 {0% {top:500px; opacity:0;} 50% {opacity:1;} 80% {top:90px;} 100% {top:131px; opacity:1;}}
main .visual-txt-wrap {position:relative; height:100%; padding-top:140px;}
main .visual-txt-wrap .vis-star {content:""; display:block; position:absolute;}
main .visual-txt-wrap .vis-star01 {left:-95px; top:75px; width:53px; height:55px; background:url('/img/main/vis-star01.png');}
main .visual-txt-wrap .vis-star02 {right:110px; bottom:140px; width:30px; height:32px; background:url('/img/main/vis-star02.png');}
main .visual-txt-wrap p {margin:0 0 30px; font-size:28px; font-weight:500; opacity:0;}
main .visual-txt-wrap h1 {font-size:60px; font-weight:700; color:#222; opacity:0;}
main .visual-txt-wrap h1.animation {animation:visualTxt01 1.5s ease-in-out forwards; animation-delay:.4s;}
main .visual-txt-wrap p.animation {animation:visualTxt01 1s ease-in-out forwards;}
@keyframes visualTxt01 {0% {transform:translate(0, 50px); opacity:0;} 100% {transform:translate(0, 0px); opacity:1;}}
main .visual .slick-dots {position:absolute; width:auto; bottom:150px; left:260px; z-index:1000; font-size:20px; font-weight:700;}
main .visual .slick-dots li {display:none;}
main .visual .slick-dots li.slick-active {display:block;}
main .visual .slick-dots li span {font-size:20px; font-weight:700; color:#000;}
main .dot {display:flex; align-items:center; gap:4px; width:70px!important;}
main .visual .slick-dots li .all-num {font-size:18px; font-weight:400; color:#4a4a4a;}
main .vis-dot-wrap {position:absolute; left:260px; bottom:130px; z-index:1000; display:flex; gap:10px;}
main .vis-dot-wrap a {display: block; width:60px; height:4px; border-radius:5px; background-color:#d7d7d7;}
main .vis-dot-wrap a.active {background-color:#e86b12;}
main .slick-arrow {display:none!important;}

@media all and (max-width:1400px){
    main .visual {border-radius:0;}
    main .visual-main-contents {width:100%; padding:0 10px;}
    main .visual-main-contents img {width:600px;}
    main .vis-img img:nth-child(2) {right:260px; width:597px;}
    main .visual .slick-dots,
    main .vis-dot-wrap {left:10px;}
}

@media all and (max-width:1280px){
    main .visual-main-contents .vis-img01 {position:absolute; right:0;}
    main .visual-txt-wrap {position:absolute; z-index:101; height:100%; padding-top:140px;}
}

@media all and (max-width:1024px){
    main .visual,
    main .visual-main-contents,
    main .visual-item {height:410px;}
    main .vis-img {display:none;}
    main .visual-txt-wrap p {font-size:20px;}
    main .visual-txt-wrap h1 {font-size:40px;}
    main .visual .slick-dots, main .vis-dot-wrap {left:10px;}
    main .vis-dot-wrap {bottom:35%;}
    main .visual .slick-dots {bottom:28%;}
}

@media all and (max-width:768px){
    main .visual-txt-wrap {width:calc(100% - 20px);}
    main .visual, .visual-main-contents, main .visual-item {height:350px;}
    main .vis-dot-wrap {bottom:40%;}
    main .visual-txt-wrap p {margin-bottom:20px; font-size:16px;}
    main .visual-txt-wrap .vis-star {display:none;}
    main .visual-main-contents img {max-width:100%; top:50%; transform:translate(0, -65%);}
    main .visual-main-contents::after {content:""; position:absolute; left:0; top:0; z-index:100; width:100%; height:100%; background-color:rgba(255, 255, 255, 0.5);}   
    main .visual-txt-wrap {padding-top:110px;}
}

@media all and (max-width:500px){
    main .visual-txt-wrap h1 {font-size:30px;}
}

main .latest {padding:110px 0}
main .latest .tit-wrap {position:relative; display:flex; justify-content:space-between; align-items:center; margin:0 0 60px;}
main .latest .tit-wrap .tit {position:relative; padding:18px 0 0 18px;}
main .latest .tit-wrap .tit .circleCanvas {position:absolute; left:0; top:0; transform:rotate(150deg);}
main .latest .tit-wrap .tit h2 {position:relative; z-index:100; padding:3px; font-size:44px; font-weight:600; color:#222; background-color:#fff;}
main .latest .tit-wrap .view-more {display:flex; justify-content:center; align-items:center; width:42px; height:42px; border-radius:100%; background-color:#f5f5f5; transition:all .3s;}
main .latest .content .tab-menu {position:absolute; right:105px; top:23px; display:flex; gap:45px;}
main .latest .content .tab-menu li {position:relative; font-size:22px; font-weight:500; cursor:pointer;}
main .latest .content .tab-menu li:before {content:""; position:absolute; left:-10px; top:-1px; display:block; width:6px; height:6px; border-radius:100%; background-color:#e86b12; opacity:0; transition:all .3s;} 
main .latest .content .tab-menu li.on:before,
main .latest .content .tab-menu li:hover:before {opacity:1;} 
main .latest .content .tab-box {overflow:hidden; padding:20px 0 0 0;}
main .latest .content .tab-box .tab {display:none;}
main .latest .content .tab-box .tab.on {display:block;}
main .latest .content .tab-box .tab .swiper {overflow:inherit;}
main .latest .content .tab-box .tab .swiper .swiper-wrapper {align-items:center;} 
main .latest .content .tab-box .tab .swiper-slide {position:relative; overflow:hidden; border-radius:30px; background-color:#f3f3f3;}
main .latest .content .tab-box .tab .swiper-slide:before {content:""; position:absolute; left:0; top:0; display:block; width:100%; height:100%; background:linear-gradient(-98deg, #f1b51a 48%, #e86b11); opacity:0; transition:all .7s;}
main .latest .content .tab-box .tab .swiper-slide a {position:relative; z-index:1000; display:block; padding:60px 40px; } 
main .latest .content .tab-box .tab .swiper-slide .brd-title > div {margin:0 0 30px; font-size:26px; font-weight:600; color:#333;}
main .latest .content .tab-box .tab .swiper-slide .brd-contents {overflow: hidden; margin-bottom: 65px; font-size: 20px; font-weight: 400; line-height: 34px; white-space: nowrap; text-overflow: ellipsis;}
main .latest .content .tab-box .tab .swiper-slide .brd-date {font-size:18px; font-weight:400; color:#383838; }
main .latest .content .tab-box .tab .swiper-slide,
main .latest .content .tab-box .tab .swiper-slide .brd-title > div,
main .latest .content .tab-box .tab .swiper-slide .brd-contents,
main .latest .content .tab-box .tab .swiper-slide .brd-date {transition:all .3s;}
main .latest .content .tab-box .tab .swiper-slide.swiper-slide-active {transform:scale(1.1); background:linear-gradient(98deg, #e86b11 48%, #f1b51a);} 
main .latest .content .tab-box .tab .swiper-slide.swiper-slide-active .brd-title > div,
main .latest .content .tab-box .tab .swiper-slide.swiper-slide-active .brd-contents,
main .latest .content .tab-box .tab .swiper-slide.swiper-slide-active .brd-date {color:#fff;} 
main .latest .content .tab-box .tab .swiper-slide.swiper-slide-active .brd-contents {display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; white-space:wrap;} 
main .latest .content .tab-box .tab .swiper-slide:hover:before {opacity:1;}
main .latest .content .tab-box .tab .swiper-slide:hover .brd-title > div,
main .latest .content .tab-box .tab .swiper-slide:hover .brd-contents,
main .latest .content .tab-box .tab .swiper-slide:hover .brd-date {color:#fff;}
main .latest .content .tab-box .tab .swiper .tools {padding:15px 0 0 0;}
main .latest .content .tab-box .tab .swiper .tools .arrow {position:absolute; left:50%; display:flex; justify-content:center; align-items:center; gap:95px; width:143px; height:24px; transform:translate(-50%, 43px);} 
main .latest .content .tab-box .tab .swiper .tools .arrow .btn {width:14px; height:24px; cursor:pointer;} 
main .latest .content .tab-box .tab .swiper .tools .arrow .btn-prev {background:url('/img/main/latast-arrow-prev.png'); background-repeat: no-repeat;}
main .latest .content .tab-box .tab .swiper .tools .arrow .btn-next {background:url('/img/main/latast-arrow-next.png'); background-repeat: no-repeat;}
main .latest .content .tab-box .tab .swiper .tools .pagination {display:flex; justify-content:space-between; width:50px; height:30px; margin:40px auto 0 auto;} 
main .latest .content .tab-box .tab .swiper .tools .swiper-pagination-current {font-size:20px; font-weight:700; color:#464646;} 
main .latest .content .tab-box .tab .swiper .tools .swiper-pagination-total {font-size:20px; font-weight:500; color:#464646;} 
main .latest .content .tab-box .tab .swiper .tools .pagination em,
main .latest .content .tab-box .tab .swiper .tools .pagination span {display: flex; align-items:center;} 
main .latest .content .tab-box .tab .swiper .tools .pagination em {font-size:20px; font-weight:700;} 

@media all and (max-width:1024px){
    main .latest .content .tab-box .tab .swiper-slide a {min-height:245px;} 
}

@media all and (max-width:768px){
    main .latest {padding:50px 0;}
    main .latest .tit-wrap {margin:0 0 20px;}
    main .latest .tit-wrap .tit h2 {padding:2px; font-size:30px;}
    main .latest .content .tab-menu {right:70px; gap:2rem;} 
    main .latest .content .tab-menu li{font-size:18px;} 
    main .latest .content .tab-box .tab .swiper-slide.swiper-slide-active {transform:scale(1);} 
}

@media all and (max-width:600px){
    main .latest .content .tab-menu {position:static; justify-content:center;}
}

main .info {background-color:#f3f3f3; padding:110px 0}
main .info article {display:flex; justify-content:space-between; align-items:center;}
main .info .tit-wrap {position:relative; display:flex; justify-content:space-between; align-items:center;}
main .info .tit-wrap .tit {position:relative; padding:18px 0 0 18px;}
main .info .tit-wrap .tit .circleCanvas {position:absolute; left:0; top:0; transform:rotate(150deg);}
main .info .tit-wrap .tit h2 {position:relative; z-index:100; padding:3px; font-size:44px; font-weight:600; color:#222; background-color:#f3f3f3;}
main .info .content {width:calc(100% - 355px);}
main .info .content ul {display:flex; gap:30px;}
main .info .content ul li {overflow:hidden; display:flex; flex-direction:column; align-items:center; justify-content:center; width:calc((100% - 90px) / 4); border-radius:25px; background-color:#fff;}
main .info .content ul li a {display:block; width:100%; height:100%; padding:40px 0; transition:all .3s;}
main .info .content ul li a img {display:block; margin:0 auto 30px auto;}
main .info .content ul li a p {font-size:20px; font-weight:600; color:#333; text-align:center; transition:all .3s;}
main .info .content ul li a:hover {background-color:#f2c01b;}
main .info .content ul li a:hover p {color:#fff;}

@media all and (max-width:1200px){
    main .info {padding:80px 0}
    main .info article {flex-direction:column;}
    main .info .tit-wrap {margin:0 0 50px;}
    main .info .tit-wrap .tit {padding:12px 0 0 12px;}
    main .info .tit-wrap .tit h2 {padding:2px; font-size:36px;}
    main .info .content {width:100%;}
    main .info .content ul {gap:20px;}
    main .info .content ul li {width:calc((100% - 50px) / 4); border-radius:20px;}
    main .info .content ul li a {padding:30px 0;}
    main .info .content ul li a img {margin:0 auto 20px auto;}
    main .info .content ul li a p {font-size:16px;}
}

@media all and (max-width:768px){
    main .info {padding:50px 0}
    main .info .tit-wrap {margin:0 0 30px;}
    main .info .tit-wrap .tit {padding:10px 0 0 10px;}
    main .info .tit-wrap .tit h2 {padding:1px; font-size:30px;}
    main .info .content ul {flex-wrap:wrap; gap:10px; }
    main .info .content ul li {width:calc((100% - 10px) / 2);}
    main .info .content ul li a {padding:20px 0;}
    main .info .content ul li a img {margin:0 auto 16px auto;}
}

main .device {padding:110px 0;}
main .device .tit-wrap {position:relative; display:flex; justify-content:center; align-items:center; margin:0 0 60px;}
main .device .tit-wrap .tit {position:relative; padding:18px 0 0 18px;}
main .device .tit-wrap .tit .circleCanvas {position:absolute; left:0; top:0; transform:rotate(150deg);}
main .device .tit-wrap .tit h2 {position:relative; z-index:100; padding:3px; font-size:44px; font-weight:600; color:#222; background-color:#fff;}
main .device .content ul {display:flex; gap:25px;}
main .device .content ul li {overflow:hidden; position:relative; width:calc((100% - 50px) / 3); border-radius:25px;}
main .device .content ul li:nth-child(1) {background-color:#fff7dc;}
main .device .content ul li:nth-child(2) {background-color:#f6ffdc;} 
main .device .content ul li:nth-child(3) {background-color:#d7f7ff;} 
main .device .content ul li:before {content:""; position:absolute; right:20px; bottom:20px; display:block; width:72%; height:72%; background-size:contain; background-repeat:no-repeat; background-position:right bottom;}
main .device .content ul li:nth-child(1):before {background-image: url('/img/main/main03-img01.png');}
main .device .content ul li:nth-child(2):before {background-image: url('/img/main/main03-img02.png');} 
main .device .content ul li:nth-child(3):before {background-image: url('/img/main/main03-img03.png');} 
main .device .content ul li a {position:relative; z-index:100; display:block; padding:48px 28px;}
main .device .content ul li a p {margin:0 0 65px; font-size:25px; font-weight:600; color:#222; }
main .device .content ul li a .more-btn {display:flex; justify-content:center; align-items:center; width:155px; padding:15px 25px; border-radius:25px; background-color:#fff; transition:all .3s;}
main .device .content ul li a .more-btn span {font-size:18px; color:#333; transition:all .3s;}
main .device .content ul li a .more-btn .more-btn-line {width:20px;}
main .device .content ul li a .more-btn .more-btn-line span {display:block; width:12px; height:2px; background-color:#e86b12; transition:all .3s;}
main .device .content ul li a .more-btn .more-btn-line span:nth-child(1) {transform:rotate(45deg) translate(4px, -9px);}
main .device .content ul li a .more-btn .more-btn-line span:nth-child(2) {transform:rotate(-45deg) translate(5px, 8px);}
main .device .content ul li a:hover .more-btn {background-color:#e86b12}
main .device .content ul li a:hover span {color:#fff;}
main .device .content ul li a:hover .more-btn-line span {background-color:#fff;}

@media all and (max-width:1200px){
    main .device {padding:80px 0;}
    main .device .tit-wrap {margin:0 0 45px;}
    main .device .tit-wrap .tit {padding:12px 0 0 12px;}
    main .device .tit-wrap .tit h2 {padding:1px; font-size:36px;}
    main .device .content ul {gap:16px;}
    main .device .content ul li {width:100%;}
    main .device .content ul li:before {right:12px; bottom:12px; width:60%; height:60%;}    
    main .device .content ul li a {padding:36px 16px;}
    main .device .content ul li a p {margin:0 0 36px; font-size:20px;}
    main .device .content ul li a .more-btn {width:120px; padding:10px 20px; border-radius:20px;}
    main .device .content ul li a .more-btn span {font-size:14px;}
    main .device .content ul li a .more-btn .more-btn-line {width:16px;}
    main .device .content ul li a .more-btn .more-btn-line span {width:10px; height:1px;}
}

@media all and (max-width:768px){
    main .device {padding:50px 0;}
    main .device .tit-wrap {margin:0 0 20px;}
    main .device .tit-wrap .tit h2 {padding:2px; font-size:30px;}
    main .device .content ul {flex-direction:column; gap:10px;}
    main .device .content ul li:before {width:80%; height:80%;}
}

main .banner {background-color:#f3f3f3; padding:40px 0; }
main .banner ul {display:flex; gap:50px;}
main .banner ul li a {overflow:hidden; display:flex; border-radius:10px; border:1px solid #dedede;}
main .banner ul li a img {width:100%; transition:all .3s;}
main .banner ul li a:hover img {scale:1.05;}

@media all and (max-width:1200px){
    main .banner {padding:30px 0; }
    main .banner ul {display:block; }
    main .banner ul li {display:inline-block; width:33.33333%; vertical-align:top; padding:10px;}
}

@media all and (max-width:768px){
    main .banner {padding:20px 0; }
    main .banner ul li {width:50%;}    
}

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;}
}