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.

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