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.

3307 lines
52 KiB

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