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.

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