@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

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

.mon {font-family:'Montserrat', sans-serif !important;}

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

:root {
    --line-height-title: 1.3em;
    --line-height-desc: 1.4em;
}

/* 초기화 */
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}

/* 팝업레이어 */
#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;overflow: hidden;}
#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;}

.slick-slide .pVar, .slick-slide .ptVar, .pVar, .ptVar {display:block;}
.slick-slide img.pVar, .slick-slide img.ptVar, img.pVar, img.ptVar {display:inline-block;}
.slick-slide .tVar, .slick-slide .mVar, .slick-slide .tmVar, .slick-slide .br_t, .tVar, .mVar, .tmVar, .br_t {display:none;}

@media only screen and (max-width : 840px){
    html{font-size: 10px;}
    .br_p, .pVar, .tVar, .ptVar{display:none !important;}
	.mVar, .tmVar, .br_t{display:block !important;}
	img.mVar, img.tmVar{display:inline-block !important;}
	table .br_t{display:table-cell !important;}
}

#full_wrapper {width:100%; margin:0 auto; background-color:#f9fcfc; position:relative; overflow:hidden;}
#full_wrapper * {letter-spacing:-0.04em;  word-break:keep-all; word-wrap:break-word; box-sizing:border-box;}
#full_wrapper .section {font-size:1.6rem; line-height:1.6; color:#fff;}
.fp-tableCell > section {width:100vw; height:100vh; position:relative; padding:101px 0 0 0;}

@media only screen and (max-width : 1024px){
    .fp-responsive .fp-section,
    .fp-responsive .fp-slide,
    .fp-scrollable,
    .fp-responsive .fp-tableCell {height:auto!important; }
    .fp-tableCell > section {width:100%; height:auto;}    
}

