You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3682 lines
60 KiB

3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
  1. @charset "UTF-8";
  2. /***************************************************************************************
  3. * 폰트
  4. ****************************************************************************************/
  5. /**********************************************************************************************************************
  6. * RESET
  7. ***********************************************************************************************************************/
  8. *,
  9. *::before,
  10. *::after {
  11. box-sizing: border-box;
  12. }
  13. html {
  14. font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  15. line-height: 1.15;
  16. -webkit-text-size-adjust: 100%;
  17. -ms-text-size-adjust: 100%;
  18. -ms-overflow-style: scrollbar;
  19. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  20. }
  21. @-ms-viewport {
  22. width: device-width;
  23. }
  24. article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  25. display: block;
  26. }
  27. body {
  28. margin: 0;
  29. font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  30. font-size: 16px;
  31. font-weight: 500;
  32. line-height: 1.5em;
  33. color: #212529;
  34. text-align: left;
  35. background-color: #FFFFFF;
  36. }
  37. [tabindex="-1"]:focus {
  38. outline: 0 !important;
  39. }
  40. hr {
  41. box-sizing: content-box;
  42. height: 0;
  43. overflow: visible;
  44. }
  45. h1, h2, h3, h4, h5, h6 {
  46. margin: 0;
  47. font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  48. line-height: 1.5em;
  49. }
  50. p {
  51. margin: 0;
  52. }
  53. abbr[title],
  54. abbr[data-original-title] {
  55. text-decoration: underline;
  56. -webkit-text-decoration: underline dotted;
  57. text-decoration: underline dotted;
  58. cursor: help;
  59. border-bottom: 0;
  60. }
  61. address {
  62. margin: 0;
  63. font-style: normal;
  64. line-height: inherit;
  65. }
  66. ol,
  67. ul,
  68. dl {
  69. margin: 0;
  70. list-style: none;
  71. padding: 0;
  72. }
  73. ol ol,
  74. ul ul,
  75. ol ul,
  76. ul ol {
  77. margin: 0;
  78. }
  79. dt {
  80. font-weight: 500;
  81. }
  82. dd {
  83. margin: 0;
  84. }
  85. blockquote {
  86. margin: 0;
  87. }
  88. dfn {
  89. font-style: italic;
  90. }
  91. b,
  92. strong {
  93. font-weight: 700;
  94. }
  95. small {
  96. font-size: 80%;
  97. }
  98. sub,
  99. sup {
  100. position: relative;
  101. font-size: 75%;
  102. line-height: 0;
  103. vertical-align: baseline;
  104. }
  105. sub {
  106. bottom: -0.25em;
  107. }
  108. sup {
  109. top: -0.5em;
  110. }
  111. a {
  112. color: #212529;
  113. text-decoration: none;
  114. background-color: transparent;
  115. -webkit-text-decoration-skip: objects;
  116. }
  117. a:hover {
  118. color: #282828;
  119. text-decoration: none;
  120. }
  121. a:not([href]):not([tabindedx]) {
  122. color: inherit;
  123. text-decoration: none;
  124. }
  125. a:not([href]):not([tabindedx]):hover, a:not([href]):not([tabindedx]):focus {
  126. color: inherit;
  127. text-decoration: none;
  128. }
  129. a:not([href]):not([tabindedx]):focus {
  130. outline: 0;
  131. }
  132. pre,
  133. code,
  134. kbd,
  135. samp {
  136. font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  137. font-size: 1em;
  138. }
  139. pre {
  140. margin: 0;
  141. overflow: auto;
  142. -ms-overflow-style: scrollbar;
  143. }
  144. figure {
  145. margin: 0;
  146. }
  147. img {
  148. vertical-align: middle;
  149. border-style: none;
  150. }
  151. svg:not(:root) {
  152. overflow: hidden;
  153. }
  154. table {
  155. border-collapse: collapse;
  156. }
  157. caption {
  158. padding-top: 0.75rem;
  159. padding-bottom: 0.75rem;
  160. color: #212529;
  161. text-align: left;
  162. caption-side: bottom;
  163. }
  164. th {
  165. text-align: inherit;
  166. }
  167. label {
  168. display: inline-block;
  169. margin: 0;
  170. }
  171. button {
  172. border-radius: 0;
  173. }
  174. button:focus {
  175. outline: 1px dotted;
  176. outline: 5px auto -webkit-focus-ring-color;
  177. }
  178. input,
  179. button,
  180. select,
  181. optgroup,
  182. textarea {
  183. margin: 0;
  184. font-family: inherit;
  185. font-size: inherit;
  186. line-height: inherit;
  187. }
  188. button,
  189. input {
  190. overflow: visible;
  191. }
  192. button,
  193. select {
  194. text-transform: none;
  195. }
  196. button,
  197. html [type=button],
  198. [type=reset],
  199. [type=submit] {
  200. -webkit-appearance: button;
  201. }
  202. button::-moz-focus-inner,
  203. [type=button]::-moz-focus-inner,
  204. [type=reset]::-moz-focus-inner,
  205. [type=submit]::-moz-focus-inner {
  206. padding: 0;
  207. border-style: none;
  208. }
  209. input[type=radio],
  210. input[type=checkbox] {
  211. box-sizing: border-box;
  212. padding: 0;
  213. }
  214. input[type=date],
  215. input[type=time],
  216. input[type=datetime-local],
  217. input[type=month] {
  218. -webkit-appearance: listbox;
  219. }
  220. textarea {
  221. overflow: auto;
  222. resize: vertical;
  223. }
  224. fieldset {
  225. min-width: 0;
  226. padding: 0;
  227. margin: 0;
  228. border: 0;
  229. }
  230. legend {
  231. display: block;
  232. width: 100%;
  233. max-width: 100%;
  234. padding: 0;
  235. margin: 0;
  236. font-size: 1.5rem;
  237. line-height: inherit;
  238. color: inherit;
  239. white-space: normal;
  240. }
  241. progress {
  242. vertical-align: baseline;
  243. }
  244. [type=number]::-webkit-inner-spin-button,
  245. [type=number]::-webkit-outer-spin-button {
  246. height: auto;
  247. }
  248. [type=search] {
  249. outline-offset: -2px;
  250. -webkit-appearance: none;
  251. }
  252. [type=search]::-webkit-search-cancel-button,
  253. [type=search]::-webkit-search-decoration {
  254. -webkit-appearance: none;
  255. }
  256. ::-webkit-file-upload-button {
  257. font: inherit;
  258. -webkit-appearance: button;
  259. }
  260. output {
  261. display: inline-block;
  262. }
  263. summary {
  264. display: list-item;
  265. cursor: pointer;
  266. }
  267. template {
  268. display: none;
  269. }
  270. [hidden] {
  271. display: none !important;
  272. }
  273. /***************************************************************************************
  274. * 애니메이션
  275. ****************************************************************************************/
  276. /***************************************************************************************
  277. * 레이아웃
  278. ****************************************************************************************/
  279. html {
  280. letter-spacing: -0.04em;
  281. font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  282. overflow-x: hidden;
  283. font-size: 24px;
  284. }
  285. @media screen and (max-width: 1920px) {
  286. html {
  287. font-size: 1.25vw;
  288. }
  289. }
  290. @media screen and (max-width: 768px) {
  291. html {
  292. font-size: 6.6666666667vw;
  293. }
  294. html body {
  295. background-color: #f1f1f1;
  296. }
  297. }
  298. #header {
  299. width: 100%;
  300. background-color: #fff;
  301. }
  302. #header .logo-box {
  303. width: 100%;
  304. height: 1.875rem;
  305. -webkit-display: flex;
  306. display: -ms-flex;
  307. display: flex;
  308. justify-content: space-between;
  309. align-items: center;
  310. }
  311. #header .logo-box #logo {
  312. width: 7.1875rem;
  313. height: 1.125rem;
  314. }
  315. #header .logo-box .link {
  316. width: 3.8125rem;
  317. height: 1.125rem;
  318. border: 0.0625rem solid #dadada;
  319. font-size: 0.4375rem;
  320. border-radius: 1.125rem;
  321. -webkit-display: flex;
  322. display: -ms-flex;
  323. display: flex;
  324. align-items: center;
  325. justify-content: center;
  326. line-height: 1;
  327. }
  328. @media screen and (max-width: 768px) {
  329. #header {
  330. display: none;
  331. }
  332. }
  333. .mobile-header {
  334. display: none;
  335. }
  336. @media screen and (max-width: 768px) {
  337. .mobile-header {
  338. display: flex;
  339. width: 100%;
  340. height: 4.4166666667rem;
  341. align-items: center;
  342. padding: 0 1rem;
  343. }
  344. }
  345. .mobile-header .mobile-logo {
  346. width: 6.9166666667rem;
  347. height: 1.8541666667rem;
  348. background-size: 100% 100%;
  349. background-repeat: no-repeat;
  350. background-image: url(../images/common/on-air.png);
  351. margin-left: auto;
  352. margin-right: auto;
  353. text-indent: -9999px;
  354. }
  355. .mobile-header .m-button {
  356. display: block;
  357. background-size: auto 100%;
  358. background-repeat: no-repeat;
  359. width: 1.1666666667rem;
  360. height: 0.9166666667rem;
  361. background-position: center;
  362. border: 0 none;
  363. background-color: transparent;
  364. text-indent: -9999px;
  365. }
  366. .mobile-header .m-button.toggle-menu {
  367. background-image: url(../images/common/btn-menu.png);
  368. }
  369. .mobile-header .m-button.toggle-search {
  370. background-image: url(../images/common/btn-search.png);
  371. }
  372. .mobile-header .m-button.close-menu {
  373. background-image: url(../images/common/btn-menu-close.png);
  374. }
  375. #mobile-left-menu {
  376. display: none;
  377. width: 100%;
  378. height: 100%;
  379. position: fixed;
  380. top: 0;
  381. left: 0;
  382. -webkit-transform: translateZ(0);
  383. background: #f8f8f8;
  384. }
  385. @media screen and (max-width: 768px) {
  386. #mobile-left-menu.opened {
  387. display: block;
  388. z-index: 99;
  389. }
  390. }
  391. @media screen and (max-width: 768px) {
  392. body:has(#mobile-left-menu.opened) {
  393. overflow-y: hidden;
  394. max-height: 100%;
  395. }
  396. }
  397. .container {
  398. width: 100%;
  399. max-width: 60rem;
  400. margin: 0 auto;
  401. padding: 0 5rem;
  402. }
  403. @media screen and (max-width: 768px) {
  404. .container {
  405. width: 100%;
  406. padding: 0;
  407. }
  408. }
  409. .mobile-nav {
  410. padding: 0;
  411. margin: 0;
  412. }
  413. .mobile-nav > ul {
  414. list-style: none;
  415. padding: 0;
  416. margin: 0;
  417. background-color: #fff;
  418. }
  419. .mobile-nav > ul > li > a {
  420. background-color: #02205b;
  421. padding: 0 1.25rem;
  422. display: flex;
  423. align-items: center;
  424. height: 2.1666666667rem;
  425. font-size: 0.75rem;
  426. color: #fff;
  427. font-weight: 500;
  428. border-bottom: 0.0208333333rem solid #1d3667;
  429. }
  430. .mobile-nav > ul > li > a:after {
  431. content: "";
  432. display: block;
  433. width: 0.5208333333rem;
  434. height: 0.2916666667rem;
  435. margin-left: auto;
  436. background-size: 100%;
  437. background-image: url(../images/common/chevron-down.png);
  438. background-repeat: no-repeat;
  439. transform: rotate(180deg);
  440. }
  441. .mobile-nav > ul > li > a.active:after {
  442. background-image: url(../images/common/chevron-down.png);
  443. transform: rotate(0deg);
  444. }
  445. .mobile-nav > ul > li > ul {
  446. display: none;
  447. flex-wrap: wrap;
  448. }
  449. .mobile-nav > ul > li > ul.open {
  450. -webkit-display: flex;
  451. display: -ms-flex;
  452. display: flex;
  453. }
  454. .mobile-nav > ul > li > ul > li {
  455. width: 50%;
  456. border-right: 1px solid #cccccc;
  457. border-bottom: 1px solid #cccccc;
  458. }
  459. .mobile-nav > ul > li > ul > li > a {
  460. display: flex;
  461. height: 1.6875rem;
  462. justify-content: center;
  463. align-items: center;
  464. font-size: 0.6666666667rem;
  465. font-weight: 500;
  466. color: #111111;
  467. }
  468. .mobile-nav > ul > li > ul > li:nth-child(2n) {
  469. border-right: 0;
  470. }
  471. .mobile-nav .btn-more {
  472. color: #868686;
  473. font-size: 0.5716666667rem;
  474. border: 0.0625rem solid #868686;
  475. width: 4.5833333333rem;
  476. height: 1.1041666667rem;
  477. border-radius: 1.1041666667rem;
  478. -webkit-display: flex;
  479. display: -ms-flex;
  480. display: flex;
  481. align-items: center;
  482. justify-content: center;
  483. margin: 0.9375rem auto;
  484. }
  485. #nav {
  486. width: 10.5625rem;
  487. }
  488. #nav .family-list {
  489. margin-top: 0.75rem;
  490. position: relative;
  491. background-color: #fff;
  492. border: 0.0625rem solid #c8c8c8;
  493. width: 10.5625rem;
  494. height: 9.875rem;
  495. border-radius: 0.9375rem;
  496. padding: 1.875rem 1.4375rem 0 1.4375rem;
  497. }
  498. #nav .family-list:before {
  499. content: "국민연금공단 SNS 바로가기";
  500. font-size: 0.84375rem;
  501. font-weight: 700;
  502. position: absolute;
  503. width: 100%;
  504. text-align: center;
  505. left: 0;
  506. top: 0.6875rem;
  507. line-height: 1;
  508. }
  509. #nav .family-list .item a {
  510. -webkit-display: flex;
  511. display: -ms-flex;
  512. display: flex;
  513. align-items: center;
  514. position: relative;
  515. padding-left: 3rem;
  516. font-size: 0.8125rem;
  517. height: 2.375rem;
  518. line-height: 1;
  519. }
  520. #nav .family-list .item a:before {
  521. content: "";
  522. display: block;
  523. width: 2.1875rem;
  524. height: 2.1875rem;
  525. border-radius: 0.625rem;
  526. background-color: #02256c;
  527. position: absolute;
  528. left: 0;
  529. top: 50%;
  530. transform: translate(0, -50%);
  531. }
  532. #nav .family-list .item a:after {
  533. content: "";
  534. position: absolute;
  535. left: 0;
  536. top: 50%;
  537. transform: translate(0, -50%);
  538. background-size: cover;
  539. }
  540. #nav .family-list .item.tv > a:after {
  541. width: 1.3125rem;
  542. height: 0.9375rem;
  543. margin-left: 0.5rem;
  544. background-color: transparent;
  545. background-image: url("../images/common/tv.png");
  546. background-repeat: no-repeat;
  547. background-position-x: center;
  548. background-position-y: center;
  549. }
  550. #nav .family-list .item.instagram > a:after {
  551. width: 1.1875rem;
  552. height: 1.1875rem;
  553. margin-left: 0.53125rem;
  554. background-color: transparent;
  555. background-image: url("../images/common/instagram.png");
  556. background-repeat: no-repeat;
  557. background-position-x: center;
  558. background-position-y: center;
  559. }
  560. #nav .family-list .item.blog > a:after {
  561. width: 1.3125rem;
  562. height: 1.0625rem;
  563. margin-left: 0.5rem;
  564. background-color: transparent;
  565. background-image: url("../images/common/blog.png");
  566. background-repeat: no-repeat;
  567. background-position-x: center;
  568. background-position-y: center;
  569. }
  570. @media screen and (max-width: 768px) {
  571. #nav {
  572. width: 100%;
  573. }
  574. #nav .search-box,
  575. #nav .menu-list,
  576. #nav .family-list {
  577. display: none;
  578. }
  579. }
  580. #contents {
  581. background-color: #f1f1f1;
  582. padding: 1.6875rem 0 1.25rem 0;
  583. }
  584. @media screen and (max-width: 768px) {
  585. #contents {
  586. padding: 0 0.6875rem;
  587. }
  588. }
  589. #footer {
  590. background-color: #959595;
  591. padding: 1.5625rem 0 2.1875rem 0;
  592. }
  593. #footer .logo-box {
  594. display: block;
  595. width: 7.8125rem;
  596. height: 1.25rem;
  597. margin: 0 auto;
  598. }
  599. #footer .logo-box #logo {
  600. width: 7.8125rem;
  601. height: 1.25rem;
  602. }
  603. #footer .footer-info {
  604. -webkit-display: flex;
  605. display: -ms-flex;
  606. display: flex;
  607. align-items: center;
  608. justify-content: center;
  609. margin-top: 0.3125rem;
  610. }
  611. #footer .footer-info dl {
  612. -webkit-display: flex;
  613. display: -ms-flex;
  614. display: flex;
  615. align-items: center;
  616. }
  617. #footer .footer-info dl + dl {
  618. margin-left: 0.3125rem;
  619. }
  620. #footer .footer-info dl dt {
  621. font-weight: 500;
  622. font-size: 0.5rem;
  623. color: #fff;
  624. }
  625. #footer .footer-info dl dd {
  626. font-weight: 500;
  627. font-size: 0.5rem;
  628. color: #fff;
  629. }
  630. #footer .footer-info dl dd > br {
  631. display: none;
  632. }
  633. #footer .copyright {
  634. text-align: center;
  635. font-weight: 500;
  636. font-size: 0.5rem;
  637. margin-top: 0.9375rem;
  638. color: #fff;
  639. width: 100%;
  640. line-height: 1;
  641. }
  642. @media screen and (max-width: 768px) {
  643. #footer {
  644. padding: 0.9166666667rem 0.6875rem 1.25rem 0.6875rem;
  645. -webkit-display: flex;
  646. display: -ms-flex;
  647. display: flex;
  648. flex-direction: column;
  649. }
  650. #footer .footer-info {
  651. order: 1;
  652. flex-wrap: wrap;
  653. }
  654. #footer .footer-info dl {
  655. order: 3;
  656. }
  657. #footer .footer-info dl:first-child {
  658. order: 1;
  659. }
  660. #footer .footer-info dl:last-child {
  661. order: 2;
  662. }
  663. #footer .footer-info dl + dl {
  664. margin-left: 0.1875rem;
  665. }
  666. #footer .footer-info dl dt {
  667. font-size: 0.5416666667rem;
  668. display: inline-flex;
  669. }
  670. #footer .footer-info dl dd {
  671. font-size: 0.5416666667rem;
  672. display: inline-flex;
  673. text-align: center;
  674. line-height: 1.35;
  675. }
  676. #footer .footer-info dl dd > br {
  677. display: block;
  678. }
  679. #footer .logo-box {
  680. order: 2;
  681. width: 6.4375rem;
  682. height: 1.0208333333rem;
  683. margin: 0.7291666667rem auto;
  684. background-color: transparent;
  685. background-image: url("../images/common/footer-logo.png");
  686. background-repeat: no-repeat;
  687. background-position-x: center;
  688. background-position-y: center;
  689. background-size: cover;
  690. }
  691. #footer .logo-box #logo {
  692. display: none;
  693. }
  694. #footer .copyright {
  695. order: 3;
  696. font-size: 0.5416666667rem;
  697. }
  698. }
  699. /**
  700. * 좌측 로고&검색박스
  701. */
  702. .search-box {
  703. width: 10.5625rem;
  704. height: 8.4375rem;
  705. background-color: #fff;
  706. padding: 4.125rem 0.75rem 1.25rem 0.75rem;
  707. border-radius: 0.9375rem;
  708. position: relative;
  709. box-sizing: border-box;
  710. }
  711. .search-box:before {
  712. content: "";
  713. background-color: transparent;
  714. background-image: url("../images/common/on-air.png");
  715. background-repeat: no-repeat;
  716. background-position-x: center;
  717. background-position-y: center;
  718. background-size: cover;
  719. width: 8.875rem;
  720. height: 2.375rem;
  721. position: absolute;
  722. left: 50%;
  723. transform: translate(-50%, 0);
  724. top: 1.6875rem;
  725. }
  726. .search-box .search-form {
  727. width: 100%;
  728. position: relative;
  729. margin-top: 1.25rem;
  730. }
  731. .search-box .search-form .input {
  732. width: 100%;
  733. height: 1.6875rem;
  734. border-radius: 2.4375rem;
  735. border: 0.0625rem solid #26356b;
  736. padding: 0.3125rem 1.125rem 0.3125rem 0.75rem;
  737. box-sizing: border-box;
  738. }
  739. .search-box .search-form .search-btn {
  740. width: 1rem;
  741. height: 1.0625rem;
  742. position: absolute;
  743. right: 0.3125rem;
  744. top: 50%;
  745. transform: translate(0, -50%);
  746. border: none;
  747. background-color: #fff;
  748. padding: 0;
  749. line-height: 1;
  750. }
  751. .search-box .search-form .search-btn .icon {
  752. font-size: 1rem;
  753. color: #26356b;
  754. }
  755. /**
  756. * 좌측 메뉴
  757. */
  758. .menu-list {
  759. border-radius: 0.9375rem;
  760. width: 10.5625rem;
  761. min-height: 9.875rem;
  762. margin-top: 0.75rem;
  763. }
  764. .menu-list .item {
  765. position: relative;
  766. }
  767. .menu-list .item .link {
  768. display: block;
  769. padding: 0.75rem 0;
  770. font-size: 0.845rem;
  771. text-align: center;
  772. line-height: 1;
  773. transition: background-color 0.3s ease, color 0.3s ease;
  774. background-color: #fff;
  775. }
  776. .menu-list .item:first-child .link {
  777. border-radius: 0.9375rem 0.9375rem 0 0;
  778. }
  779. .menu-list .item:last-child .link {
  780. border-radius: 0 0 0.9375rem 0.9375rem;
  781. }
  782. .menu-list .item + .item {
  783. border-top: 0.0625rem solid #cccccc;
  784. }
  785. .menu-list .item:hover .link, .menu-list .item.active .link {
  786. background-color: #02256c;
  787. color: #fff;
  788. }
  789. .menu-list .item:hover .submenu {
  790. display: block;
  791. }
  792. .menu-list .item .submenu {
  793. position: absolute;
  794. left: 100%;
  795. top: 0;
  796. z-index: 10;
  797. display: none;
  798. }
  799. .menu-list .item .submenu li + li {
  800. margin-top: -1px;
  801. }
  802. .menu-list .item .submenu li a {
  803. display: flex;
  804. border: 1px solid #cccccc;
  805. width: 9.5625rem;
  806. height: 2.4375rem;
  807. justify-content: center;
  808. align-items: center;
  809. background-color: #fff;
  810. transition: background-color 0.3s ease;
  811. font-weight: 500;
  812. font-size: 0.84625rem;
  813. }
  814. .menu-list .item .submenu li:hover a, .menu-list .item .submenu li.active a {
  815. background-color: #ccc;
  816. }
  817. .menu-list .item .submenu li:first-child a {
  818. border-radius: 0.9375rem 0.9375rem 0 0;
  819. }
  820. .menu-list .item .submenu li:last-child a {
  821. border-radius: 0 0 0.9375rem 0.9375rem;
  822. }
  823. /**
  824. * 서브페이지
  825. */
  826. .sub-main {
  827. width: 100%;
  828. display: flex;
  829. }
  830. .sub-main .left-nav {
  831. width: 10.625rem;
  832. flex-shrink: 0;
  833. margin-right: 1rem;
  834. }
  835. .sub-main .page-contents {
  836. flex: 1;
  837. min-width: 0;
  838. }
  839. /***************************************************************************************
  840. * 유틸리티
  841. ****************************************************************************************/
  842. .sr-only {
  843. position: absolute;
  844. width: 1px;
  845. height: 1px;
  846. padding: 0;
  847. overflow: hidden;
  848. clip: rect(0, 0, 0, 0);
  849. white-space: nowrap;
  850. border: 0;
  851. }
  852. .sr-only.sr-only-focusable:active, .sr-only.sr-only-focusable:focus {
  853. position: static;
  854. width: auto;
  855. height: auto;
  856. overflow: visible;
  857. clip: auto;
  858. white-space: normal;
  859. }
  860. .clearfix, .clearfix:before, .clearfix:after {
  861. display: block;
  862. clear: both;
  863. content: "";
  864. }
  865. .W5 {
  866. width: 5px !important;
  867. }
  868. .H5 {
  869. height: 5px !important;
  870. }
  871. .W10 {
  872. width: 10px !important;
  873. }
  874. .H10 {
  875. height: 10px !important;
  876. }
  877. .W15 {
  878. width: 15px !important;
  879. }
  880. .H15 {
  881. height: 15px !important;
  882. }
  883. .W20 {
  884. width: 20px !important;
  885. }
  886. .H20 {
  887. height: 20px !important;
  888. }
  889. .W25 {
  890. width: 25px !important;
  891. }
  892. .H25 {
  893. height: 25px !important;
  894. }
  895. .W30 {
  896. width: 30px !important;
  897. }
  898. .H30 {
  899. height: 30px !important;
  900. }
  901. .W35 {
  902. width: 35px !important;
  903. }
  904. .H35 {
  905. height: 35px !important;
  906. }
  907. .W40 {
  908. width: 40px !important;
  909. }
  910. .H40 {
  911. height: 40px !important;
  912. }
  913. .W45 {
  914. width: 45px !important;
  915. }
  916. .H45 {
  917. height: 45px !important;
  918. }
  919. .W50 {
  920. width: 50px !important;
  921. }
  922. .H50 {
  923. height: 50px !important;
  924. }
  925. .W55 {
  926. width: 55px !important;
  927. }
  928. .H55 {
  929. height: 55px !important;
  930. }
  931. .W60 {
  932. width: 60px !important;
  933. }
  934. .H60 {
  935. height: 60px !important;
  936. }
  937. .W65 {
  938. width: 65px !important;
  939. }
  940. .H65 {
  941. height: 65px !important;
  942. }
  943. .W70 {
  944. width: 70px !important;
  945. }
  946. .H70 {
  947. height: 70px !important;
  948. }
  949. .W75 {
  950. width: 75px !important;
  951. }
  952. .H75 {
  953. height: 75px !important;
  954. }
  955. .W80 {
  956. width: 80px !important;
  957. }
  958. .H80 {
  959. height: 80px !important;
  960. }
  961. .W85 {
  962. width: 85px !important;
  963. }
  964. .H85 {
  965. height: 85px !important;
  966. }
  967. .W90 {
  968. width: 90px !important;
  969. }
  970. .H90 {
  971. height: 90px !important;
  972. }
  973. .W95 {
  974. width: 95px !important;
  975. }
  976. .H95 {
  977. height: 95px !important;
  978. }
  979. .W100 {
  980. width: 100px !important;
  981. }
  982. .H100 {
  983. height: 100px !important;
  984. }
  985. .W105 {
  986. width: 105px !important;
  987. }
  988. .H105 {
  989. height: 105px !important;
  990. }
  991. .W110 {
  992. width: 110px !important;
  993. }
  994. .H110 {
  995. height: 110px !important;
  996. }
  997. .W115 {
  998. width: 115px !important;
  999. }
  1000. .H115 {
  1001. height: 115px !important;
  1002. }
  1003. .W120 {
  1004. width: 120px !important;
  1005. }
  1006. .H120 {
  1007. height: 120px !important;
  1008. }
  1009. .W125 {
  1010. width: 125px !important;
  1011. }
  1012. .H125 {
  1013. height: 125px !important;
  1014. }
  1015. .W130 {
  1016. width: 130px !important;
  1017. }
  1018. .H130 {
  1019. height: 130px !important;
  1020. }
  1021. .W135 {
  1022. width: 135px !important;
  1023. }
  1024. .H135 {
  1025. height: 135px !important;
  1026. }
  1027. .W140 {
  1028. width: 140px !important;
  1029. }
  1030. .H140 {
  1031. height: 140px !important;
  1032. }
  1033. .W145 {
  1034. width: 145px !important;
  1035. }
  1036. .H145 {
  1037. height: 145px !important;
  1038. }
  1039. .W150 {
  1040. width: 150px !important;
  1041. }
  1042. .H150 {
  1043. height: 150px !important;
  1044. }
  1045. .W155 {
  1046. width: 155px !important;
  1047. }
  1048. .H155 {
  1049. height: 155px !important;
  1050. }
  1051. .W160 {
  1052. width: 160px !important;
  1053. }
  1054. .H160 {
  1055. height: 160px !important;
  1056. }
  1057. .W165 {
  1058. width: 165px !important;
  1059. }
  1060. .H165 {
  1061. height: 165px !important;
  1062. }
  1063. .W170 {
  1064. width: 170px !important;
  1065. }
  1066. .H170 {
  1067. height: 170px !important;
  1068. }
  1069. .W175 {
  1070. width: 175px !important;
  1071. }
  1072. .H175 {
  1073. height: 175px !important;
  1074. }
  1075. .W180 {
  1076. width: 180px !important;
  1077. }
  1078. .H180 {
  1079. height: 180px !important;
  1080. }
  1081. .W185 {
  1082. width: 185px !important;
  1083. }
  1084. .H185 {
  1085. height: 185px !important;
  1086. }
  1087. .W190 {
  1088. width: 190px !important;
  1089. }
  1090. .H190 {
  1091. height: 190px !important;
  1092. }
  1093. .W195 {
  1094. width: 195px !important;
  1095. }
  1096. .H195 {
  1097. height: 195px !important;
  1098. }
  1099. .W200 {
  1100. width: 200px !important;
  1101. }
  1102. .H200 {
  1103. height: 200px !important;
  1104. }
  1105. .W205 {
  1106. width: 205px !important;
  1107. }
  1108. .H205 {
  1109. height: 205px !important;
  1110. }
  1111. .W210 {
  1112. width: 210px !important;
  1113. }
  1114. .H210 {
  1115. height: 210px !important;
  1116. }
  1117. .W215 {
  1118. width: 215px !important;
  1119. }
  1120. .H215 {
  1121. height: 215px !important;
  1122. }
  1123. .W220 {
  1124. width: 220px !important;
  1125. }
  1126. .H220 {
  1127. height: 220px !important;
  1128. }
  1129. .W225 {
  1130. width: 225px !important;
  1131. }
  1132. .H225 {
  1133. height: 225px !important;
  1134. }
  1135. .W230 {
  1136. width: 230px !important;
  1137. }
  1138. .H230 {
  1139. height: 230px !important;
  1140. }
  1141. .W235 {
  1142. width: 235px !important;
  1143. }
  1144. .H235 {
  1145. height: 235px !important;
  1146. }
  1147. .W240 {
  1148. width: 240px !important;
  1149. }
  1150. .H240 {
  1151. height: 240px !important;
  1152. }
  1153. .W245 {
  1154. width: 245px !important;
  1155. }
  1156. .H245 {
  1157. height: 245px !important;
  1158. }
  1159. .W250 {
  1160. width: 250px !important;
  1161. }
  1162. .H250 {
  1163. height: 250px !important;
  1164. }
  1165. .W255 {
  1166. width: 255px !important;
  1167. }
  1168. .H255 {
  1169. height: 255px !important;
  1170. }
  1171. .W260 {
  1172. width: 260px !important;
  1173. }
  1174. .H260 {
  1175. height: 260px !important;
  1176. }
  1177. .W265 {
  1178. width: 265px !important;
  1179. }
  1180. .H265 {
  1181. height: 265px !important;
  1182. }
  1183. .W270 {
  1184. width: 270px !important;
  1185. }
  1186. .H270 {
  1187. height: 270px !important;
  1188. }
  1189. .W275 {
  1190. width: 275px !important;
  1191. }
  1192. .H275 {
  1193. height: 275px !important;
  1194. }
  1195. .W280 {
  1196. width: 280px !important;
  1197. }
  1198. .H280 {
  1199. height: 280px !important;
  1200. }
  1201. .W285 {
  1202. width: 285px !important;
  1203. }
  1204. .H285 {
  1205. height: 285px !important;
  1206. }
  1207. .W290 {
  1208. width: 290px !important;
  1209. }
  1210. .H290 {
  1211. height: 290px !important;
  1212. }
  1213. .W295 {
  1214. width: 295px !important;
  1215. }
  1216. .H295 {
  1217. height: 295px !important;
  1218. }
  1219. .W300 {
  1220. width: 300px !important;
  1221. }
  1222. .H300 {
  1223. height: 300px !important;
  1224. }
  1225. .W305 {
  1226. width: 305px !important;
  1227. }
  1228. .H305 {
  1229. height: 305px !important;
  1230. }
  1231. .W310 {
  1232. width: 310px !important;
  1233. }
  1234. .H310 {
  1235. height: 310px !important;
  1236. }
  1237. .W315 {
  1238. width: 315px !important;
  1239. }
  1240. .H315 {
  1241. height: 315px !important;
  1242. }
  1243. .W320 {
  1244. width: 320px !important;
  1245. }
  1246. .H320 {
  1247. height: 320px !important;
  1248. }
  1249. .W325 {
  1250. width: 325px !important;
  1251. }
  1252. .H325 {
  1253. height: 325px !important;
  1254. }
  1255. .W330 {
  1256. width: 330px !important;
  1257. }
  1258. .H330 {
  1259. height: 330px !important;
  1260. }
  1261. .W335 {
  1262. width: 335px !important;
  1263. }
  1264. .H335 {
  1265. height: 335px !important;
  1266. }
  1267. .W340 {
  1268. width: 340px !important;
  1269. }
  1270. .H340 {
  1271. height: 340px !important;
  1272. }
  1273. .W345 {
  1274. width: 345px !important;
  1275. }
  1276. .H345 {
  1277. height: 345px !important;
  1278. }
  1279. .W350 {
  1280. width: 350px !important;
  1281. }
  1282. .H350 {
  1283. height: 350px !important;
  1284. }
  1285. .W355 {
  1286. width: 355px !important;
  1287. }
  1288. .H355 {
  1289. height: 355px !important;
  1290. }
  1291. .W360 {
  1292. width: 360px !important;
  1293. }
  1294. .H360 {
  1295. height: 360px !important;
  1296. }
  1297. .W365 {
  1298. width: 365px !important;
  1299. }
  1300. .H365 {
  1301. height: 365px !important;
  1302. }
  1303. .W370 {
  1304. width: 370px !important;
  1305. }
  1306. .H370 {
  1307. height: 370px !important;
  1308. }
  1309. .W375 {
  1310. width: 375px !important;
  1311. }
  1312. .H375 {
  1313. height: 375px !important;
  1314. }
  1315. .W380 {
  1316. width: 380px !important;
  1317. }
  1318. .H380 {
  1319. height: 380px !important;
  1320. }
  1321. .W385 {
  1322. width: 385px !important;
  1323. }
  1324. .H385 {
  1325. height: 385px !important;
  1326. }
  1327. .W390 {
  1328. width: 390px !important;
  1329. }
  1330. .H390 {
  1331. height: 390px !important;
  1332. }
  1333. .W395 {
  1334. width: 395px !important;
  1335. }
  1336. .H395 {
  1337. height: 395px !important;
  1338. }
  1339. .W400 {
  1340. width: 400px !important;
  1341. }
  1342. .H400 {
  1343. height: 400px !important;
  1344. }
  1345. .W405 {
  1346. width: 405px !important;
  1347. }
  1348. .H405 {
  1349. height: 405px !important;
  1350. }
  1351. .W410 {
  1352. width: 410px !important;
  1353. }
  1354. .H410 {
  1355. height: 410px !important;
  1356. }
  1357. .W415 {
  1358. width: 415px !important;
  1359. }
  1360. .H415 {
  1361. height: 415px !important;
  1362. }
  1363. .W420 {
  1364. width: 420px !important;
  1365. }
  1366. .H420 {
  1367. height: 420px !important;
  1368. }
  1369. .W425 {
  1370. width: 425px !important;
  1371. }
  1372. .H425 {
  1373. height: 425px !important;
  1374. }
  1375. .W430 {
  1376. width: 430px !important;
  1377. }
  1378. .H430 {
  1379. height: 430px !important;
  1380. }
  1381. .W435 {
  1382. width: 435px !important;
  1383. }
  1384. .H435 {
  1385. height: 435px !important;
  1386. }
  1387. .W440 {
  1388. width: 440px !important;
  1389. }
  1390. .H440 {
  1391. height: 440px !important;
  1392. }
  1393. .W445 {
  1394. width: 445px !important;
  1395. }
  1396. .H445 {
  1397. height: 445px !important;
  1398. }
  1399. .W450 {
  1400. width: 450px !important;
  1401. }
  1402. .H450 {
  1403. height: 450px !important;
  1404. }
  1405. .W455 {
  1406. width: 455px !important;
  1407. }
  1408. .H455 {
  1409. height: 455px !important;
  1410. }
  1411. .W460 {
  1412. width: 460px !important;
  1413. }
  1414. .H460 {
  1415. height: 460px !important;
  1416. }
  1417. .W465 {
  1418. width: 465px !important;
  1419. }
  1420. .H465 {
  1421. height: 465px !important;
  1422. }
  1423. .W470 {
  1424. width: 470px !important;
  1425. }
  1426. .H470 {
  1427. height: 470px !important;
  1428. }
  1429. .W475 {
  1430. width: 475px !important;
  1431. }
  1432. .H475 {
  1433. height: 475px !important;
  1434. }
  1435. .W480 {
  1436. width: 480px !important;
  1437. }
  1438. .H480 {
  1439. height: 480px !important;
  1440. }
  1441. .W485 {
  1442. width: 485px !important;
  1443. }
  1444. .H485 {
  1445. height: 485px !important;
  1446. }
  1447. .W490 {
  1448. width: 490px !important;
  1449. }
  1450. .H490 {
  1451. height: 490px !important;
  1452. }
  1453. .W495 {
  1454. width: 495px !important;
  1455. }
  1456. .H495 {
  1457. height: 495px !important;
  1458. }
  1459. .M0 {
  1460. margin: 0px !important;
  1461. }
  1462. .MT0 {
  1463. margin-top: 0px !important;
  1464. }
  1465. .MR0 {
  1466. margin-right: 0px !important;
  1467. }
  1468. .MB0 {
  1469. margin-bottom: 0px !important;
  1470. }
  1471. .ML0 {
  1472. margin-left: 0px !important;
  1473. }
  1474. .PT0 {
  1475. padding-top: 0px !important;
  1476. }
  1477. .PR0 {
  1478. padding-right: 0px !important;
  1479. }
  1480. .PB0 {
  1481. padding-bottom: 0px !important;
  1482. }
  1483. .PL0 {
  1484. padding-left: 0px !important;
  1485. }
  1486. .P0 {
  1487. padding: 0px !important;
  1488. }
  1489. .M5 {
  1490. margin: 5px !important;
  1491. }
  1492. .MT5 {
  1493. margin-top: 5px !important;
  1494. }
  1495. .MR5 {
  1496. margin-right: 5px !important;
  1497. }
  1498. .MB5 {
  1499. margin-bottom: 5px !important;
  1500. }
  1501. .ML5 {
  1502. margin-left: 5px !important;
  1503. }
  1504. .PT5 {
  1505. padding-top: 5px !important;
  1506. }
  1507. .PR5 {
  1508. padding-right: 5px !important;
  1509. }
  1510. .PB5 {
  1511. padding-bottom: 5px !important;
  1512. }
  1513. .PL5 {
  1514. padding-left: 5px !important;
  1515. }
  1516. .P5 {
  1517. padding: 5px !important;
  1518. }
  1519. .M10 {
  1520. margin: 10px !important;
  1521. }
  1522. .MT10 {
  1523. margin-top: 10px !important;
  1524. }
  1525. .MR10 {
  1526. margin-right: 10px !important;
  1527. }
  1528. .MB10 {
  1529. margin-bottom: 10px !important;
  1530. }
  1531. .ML10 {
  1532. margin-left: 10px !important;
  1533. }
  1534. .PT10 {
  1535. padding-top: 10px !important;
  1536. }
  1537. .PR10 {
  1538. padding-right: 10px !important;
  1539. }
  1540. .PB10 {
  1541. padding-bottom: 10px !important;
  1542. }
  1543. .PL10 {
  1544. padding-left: 10px !important;
  1545. }
  1546. .P10 {
  1547. padding: 10px !important;
  1548. }
  1549. .M15 {
  1550. margin: 15px !important;
  1551. }
  1552. .MT15 {
  1553. margin-top: 15px !important;
  1554. }
  1555. .MR15 {
  1556. margin-right: 15px !important;
  1557. }
  1558. .MB15 {
  1559. margin-bottom: 15px !important;
  1560. }
  1561. .ML15 {
  1562. margin-left: 15px !important;
  1563. }
  1564. .PT15 {
  1565. padding-top: 15px !important;
  1566. }
  1567. .PR15 {
  1568. padding-right: 15px !important;
  1569. }
  1570. .PB15 {
  1571. padding-bottom: 15px !important;
  1572. }
  1573. .PL15 {
  1574. padding-left: 15px !important;
  1575. }
  1576. .P15 {
  1577. padding: 15px !important;
  1578. }
  1579. .M20 {
  1580. margin: 20px !important;
  1581. }
  1582. .MT20 {
  1583. margin-top: 20px !important;
  1584. }
  1585. .MR20 {
  1586. margin-right: 20px !important;
  1587. }
  1588. .MB20 {
  1589. margin-bottom: 20px !important;
  1590. }
  1591. .ML20 {
  1592. margin-left: 20px !important;
  1593. }
  1594. .PT20 {
  1595. padding-top: 20px !important;
  1596. }
  1597. .PR20 {
  1598. padding-right: 20px !important;
  1599. }
  1600. .PB20 {
  1601. padding-bottom: 20px !important;
  1602. }
  1603. .PL20 {
  1604. padding-left: 20px !important;
  1605. }
  1606. .P20 {
  1607. padding: 20px !important;
  1608. }
  1609. .M25 {
  1610. margin: 25px !important;
  1611. }
  1612. .MT25 {
  1613. margin-top: 25px !important;
  1614. }
  1615. .MR25 {
  1616. margin-right: 25px !important;
  1617. }
  1618. .MB25 {
  1619. margin-bottom: 25px !important;
  1620. }
  1621. .ML25 {
  1622. margin-left: 25px !important;
  1623. }
  1624. .PT25 {
  1625. padding-top: 25px !important;
  1626. }
  1627. .PR25 {
  1628. padding-right: 25px !important;
  1629. }
  1630. .PB25 {
  1631. padding-bottom: 25px !important;
  1632. }
  1633. .PL25 {
  1634. padding-left: 25px !important;
  1635. }
  1636. .P25 {
  1637. padding: 25px !important;
  1638. }
  1639. .M30 {
  1640. margin: 30px !important;
  1641. }
  1642. .MT30 {
  1643. margin-top: 30px !important;
  1644. }
  1645. .MR30 {
  1646. margin-right: 30px !important;
  1647. }
  1648. .MB30 {
  1649. margin-bottom: 30px !important;
  1650. }
  1651. .ML30 {
  1652. margin-left: 30px !important;
  1653. }
  1654. .PT30 {
  1655. padding-top: 30px !important;
  1656. }
  1657. .PR30 {
  1658. padding-right: 30px !important;
  1659. }
  1660. .PB30 {
  1661. padding-bottom: 30px !important;
  1662. }
  1663. .PL30 {
  1664. padding-left: 30px !important;
  1665. }
  1666. .P30 {
  1667. padding: 30px !important;
  1668. }
  1669. .M35 {
  1670. margin: 35px !important;
  1671. }
  1672. .MT35 {
  1673. margin-top: 35px !important;
  1674. }
  1675. .MR35 {
  1676. margin-right: 35px !important;
  1677. }
  1678. .MB35 {
  1679. margin-bottom: 35px !important;
  1680. }
  1681. .ML35 {
  1682. margin-left: 35px !important;
  1683. }
  1684. .PT35 {
  1685. padding-top: 35px !important;
  1686. }
  1687. .PR35 {
  1688. padding-right: 35px !important;
  1689. }
  1690. .PB35 {
  1691. padding-bottom: 35px !important;
  1692. }
  1693. .PL35 {
  1694. padding-left: 35px !important;
  1695. }
  1696. .P35 {
  1697. padding: 35px !important;
  1698. }
  1699. .M40 {
  1700. margin: 40px !important;
  1701. }
  1702. .MT40 {
  1703. margin-top: 40px !important;
  1704. }
  1705. .MR40 {
  1706. margin-right: 40px !important;
  1707. }
  1708. .MB40 {
  1709. margin-bottom: 40px !important;
  1710. }
  1711. .ML40 {
  1712. margin-left: 40px !important;
  1713. }
  1714. .PT40 {
  1715. padding-top: 40px !important;
  1716. }
  1717. .PR40 {
  1718. padding-right: 40px !important;
  1719. }
  1720. .PB40 {
  1721. padding-bottom: 40px !important;
  1722. }
  1723. .PL40 {
  1724. padding-left: 40px !important;
  1725. }
  1726. .P40 {
  1727. padding: 40px !important;
  1728. }
  1729. .M45 {
  1730. margin: 45px !important;
  1731. }
  1732. .MT45 {
  1733. margin-top: 45px !important;
  1734. }
  1735. .MR45 {
  1736. margin-right: 45px !important;
  1737. }
  1738. .MB45 {
  1739. margin-bottom: 45px !important;
  1740. }
  1741. .ML45 {
  1742. margin-left: 45px !important;
  1743. }
  1744. .PT45 {
  1745. padding-top: 45px !important;
  1746. }
  1747. .PR45 {
  1748. padding-right: 45px !important;
  1749. }
  1750. .PB45 {
  1751. padding-bottom: 45px !important;
  1752. }
  1753. .PL45 {
  1754. padding-left: 45px !important;
  1755. }
  1756. .P45 {
  1757. padding: 45px !important;
  1758. }
  1759. .M50 {
  1760. margin: 50px !important;
  1761. }
  1762. .MT50 {
  1763. margin-top: 50px !important;
  1764. }
  1765. .MR50 {
  1766. margin-right: 50px !important;
  1767. }
  1768. .MB50 {
  1769. margin-bottom: 50px !important;
  1770. }
  1771. .ML50 {
  1772. margin-left: 50px !important;
  1773. }
  1774. .PT50 {
  1775. padding-top: 50px !important;
  1776. }
  1777. .PR50 {
  1778. padding-right: 50px !important;
  1779. }
  1780. .PB50 {
  1781. padding-bottom: 50px !important;
  1782. }
  1783. .PL50 {
  1784. padding-left: 50px !important;
  1785. }
  1786. .P50 {
  1787. padding: 50px !important;
  1788. }
  1789. .M55 {
  1790. margin: 55px !important;
  1791. }
  1792. .MT55 {
  1793. margin-top: 55px !important;
  1794. }
  1795. .MR55 {
  1796. margin-right: 55px !important;
  1797. }
  1798. .MB55 {
  1799. margin-bottom: 55px !important;
  1800. }
  1801. .ML55 {
  1802. margin-left: 55px !important;
  1803. }
  1804. .PT55 {
  1805. padding-top: 55px !important;
  1806. }
  1807. .PR55 {
  1808. padding-right: 55px !important;
  1809. }
  1810. .PB55 {
  1811. padding-bottom: 55px !important;
  1812. }
  1813. .PL55 {
  1814. padding-left: 55px !important;
  1815. }
  1816. .P55 {
  1817. padding: 55px !important;
  1818. }
  1819. .M60 {
  1820. margin: 60px !important;
  1821. }
  1822. .MT60 {
  1823. margin-top: 60px !important;
  1824. }
  1825. .MR60 {
  1826. margin-right: 60px !important;
  1827. }
  1828. .MB60 {
  1829. margin-bottom: 60px !important;
  1830. }
  1831. .ML60 {
  1832. margin-left: 60px !important;
  1833. }
  1834. .PT60 {
  1835. padding-top: 60px !important;
  1836. }
  1837. .PR60 {
  1838. padding-right: 60px !important;
  1839. }
  1840. .PB60 {
  1841. padding-bottom: 60px !important;
  1842. }
  1843. .PL60 {
  1844. padding-left: 60px !important;
  1845. }
  1846. .P60 {
  1847. padding: 60px !important;
  1848. }
  1849. .M65 {
  1850. margin: 65px !important;
  1851. }
  1852. .MT65 {
  1853. margin-top: 65px !important;
  1854. }
  1855. .MR65 {
  1856. margin-right: 65px !important;
  1857. }
  1858. .MB65 {
  1859. margin-bottom: 65px !important;
  1860. }
  1861. .ML65 {
  1862. margin-left: 65px !important;
  1863. }
  1864. .PT65 {
  1865. padding-top: 65px !important;
  1866. }
  1867. .PR65 {
  1868. padding-right: 65px !important;
  1869. }
  1870. .PB65 {
  1871. padding-bottom: 65px !important;
  1872. }
  1873. .PL65 {
  1874. padding-left: 65px !important;
  1875. }
  1876. .P65 {
  1877. padding: 65px !important;
  1878. }
  1879. .M70 {
  1880. margin: 70px !important;
  1881. }
  1882. .MT70 {
  1883. margin-top: 70px !important;
  1884. }
  1885. .MR70 {
  1886. margin-right: 70px !important;
  1887. }
  1888. .MB70 {
  1889. margin-bottom: 70px !important;
  1890. }
  1891. .ML70 {
  1892. margin-left: 70px !important;
  1893. }
  1894. .PT70 {
  1895. padding-top: 70px !important;
  1896. }
  1897. .PR70 {
  1898. padding-right: 70px !important;
  1899. }
  1900. .PB70 {
  1901. padding-bottom: 70px !important;
  1902. }
  1903. .PL70 {
  1904. padding-left: 70px !important;
  1905. }
  1906. .P70 {
  1907. padding: 70px !important;
  1908. }
  1909. .M75 {
  1910. margin: 75px !important;
  1911. }
  1912. .MT75 {
  1913. margin-top: 75px !important;
  1914. }
  1915. .MR75 {
  1916. margin-right: 75px !important;
  1917. }
  1918. .MB75 {
  1919. margin-bottom: 75px !important;
  1920. }
  1921. .ML75 {
  1922. margin-left: 75px !important;
  1923. }
  1924. .PT75 {
  1925. padding-top: 75px !important;
  1926. }
  1927. .PR75 {
  1928. padding-right: 75px !important;
  1929. }
  1930. .PB75 {
  1931. padding-bottom: 75px !important;
  1932. }
  1933. .PL75 {
  1934. padding-left: 75px !important;
  1935. }
  1936. .P75 {
  1937. padding: 75px !important;
  1938. }
  1939. .M80 {
  1940. margin: 80px !important;
  1941. }
  1942. .MT80 {
  1943. margin-top: 80px !important;
  1944. }
  1945. .MR80 {
  1946. margin-right: 80px !important;
  1947. }
  1948. .MB80 {
  1949. margin-bottom: 80px !important;
  1950. }
  1951. .ML80 {
  1952. margin-left: 80px !important;
  1953. }
  1954. .PT80 {
  1955. padding-top: 80px !important;
  1956. }
  1957. .PR80 {
  1958. padding-right: 80px !important;
  1959. }
  1960. .PB80 {
  1961. padding-bottom: 80px !important;
  1962. }
  1963. .PL80 {
  1964. padding-left: 80px !important;
  1965. }
  1966. .P80 {
  1967. padding: 80px !important;
  1968. }
  1969. .M85 {
  1970. margin: 85px !important;
  1971. }
  1972. .MT85 {
  1973. margin-top: 85px !important;
  1974. }
  1975. .MR85 {
  1976. margin-right: 85px !important;
  1977. }
  1978. .MB85 {
  1979. margin-bottom: 85px !important;
  1980. }
  1981. .ML85 {
  1982. margin-left: 85px !important;
  1983. }
  1984. .PT85 {
  1985. padding-top: 85px !important;
  1986. }
  1987. .PR85 {
  1988. padding-right: 85px !important;
  1989. }
  1990. .PB85 {
  1991. padding-bottom: 85px !important;
  1992. }
  1993. .PL85 {
  1994. padding-left: 85px !important;
  1995. }
  1996. .P85 {
  1997. padding: 85px !important;
  1998. }
  1999. .M90 {
  2000. margin: 90px !important;
  2001. }
  2002. .MT90 {
  2003. margin-top: 90px !important;
  2004. }
  2005. .MR90 {
  2006. margin-right: 90px !important;
  2007. }
  2008. .MB90 {
  2009. margin-bottom: 90px !important;
  2010. }
  2011. .ML90 {
  2012. margin-left: 90px !important;
  2013. }
  2014. .PT90 {
  2015. padding-top: 90px !important;
  2016. }
  2017. .PR90 {
  2018. padding-right: 90px !important;
  2019. }
  2020. .PB90 {
  2021. padding-bottom: 90px !important;
  2022. }
  2023. .PL90 {
  2024. padding-left: 90px !important;
  2025. }
  2026. .P90 {
  2027. padding: 90px !important;
  2028. }
  2029. .M95 {
  2030. margin: 95px !important;
  2031. }
  2032. .MT95 {
  2033. margin-top: 95px !important;
  2034. }
  2035. .MR95 {
  2036. margin-right: 95px !important;
  2037. }
  2038. .MB95 {
  2039. margin-bottom: 95px !important;
  2040. }
  2041. .ML95 {
  2042. margin-left: 95px !important;
  2043. }
  2044. .PT95 {
  2045. padding-top: 95px !important;
  2046. }
  2047. .PR95 {
  2048. padding-right: 95px !important;
  2049. }
  2050. .PB95 {
  2051. padding-bottom: 95px !important;
  2052. }
  2053. .PL95 {
  2054. padding-left: 95px !important;
  2055. }
  2056. .P95 {
  2057. padding: 95px !important;
  2058. }
  2059. .M100 {
  2060. margin: 100px !important;
  2061. }
  2062. .MT100 {
  2063. margin-top: 100px !important;
  2064. }
  2065. .MR100 {
  2066. margin-right: 100px !important;
  2067. }
  2068. .MB100 {
  2069. margin-bottom: 100px !important;
  2070. }
  2071. .ML100 {
  2072. margin-left: 100px !important;
  2073. }
  2074. .PT100 {
  2075. padding-top: 100px !important;
  2076. }
  2077. .PR100 {
  2078. padding-right: 100px !important;
  2079. }
  2080. .PB100 {
  2081. padding-bottom: 100px !important;
  2082. }
  2083. .PL100 {
  2084. padding-left: 100px !important;
  2085. }
  2086. .P100 {
  2087. padding: 100px !important;
  2088. }
  2089. .W5P {
  2090. width: 5% !important;
  2091. }
  2092. .W10P {
  2093. width: 10% !important;
  2094. }
  2095. .W15P {
  2096. width: 15% !important;
  2097. }
  2098. .W20P {
  2099. width: 20% !important;
  2100. }
  2101. .W25P {
  2102. width: 25% !important;
  2103. }
  2104. .W30P {
  2105. width: 30% !important;
  2106. }
  2107. .W35P {
  2108. width: 35% !important;
  2109. }
  2110. .W40P {
  2111. width: 40% !important;
  2112. }
  2113. .W45P {
  2114. width: 45% !important;
  2115. }
  2116. .W50P {
  2117. width: 50% !important;
  2118. }
  2119. .W55P {
  2120. width: 55% !important;
  2121. }
  2122. .W60P {
  2123. width: 60% !important;
  2124. }
  2125. .W65P {
  2126. width: 65% !important;
  2127. }
  2128. .W70P {
  2129. width: 70% !important;
  2130. }
  2131. .W75P {
  2132. width: 75% !important;
  2133. }
  2134. .W80P {
  2135. width: 80% !important;
  2136. }
  2137. .W85P {
  2138. width: 85% !important;
  2139. }
  2140. .W90P {
  2141. width: 90% !important;
  2142. }
  2143. .W95P {
  2144. width: 95% !important;
  2145. }
  2146. .W100P {
  2147. width: 100% !important;
  2148. }
  2149. .text-left {
  2150. text-align: left !important;
  2151. }
  2152. .text-right {
  2153. text-align: right !important;
  2154. }
  2155. .text-center {
  2156. text-align: center !important;
  2157. }
  2158. .display-flex {
  2159. -webkit-display: flex;
  2160. display: -ms-flex;
  2161. display: flex;
  2162. }
  2163. .display-flex.align-center {
  2164. align-items: center;
  2165. }
  2166. .display-flex.justify-center {
  2167. justify-content: center;
  2168. }
  2169. .display-flex.dir-column {
  2170. flex-direction: column;
  2171. }
  2172. /***************************************************************************************
  2173. * 아이콘
  2174. ****************************************************************************************/
  2175. /***************************************************************************************
  2176. * 버튼
  2177. ****************************************************************************************/
  2178. .breadcrumb {
  2179. width: 100%;
  2180. margin: 0 0 0.3125rem 0;
  2181. padding: 0 0 0 11.625rem;
  2182. }
  2183. .breadcrumb ol {
  2184. list-style: none;
  2185. display: flex;
  2186. padding: 0;
  2187. margin: 0;
  2188. }
  2189. .breadcrumb ol li a, .breadcrumb ol li span {
  2190. color: #252525;
  2191. font-size: 0.875rem;
  2192. font-weight: 600;
  2193. }
  2194. .breadcrumb ol li + li a:before, .breadcrumb ol li + li span:before {
  2195. content: ">";
  2196. color: #252525;
  2197. font-size: 0.875rem;
  2198. font-weight: 600;
  2199. margin: 0 0.1875rem;
  2200. }
  2201. .contents-box {
  2202. background: #fff;
  2203. border-radius: 0.9375rem;
  2204. padding: 1rem 2rem;
  2205. margin: 0 0 1.25rem 0;
  2206. }
  2207. .contents-box .contents-header {
  2208. display: flex;
  2209. align-items: center;
  2210. justify-content: flex-start;
  2211. border-bottom: 2px solid #02256c;
  2212. padding: 0.625rem 0;
  2213. }
  2214. .contents-box .contents-header .contents-title {
  2215. font-size: 1.5625rem;
  2216. color: #02256c;
  2217. font-weight: 600;
  2218. line-height: 1em;
  2219. }
  2220. .pagination {
  2221. display: block;
  2222. width: 100%;
  2223. }
  2224. .pagination ol {
  2225. width: 100%;
  2226. display: flex;
  2227. justify-content: center;
  2228. align-items: center;
  2229. }
  2230. .pagination ol li a, .pagination ol li span {
  2231. display: flex;
  2232. width: 1.75rem;
  2233. height: 1.75rem;
  2234. justify-content: center;
  2235. align-items: center;
  2236. border-radius: 100%;
  2237. color: #707070;
  2238. background-color: transparent;
  2239. transition: color 0.3s ease, background-color 0.3s ease;
  2240. cursor: pointer;
  2241. }
  2242. .pagination ol li.active a, .pagination ol li.active span, .pagination ol li:not(.disabled):not(.active):hover a, .pagination ol li:not(.disabled):not(.active):hover span {
  2243. background-color: #02256c;
  2244. color: #fff;
  2245. }
  2246. .pagination ol li.active a, .pagination ol li.active span {
  2247. cursor: default;
  2248. }
  2249. .pagination ol li.disabled a, .pagination ol li.disabled span {
  2250. opacity: 0.4;
  2251. cursor: default;
  2252. }
  2253. /***************************************************************************************
  2254. * 플러그인 커스텀
  2255. ****************************************************************************************/
  2256. /**********************************************************************************************************************
  2257. * 메인페이지
  2258. ***********************************************************************************************************************/
  2259. #main {
  2260. width: 100%;
  2261. }
  2262. #main .box {
  2263. position: relative;
  2264. overflow: hidden;
  2265. }
  2266. #main .box .box-link {
  2267. width: 100%;
  2268. height: 100%;
  2269. position: absolute;
  2270. left: 0;
  2271. top: 0;
  2272. }
  2273. #main .main-top {
  2274. -webkit-display: flex;
  2275. display: -ms-flex;
  2276. display: flex;
  2277. align-items: stretch;
  2278. justify-content: space-between;
  2279. }
  2280. @media screen and (max-width: 768px) {
  2281. #main .main-top {
  2282. flex-direction: column;
  2283. }
  2284. }
  2285. #main .main-top .line-01 {
  2286. width: 10.5625rem;
  2287. }
  2288. @media screen and (max-width: 768px) {
  2289. #main .main-top .line-01 {
  2290. display: none;
  2291. }
  2292. }
  2293. #main .main-top .line-02 {
  2294. width: 26rem;
  2295. -webkit-display: flex;
  2296. display: -ms-flex;
  2297. display: flex;
  2298. flex-direction: column;
  2299. }
  2300. #main .main-top .line-02 .top {
  2301. border: 0.0625rem solid #26356b;
  2302. border-radius: 0.9375rem;
  2303. width: 26.0625rem;
  2304. height: 14.625rem;
  2305. overflow: hidden;
  2306. background-size: cover;
  2307. position: relative;
  2308. }
  2309. #main .main-top .line-02 .bottom {
  2310. margin-top: 0.75rem;
  2311. -webkit-display: flex;
  2312. display: -ms-flex;
  2313. display: flex;
  2314. justify-content: space-between;
  2315. align-items: stretch;
  2316. }
  2317. #main .main-top .line-02 .bottom .left {
  2318. position: relative;
  2319. border-radius: 0.9375rem;
  2320. width: 14.3125rem;
  2321. height: 14.3125rem;
  2322. background-color: #33cc99;
  2323. overflow: hidden;
  2324. }
  2325. #main .main-top .line-02 .bottom .left .link {
  2326. width: 100%;
  2327. height: 100%;
  2328. padding: 0.9375rem;
  2329. -webkit-display: flex;
  2330. display: -ms-flex;
  2331. display: flex;
  2332. align-items: flex-start;
  2333. flex-direction: column;
  2334. }
  2335. #main .main-top .line-02 .bottom .left .link .title {
  2336. font-size: 2.301875rem;
  2337. font-weight: 800;
  2338. line-height: 1.15;
  2339. color: #fff;
  2340. font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  2341. padding-bottom: 1.75rem;
  2342. position: relative;
  2343. }
  2344. #main .main-top .line-02 .bottom .left .link .title:before {
  2345. content: "";
  2346. width: 4.125rem;
  2347. height: 0.3125rem;
  2348. background-color: #fff;
  2349. position: absolute;
  2350. left: 0;
  2351. bottom: 0.75rem;
  2352. }
  2353. #main .main-top .line-02 .bottom .left .link .date {
  2354. display: block;
  2355. margin-bottom: 0.75rem;
  2356. }
  2357. #main .main-top .line-02 .bottom .left .link .date > dd {
  2358. font-size: 1.140625rem;
  2359. color: #fff;
  2360. }
  2361. #main .main-top .line-02 .bottom .left .link .info {
  2362. padding: 0;
  2363. }
  2364. #main .main-top .line-02 .bottom .left .link .info li {
  2365. font-size: 0.951875rem;
  2366. color: #fff;
  2367. margin-bottom: 0.3125rem;
  2368. line-height: 1;
  2369. }
  2370. #main .main-top .line-02 .bottom .right .box {
  2371. border: 0.0625rem solid #c8c8c8;
  2372. border-radius: 0.9375rem;
  2373. position: relative;
  2374. background-size: cover;
  2375. overflow: hidden;
  2376. }
  2377. #main .main-top .line-02 .bottom .right .box.top {
  2378. width: 11.1875rem;
  2379. height: 6.6875rem;
  2380. overflow: hidden;
  2381. }
  2382. #main .main-top .line-02 .bottom .right .box.bottom {
  2383. width: 11.1875rem;
  2384. height: 6.9375rem;
  2385. overflow: hidden;
  2386. }
  2387. @media screen and (max-width: 768px) {
  2388. #main .main-top .line-02 {
  2389. width: 100%;
  2390. position: relative;
  2391. }
  2392. #main .main-top .line-02 .top {
  2393. width: 100%;
  2394. height: 7.6666666667rem;
  2395. border-radius: 0.4166666667rem;
  2396. }
  2397. #main .main-top .line-02 .bottom {
  2398. flex-direction: row-reverse;
  2399. margin-top: 0.4166666667rem;
  2400. }
  2401. #main .main-top .line-02 .bottom .left {
  2402. border-radius: 0.4166666667rem;
  2403. width: 6.4583333333rem;
  2404. height: 7.6458333333rem;
  2405. }
  2406. #main .main-top .line-02 .bottom .left .link {
  2407. padding: 0.4166666667rem;
  2408. -webkit-display: flex;
  2409. display: -ms-flex;
  2410. display: flex;
  2411. align-items: flex-start;
  2412. flex-direction: column;
  2413. }
  2414. #main .main-top .line-02 .bottom .left .link .title {
  2415. font-size: 1.1041666667rem;
  2416. font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  2417. padding-bottom: 1.0416666667rem;
  2418. position: relative;
  2419. }
  2420. #main .main-top .line-02 .bottom .left .link .title:before {
  2421. width: 2.0416666667rem;
  2422. height: 0.2083333333rem;
  2423. background-color: #fff;
  2424. bottom: 0.5rem;
  2425. }
  2426. #main .main-top .line-02 .bottom .left .link .date {
  2427. margin-bottom: 0.3125rem;
  2428. }
  2429. #main .main-top .line-02 .bottom .left .link .date > dd {
  2430. font-size: 0.5625rem;
  2431. }
  2432. #main .main-top .line-02 .bottom .left .link .info li {
  2433. font-size: 0.4583333333rem;
  2434. margin-bottom: 0.2083333333rem;
  2435. }
  2436. #main .main-top .line-02 .bottom .right .box {
  2437. border-radius: 0.4166666667rem;
  2438. }
  2439. #main .main-top .line-02 .bottom .right .box.top {
  2440. width: 6.9791666667rem;
  2441. height: 4.8958333333rem;
  2442. overflow: hidden;
  2443. position: absolute;
  2444. right: 0;
  2445. top: 16.1458333333rem;
  2446. }
  2447. #main .main-top .line-02 .bottom .right .box.bottom {
  2448. width: 6.625rem;
  2449. height: 7.6458333333rem;
  2450. overflow: hidden;
  2451. margin-top: 0;
  2452. }
  2453. }
  2454. #main .main-top .line-03 {
  2455. width: 11.9375rem;
  2456. -webkit-display: flex;
  2457. display: -ms-flex;
  2458. display: flex;
  2459. flex-direction: column;
  2460. }
  2461. #main .main-top .line-03 .top {
  2462. border: 0.0625rem solid #c8c8c8;
  2463. border-radius: 0.9375rem;
  2464. width: 11.9375rem;
  2465. height: 21.9375rem;
  2466. overflow: hidden;
  2467. background-size: cover;
  2468. background-position: center center;
  2469. }
  2470. #main .main-top .line-03 .bottom {
  2471. border-radius: 0.9375rem;
  2472. width: 12rem;
  2473. height: 7rem;
  2474. background-color: #ffb400;
  2475. margin-top: 0.75rem;
  2476. }
  2477. #main .main-top .line-03 .bottom .link {
  2478. -webkit-display: flex;
  2479. display: -ms-flex;
  2480. display: flex;
  2481. flex-direction: column;
  2482. padding: 0.625rem 0.625rem;
  2483. }
  2484. #main .main-top .line-03 .bottom .title {
  2485. font-size: 1.1875rem;
  2486. font-weight: 800;
  2487. line-height: 1.15;
  2488. color: #fff;
  2489. font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  2490. padding-bottom: 1.75rem;
  2491. position: relative;
  2492. letter-spacing: -0.0625rem;
  2493. }
  2494. #main .main-top .line-03 .bottom .title:before {
  2495. content: "";
  2496. width: 4.125rem;
  2497. height: 0.3125rem;
  2498. background-color: #fff;
  2499. position: absolute;
  2500. left: 0;
  2501. bottom: 0.75rem;
  2502. }
  2503. #main .main-top .line-03 .bottom .sub-text {
  2504. font-size: 1.1475rem;
  2505. line-height: 1.3125rem;
  2506. width: 100%;
  2507. height: 2.625rem;
  2508. min-height: 2.625rem;
  2509. color: #fff;
  2510. word-wrap: break-word;
  2511. word-break: keep-all;
  2512. overflow: hidden;
  2513. text-overflow: ellipsis;
  2514. display: -webkit-box;
  2515. -webkit-line-clamp: 2;
  2516. -webkit-box-orient: vertical;
  2517. min-width: 0;
  2518. }
  2519. @media screen and (max-width: 768px) {
  2520. #main .main-top .line-03 {
  2521. width: 100%;
  2522. margin-top: 0.4166666667rem;
  2523. flex-direction: row;
  2524. justify-content: space-between;
  2525. }
  2526. #main .main-top .line-03 .top {
  2527. border-radius: 0.4166666667rem;
  2528. width: 6.25rem;
  2529. height: 11.0416666667rem;
  2530. }
  2531. #main .main-top .line-03 .bottom {
  2532. border-radius: 0.4166666667rem;
  2533. width: 6.9791666667rem;
  2534. height: 5.75rem;
  2535. margin-top: 0.4166666667rem;
  2536. align-self: flex-end;
  2537. box-sizing: border-box;
  2538. }
  2539. #main .main-top .line-03 .bottom .link {
  2540. padding: 0.4166666667rem;
  2541. }
  2542. #main .main-top .line-03 .bottom .title {
  2543. font-size: 1.0625rem;
  2544. padding-bottom: 1.1666666667rem;
  2545. word-wrap: break-word;
  2546. word-break: keep-all;
  2547. }
  2548. #main .main-top .line-03 .bottom .title:before {
  2549. content: "";
  2550. width: 2.2291666667rem;
  2551. height: 0.1458333333rem;
  2552. background-color: #fff;
  2553. position: absolute;
  2554. left: 0;
  2555. bottom: 0.5rem;
  2556. }
  2557. #main .main-top .line-03 .bottom .sub-text {
  2558. font-size: 0.4583333333rem;
  2559. line-height: 0.625rem;
  2560. height: 1.25rem;
  2561. min-height: 1.25rem;
  2562. color: #fff;
  2563. }
  2564. }
  2565. #main .main-center {
  2566. margin: 0.9375rem 0 3.125rem 0;
  2567. }
  2568. #main .main-center .line-banner {
  2569. border: 0.0625rem solid #c8c8c8;
  2570. width: 100%;
  2571. height: 4.4375rem;
  2572. border-radius: 0.75rem;
  2573. background-position: center center;
  2574. overflow: hidden;
  2575. background-size: cover;
  2576. }
  2577. @media screen and (max-width: 768px) {
  2578. #main .main-center {
  2579. margin: 0.4166666667rem 0;
  2580. }
  2581. #main .main-center .line-banner {
  2582. width: 100%;
  2583. height: 1.3541666667rem;
  2584. border-radius: 0.4166666667rem;
  2585. }
  2586. }
  2587. #main .family-list.mobile {
  2588. display: none;
  2589. }
  2590. @media screen and (max-width: 768px) {
  2591. #main .family-list.mobile {
  2592. -webkit-display: flex;
  2593. display: -ms-flex;
  2594. display: flex;
  2595. justify-content: center;
  2596. width: 100%;
  2597. height: 2.5rem;
  2598. border-radius: 0.4166666667rem;
  2599. padding-top: 1.25rem;
  2600. position: relative;
  2601. background-color: #fff;
  2602. border: 0.0625rem solid #cccccc;
  2603. margin-bottom: 1.6666666667rem;
  2604. }
  2605. #main .family-list.mobile:before {
  2606. content: "국민연금공단 SNS 바로가기";
  2607. font-size: 0.5416666667rem;
  2608. font-weight: 700;
  2609. position: absolute;
  2610. width: 100%;
  2611. text-align: center;
  2612. left: 0;
  2613. top: 0.3125rem;
  2614. line-height: 1;
  2615. }
  2616. #main .family-list.mobile .item a {
  2617. -webkit-display: flex;
  2618. display: -ms-flex;
  2619. display: flex;
  2620. align-items: center;
  2621. justify-content: space-between;
  2622. position: relative;
  2623. padding-left: 0.9375rem;
  2624. font-size: 0.3854166667rem;
  2625. height: 0.8333333333rem;
  2626. line-height: 1;
  2627. }
  2628. #main .family-list.mobile .item a:before {
  2629. content: "";
  2630. display: block;
  2631. width: 0.8333333333rem;
  2632. height: 0.8333333333rem;
  2633. border-radius: 0.2083333333rem;
  2634. background-color: #02256c;
  2635. position: absolute;
  2636. left: 0;
  2637. top: 50%;
  2638. transform: translate(0, -50%);
  2639. }
  2640. #main .family-list.mobile .item a:after {
  2641. content: "";
  2642. position: absolute;
  2643. left: 0;
  2644. top: 50%;
  2645. transform: translate(0, -50%);
  2646. background-size: cover;
  2647. }
  2648. #main .family-list.mobile .item.tv > a:after {
  2649. width: 0.4583333333rem;
  2650. height: 0.3125rem;
  2651. margin-left: 0.1666666667rem;
  2652. background-color: transparent;
  2653. background-image: url("../images/common/tv.png");
  2654. background-repeat: no-repeat;
  2655. background-position-x: center;
  2656. background-position-y: center;
  2657. }
  2658. #main .family-list.mobile .item.instagram {
  2659. margin-left: 1.0416666667rem;
  2660. }
  2661. #main .family-list.mobile .item.instagram > a:after {
  2662. width: 0.3958333333rem;
  2663. height: 0.3958333333rem;
  2664. margin-left: 0.1875rem;
  2665. background-color: transparent;
  2666. background-image: url("../images/common/instagram.png");
  2667. background-repeat: no-repeat;
  2668. background-position-x: center;
  2669. background-position-y: center;
  2670. }
  2671. #main .family-list.mobile .item.blog {
  2672. margin-left: 1.0416666667rem;
  2673. }
  2674. #main .family-list.mobile .item.blog > a:after {
  2675. width: 0.4375rem;
  2676. height: 0.3541666667rem;
  2677. margin-left: 0.1666666667rem;
  2678. background-color: transparent;
  2679. background-image: url("../images/common/blog.png");
  2680. background-repeat: no-repeat;
  2681. background-position-x: center;
  2682. background-position-y: center;
  2683. }
  2684. }
  2685. #main .main-bottom {
  2686. -webkit-display: flex;
  2687. display: -ms-flex;
  2688. display: flex;
  2689. justify-content: space-between;
  2690. position: relative;
  2691. z-index: 1;
  2692. }
  2693. @media screen and (max-width: 768px) {
  2694. #main .main-bottom {
  2695. flex-direction: column;
  2696. }
  2697. }
  2698. #main .main-bottom .title-box {
  2699. -webkit-display: flex;
  2700. display: -ms-flex;
  2701. display: flex;
  2702. align-items: center;
  2703. justify-content: space-between;
  2704. border-bottom: 0.0625rem solid #02205b;
  2705. padding-bottom: 0.625rem;
  2706. margin-bottom: 0.625rem;
  2707. }
  2708. @media screen and (max-width: 768px) {
  2709. #main .main-bottom .title-box {
  2710. justify-content: flex-end;
  2711. padding-bottom: 0.4166666667rem;
  2712. margin-bottom: 0.4166666667rem;
  2713. }
  2714. }
  2715. #main .main-bottom .slide-title {
  2716. font-size: 1.473125rem;
  2717. line-height: 1;
  2718. color: #02205b;
  2719. }
  2720. @media screen and (max-width: 768px) {
  2721. #main .main-bottom .slide-title {
  2722. display: none;
  2723. }
  2724. }
  2725. #main .main-bottom .control-box {
  2726. -webkit-display: flex;
  2727. display: -ms-flex;
  2728. display: flex;
  2729. align-items: center;
  2730. justify-content: space-between;
  2731. }
  2732. #main .main-bottom .control-box .btn {
  2733. background-color: #fff;
  2734. width: 1.5rem;
  2735. height: 1.5rem;
  2736. border-radius: 1.5rem;
  2737. border: none;
  2738. -webkit-display: flex;
  2739. display: -ms-flex;
  2740. display: flex;
  2741. align-items: center;
  2742. justify-content: center;
  2743. margin-left: 0.9375rem;
  2744. line-height: 1;
  2745. }
  2746. #main .main-bottom .control-box .btn.btn-right {
  2747. margin-left: 0.3125rem;
  2748. }
  2749. #main .main-bottom .control-box .btn .icon {
  2750. font-size: 1.5rem;
  2751. }
  2752. #main .main-bottom .control-box .swiper-pagination {
  2753. position: relative;
  2754. left: 0;
  2755. transform: translate(0);
  2756. height: 1.5rem;
  2757. bottom: 0;
  2758. -webkit-display: flex;
  2759. display: -ms-flex;
  2760. display: flex;
  2761. align-items: center;
  2762. overflow: initial;
  2763. }
  2764. #main .main-bottom .control-box .swiper-pagination-bullet {
  2765. background-color: #8b93ae;
  2766. width: 0.4375rem;
  2767. height: 0.4375rem;
  2768. }
  2769. #main .main-bottom .control-box .swiper-pagination-bullet.swiper-pagination-bullet-active {
  2770. width: 1.125rem;
  2771. border-radius: 0.5625rem;
  2772. background-color: #02205b;
  2773. }
  2774. @media screen and (max-width: 768px) {
  2775. #main .main-bottom .control-box .btn {
  2776. width: 0.875rem;
  2777. height: 0.875rem;
  2778. border-radius: 0.875rem;
  2779. margin-left: 0.5416666667rem;
  2780. }
  2781. #main .main-bottom .control-box .btn.btn-right {
  2782. margin-left: 0.3125rem;
  2783. }
  2784. #main .main-bottom .control-box .btn .icon {
  2785. font-size: 0.7916666667rem;
  2786. }
  2787. #main .main-bottom .control-box .swiper-pagination {
  2788. height: 0.875rem;
  2789. }
  2790. #main .main-bottom .control-box .swiper-pagination-bullet {
  2791. width: 0.25rem;
  2792. height: 0.25rem;
  2793. }
  2794. #main .main-bottom .control-box .swiper-pagination-bullet.swiper-pagination-bullet-active {
  2795. width: 0.5833333333rem;
  2796. border-radius: 0.2916666667rem;
  2797. }
  2798. }
  2799. #main .main-bottom .left-slide {
  2800. width: 26rem;
  2801. }
  2802. #main .main-bottom .left-slide .swiper-container {
  2803. width: 26rem;
  2804. height: 23.4375rem;
  2805. overflow: hidden;
  2806. }
  2807. #main .main-bottom .left-slide .recent-list .swiper-slide {
  2808. padding: 0.75rem 0;
  2809. height: 4.875rem !important;
  2810. border-bottom: 0.0625rem solid #26356b;
  2811. box-sizing: border-box;
  2812. }
  2813. #main .main-bottom .left-slide .recent-list .swiper-slide .link {
  2814. -webkit-display: flex;
  2815. display: -ms-flex;
  2816. display: flex;
  2817. width: 100%;
  2818. position: relative;
  2819. min-width: 0;
  2820. }
  2821. #main .main-bottom .left-slide .recent-list .swiper-slide .link:after {
  2822. content: "\e5e1";
  2823. font-family: "Material Symbols Outlined";
  2824. font-weight: normal;
  2825. font-style: normal;
  2826. line-height: 1;
  2827. letter-spacing: normal;
  2828. text-transform: none;
  2829. display: inline-block;
  2830. white-space: nowrap;
  2831. word-wrap: normal;
  2832. direction: ltr;
  2833. -webkit-font-feature-settings: "liga";
  2834. -webkit-font-smoothing: antialiased;
  2835. font-size: 1.875rem;
  2836. position: absolute;
  2837. right: 0;
  2838. font-weight: 200;
  2839. top: 50%;
  2840. transform: translate(0, -50%);
  2841. }
  2842. #main .main-bottom .left-slide .recent-list .swiper-slide .date {
  2843. font-size: 0.796875rem;
  2844. font-weight: 600;
  2845. line-height: 1;
  2846. color: #02205b;
  2847. flex-shrink: 0;
  2848. }
  2849. #main .main-bottom .left-slide .recent-list .swiper-slide .date .big {
  2850. display: block;
  2851. font-size: 2.14875rem;
  2852. font-weight: 700;
  2853. }
  2854. #main .main-bottom .left-slide .recent-list .swiper-slide .notice-text {
  2855. margin-left: 0.9375rem;
  2856. -webkit-display: flex;
  2857. display: -ms-flex;
  2858. display: flex;
  2859. justify-content: space-evenly;
  2860. flex-direction: column;
  2861. color: #02205b;
  2862. flex: 1;
  2863. min-width: 0;
  2864. }
  2865. #main .main-bottom .left-slide .recent-list .swiper-slide .notice-text .label {
  2866. display: block;
  2867. font-size: 0.796875rem;
  2868. line-height: 1;
  2869. color: #02205b;
  2870. }
  2871. #main .main-bottom .left-slide .recent-list .swiper-slide .notice-text .label a {
  2872. color: inherit;
  2873. }
  2874. #main .main-bottom .left-slide .recent-list .swiper-slide .notice-text .title {
  2875. width: 100%;
  2876. padding-right: 3.125rem;
  2877. font-size: 0.984375rem;
  2878. text-overflow: ellipsis;
  2879. white-space: nowrap;
  2880. overflow: hidden;
  2881. margin-bottom: 0;
  2882. }
  2883. #main .main-bottom .left-slide .recent-list .swiper-slide .notice-text .title a {
  2884. color: inherit;
  2885. }
  2886. @media screen and (max-width: 768px) {
  2887. #main .main-bottom .left-slide {
  2888. width: 100%;
  2889. }
  2890. #main .main-bottom .left-slide .swiper-container {
  2891. width: 100%;
  2892. height: 13rem;
  2893. overflow: hidden;
  2894. }
  2895. #main .main-bottom .left-slide .recent-list .swiper-slide {
  2896. padding: 0.5208333333rem 0;
  2897. height: 2.625rem !important;
  2898. }
  2899. #main .main-bottom .left-slide .recent-list .swiper-slide .link {
  2900. -webkit-display: flex;
  2901. display: -ms-flex;
  2902. display: flex;
  2903. width: 100%;
  2904. position: relative;
  2905. }
  2906. #main .main-bottom .left-slide .recent-list .swiper-slide .link:after {
  2907. font-size: 1.25rem;
  2908. }
  2909. #main .main-bottom .left-slide .recent-list .swiper-slide .date {
  2910. font-size: 0.4527083333rem;
  2911. }
  2912. #main .main-bottom .left-slide .recent-list .swiper-slide .date .big {
  2913. font-size: 1.1316666667rem;
  2914. }
  2915. #main .main-bottom .left-slide .recent-list .swiper-slide .notice-text {
  2916. margin-left: 0.7291666667rem;
  2917. }
  2918. #main .main-bottom .left-slide .recent-list .swiper-slide .notice-text .label {
  2919. font-size: 0.5172916667rem;
  2920. }
  2921. #main .main-bottom .left-slide .recent-list .swiper-slide .notice-text .title {
  2922. font-size: 0.5172916667rem;
  2923. padding-right: 1.0416666667rem;
  2924. }
  2925. }
  2926. #main .main-bottom .right-slide {
  2927. width: 22.5rem;
  2928. overflow: hidden;
  2929. }
  2930. #main .main-bottom .right-slide .swiper-slide {
  2931. width: 10.9375rem !important;
  2932. height: 19.6875rem;
  2933. border-radius: 0.9375rem;
  2934. border: none;
  2935. background-size: cover;
  2936. overflow: hidden;
  2937. }
  2938. #main .main-bottom .right-slide .swiper-slide.swiper-slide {
  2939. margin-right: 0.5rem;
  2940. }
  2941. #main .main-bottom .right-slide .btn-more {
  2942. display: none;
  2943. }
  2944. @media screen and (max-width: 768px) {
  2945. #main .main-bottom .right-slide {
  2946. width: 100%;
  2947. }
  2948. #main .main-bottom .right-slide .title-box {
  2949. display: none;
  2950. }
  2951. #main .main-bottom .right-slide .swiper-slide {
  2952. width: 6.6041666667rem !important;
  2953. height: 12.1666666667rem;
  2954. border-radius: 0.4166666667rem;
  2955. }
  2956. #main .main-bottom .right-slide .swiper-slide.swiper-slide {
  2957. margin-right: 0.2708333333rem;
  2958. }
  2959. #main .main-bottom .right-slide .btn-more {
  2960. display: block;
  2961. font-size: 0.6604166667rem;
  2962. border: 0.0625rem solid #7d7d7d;
  2963. color: #7d7d7d;
  2964. width: 100%;
  2965. height: 1.6458333333rem;
  2966. margin: 0.7708333333rem 0 1.1875rem 0;
  2967. }
  2968. }
  2969. .common-list {
  2970. list-style: none;
  2971. padding: 0;
  2972. margin: 0;
  2973. }
  2974. .common-list .thumbnail {
  2975. position: relative;
  2976. padding: 0;
  2977. margin: 0;
  2978. overflow: hidden;
  2979. }
  2980. .common-list .thumbnail .thumbnail-link {
  2981. display: flex;
  2982. width: 100%;
  2983. height: 100%;
  2984. }
  2985. .common-list .thumbnail .thumbnail-link .thumbnail-img {
  2986. width: 100%;
  2987. height: 100%;
  2988. display: block;
  2989. -o-object-fit: cover;
  2990. object-fit: cover;
  2991. }
  2992. .common-list .item-content .item-title {
  2993. color: #02256c;
  2994. font-size: 1rem;
  2995. display: block;
  2996. width: 100%;
  2997. white-space: nowrap;
  2998. text-overflow: ellipsis;
  2999. overflow: hidden;
  3000. letter-spacing: -0.025em;
  3001. font-weight: 700;
  3002. }
  3003. .common-list .item-content .item-title a {
  3004. color: inherit;
  3005. }
  3006. .common-list .item-content .item-title a:hover {
  3007. text-decoration: underline;
  3008. }
  3009. .common-list .item-content .item-summary {
  3010. font-size: 0.8125rem;
  3011. color: #252525;
  3012. display: -webkit-box;
  3013. -webkit-box-orient: vertical;
  3014. word-wrap: break-word;
  3015. letter-spacing: -0.025em;
  3016. overflow: hidden;
  3017. text-overflow: ellipsis;
  3018. margin: 0 0 0.3125rem 0;
  3019. font-weight: 500;
  3020. height: 2.56em;
  3021. -webkit-line-clamp: 2;
  3022. line-height: 1.28em;
  3023. }
  3024. .common-list .item-content .item-summary a {
  3025. color: inherit;
  3026. }
  3027. .common-list .item-content .item-summary a:hover {
  3028. text-decoration: underline;
  3029. }
  3030. .common-list .item-content .item-info {
  3031. margin: 0;
  3032. padding: 0;
  3033. }
  3034. .common-list .item-content .item-info dl {
  3035. margin: 0;
  3036. display: flex;
  3037. align-items: center;
  3038. }
  3039. .common-list .item-content .item-info dl dt {
  3040. margin: 0 0.625rem 0 0;
  3041. }
  3042. .common-list .item-content .item-info dl dd {
  3043. font-size: 0.875rem;
  3044. color: #959595;
  3045. font-weight: 500;
  3046. }
  3047. .common-list.news .item {
  3048. display: flex;
  3049. padding: 1.25rem 0;
  3050. border-bottom: 1px solid #02256c;
  3051. }
  3052. .common-list.news .item .thumbnail {
  3053. width: 11.375rem;
  3054. height: 8.3125rem;
  3055. flex-shrink: 0;
  3056. margin-right: 0.8125rem;
  3057. }
  3058. .common-list.news .item .item-content {
  3059. flex: 1;
  3060. min-width: 0;
  3061. padding: 0.5rem 0;
  3062. }
  3063. .common-list.news .item .item-content .item-summary {
  3064. height: 5.12em;
  3065. -webkit-line-clamp: 4;
  3066. line-height: 1.28em;
  3067. }
  3068. .common-list.toons {
  3069. display: flex;
  3070. flex-wrap: wrap;
  3071. }
  3072. .common-list.toons .item {
  3073. width: 50%;
  3074. padding: 0.625rem 0.9375rem;
  3075. }
  3076. .common-list.toons .item .thumbnail {
  3077. width: 13.5rem;
  3078. height: 13.5rem;
  3079. margin: 0 auto 0.625rem;
  3080. }
  3081. .common-list.toons .item .item-content .item-title {
  3082. font-size: 1.25rem;
  3083. }
  3084. .common-list.shorts {
  3085. margin: 0 -0.25rem;
  3086. display: flex;
  3087. flex-wrap: wrap;
  3088. }
  3089. .common-list.shorts .item {
  3090. width: 25%;
  3091. padding: 1.25rem 0.25rem;
  3092. }
  3093. .common-list.shorts .item .thumbnail {
  3094. width: 8.375rem;
  3095. height: 13.75rem;
  3096. margin: 0 0 0.5rem;
  3097. }
  3098. .common-list.shorts .item .item-content .item-title {
  3099. display: -webkit-box;
  3100. -webkit-box-orient: vertical;
  3101. word-wrap: break-word;
  3102. overflow: hidden;
  3103. text-overflow: ellipsis;
  3104. height: 2.56em;
  3105. -webkit-line-clamp: 2;
  3106. line-height: 1.28em;
  3107. white-space: normal;
  3108. word-break: break-all;
  3109. }
  3110. .common-list.clips {
  3111. display: flex;
  3112. flex-wrap: wrap;
  3113. width: 100%;
  3114. margin: -1.25rem -0.25rem;
  3115. padding-bottom: 1.875rem;
  3116. }
  3117. .common-list.clips .item {
  3118. padding: 1.25rem 0.25rem;
  3119. width: 25%;
  3120. border-bottom: 1px solid #c2c2c2;
  3121. }
  3122. .common-list.clips .item .thumbnail {
  3123. width: 100%;
  3124. height: 5.9375rem;
  3125. }
  3126. .common-list.clips .item .item-title {
  3127. font-size: 0.8125rem;
  3128. }
  3129. .common-list.clips .item .item-summary {
  3130. font-size: 0.8125rem;
  3131. height: 2.56em;
  3132. -webkit-line-clamp: 2;
  3133. line-height: 1.28em;
  3134. }
  3135. .tag-container {
  3136. width: 100%;
  3137. display: flex;
  3138. border: 1px solid #b7b7b7;
  3139. padding: 0.625rem;
  3140. align-items: stretch;
  3141. margin: 0.75rem 0 1.5625rem;
  3142. border-radius: 0.9375rem;
  3143. }
  3144. .tag-container .tag-title {
  3145. flex-shrink: 0;
  3146. color: #000000;
  3147. margin-right: 1.5625rem;
  3148. display: flex;
  3149. align-items: center;
  3150. font-size: 1.450625rem;
  3151. padding: 0 1.25rem;
  3152. }
  3153. .tag-container .tag-list {
  3154. list-style: none;
  3155. padding: 0;
  3156. margin: -0.1875rem;
  3157. flex: 1;
  3158. min-width: 0;
  3159. display: flex;
  3160. flex-wrap: wrap;
  3161. }
  3162. .tag-container .tag-list li {
  3163. padding: 0.1875rem;
  3164. }
  3165. .tag-container .tag-list li a {
  3166. display: flex;
  3167. justify-content: center;
  3168. align-items: center;
  3169. height: 1.75rem;
  3170. border-radius: 0.875rem;
  3171. background-color: #ffffff;
  3172. color: #464646;
  3173. font-size: 1.02625rem;
  3174. padding: 0 0.875rem;
  3175. box-shadow: 1.147px 1.638px 3.8px 0.2px rgba(0, 0, 0, 0.41);
  3176. }
  3177. .tag-container .tag-list li.active a {
  3178. background-color: #02256c;
  3179. color: #fff;
  3180. }