@charset "utf-8";

/*공통*/
.c-white {color:#fff !important;}
.c-main {color:var(--color-primary) !important;}
.required {color:var(--color-primary) !important;}

.bg-gray {position:relative;}
.bg-gray:before {content:''; position:absolute; z-index:-1; left:50%; top:0; width:100vw; height:100%; transform:translateX(-50%); background:#f8f8f8;}

.doc-tit {position:relative; padding-left:1.16em; margin-bottom:var(--size40); font-size:clamp(20px, calc(32/ var(--inner) * 100vw ),32px); font-weight:700; line-height:1.2; color:#121212;}
.doc-tit:before {content:''; position:absolute; left:0; top:0.1em; width:0.88em; height:0.88em; background:url('/images/sub/bullet.png') no-repeat 50% 50%/contain;}

.table-wrap table {width:100%; border-collapse:collapse; border-spacing:0px;}

.page-menu {margin-bottom:var(--size80);}
.page-menu ul {display:flex; justify-content:center;}
.page-menu ul li {width:50%; max-width:230px; padding:0 var(--size10);}
.page-menu ul li a {display:flex; align-items:center; justify-content:center; min-height:var(--btn-size); background:#f4f4f4; border-radius:100vh; line-height:1.3; font-weight:600; text-align:center;}
.page-menu ul li.active a {background:#096baf; color:#fff;}

.cate-menu {margin-bottom:var(--size40);}
.cate-menu ul {display:flex; margin:0 -5px;}
.cate-menu ul li {display:flex; width:25%; max-width:150px; padding:0 5px;}
.cate-menu ul li a {display:flex; align-items:center; justify-content:center; width:100%; background:#f4f4f4; padding:10px; border-radius:100vh; font-weight:600; line-height:1; text-align:center;}
.cate-menu ul li.active a {background:#096baf; color:#fff;}

.doc-cnt {margin-bottom:clamp(40px, calc(110/ var(--inner) * 100vw ),110px);}
.doc-cnt:last-child {margin-bottom:0;}


/* 인사말 */
.greeting-img {margin-bottom:var(--size80);}
.greeting {display:flex;}
.greeting .left {width:50%; max-width:600px; padding-right:10px;}
.greeting .left .tit {font-size:clamp(20px, calc(64/ var(--inner) * 100vw ),64px); font-weight:700; line-height:1.3; color:#121212;}
.greeting .right {flex:1 1 auto; min-width:0; width:1%; padding-top:10px;}
.greeting .right .txt {margin-bottom:var(--size50); font-size:clamp(15px, calc(20/ var(--inner) * 100vw ),20px); letter-spacing:-0.05em; line-height:2;}
.greeting .right .sign {font-size:clamp(15px, calc(20/ var(--inner) * 100vw ),20px); font-weight:600; color:#121212; text-align:right;}
.greeting .right .sign img {display:inline-block; margin-left:var(--size25); vertical-align:baseline;}

/* 연혁 */
.history-img .title {position:relative; margin:calc(0px - clamp(40px, calc(160/ var(--inner) * 100vw ),160px))  0 var(--size60) var(--size40); width:300px; padding:var(--size40); background:linear-gradient(to top, #0a6cb0, #309ce7); color:#fff;}
.history-img .title h3 {font-size:clamp(18px, calc(56/ var(--inner) * 100vw ),56px); font-weight:700; line-height:1.2;}
.history-img .title p {margin-top:1em; font-size:clamp(14px, calc(24/ var(--inner) * 100vw ),24px); font-weight:700; line-height:1.2; text-align:right;}

.history .group {display:flex; gap:var(--size60);}
.history .group:first-child .year,
.history .group:first-child .cnt {border-top:2px solid #121212;}
.history .year {display:flex; align-items:center; justify-content:center; flex-direction:column; width:50%; max-width:400px; border-bottom:1px solid #ddd; font-size:clamp(20px, calc(32/ var(--inner) * 100vw ),32px); font-weight:700; line-height:1; color:#096baf; text-align:center;}
.history .cnt {flex:1 1 auto; min-width:0; width:1%; padding:var(--size40) 0; border-bottom:1px solid #ddd;}
.history .cnt p {display:flex; margin-bottom:1em; position:relative; padding-left:1.35em; font-size:clamp(14px, calc(20/ var(--inner) * 100vw ),20px);}
.history .cnt p:before {content:''; position:absolute; left:0; top:0.6em; width:0.3em; height:0.3em; background:#ccc; border-radius:100%;}
.history .cnt p:last-child {margin-bottom:0;}
.history .cnt .date {display:inline-block; width:90px; font-weight:600; color:#121212;}

/* 조직도 */
.org-info {margin-top:var(--size80);}
.org-info .items {display:flex; gap:var(--size20);}
.org-info .item {flex:1;}
.org-info .inner {background:#f9f9f9; padding:var(--size60) var(--size40);}
.org-info .inner h3 {margin-bottom:var(--size30); font-size:clamp(16px, calc(24/ var(--inner) * 100vw ),24px); font-weight:700; line-height:1.2; color:#121212;}
.org-info .inner dl {display:flex; font-size:var(--font-size-18); margin-bottom:10px;}
.org-info .inner dl:last-child {margin-bottom:0;}
.org-info .inner dt {width:118px; font-weight:600; color:#121212;}
.org-info .inner dd {flex:1 1 auto; min-width:0; width:1%;}

/* 오시는 길 */
.directions .group {display:flex; margin-bottom:clamp(40px, calc(160/ var(--inner) * 100vw ),160px);}
.directions .group h3 {width:50%; max-width:500px; font-size:clamp(20px, calc(40/ var(--inner) * 100vw ),40px); font-weight:700; line-height:1.4; color:#121212;}
.directions .group:last-child {margin-bottom:0;}
.directions .inner {flex:1 1 auto; min-width:0; width:1%;}
.directions .map {margin-bottom:var(--size40);}
.directions .addre {margin-bottom:var(--size30); font-size:clamp(16px, calc(24/ var(--inner) * 100vw ),24px); font-weight:600; line-height:1.2; color:#121212;}
.directions .way {margin-top:var(--size20); font-size:clamp(14px, calc(18/ var(--inner) * 100vw ),18px); line-height:1.2; color:#505050;}
.directions .way span {display:inline-block; padding:6px 10px; margin-right:10px; border-radius:100vh; font-size:14px; font-weight:700; line-height:1; color:#fff;}
.directions .info ul {display:flex; flex-wrap:wrap;}
.directions .info ul li {position:relative; padding-left:2.22em; margin-right:var(--size80); font-size:var(--font-size-18);}
.directions .info ul li:last-child {margin-right:0;}
.directions .info ul li:before {content:''; position:absolute; left:0; top:-0.1em; width:1.67em; height:1.67em; background-repeat:no-repeat; background-size:contain; background-position:50% 50%; background-color:transparent;}
.directions .info ul li.tel:before {background-image:url('/images/sub/icon-tel.png');}
.directions .info ul li.fax:before {background-image:url('/images/sub/icon-fax.png');}
.directions .info ul li.mail:before {background-image:url('/images/sub/icon-mail.png');}

.root_daum_roughmap .cont {display:none;}
.root_daum_roughmap {width:100% !important; height:clamp(250px, calc(430/ var(--inner) * 100vw ),430px) !important;}
.root_daum_roughmap .wrap_map {height:clamp(250px, calc(430/ var(--inner) * 100vw ),430px) !important;}

.flex-section {display:flex; margin-bottom:clamp(40px, calc(110/ var(--inner) * 100vw ),110px);}
.flex-section:last-child {margin-bottom:0;}
.flex-section h3 {width:50%; max-width:497px;} 
.flex-section .cnt {flex:1 1 auto; min-width:0; width:1%;}
.flex-section .cnt .txt {margin-bottom:1.4em; font-size:var(--font-size-18); line-height:1.6;}
.flex-section .cnt .txt:last-child {margin-bottom:0;}

.down-btn {margin-top:var(--size60);}
.down-btn a {display:inline-block; padding:1.25em 2.5em; background:#096baf; border-radius:100vh; font-weight:600; line-height:1; color:#fff;}
.down-btn a img {display:inline-block; vertical-align:middle; margin-left:14px;}

/* 신청안내 */
.correc-step .items {display:flex; margin:calc(0px - var(--size20));}
.correc-step .item {position:relative; width:16.666%; padding:var(--size20);}
.correc-step .item:before {content:''; position:absolute; right:calc(0px - var(--size20)/2); top:50%; margin-top:-12.5px; width:15px; height:25px; background:url('/images/sub/icon-arw.png') no-repeat 50% 50%/contain;}
.correc-step .item:last-child:before {display:none;}
.correc-step .inner {padding:var(--size50) 15px; border:1px solid #121212; text-align:center;}
.correc-step .num {margin-bottom:var(--size30); font-size:clamp(14px, calc(20/ var(--inner) * 100vw ),20px); font-weight:700; line-height:1; color:#121212; text-decoration:underline;}
.correc-step .tit {margin-bottom:var(--size30); font-size:clamp(14px, calc(20/ var(--inner) * 100vw ),20px); line-height:1.2; color:#121212;}

.correc-step .item:first-child .inner {background:#2f3c46; border-color:#2f3c46;}
.correc-step .item:first-child .num,
.correc-step .item:first-child .tit {color:#fff;}

.correc-step .item:last-child .inner {background:#096baf; border-color:#096baf;}
.correc-step .item:last-child .num,
.correc-step .item:last-child .tit {color:#fff;}

.how {display:flex; margin-bottom:var(--size30);}
.how>div {width:50%; padding-right:10px;}
.how-tit {margin-bottom:0.5em; font-size:clamp(14px, calc(24/ var(--inner) * 100vw ),24px);}
.how-tit strong {color:#121212;}
.how .txt {margin-bottom:0.5em; font-size:clamp(14px, calc(20/ var(--inner) * 100vw ),20px);}
.how .txt:last-child {margin-bottom:0;}
.how .left strong {color:#121212;}
.how .left ul {display:flex; flex-wrap:wrap;}
.how .left ul li {margin-right:var(--size40); margin-bottom:0.5em; font-size:clamp(14px, calc(20/ var(--inner) * 100vw ),20px);}
.how .left ul li:last-child {margin-right:0; margin-bottom:0;}
.how .right .txt strong {display:inline-block; min-width:120px;}
.how-info {padding:var(--size25) var(--size30); background:#f4f4f4;}
.how-info p {position:relative; padding-left:0.6em; line-height:1.8;}
.how-info p:before {content:''; position:absolute; left:0; top:0.8em; width:0.3em; height:1px; background:#505050;}
.how-info p strong {color:#121212;}

.contact-info .tit {margin-bottom:1em; font-size:clamp(15px, calc(20/ var(--inner) * 100vw ),20px); font-weight:700; color:#121212; line-height:1.2;}
.contact-info .tit span {display:inline-block; margin-left:10px; padding:6px 10px; background:#096baf; color:#fff;}
.contact-info .txt {font-size:clamp(14px, calc(18/ var(--inner) * 100vw ),18px);}

.research-field-list {overflow:hidden;}
.research-field-list .items {display:flex; flex-wrap:wrap; margin:0 calc(0px - var(--size40)) calc(0px - var(--size70));}
.research-field-list .item {width:50%; padding:0 var(--size40); margin-bottom:var(--size70);}
.research-field-list .img {margin-bottom:var(--size30);}
.research-field-list .cnt {display:flex;}
.research-field-list .num {position:relative; vertical-align:middle; width:100px; margin-right:var(--size20); font-size:1.6em; font-weight:700; color:#096baf;}
.research-field-list .num:before {content:''; position:absolute; right:0; top:0.5em; width:40%; height:2px; background:#096baf;}
.research-field-list .in {flex:1 1 auto; min-width:0; width:1%;}
.research-field-list .in .tit {margin-bottom:0.4em; font-size:var(--font-size-20); font-weight:600; line-height:1.4; color:#121212;}
.research-field-list .in .txt {margin-bottom:1em; font-size:var(--font-size-18); line-height:1.6; color:#121212;}
.research-field-list .in dl {display:flex; margin-bottom:0.5em;}
.research-field-list .in dl:last-child {margin-bottom:0;}
.research-field-list .in dt {width:75px; color:#096baf; font-weight:600;}
.research-field-list .in dd {flex:1 1 auto; min-width:0; width:1%;}

/* 연구개발 */
.dev-history table {border-top:1px solid #121212; font-size:var(--font-size-18); text-align:center;}
.dev-history table th {background:#f9f9f9; padding:10px; height:70px; border-bottom:1px solid #ddd; border-right:1px solid #ddd; font-weight:700;}
.dev-history table td {padding:10px; height:60px; border-bottom:1px solid #ddd; border-right:1px solid #ddd;}
.dev-history table td.subject {padding-left:var(--size25); text-align:left;}
.dev-history table th:last-child,
.dev-history table td:last-child {border-right:0;}