#fp-nav ul li a span {text-shadow:0 0 1px rgba(255,255,255,0.2);}
#fp-nav.white ul * {color:#fff; border-color:#fff; transition:all ease 0.3s;}
#fp-nav.white ul li a.active, #fp-nav ul li:hover a.active {border-right-color :#fff}
#mVisual {width:100%; font-size:0; line-height:0; position:relative; overflow:hidden;}
#mVisual .visualRoll {white-space:nowrap;}
#mVisual .visualRoll .slider {width:100%; background-repeat:no-repeat; background-position:center center; background-size:cover; font-size:0; line-height:0; position:relative; overflow:hidden; display:inline-block; vertical-align:top;}
#mVisual .visualRoll .slider img {width:100%; max-width:none; height:100vh; object-fit:cover;}
#mVisual .slick-arrow {width:35px; height:63px; background-color:transparent; background-repeat:no-repeat; background-position:center center; background-size:cover; border:none; font-size:0; line-height:0; position:absolute; top:50%; z-index:7; transform:translateY(-50%); cursor:pointer; opacity:1; filter:drop-shadow(0 0 1px rgba(0,0,0,0.3));}
#mVisual .slick-arrow:hover {opacity:1;}
#mVisual .vTxtArea {width:100%; height:100%; max-width:1340px; padding:0 3rem; text-align:left; position:absolute; left:50%; top:0; transform:translateX(-50%); z-index:5; display:flex; flex-wrap:wrap; flex-direction:row; align-items:center; justify-content:flex-start; box-sizing:border-box;}
#mVisual .vTxtArea .effect {width:100%; position:relative; display:flex; align-items:center; gap:5rem;}
#mVisual .vTxt_in {display:flex; gap:5rem;}
#mVisual .vTxtArea .tit {width:21.1rem; position:relative; top:0; transition:all ease 1.5s;}
#mVisual .vTxtArea .tit::before {top:0rem; left:0; width:100%; height:100%; position:absolute; content:''; background:#f9fafc; z-index:2; transition:all ease 1.5s;}
#mVisual .vTxtArea .tit.active::before {top:-100%;}
#mVisual .vTxtArea .tit img {position:relative; z-index:1;}
#mVisual .vTxtArea .vTxt {width:calc(100% - 5rem - 21.1rem);}
#mVisual .vTxtArea .effect .effectFlex {width:100%;}
#mVisual .vTxtArea .effect .muse {width:43.3rem;}
#mVisual .vTxtArea .effect .use {width:31rem;}
#mVisual .vTxtArea .effect .textArea {padding:6.5rem 0 0 7.5rem; }
#mVisual .vTxtArea .effect .textArea .text + .text {margin-top:1rem;}
#mVisual .vTxtArea .effect .text {font-size: 0; line-height:0;}
#mVisual .vTxtArea .effect .text span {color:#207e7d;}
#mVisual .vTxt .ii {top:50px; display:block; opacity:0; position:relative; word-break:keep-all; word-wrap:break-word;}
#mVisual .vTxt .ii.right {top:0; left:50vw; transition:all ease 1s; -webkit-transition-delay:1.5s; transition-delay:1.5s;}
#mVisual .vTxt .i01 {-webkit-transition-delay:.4s; transition-delay:.4s;}
#mVisual .vTxt .i02 {-webkit-transition-delay:.45s; transition-delay:.45s;}
#mVisual .vTxt .i03 {-webkit-transition-delay:.5s; transition-delay:.5s;}
#mVisual .vTxt .i04 {-webkit-transition-delay:.55s; transition-delay:.55s;}
#mVisual .vTxt .i05 {-webkit-transition-delay:.6s; transition-delay:.6s;}
#mVisual .vTxt .i06 {-webkit-transition-delay:.65s; transition-delay:.65s;}
#mVisual .vTxt .i07 {-webkit-transition-delay:.7s; transition-delay:.7s;}
#mVisual .vTxt .i10 {-webkit-transition-delay:0.3s; transition-delay:0.3s;}
#mVisual .vTxt .i20 {-webkit-transition-delay:1.5s; transition-delay:1.5s;}
#mVisual .vTxt .i30 {-webkit-transition-delay:3.5s; transition-delay:3.5s; transition-duration:1.5s ;transition-timing-function:ease-out}
#mVisual .vTxt .i40 {-webkit-transition-delay:4.5s; transition-delay:4.5; transition-duration:1.5s ;transition-timing-function:ease-out}
#mVisual .vTxt .i50 {-webkit-transition-delay:5.5s; transition-delay:5.5s; transition-duration:1.5s ;transition-timing-function:ease-out}
#mVisual .slick-dots {width:100%; text-align:center; position:absolute; left:0; bottom:4rem; z-index:7; display:none!important;}
#mVisual .slick-dots>li {display:inline-block; vertical-align:top;}
#mVisual .slick-dots>li+li {margin-left:1.5rem;}
#mVisual .slick-dots>li button {width:2rem!important; height:2rem; margin:0; padding:0; background-color:#cdcdcc; border:none; font-size:0; line-height:0; cursor:pointer; box-sizing:border-box; border-radius:99px;}
#mVisual .slick-dots>li.slick-active button {background-color:#22666a; }
#mVisual .vTxt {width:100%; position:absolute; left:0; top:-999px; opacity:0 ;}
#mVisual .vTxt.active {position:static; top:0px; opacity: 1;}
#mVisual .vTxt.active .ii {top:0px; opacity:1;}
#mVisual .vTxt.active .ii.right {top:0; left:0;}

@media only screen and (max-width : 1024px){
    #mVisual .vTxtArea .effect .textArea {padding:3.5rem 0 0 3.5rem;}  
}

@media only screen and (max-width: 640px){
    #mVisual .visualRoll .slider img {height:80rem; max-height:100vh;}
    #mVisual .vTxtArea {padding:0 1rem;}
    #mVisual .vTxt_in {gap:3rem;}
    #mVisual .vTxtArea .vTxt {width:calc(100% - 3rem - 21.1rem);}
    #mVisual .vTxt_in {position:relative;}
    #mVisual .vTxtArea .tit {position:absolute; width:10.55rem;}
    #mVisual .vTxtArea .vTxt {width:100%;}
    #mVisual .vTxtArea .vTxt .txt {padding:0 0 3rem 12rem;}
    #mVisual .vTxtArea .effect .textArea {padding:0 0 0 8rem;}
    #mVisual .vTxtArea .effect .textArea img {position:relative; width:100%; z-index:2;}
    #mVisual .vTxtArea .tit {background:url("http://immusetx.iceserver.co.kr/theme/prix/img/main/mVIsual_i.png") no-repeat center; background-size:cover; width:10.55rem; height:24.05rem;}
    #mVisual .vTxtArea .tit img {display:none;}
    #mVisual .vTxtArea .effect .muse {width:calc((43.3rem)*0.66);}
    #mVisual .vTxtArea .effect .use {width:calc((31rem)*0.66);}
}

section.main_about {display:flex; flex-wrap:wrap;}
.main_about_con {display:flex; align-items:center; justify-content:center; width:100%; background-image:linear-gradient(to right,#e9f3f4 50% , #036467 50%);}
.main_about_con:nth-child(2) {background-image:linear-gradient(to right,#ffffff 0% , #ebf4f5 90%);}
.main_about_con:nth-child(3) {background-image:linear-gradient(to right,#036467 50% , #e9f3f4 50%);}
.main_about_con .viewBG {width:50%; height:100%; display:flex; align-items:center; justify-content:center; flex-direction:column;  gap:2rem; text-align:center; overflow:hidden; transition:all ease 0.3s; position:relative;}
.main_about_con .viewBG.overview:after {background-image:url("/img/main/main_overview_bg.jpg"); top:0; left:0; bottom:0; right:0; position:absolute; content:'';  background-position:center; background-size:cover;}
.main_about_con .viewBG.leadership:after {background-image:url("/img/main/main_leadership_bg.jpg"); top:0; left:0; bottom:0; right:0; position:absolute; content:'';  background-position:center; background-size:cover;}
.main_about_con .viewBG.history:after {background-image:url("/img/main/main_history_bg.jpg"); top:0; left:0; bottom:0; right:0; position:absolute; content:'';  background-position:center; background-size:cover;}
.main_about_con .viewBG:hover:after {transition:all ease 1s; transform:scale(1.2);}
.main_about_con .viewBG:hover .viewBG_link {text-decoration:underline;}
.main_about_con .viewBG .viewBG_title {font-size:3.2rem; line-height:1; color:#fff; font-weight:550; font-family:'Montserrat', sans-serif; position:relative; z-index:2;}
.main_about_con .viewBG .viewBG_title_ver2 {font-family:'Montserrat', sans-serif; font-size:2.4rem; line-height:1; font-weight:550; color:#3f898d; padding-bottom:1.5rem; position:relative;}
.main_about_con .viewBG .viewBG_title_ver2::after {width:2rem; height:1px; background:#667e80; bottom:0; left:50%; margin-left:-1rem; position:absolute; content:'';}
.main_about_con .viewBG .viewBG_link {font-size:1.6rem; line-height:1.25; color:#fff; font-weight:500; position:relative; z-index:2;}
.main_about_con .viewBG .viewBG_p {font-size:5.6rem; line-height:6.2rem; color:#22666a; font-weight:bold;}

@media only screen and (max-width: 640px){
    .main_about_con:nth-of-type(1) {order:2;}
    .main_about_con:nth-of-type(2) {order:1;}
    .main_about_con:nth-of-type(3) {order:3;}
    .main_about_con {height:34.1rem;}
    .main_about_con:nth-of-type(2) {height:68.2rem; flex-direction:column;}
    .main_about_con .viewBG {width:100%;}
}

section.main_rnd {display:flex;}
section.main_rnd .videoArea {width:50%; height:100%; overflow:hidden;}
section.main_rnd .videoArea video {object-fit:none; width:100%; max-width:none; height:100%;}
section.main_rnd .sideArea {width:50%; height:100%;}
section.main_rnd .sideArea > div {width:100%; height:50%; display:flex; align-items:center; justify-content:center; flex-direction:column; gap:3.5rem; text-align:center;}
section.main_rnd .sideArea > div:nth-of-type(1) {background:#036367;}
section.main_rnd .sideArea > div:nth-of-type(2) {background-image:url("/img/main/main_rnd_bg2.jpg"); background-size:cover; background-position:center;}
section.main_rnd .sideArea > div h4 {font-size:6.4rem; font-weight:bold; color:#fff; line-height:1; font-family:'Montserrat', sans-serif;}
section.main_rnd .sideArea > div p {font-size:2.6rem; font-weight:500; color:#fff; line-height:1.25; font-family:'Montserrat', sans-serif;}
section.main_rnd .centerd {position:absolute; left:50%; top:55%; transform:translate(-50% , -50%);}
section.main_rnd .centerd .centerd_con {display:flex; align-items:center; flex-direction:column; gap:3rem;}
section.main_rnd .centerd .centerd_con + .centerd_con {margin-top:5.5rem;}
section.main_rnd .centerd .centerd_con:hover a {text-decoration:underline;}
section.main_rnd .centerd .centerd_con .imgArea {max-width:26rem; width:100%; aspect-ratio:1/1; overflow:hidden; display:flex; align-items:center; justify-content:center; background:#fff; border-radius:50%;}
section.main_rnd .centerd .centerd_con p {font-size:2.2rem; line-height:1; color:#fff; text-align:center; font-weight:550; font-family:'Montserrat', sans-serif;}
section.main_rnd .centerd .centerd_con a {display:inline-block; padding:1rem 2.5rem; border-radius:3rem; background:#349993; font-size:1.4rem; line-height:1; color:#fff; font-weight:500;}

@media only screen and (max-width: 1024px){
    .fp-tableCell > section.main_rnd {height:auto; min-height:100vh; flex-wrap:wrap; padding:0;}
    section.main_rnd .centerd .centerd_con {width:28.7rem;}
    section.main_rnd .videoArea {width:100%; height:auto; aspect-ratio:16/9; order:2;}
    section.main_rnd .videoArea video {object-fit:cover;}
    section.main_rnd .sideArea {width:100%; height:100%; order:1; position:relative;}
    section.main_rnd .sideArea > div {width:100%}
    section.main_rnd .sideArea > div:nth-child(1) {padding:19rem 0;}
    section.main_rnd .sideArea > div:nth-child(2) {height:100vh;}
    section.main_rnd .centerd {position:absolute; left:50%; top:auto; bottom:10%; transform:translate(-50% , 0);}
    section.main_rnd .centerd .centerd_con + .centerd_con {margin-top:5.5rem;}
    section.main_rnd .centerd .centerd_con .imgArea {width:19.5rem;}
}

section.main_media {display:flex; align-items:center; justify-content:center; flex-direction:column; gap:11rem; height:100vh;}
section.main_media > h2 {font-size:6.4rem; line-height:1; font-weight:bold; color:#22666a; text-align:center; font-family:'Montserrat', sans-serif;}
section.main_media ul {display:flex; flex-wrap:wrap; gap:4rem; max-width:134rem; width:100%; margin:0 auto ; padding:0 3rem;}
section.main_media ul li {width:calc((100% - 8rem)/3); padding:5rem 4.5rem 5.5rem; background:#f3f6f6; border-radius:0.5rem; min-height:32.5rem;}
section.main_media ul li .linkArea a {padding:1rem 2.5rem; background:#989f9f; border-radius:3rem; margin-bottom:4rem; font-size:1.6rem; line-height:1; color:#ffffff; font-weight:550; width:max-content; border:1px solid #989f9f; display:inline-block;}
section.main_media ul li > a {padding-left:1rem; position:relative; display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; margin-bottom:1.5rem; font-size:1.9rem; line-height:1; height:2rem;}
section.main_media ul li > a:hover {text-decoration:underline;}
section.main_media ul li:hover {background:#208083;}
section.main_media ul li:hover .linkArea a {color:#fff; border-color:#fff; background:transparent;}
section.main_media ul li:hover * {color:#fff; border-color:#fff; background:transparent;}
.section[data-anchor="Media"] .fp-tableCell {height:auto!important;}
.tabletMobile {display:none;}
.mmVar {display:none;}

@media only screen and (max-width: 1024px){
    .fp-tableCell > section.main_media {height:100vh;}
}

@media only screen and (max-width: 640px){
    .fp-tableCell > section.main_media {height:auto; padding:15rem 0;}
    section.main_media ul li {max-width:480px; width:100%; margin:0 auto;}
    .mmVar {display:block!important;}
}

@media only screen and (max-width: 480px){
    section.main_media ul li {padding:3rem;}
}

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.6rem;}
}

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

/* 게시물 선택복사 선택이동 */
#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;}
    .map .root_daum_roughmap .wrap_map {height: 70vw !important;}
}

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

/*****************/
/*****************/
/*****************/
/*****************/
/*****************/
/*****************/
/*****************/
/*****************/
/*****************/