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.

4668 lines
84 KiB

3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
  1. @charset "UTF-8";
  2. /***************************************************************************************
  3. * 폰트
  4. ****************************************************************************************/
  5. /**********************************************************************************************************************
  6. * RESET
  7. ***********************************************************************************************************************/
  8. *,
  9. *::before,
  10. *::after {
  11. box-sizing: border-box;
  12. }
  13. html {
  14. font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  15. line-height: 1.15;
  16. -webkit-text-size-adjust: 100%;
  17. -ms-text-size-adjust: 100%;
  18. -ms-overflow-style: scrollbar;
  19. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  20. }
  21. @-ms-viewport {
  22. width: device-width;
  23. }
  24. article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  25. display: block;
  26. }
  27. body {
  28. margin: 0;
  29. font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  30. font-size: 16px;
  31. font-weight: 500;
  32. line-height: 1.5em;
  33. color: #212529;
  34. text-align: left;
  35. background-color: #FFFFFF;
  36. }
  37. [tabindex="-1"]:focus {
  38. outline: 0 !important;
  39. }
  40. hr {
  41. box-sizing: content-box;
  42. height: 0;
  43. overflow: visible;
  44. }
  45. h1, h2, h3, h4, h5, h6 {
  46. margin: 0;
  47. font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  48. line-height: 1.5em;
  49. }
  50. p {
  51. margin: 0;
  52. }
  53. abbr[title],
  54. abbr[data-original-title] {
  55. text-decoration: underline;
  56. -webkit-text-decoration: underline dotted;
  57. text-decoration: underline dotted;
  58. cursor: help;
  59. border-bottom: 0;
  60. }
  61. address {
  62. margin: 0;
  63. font-style: normal;
  64. line-height: inherit;
  65. }
  66. ol,
  67. ul,
  68. dl {
  69. margin: 0;
  70. list-style: none;
  71. padding: 0;
  72. }
  73. ol ol,
  74. ul ul,
  75. ol ul,
  76. ul ol {
  77. margin: 0;
  78. }
  79. dt {
  80. font-weight: 500;
  81. }
  82. dd {
  83. margin: 0;
  84. }
  85. blockquote {
  86. margin: 0;
  87. }
  88. dfn {
  89. font-style: italic;
  90. }
  91. b,
  92. strong {
  93. font-weight: 700;
  94. }
  95. small {
  96. font-size: 80%;
  97. }
  98. sub,
  99. sup {
  100. position: relative;
  101. font-size: 75%;
  102. line-height: 0;
  103. vertical-align: baseline;
  104. }
  105. sub {
  106. bottom: -0.25em;
  107. }
  108. sup {
  109. top: -0.5em;
  110. }
  111. a {
  112. color: #212529;
  113. text-decoration: none;
  114. background-color: transparent;
  115. -webkit-text-decoration-skip: objects;
  116. }
  117. a:hover {
  118. color: #282828;
  119. text-decoration: none;
  120. }
  121. a:not([href]):not([tabindedx]) {
  122. color: inherit;
  123. text-decoration: none;
  124. }
  125. a:not([href]):not([tabindedx]):hover, a:not([href]):not([tabindedx]):focus {
  126. color: inherit;
  127. text-decoration: none;
  128. }
  129. a:not([href]):not([tabindedx]):focus {
  130. outline: 0;
  131. }
  132. pre,
  133. code,
  134. kbd,
  135. samp {
  136. font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  137. font-size: 1em;
  138. }
  139. pre {
  140. margin: 0;
  141. overflow: auto;
  142. -ms-overflow-style: scrollbar;
  143. }
  144. figure {
  145. margin: 0;
  146. }
  147. img {
  148. vertical-align: middle;
  149. border-style: none;
  150. }
  151. svg:not(:root) {
  152. overflow: hidden;
  153. }
  154. table {
  155. border-collapse: collapse;
  156. }
  157. caption {
  158. padding-top: 0.75rem;
  159. padding-bottom: 0.75rem;
  160. color: #212529;
  161. text-align: left;
  162. caption-side: bottom;
  163. }
  164. th {
  165. text-align: inherit;
  166. }
  167. label {
  168. display: inline-block;
  169. margin: 0;
  170. }
  171. button {
  172. border-radius: 0;
  173. }
  174. button:focus {
  175. outline: 1px dotted;
  176. outline: 5px auto -webkit-focus-ring-color;
  177. }
  178. input,
  179. button,
  180. select,
  181. optgroup,
  182. textarea {
  183. margin: 0;
  184. font-family: inherit;
  185. font-size: inherit;
  186. line-height: inherit;
  187. }
  188. button,
  189. input {
  190. overflow: visible;
  191. }
  192. button,
  193. select {
  194. text-transform: none;
  195. }
  196. button,
  197. html [type=button],
  198. [type=reset],
  199. [type=submit] {
  200. -webkit-appearance: button;
  201. }
  202. button::-moz-focus-inner,
  203. [type=button]::-moz-focus-inner,
  204. [type=reset]::-moz-focus-inner,
  205. [type=submit]::-moz-focus-inner {
  206. padding: 0;
  207. border-style: none;
  208. }
  209. input[type=radio],
  210. input[type=checkbox] {
  211. box-sizing: border-box;
  212. padding: 0;
  213. }
  214. input[type=date],
  215. input[type=time],
  216. input[type=datetime-local],
  217. input[type=month] {
  218. -webkit-appearance: listbox;
  219. }
  220. textarea {
  221. overflow: auto;
  222. resize: vertical;
  223. }
  224. fieldset {
  225. min-width: 0;
  226. padding: 0;
  227. margin: 0;
  228. border: 0;
  229. }
  230. legend {
  231. display: block;
  232. width: 100%;
  233. max-width: 100%;
  234. padding: 0;
  235. margin: 0;
  236. font-size: 1.5rem;
  237. line-height: inherit;
  238. color: inherit;
  239. white-space: normal;
  240. }
  241. progress {
  242. vertical-align: baseline;
  243. }
  244. [type=number]::-webkit-inner-spin-button,
  245. [type=number]::-webkit-outer-spin-button {
  246. height: auto;
  247. }
  248. [type=search] {
  249. outline-offset: -2px;
  250. -webkit-appearance: none;
  251. }
  252. [type=search]::-webkit-search-cancel-button,
  253. [type=search]::-webkit-search-decoration {
  254. -webkit-appearance: none;
  255. }
  256. ::-webkit-file-upload-button {
  257. font: inherit;
  258. -webkit-appearance: button;
  259. }
  260. output {
  261. display: inline-block;
  262. }
  263. summary {
  264. display: list-item;
  265. cursor: pointer;
  266. }
  267. template {
  268. display: none;
  269. }
  270. [hidden] {
  271. display: none !important;
  272. }
  273. /***************************************************************************************
  274. * 애니메이션
  275. ****************************************************************************************/
  276. /***************************************************************************************
  277. * 레이아웃
  278. ****************************************************************************************/
  279. html {
  280. letter-spacing: -0.04em;
  281. font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  282. overflow-x: hidden;
  283. font-size: 24px;
  284. }
  285. @media screen and (max-width: 1920px) {
  286. html {
  287. font-size: 1.25vw;
  288. }
  289. }
  290. @media screen and (max-width: 768px) {
  291. html {
  292. font-size: 6.6666666667vw;
  293. }
  294. html body {
  295. background-color: #f1f1f1;
  296. }
  297. }
  298. #header {
  299. width: 100%;
  300. background-color: #fff;
  301. }
  302. #header .logo-box {
  303. width: 100%;
  304. height: 1.875rem;
  305. -webkit-display: flex;
  306. display: -ms-flex;
  307. display: flex;
  308. justify-content: space-between;
  309. align-items: center;
  310. }
  311. #header .logo-box #logo {
  312. width: 7.1875rem;
  313. height: 1.125rem;
  314. }
  315. #header .logo-box .link {
  316. width: 3.8125rem;
  317. height: 1.125rem;
  318. border: 0.0625rem solid #dadada;
  319. font-size: 0.4375rem;
  320. border-radius: 1.125rem;
  321. -webkit-display: flex;
  322. display: -ms-flex;
  323. display: flex;
  324. align-items: center;
  325. justify-content: center;
  326. line-height: 1;
  327. }
  328. @media screen and (max-width: 768px) {
  329. #header {
  330. display: none;
  331. }
  332. }
  333. .mobile-header {
  334. display: none;
  335. }
  336. @media screen and (max-width: 768px) {
  337. .mobile-header {
  338. display: flex;
  339. width: 100%;
  340. height: 4.4166666667rem;
  341. align-items: center;
  342. padding: 0 1rem;
  343. }
  344. }
  345. .mobile-header .mobile-logo {
  346. width: 6.9166666667rem;
  347. height: 1.8541666667rem;
  348. background-size: 100% 100%;
  349. background-repeat: no-repeat;
  350. background-image: url(../images/common/on-air.png);
  351. margin-left: auto;
  352. margin-right: auto;
  353. text-indent: -9999px;
  354. }
  355. .mobile-header .m-button {
  356. display: block;
  357. background-size: auto 100%;
  358. background-repeat: no-repeat;
  359. width: 1.1666666667rem;
  360. height: 0.9166666667rem;
  361. background-position: center;
  362. border: 0 none;
  363. background-color: transparent;
  364. text-indent: -9999px;
  365. }
  366. .mobile-header .m-button.toggle-menu {
  367. background-image: url(../images/common/btn-menu.png);
  368. }
  369. .mobile-header .m-button.toggle-search {
  370. background-image: url(../images/common/btn-search.png);
  371. }
  372. .mobile-header .m-button.close-menu {
  373. background-image: url(../images/common/btn-menu-close.png);
  374. }
  375. #mobile-left-menu {
  376. display: none;
  377. width: 100%;
  378. height: 100%;
  379. position: fixed;
  380. top: 0;
  381. left: 0;
  382. -webkit-transform: translateZ(0);
  383. background: #f8f8f8;
  384. }
  385. @media screen and (max-width: 768px) {
  386. #mobile-left-menu.opened {
  387. display: block;
  388. z-index: 99;
  389. }
  390. }
  391. @media screen and (max-width: 768px) {
  392. body:has(#mobile-left-menu.opened) {
  393. overflow-y: hidden;
  394. max-height: 100%;
  395. }
  396. }
  397. .container {
  398. width: 100%;
  399. max-width: 60rem;
  400. margin: 0 auto;
  401. padding: 0 5rem;
  402. }
  403. @media screen and (max-width: 768px) {
  404. .container {
  405. width: 100%;
  406. padding: 0;
  407. }
  408. }
  409. .mobile-nav {
  410. padding: 0;
  411. margin: 0;
  412. }
  413. .mobile-nav > ul {
  414. list-style: none;
  415. padding: 0;
  416. margin: 0;
  417. background-color: #fff;
  418. }
  419. .mobile-nav > ul > li > a {
  420. background-color: #02205b;
  421. padding: 0 1.25rem;
  422. display: flex;
  423. align-items: center;
  424. height: 2.1666666667rem;
  425. font-size: 0.75rem;
  426. color: #fff;
  427. font-weight: 500;
  428. border-bottom: 0.0208333333rem solid #1d3667;
  429. }
  430. .mobile-nav > ul > li > a:after {
  431. content: "";
  432. display: block;
  433. width: 0.5208333333rem;
  434. height: 0.2916666667rem;
  435. margin-left: auto;
  436. background-size: 100%;
  437. background-image: url(../images/common/chevron-down.png);
  438. background-repeat: no-repeat;
  439. transform: rotate(180deg);
  440. }
  441. .mobile-nav > ul > li > a.active:after {
  442. background-image: url(../images/common/chevron-down.png);
  443. transform: rotate(0deg);
  444. }
  445. .mobile-nav > ul > li > ul {
  446. display: none;
  447. flex-wrap: wrap;
  448. }
  449. .mobile-nav > ul > li > ul.open {
  450. -webkit-display: flex;
  451. display: -ms-flex;
  452. display: flex;
  453. }
  454. .mobile-nav > ul > li > ul > li {
  455. width: 50%;
  456. border-right: 1px solid #cccccc;
  457. border-bottom: 1px solid #cccccc;
  458. }
  459. .mobile-nav > ul > li > ul > li > a {
  460. display: flex;
  461. height: 1.6875rem;
  462. justify-content: center;
  463. align-items: center;
  464. font-size: 0.6666666667rem;
  465. font-weight: 500;
  466. color: #111111;
  467. }
  468. .mobile-nav > ul > li > ul > li:nth-child(2n) {
  469. border-right: 0;
  470. }
  471. .mobile-nav .btn-more {
  472. color: #868686;
  473. font-size: 0.5716666667rem;
  474. border: 0.0625rem solid #868686;
  475. width: 4.5833333333rem;
  476. height: 1.1041666667rem;
  477. border-radius: 1.1041666667rem;
  478. -webkit-display: flex;
  479. display: -ms-flex;
  480. display: flex;
  481. align-items: center;
  482. justify-content: center;
  483. margin: 0.9375rem auto;
  484. }
  485. #nav {
  486. width: 10.5625rem;
  487. }
  488. #nav .family-list {
  489. margin-top: 0.75rem;
  490. position: relative;
  491. background-color: #fff;
  492. border: 0.0625rem solid #c8c8c8;
  493. width: 10.5625rem;
  494. height: 9.875rem;
  495. border-radius: 0.9375rem;
  496. padding: 1.875rem 1.4375rem 0 1.4375rem;
  497. }
  498. #nav .family-list:before {
  499. content: "국민연금공단 SNS 바로가기";
  500. font-size: 0.84375rem;
  501. font-weight: 700;
  502. position: absolute;
  503. width: 100%;
  504. text-align: center;
  505. left: 0;
  506. top: 0.6875rem;
  507. line-height: 1;
  508. }
  509. #nav .family-list .item a {
  510. -webkit-display: flex;
  511. display: -ms-flex;
  512. display: flex;
  513. align-items: center;
  514. position: relative;
  515. padding-left: 3rem;
  516. font-size: 0.8125rem;
  517. height: 2.375rem;
  518. line-height: 1;
  519. }
  520. #nav .family-list .item a:before {
  521. content: "";
  522. display: block;
  523. width: 2.1875rem;
  524. height: 2.1875rem;
  525. border-radius: 0.625rem;
  526. background-color: #02256c;
  527. position: absolute;
  528. left: 0;
  529. top: 50%;
  530. transform: translate(0, -50%);
  531. }
  532. #nav .family-list .item a:after {
  533. content: "";
  534. position: absolute;
  535. left: 0;
  536. top: 50%;
  537. transform: translate(0, -50%);
  538. background-size: cover;
  539. }
  540. #nav .family-list .item.tv > a:after {
  541. width: 1.3125rem;
  542. height: 1.3125rem;
  543. left: 0.4375rem;
  544. background-color: transparent;
  545. background-image: url("../images/common/tv.png");
  546. background-repeat: no-repeat;
  547. background-position-x: center;
  548. background-position-y: center;
  549. }
  550. #nav .family-list .item.instagram > a:after {
  551. width: 1.3125rem;
  552. height: 1.3125rem;
  553. left: 0.4375rem;
  554. background-color: transparent;
  555. background-image: url("../images/common/instagram.png");
  556. background-repeat: no-repeat;
  557. background-position-x: center;
  558. background-position-y: center;
  559. }
  560. #nav .family-list .item.blog > a:after {
  561. width: 1.3125rem;
  562. height: 1.3125rem;
  563. left: 0.4375rem;
  564. background-color: transparent;
  565. background-image: url("../images/common/blog.png");
  566. background-repeat: no-repeat;
  567. background-position-x: center;
  568. background-position-y: center;
  569. }
  570. @media screen and (max-width: 768px) {
  571. #nav {
  572. width: 100%;
  573. }
  574. #nav .menu-list,
  575. #nav .family-list {
  576. display: none;
  577. }
  578. #nav .search-box {
  579. display: none;
  580. width: 100%;
  581. border: 0;
  582. padding: 0;
  583. height: auto;
  584. background-color: transparent;
  585. top: 3.6458333333rem;
  586. }
  587. #nav .search-box.open {
  588. display: block;
  589. z-index: 98;
  590. }
  591. #nav .search-box .link {
  592. display: none;
  593. width: 0;
  594. height: 0;
  595. }
  596. #nav .search-box .search-form {
  597. margin-top: 0;
  598. }
  599. #nav .search-box .search-form .input {
  600. border-radius: 0;
  601. border: 0;
  602. border-top: 0.0625rem solid #02256c;
  603. border-bottom: 0.0625rem solid #02256c;
  604. }
  605. #nav .search-box:before {
  606. background-image: none;
  607. width: 0;
  608. height: 0;
  609. }
  610. }
  611. #contents {
  612. background-color: #f1f1f1;
  613. padding: 1.6875rem 0 1.25rem 0;
  614. }
  615. @media screen and (max-width: 768px) {
  616. #contents {
  617. padding: 0 0.6875rem;
  618. }
  619. }
  620. #footer {
  621. background-color: #959595;
  622. padding: 1.5625rem 0 2.1875rem 0;
  623. }
  624. #footer .logo-box {
  625. display: block;
  626. width: 7.8125rem;
  627. height: 1.25rem;
  628. margin: 0 auto;
  629. }
  630. #footer .logo-box #logo {
  631. width: 7.8125rem;
  632. height: 1.25rem;
  633. }
  634. #footer .footer-info {
  635. -webkit-display: flex;
  636. display: -ms-flex;
  637. display: flex;
  638. align-items: center;
  639. justify-content: center;
  640. margin-top: 0.3125rem;
  641. line-height: 1.5;
  642. }
  643. #footer .footer-info dl {
  644. -webkit-display: flex;
  645. display: -ms-flex;
  646. display: flex;
  647. align-items: center;
  648. }
  649. #footer .footer-info dl + dl {
  650. margin-left: 0.3125rem;
  651. }
  652. #footer .footer-info dl dt {
  653. font-weight: 500;
  654. font-size: 0.625rem;
  655. color: #fff;
  656. }
  657. #footer .footer-info dl dd {
  658. font-weight: 500;
  659. font-size: 0.625rem;
  660. color: #fff;
  661. }
  662. #footer .footer-info dl dd > br {
  663. display: none;
  664. }
  665. #footer .copyright {
  666. text-align: center;
  667. font-weight: 500;
  668. font-size: 0.5rem;
  669. margin-top: 0.9375rem;
  670. color: #fff;
  671. width: 100%;
  672. line-height: 1;
  673. }
  674. @media screen and (max-width: 768px) {
  675. #footer {
  676. padding: 0.9166666667rem 0.6875rem 1.25rem 0.6875rem;
  677. -webkit-display: flex;
  678. display: -ms-flex;
  679. display: flex;
  680. flex-direction: column;
  681. }
  682. #footer .footer-info {
  683. order: 1;
  684. flex-wrap: wrap;
  685. }
  686. #footer .footer-info dl {
  687. order: 3;
  688. }
  689. #footer .footer-info dl:first-child {
  690. order: 1;
  691. }
  692. #footer .footer-info dl:last-child {
  693. order: 2;
  694. }
  695. #footer .footer-info dl + dl {
  696. margin-left: 0.1875rem;
  697. }
  698. #footer .footer-info dl dt {
  699. font-size: 0.5416666667rem;
  700. display: inline-flex;
  701. }
  702. #footer .footer-info dl dd {
  703. font-size: 0.5416666667rem;
  704. display: inline-flex;
  705. text-align: center;
  706. line-height: 1.35;
  707. }
  708. #footer .footer-info dl dd > br {
  709. display: block;
  710. }
  711. #footer .logo-box {
  712. order: 2;
  713. width: 6.4375rem;
  714. height: 1.0208333333rem;
  715. margin: 0.7291666667rem auto;
  716. background-color: transparent;
  717. background-image: url("../images/common/footer-logo.png");
  718. background-repeat: no-repeat;
  719. background-position-x: center;
  720. background-position-y: center;
  721. background-size: cover;
  722. }
  723. #footer .logo-box #logo {
  724. display: none;
  725. }
  726. #footer .copyright {
  727. order: 3;
  728. font-size: 0.5416666667rem;
  729. }
  730. }
  731. /**
  732. * 좌측 로고&검색박스
  733. */
  734. .search-box {
  735. width: 10.5625rem;
  736. height: 8.4375rem;
  737. background-color: #fff;
  738. padding: 1.875rem 0.75rem 1.25rem 0.75rem;
  739. border-radius: 0.9375rem;
  740. position: relative;
  741. box-sizing: border-box;
  742. border: 0.0625rem solid #c8c8c8;
  743. }
  744. .search-box .link {
  745. background-color: transparent;
  746. background-image: url("../images/common/on-air.png");
  747. background-repeat: no-repeat;
  748. background-position-x: center;
  749. background-position-y: center;
  750. background-size: 8.875rem 2.375rem;
  751. width: 8.875rem;
  752. height: 2.375rem;
  753. display: block;
  754. text-indent: -9999px;
  755. overflow: hidden;
  756. }
  757. .search-box .search-form {
  758. width: 100%;
  759. position: relative;
  760. margin-top: 1.25rem;
  761. overflow: hidden;
  762. line-height: 1;
  763. }
  764. .search-box .search-form .input {
  765. width: 100%;
  766. height: 1.6875rem;
  767. border-radius: 2.4375rem;
  768. border: 0.0625rem solid #26356b;
  769. padding: 0.3125rem 1.5rem 0.3125rem 0.75rem;
  770. box-sizing: border-box;
  771. font-size: 0.845rem;
  772. line-height: 1;
  773. }
  774. .search-box .search-form .search-btn {
  775. width: 1rem;
  776. height: 1.6875rem;
  777. position: absolute;
  778. right: 0.3125rem;
  779. top: 0;
  780. border: none;
  781. background-color: transparent;
  782. padding: 0;
  783. cursor: pointer;
  784. line-height: 1.6875rem;
  785. -webkit-display: flex;
  786. display: -ms-flex;
  787. display: flex;
  788. align-items: center;
  789. justify-content: center;
  790. }
  791. .search-box .search-form .search-btn:focus {
  792. outline: none;
  793. }
  794. .search-box .search-form .search-btn .icon {
  795. font-size: 1rem;
  796. color: #26356b;
  797. }
  798. @media screen and (max-width: 768px) {
  799. .search-box {
  800. position: absolute;
  801. left: 0;
  802. top: 0;
  803. }
  804. }
  805. /**
  806. * 좌측 메뉴
  807. */
  808. .menu-list {
  809. border-radius: 0.9375rem;
  810. width: 10.5625rem;
  811. margin-top: 0.75rem;
  812. border: 0.0625rem solid #c8c8c8;
  813. }
  814. .menu-list .item {
  815. position: relative;
  816. }
  817. .menu-list .item .link {
  818. display: block;
  819. padding: 0.78125rem 0;
  820. font-size: 0.845rem;
  821. text-align: center;
  822. line-height: 1;
  823. transition: background-color 0.3s ease, color 0.3s ease;
  824. background-color: #fff;
  825. }
  826. .menu-list .item:first-child .link {
  827. border-radius: 0.9375rem 0.9375rem 0 0;
  828. }
  829. .menu-list .item:last-child .link {
  830. border-radius: 0 0 0.9375rem 0.9375rem;
  831. }
  832. .menu-list .item + .item {
  833. border-top: 0.0625rem solid #cccccc;
  834. }
  835. .menu-list .item:hover .link, .menu-list .item.active .link {
  836. background-color: #02256c;
  837. color: #fff;
  838. }
  839. .menu-list .item:hover .submenu {
  840. display: block;
  841. }
  842. .menu-list .item .submenu {
  843. position: absolute;
  844. left: 100%;
  845. top: 0;
  846. z-index: 10;
  847. display: none;
  848. }
  849. .menu-list .item .submenu li + li {
  850. margin-top: -1px;
  851. }
  852. .menu-list .item .submenu li a {
  853. display: flex;
  854. border: 1px solid #cccccc;
  855. width: 9.5625rem;
  856. height: 2.4375rem;
  857. justify-content: center;
  858. align-items: center;
  859. background-color: #fff;
  860. transition: background-color 0.3s ease;
  861. font-weight: 500;
  862. font-size: 0.84625rem;
  863. }
  864. .menu-list .item .submenu li:hover a, .menu-list .item .submenu li.active a {
  865. background-color: #ccc;
  866. }
  867. .menu-list .item .submenu li:first-child a {
  868. border-radius: 0.9375rem 0.9375rem 0 0;
  869. }
  870. .menu-list .item .submenu li:last-child a {
  871. border-radius: 0 0 0.9375rem 0.9375rem;
  872. }
  873. /**
  874. * 서브페이지
  875. */
  876. .sub-main {
  877. width: 100%;
  878. display: flex;
  879. }
  880. .sub-main .left-nav {
  881. width: 10.625rem;
  882. flex-shrink: 0;
  883. margin-right: 1rem;
  884. }
  885. @media screen and (max-width: 768px) {
  886. .sub-main .left-nav {
  887. margin-right: 0;
  888. width: 0;
  889. flex-shrink: initial;
  890. }
  891. .sub-main .left-nav .search-box {
  892. display: none;
  893. width: 100%;
  894. border: 0;
  895. padding: 0;
  896. height: auto;
  897. background-color: transparent;
  898. top: 3.6458333333rem;
  899. }
  900. .sub-main .left-nav .search-box.open {
  901. display: block;
  902. z-index: 98;
  903. }
  904. .sub-main .left-nav .search-box .link {
  905. display: none;
  906. width: 0;
  907. height: 0;
  908. }
  909. .sub-main .left-nav .search-box .search-form {
  910. margin-top: 0;
  911. }
  912. .sub-main .left-nav .search-box .search-form .input {
  913. border-radius: 0;
  914. border: 0;
  915. border-top: 0.0625rem solid #02256c;
  916. border-bottom: 0.0625rem solid #02256c;
  917. }
  918. .sub-main .left-nav .menu-list {
  919. display: none;
  920. }
  921. }
  922. .sub-main .page-contents {
  923. flex: 1;
  924. min-width: 0;
  925. position: relative;
  926. }
  927. .sns-sub {
  928. display: none;
  929. position: relative;
  930. top: inherit;
  931. left: inherit;
  932. right: inherit;
  933. text-align: center;
  934. padding: 0.625rem 0.9375rem;
  935. max-width: 10.4166666667rem;
  936. width: 100%;
  937. margin: 0.625rem auto 0 auto;
  938. }
  939. @media screen and (max-width: 768px) {
  940. .sns-sub {
  941. display: block;
  942. }
  943. }
  944. .sns-sub:before {
  945. content: "";
  946. position: absolute;
  947. width: 200%;
  948. height: 100%;
  949. background-color: #fff;
  950. top: 0;
  951. left: 50%;
  952. transform: translate(-50%, 0);
  953. }
  954. .sns-sub li {
  955. display: inline-block;
  956. margin: 0.1041666667rem;
  957. }
  958. .sns-sub li a {
  959. width: 1.25rem;
  960. height: 1.25rem;
  961. border-radius: 50%;
  962. background: #bcc0c9;
  963. display: block;
  964. position: relative;
  965. transition: 0.2s;
  966. }
  967. .sns-sub li a svg {
  968. position: absolute;
  969. top: 50%;
  970. left: 50%;
  971. width: 0.8333333333rem;
  972. height: 0.8333333333rem;
  973. transform: translate(-50%, -50%);
  974. fill: #fff;
  975. }
  976. .page-contents.detail .sns-sub:before {
  977. background-color: transparent;
  978. }
  979. .move-top {
  980. position: absolute;
  981. bottom: 0.625rem;
  982. right: -6.25rem;
  983. z-index: 1;
  984. width: 2.75rem;
  985. height: 2.75rem;
  986. font-size: 0;
  987. background: rgb(255, 255, 255);
  988. transition: 0.2s;
  989. box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.15);
  990. border-radius: 50%;
  991. }
  992. @media screen and (max-width: 768px) {
  993. .move-top {
  994. display: none;
  995. }
  996. }
  997. .move-top svg {
  998. position: absolute;
  999. top: 50%;
  1000. left: 50%;
  1001. width: 1.25rem;
  1002. height: 1.25rem;
  1003. transform: translate(-50%, -50%);
  1004. fill: #666A70;
  1005. transition: 0.2s;
  1006. }
  1007. .move-top :hover svg {
  1008. transform: translate(-50%, -70%);
  1009. }
  1010. /***************************************************************************************
  1011. * 유틸리티
  1012. ****************************************************************************************/
  1013. .sr-only {
  1014. position: absolute;
  1015. width: 1px;
  1016. height: 1px;
  1017. padding: 0;
  1018. overflow: hidden;
  1019. clip: rect(0, 0, 0, 0);
  1020. white-space: nowrap;
  1021. border: 0;
  1022. }
  1023. .sr-only.sr-only-focusable:active, .sr-only.sr-only-focusable:focus {
  1024. position: static;
  1025. width: auto;
  1026. height: auto;
  1027. overflow: visible;
  1028. clip: auto;
  1029. white-space: normal;
  1030. }
  1031. .clearfix, .clearfix:before, .clearfix:after {
  1032. display: block;
  1033. clear: both;
  1034. content: "";
  1035. }
  1036. .W5 {
  1037. width: 5px !important;
  1038. }
  1039. .H5 {
  1040. height: 5px !important;
  1041. }
  1042. .W10 {
  1043. width: 10px !important;
  1044. }
  1045. .H10 {
  1046. height: 10px !important;
  1047. }
  1048. .W15 {
  1049. width: 15px !important;
  1050. }
  1051. .H15 {
  1052. height: 15px !important;
  1053. }
  1054. .W20 {
  1055. width: 20px !important;
  1056. }
  1057. .H20 {
  1058. height: 20px !important;
  1059. }
  1060. .W25 {
  1061. width: 25px !important;
  1062. }
  1063. .H25 {
  1064. height: 25px !important;
  1065. }
  1066. .W30 {
  1067. width: 30px !important;
  1068. }
  1069. .H30 {
  1070. height: 30px !important;
  1071. }
  1072. .W35 {
  1073. width: 35px !important;
  1074. }
  1075. .H35 {
  1076. height: 35px !important;
  1077. }
  1078. .W40 {
  1079. width: 40px !important;
  1080. }
  1081. .H40 {
  1082. height: 40px !important;
  1083. }
  1084. .W45 {
  1085. width: 45px !important;
  1086. }
  1087. .H45 {
  1088. height: 45px !important;
  1089. }
  1090. .W50 {
  1091. width: 50px !important;
  1092. }
  1093. .H50 {
  1094. height: 50px !important;
  1095. }
  1096. .W55 {
  1097. width: 55px !important;
  1098. }
  1099. .H55 {
  1100. height: 55px !important;
  1101. }
  1102. .W60 {
  1103. width: 60px !important;
  1104. }
  1105. .H60 {
  1106. height: 60px !important;
  1107. }
  1108. .W65 {
  1109. width: 65px !important;
  1110. }
  1111. .H65 {
  1112. height: 65px !important;
  1113. }
  1114. .W70 {
  1115. width: 70px !important;
  1116. }
  1117. .H70 {
  1118. height: 70px !important;
  1119. }
  1120. .W75 {
  1121. width: 75px !important;
  1122. }
  1123. .H75 {
  1124. height: 75px !important;
  1125. }
  1126. .W80 {
  1127. width: 80px !important;
  1128. }
  1129. .H80 {
  1130. height: 80px !important;
  1131. }
  1132. .W85 {
  1133. width: 85px !important;
  1134. }
  1135. .H85 {
  1136. height: 85px !important;
  1137. }
  1138. .W90 {
  1139. width: 90px !important;
  1140. }
  1141. .H90 {
  1142. height: 90px !important;
  1143. }
  1144. .W95 {
  1145. width: 95px !important;
  1146. }
  1147. .H95 {
  1148. height: 95px !important;
  1149. }
  1150. .W100 {
  1151. width: 100px !important;
  1152. }
  1153. .H100 {
  1154. height: 100px !important;
  1155. }
  1156. .W105 {
  1157. width: 105px !important;
  1158. }
  1159. .H105 {
  1160. height: 105px !important;
  1161. }
  1162. .W110 {
  1163. width: 110px !important;
  1164. }
  1165. .H110 {
  1166. height: 110px !important;
  1167. }
  1168. .W115 {
  1169. width: 115px !important;
  1170. }
  1171. .H115 {
  1172. height: 115px !important;
  1173. }
  1174. .W120 {
  1175. width: 120px !important;
  1176. }
  1177. .H120 {
  1178. height: 120px !important;
  1179. }
  1180. .W125 {
  1181. width: 125px !important;
  1182. }
  1183. .H125 {
  1184. height: 125px !important;
  1185. }
  1186. .W130 {
  1187. width: 130px !important;
  1188. }
  1189. .H130 {
  1190. height: 130px !important;
  1191. }
  1192. .W135 {
  1193. width: 135px !important;
  1194. }
  1195. .H135 {
  1196. height: 135px !important;
  1197. }
  1198. .W140 {
  1199. width: 140px !important;
  1200. }
  1201. .H140 {
  1202. height: 140px !important;
  1203. }
  1204. .W145 {
  1205. width: 145px !important;
  1206. }
  1207. .H145 {
  1208. height: 145px !important;
  1209. }
  1210. .W150 {
  1211. width: 150px !important;
  1212. }
  1213. .H150 {
  1214. height: 150px !important;
  1215. }
  1216. .W155 {
  1217. width: 155px !important;
  1218. }
  1219. .H155 {
  1220. height: 155px !important;
  1221. }
  1222. .W160 {
  1223. width: 160px !important;
  1224. }
  1225. .H160 {
  1226. height: 160px !important;
  1227. }
  1228. .W165 {
  1229. width: 165px !important;
  1230. }
  1231. .H165 {
  1232. height: 165px !important;
  1233. }
  1234. .W170 {
  1235. width: 170px !important;
  1236. }
  1237. .H170 {
  1238. height: 170px !important;
  1239. }
  1240. .W175 {
  1241. width: 175px !important;
  1242. }
  1243. .H175 {
  1244. height: 175px !important;
  1245. }
  1246. .W180 {
  1247. width: 180px !important;
  1248. }
  1249. .H180 {
  1250. height: 180px !important;
  1251. }
  1252. .W185 {
  1253. width: 185px !important;
  1254. }
  1255. .H185 {
  1256. height: 185px !important;
  1257. }
  1258. .W190 {
  1259. width: 190px !important;
  1260. }
  1261. .H190 {
  1262. height: 190px !important;
  1263. }
  1264. .W195 {
  1265. width: 195px !important;
  1266. }
  1267. .H195 {
  1268. height: 195px !important;
  1269. }
  1270. .W200 {
  1271. width: 200px !important;
  1272. }
  1273. .H200 {
  1274. height: 200px !important;
  1275. }
  1276. .W205 {
  1277. width: 205px !important;
  1278. }
  1279. .H205 {
  1280. height: 205px !important;
  1281. }
  1282. .W210 {
  1283. width: 210px !important;
  1284. }
  1285. .H210 {
  1286. height: 210px !important;
  1287. }
  1288. .W215 {
  1289. width: 215px !important;
  1290. }
  1291. .H215 {
  1292. height: 215px !important;
  1293. }
  1294. .W220 {
  1295. width: 220px !important;
  1296. }
  1297. .H220 {
  1298. height: 220px !important;
  1299. }
  1300. .W225 {
  1301. width: 225px !important;
  1302. }
  1303. .H225 {
  1304. height: 225px !important;
  1305. }
  1306. .W230 {
  1307. width: 230px !important;
  1308. }
  1309. .H230 {
  1310. height: 230px !important;
  1311. }
  1312. .W235 {
  1313. width: 235px !important;
  1314. }
  1315. .H235 {
  1316. height: 235px !important;
  1317. }
  1318. .W240 {
  1319. width: 240px !important;
  1320. }
  1321. .H240 {
  1322. height: 240px !important;
  1323. }
  1324. .W245 {
  1325. width: 245px !important;
  1326. }
  1327. .H245 {
  1328. height: 245px !important;
  1329. }
  1330. .W250 {
  1331. width: 250px !important;
  1332. }
  1333. .H250 {
  1334. height: 250px !important;
  1335. }
  1336. .W255 {
  1337. width: 255px !important;
  1338. }
  1339. .H255 {
  1340. height: 255px !important;
  1341. }
  1342. .W260 {
  1343. width: 260px !important;
  1344. }
  1345. .H260 {
  1346. height: 260px !important;
  1347. }
  1348. .W265 {
  1349. width: 265px !important;
  1350. }
  1351. .H265 {
  1352. height: 265px !important;
  1353. }
  1354. .W270 {
  1355. width: 270px !important;
  1356. }
  1357. .H270 {
  1358. height: 270px !important;
  1359. }
  1360. .W275 {
  1361. width: 275px !important;
  1362. }
  1363. .H275 {
  1364. height: 275px !important;
  1365. }
  1366. .W280 {
  1367. width: 280px !important;
  1368. }
  1369. .H280 {
  1370. height: 280px !important;
  1371. }
  1372. .W285 {
  1373. width: 285px !important;
  1374. }
  1375. .H285 {
  1376. height: 285px !important;
  1377. }
  1378. .W290 {
  1379. width: 290px !important;
  1380. }
  1381. .H290 {
  1382. height: 290px !important;
  1383. }
  1384. .W295 {
  1385. width: 295px !important;
  1386. }
  1387. .H295 {
  1388. height: 295px !important;
  1389. }
  1390. .W300 {
  1391. width: 300px !important;
  1392. }
  1393. .H300 {
  1394. height: 300px !important;
  1395. }
  1396. .W305 {
  1397. width: 305px !important;
  1398. }
  1399. .H305 {
  1400. height: 305px !important;
  1401. }
  1402. .W310 {
  1403. width: 310px !important;
  1404. }
  1405. .H310 {
  1406. height: 310px !important;
  1407. }
  1408. .W315 {
  1409. width: 315px !important;
  1410. }
  1411. .H315 {
  1412. height: 315px !important;
  1413. }
  1414. .W320 {
  1415. width: 320px !important;
  1416. }
  1417. .H320 {
  1418. height: 320px !important;
  1419. }
  1420. .W325 {
  1421. width: 325px !important;
  1422. }
  1423. .H325 {
  1424. height: 325px !important;
  1425. }
  1426. .W330 {
  1427. width: 330px !important;
  1428. }
  1429. .H330 {
  1430. height: 330px !important;
  1431. }
  1432. .W335 {
  1433. width: 335px !important;
  1434. }
  1435. .H335 {
  1436. height: 335px !important;
  1437. }
  1438. .W340 {
  1439. width: 340px !important;
  1440. }
  1441. .H340 {
  1442. height: 340px !important;
  1443. }
  1444. .W345 {
  1445. width: 345px !important;
  1446. }
  1447. .H345 {
  1448. height: 345px !important;
  1449. }
  1450. .W350 {
  1451. width: 350px !important;
  1452. }
  1453. .H350 {
  1454. height: 350px !important;
  1455. }
  1456. .W355 {
  1457. width: 355px !important;
  1458. }
  1459. .H355 {
  1460. height: 355px !important;
  1461. }
  1462. .W360 {
  1463. width: 360px !important;
  1464. }
  1465. .H360 {
  1466. height: 360px !important;
  1467. }
  1468. .W365 {
  1469. width: 365px !important;
  1470. }
  1471. .H365 {
  1472. height: 365px !important;
  1473. }
  1474. .W370 {
  1475. width: 370px !important;
  1476. }
  1477. .H370 {
  1478. height: 370px !important;
  1479. }
  1480. .W375 {
  1481. width: 375px !important;
  1482. }
  1483. .H375 {
  1484. height: 375px !important;
  1485. }
  1486. .W380 {
  1487. width: 380px !important;
  1488. }
  1489. .H380 {
  1490. height: 380px !important;
  1491. }
  1492. .W385 {
  1493. width: 385px !important;
  1494. }
  1495. .H385 {
  1496. height: 385px !important;
  1497. }
  1498. .W390 {
  1499. width: 390px !important;
  1500. }
  1501. .H390 {
  1502. height: 390px !important;
  1503. }
  1504. .W395 {
  1505. width: 395px !important;
  1506. }
  1507. .H395 {
  1508. height: 395px !important;
  1509. }
  1510. .W400 {
  1511. width: 400px !important;
  1512. }
  1513. .H400 {
  1514. height: 400px !important;
  1515. }
  1516. .W405 {
  1517. width: 405px !important;
  1518. }
  1519. .H405 {
  1520. height: 405px !important;
  1521. }
  1522. .W410 {
  1523. width: 410px !important;
  1524. }
  1525. .H410 {
  1526. height: 410px !important;
  1527. }
  1528. .W415 {
  1529. width: 415px !important;
  1530. }
  1531. .H415 {
  1532. height: 415px !important;
  1533. }
  1534. .W420 {
  1535. width: 420px !important;
  1536. }
  1537. .H420 {
  1538. height: 420px !important;
  1539. }
  1540. .W425 {
  1541. width: 425px !important;
  1542. }
  1543. .H425 {
  1544. height: 425px !important;
  1545. }
  1546. .W430 {
  1547. width: 430px !important;
  1548. }
  1549. .H430 {
  1550. height: 430px !important;
  1551. }
  1552. .W435 {
  1553. width: 435px !important;
  1554. }
  1555. .H435 {
  1556. height: 435px !important;
  1557. }
  1558. .W440 {
  1559. width: 440px !important;
  1560. }
  1561. .H440 {
  1562. height: 440px !important;
  1563. }
  1564. .W445 {
  1565. width: 445px !important;
  1566. }
  1567. .H445 {
  1568. height: 445px !important;
  1569. }
  1570. .W450 {
  1571. width: 450px !important;
  1572. }
  1573. .H450 {
  1574. height: 450px !important;
  1575. }
  1576. .W455 {
  1577. width: 455px !important;
  1578. }
  1579. .H455 {
  1580. height: 455px !important;
  1581. }
  1582. .W460 {
  1583. width: 460px !important;
  1584. }
  1585. .H460 {
  1586. height: 460px !important;
  1587. }
  1588. .W465 {
  1589. width: 465px !important;
  1590. }
  1591. .H465 {
  1592. height: 465px !important;
  1593. }
  1594. .W470 {
  1595. width: 470px !important;
  1596. }
  1597. .H470 {
  1598. height: 470px !important;
  1599. }
  1600. .W475 {
  1601. width: 475px !important;
  1602. }
  1603. .H475 {
  1604. height: 475px !important;
  1605. }
  1606. .W480 {
  1607. width: 480px !important;
  1608. }
  1609. .H480 {
  1610. height: 480px !important;
  1611. }
  1612. .W485 {
  1613. width: 485px !important;
  1614. }
  1615. .H485 {
  1616. height: 485px !important;
  1617. }
  1618. .W490 {
  1619. width: 490px !important;
  1620. }
  1621. .H490 {
  1622. height: 490px !important;
  1623. }
  1624. .W495 {
  1625. width: 495px !important;
  1626. }
  1627. .H495 {
  1628. height: 495px !important;
  1629. }
  1630. .M0 {
  1631. margin: 0px !important;
  1632. }
  1633. .MT0 {
  1634. margin-top: 0px !important;
  1635. }
  1636. .MR0 {
  1637. margin-right: 0px !important;
  1638. }
  1639. .MB0 {
  1640. margin-bottom: 0px !important;
  1641. }
  1642. .ML0 {
  1643. margin-left: 0px !important;
  1644. }
  1645. .PT0 {
  1646. padding-top: 0px !important;
  1647. }
  1648. .PR0 {
  1649. padding-right: 0px !important;
  1650. }
  1651. .PB0 {
  1652. padding-bottom: 0px !important;
  1653. }
  1654. .PL0 {
  1655. padding-left: 0px !important;
  1656. }
  1657. .P0 {
  1658. padding: 0px !important;
  1659. }
  1660. .M5 {
  1661. margin: 5px !important;
  1662. }
  1663. .MT5 {
  1664. margin-top: 5px !important;
  1665. }
  1666. .MR5 {
  1667. margin-right: 5px !important;
  1668. }
  1669. .MB5 {
  1670. margin-bottom: 5px !important;
  1671. }
  1672. .ML5 {
  1673. margin-left: 5px !important;
  1674. }
  1675. .PT5 {
  1676. padding-top: 5px !important;
  1677. }
  1678. .PR5 {
  1679. padding-right: 5px !important;
  1680. }
  1681. .PB5 {
  1682. padding-bottom: 5px !important;
  1683. }
  1684. .PL5 {
  1685. padding-left: 5px !important;
  1686. }
  1687. .P5 {
  1688. padding: 5px !important;
  1689. }
  1690. .M10 {
  1691. margin: 10px !important;
  1692. }
  1693. .MT10 {
  1694. margin-top: 10px !important;
  1695. }
  1696. .MR10 {
  1697. margin-right: 10px !important;
  1698. }
  1699. .MB10 {
  1700. margin-bottom: 10px !important;
  1701. }
  1702. .ML10 {
  1703. margin-left: 10px !important;
  1704. }
  1705. .PT10 {
  1706. padding-top: 10px !important;
  1707. }
  1708. .PR10 {
  1709. padding-right: 10px !important;
  1710. }
  1711. .PB10 {
  1712. padding-bottom: 10px !important;
  1713. }
  1714. .PL10 {
  1715. padding-left: 10px !important;
  1716. }
  1717. .P10 {
  1718. padding: 10px !important;
  1719. }
  1720. .M15 {
  1721. margin: 15px !important;
  1722. }
  1723. .MT15 {
  1724. margin-top: 15px !important;
  1725. }
  1726. .MR15 {
  1727. margin-right: 15px !important;
  1728. }
  1729. .MB15 {
  1730. margin-bottom: 15px !important;
  1731. }
  1732. .ML15 {
  1733. margin-left: 15px !important;
  1734. }
  1735. .PT15 {
  1736. padding-top: 15px !important;
  1737. }
  1738. .PR15 {
  1739. padding-right: 15px !important;
  1740. }
  1741. .PB15 {
  1742. padding-bottom: 15px !important;
  1743. }
  1744. .PL15 {
  1745. padding-left: 15px !important;
  1746. }
  1747. .P15 {
  1748. padding: 15px !important;
  1749. }
  1750. .M20 {
  1751. margin: 20px !important;
  1752. }
  1753. .MT20 {
  1754. margin-top: 20px !important;
  1755. }
  1756. .MR20 {
  1757. margin-right: 20px !important;
  1758. }
  1759. .MB20 {
  1760. margin-bottom: 20px !important;
  1761. }
  1762. .ML20 {
  1763. margin-left: 20px !important;
  1764. }
  1765. .PT20 {
  1766. padding-top: 20px !important;
  1767. }
  1768. .PR20 {
  1769. padding-right: 20px !important;
  1770. }
  1771. .PB20 {
  1772. padding-bottom: 20px !important;
  1773. }
  1774. .PL20 {
  1775. padding-left: 20px !important;
  1776. }
  1777. .P20 {
  1778. padding: 20px !important;
  1779. }
  1780. .M25 {
  1781. margin: 25px !important;
  1782. }
  1783. .MT25 {
  1784. margin-top: 25px !important;
  1785. }
  1786. .MR25 {
  1787. margin-right: 25px !important;
  1788. }
  1789. .MB25 {
  1790. margin-bottom: 25px !important;
  1791. }
  1792. .ML25 {
  1793. margin-left: 25px !important;
  1794. }
  1795. .PT25 {
  1796. padding-top: 25px !important;
  1797. }
  1798. .PR25 {
  1799. padding-right: 25px !important;
  1800. }
  1801. .PB25 {
  1802. padding-bottom: 25px !important;
  1803. }
  1804. .PL25 {
  1805. padding-left: 25px !important;
  1806. }
  1807. .P25 {
  1808. padding: 25px !important;
  1809. }
  1810. .M30 {
  1811. margin: 30px !important;
  1812. }
  1813. .MT30 {
  1814. margin-top: 30px !important;
  1815. }
  1816. .MR30 {
  1817. margin-right: 30px !important;
  1818. }
  1819. .MB30 {
  1820. margin-bottom: 30px !important;
  1821. }
  1822. .ML30 {
  1823. margin-left: 30px !important;
  1824. }
  1825. .PT30 {
  1826. padding-top: 30px !important;
  1827. }
  1828. .PR30 {
  1829. padding-right: 30px !important;
  1830. }
  1831. .PB30 {
  1832. padding-bottom: 30px !important;
  1833. }
  1834. .PL30 {
  1835. padding-left: 30px !important;
  1836. }
  1837. .P30 {
  1838. padding: 30px !important;
  1839. }
  1840. .M35 {
  1841. margin: 35px !important;
  1842. }
  1843. .MT35 {
  1844. margin-top: 35px !important;
  1845. }
  1846. .MR35 {
  1847. margin-right: 35px !important;
  1848. }
  1849. .MB35 {
  1850. margin-bottom: 35px !important;
  1851. }
  1852. .ML35 {
  1853. margin-left: 35px !important;
  1854. }
  1855. .PT35 {
  1856. padding-top: 35px !important;
  1857. }
  1858. .PR35 {
  1859. padding-right: 35px !important;
  1860. }
  1861. .PB35 {
  1862. padding-bottom: 35px !important;
  1863. }
  1864. .PL35 {
  1865. padding-left: 35px !important;
  1866. }
  1867. .P35 {
  1868. padding: 35px !important;
  1869. }
  1870. .M40 {
  1871. margin: 40px !important;
  1872. }
  1873. .MT40 {
  1874. margin-top: 40px !important;
  1875. }
  1876. .MR40 {
  1877. margin-right: 40px !important;
  1878. }
  1879. .MB40 {
  1880. margin-bottom: 40px !important;
  1881. }
  1882. .ML40 {
  1883. margin-left: 40px !important;
  1884. }
  1885. .PT40 {
  1886. padding-top: 40px !important;
  1887. }
  1888. .PR40 {
  1889. padding-right: 40px !important;
  1890. }
  1891. .PB40 {
  1892. padding-bottom: 40px !important;
  1893. }
  1894. .PL40 {
  1895. padding-left: 40px !important;
  1896. }
  1897. .P40 {
  1898. padding: 40px !important;
  1899. }
  1900. .M45 {
  1901. margin: 45px !important;
  1902. }
  1903. .MT45 {
  1904. margin-top: 45px !important;
  1905. }
  1906. .MR45 {
  1907. margin-right: 45px !important;
  1908. }
  1909. .MB45 {
  1910. margin-bottom: 45px !important;
  1911. }
  1912. .ML45 {
  1913. margin-left: 45px !important;
  1914. }
  1915. .PT45 {
  1916. padding-top: 45px !important;
  1917. }
  1918. .PR45 {
  1919. padding-right: 45px !important;
  1920. }
  1921. .PB45 {
  1922. padding-bottom: 45px !important;
  1923. }
  1924. .PL45 {
  1925. padding-left: 45px !important;
  1926. }
  1927. .P45 {
  1928. padding: 45px !important;
  1929. }
  1930. .M50 {
  1931. margin: 50px !important;
  1932. }
  1933. .MT50 {
  1934. margin-top: 50px !important;
  1935. }
  1936. .MR50 {
  1937. margin-right: 50px !important;
  1938. }
  1939. .MB50 {
  1940. margin-bottom: 50px !important;
  1941. }
  1942. .ML50 {
  1943. margin-left: 50px !important;
  1944. }
  1945. .PT50 {
  1946. padding-top: 50px !important;
  1947. }
  1948. .PR50 {
  1949. padding-right: 50px !important;
  1950. }
  1951. .PB50 {
  1952. padding-bottom: 50px !important;
  1953. }
  1954. .PL50 {
  1955. padding-left: 50px !important;
  1956. }
  1957. .P50 {
  1958. padding: 50px !important;
  1959. }
  1960. .M55 {
  1961. margin: 55px !important;
  1962. }
  1963. .MT55 {
  1964. margin-top: 55px !important;
  1965. }
  1966. .MR55 {
  1967. margin-right: 55px !important;
  1968. }
  1969. .MB55 {
  1970. margin-bottom: 55px !important;
  1971. }
  1972. .ML55 {
  1973. margin-left: 55px !important;
  1974. }
  1975. .PT55 {
  1976. padding-top: 55px !important;
  1977. }
  1978. .PR55 {
  1979. padding-right: 55px !important;
  1980. }
  1981. .PB55 {
  1982. padding-bottom: 55px !important;
  1983. }
  1984. .PL55 {
  1985. padding-left: 55px !important;
  1986. }
  1987. .P55 {
  1988. padding: 55px !important;
  1989. }
  1990. .M60 {
  1991. margin: 60px !important;
  1992. }
  1993. .MT60 {
  1994. margin-top: 60px !important;
  1995. }
  1996. .MR60 {
  1997. margin-right: 60px !important;
  1998. }
  1999. .MB60 {
  2000. margin-bottom: 60px !important;
  2001. }
  2002. .ML60 {
  2003. margin-left: 60px !important;
  2004. }
  2005. .PT60 {
  2006. padding-top: 60px !important;
  2007. }
  2008. .PR60 {
  2009. padding-right: 60px !important;
  2010. }
  2011. .PB60 {
  2012. padding-bottom: 60px !important;
  2013. }
  2014. .PL60 {
  2015. padding-left: 60px !important;
  2016. }
  2017. .P60 {
  2018. padding: 60px !important;
  2019. }
  2020. .M65 {
  2021. margin: 65px !important;
  2022. }
  2023. .MT65 {
  2024. margin-top: 65px !important;
  2025. }
  2026. .MR65 {
  2027. margin-right: 65px !important;
  2028. }
  2029. .MB65 {
  2030. margin-bottom: 65px !important;
  2031. }
  2032. .ML65 {
  2033. margin-left: 65px !important;
  2034. }
  2035. .PT65 {
  2036. padding-top: 65px !important;
  2037. }
  2038. .PR65 {
  2039. padding-right: 65px !important;
  2040. }
  2041. .PB65 {
  2042. padding-bottom: 65px !important;
  2043. }
  2044. .PL65 {
  2045. padding-left: 65px !important;
  2046. }
  2047. .P65 {
  2048. padding: 65px !important;
  2049. }
  2050. .M70 {
  2051. margin: 70px !important;
  2052. }
  2053. .MT70 {
  2054. margin-top: 70px !important;
  2055. }
  2056. .MR70 {
  2057. margin-right: 70px !important;
  2058. }
  2059. .MB70 {
  2060. margin-bottom: 70px !important;
  2061. }
  2062. .ML70 {
  2063. margin-left: 70px !important;
  2064. }
  2065. .PT70 {
  2066. padding-top: 70px !important;
  2067. }
  2068. .PR70 {
  2069. padding-right: 70px !important;
  2070. }
  2071. .PB70 {
  2072. padding-bottom: 70px !important;
  2073. }
  2074. .PL70 {
  2075. padding-left: 70px !important;
  2076. }
  2077. .P70 {
  2078. padding: 70px !important;
  2079. }
  2080. .M75 {
  2081. margin: 75px !important;
  2082. }
  2083. .MT75 {
  2084. margin-top: 75px !important;
  2085. }
  2086. .MR75 {
  2087. margin-right: 75px !important;
  2088. }
  2089. .MB75 {
  2090. margin-bottom: 75px !important;
  2091. }
  2092. .ML75 {
  2093. margin-left: 75px !important;
  2094. }
  2095. .PT75 {
  2096. padding-top: 75px !important;
  2097. }
  2098. .PR75 {
  2099. padding-right: 75px !important;
  2100. }
  2101. .PB75 {
  2102. padding-bottom: 75px !important;
  2103. }
  2104. .PL75 {
  2105. padding-left: 75px !important;
  2106. }
  2107. .P75 {
  2108. padding: 75px !important;
  2109. }
  2110. .M80 {
  2111. margin: 80px !important;
  2112. }
  2113. .MT80 {
  2114. margin-top: 80px !important;
  2115. }
  2116. .MR80 {
  2117. margin-right: 80px !important;
  2118. }
  2119. .MB80 {
  2120. margin-bottom: 80px !important;
  2121. }
  2122. .ML80 {
  2123. margin-left: 80px !important;
  2124. }
  2125. .PT80 {
  2126. padding-top: 80px !important;
  2127. }
  2128. .PR80 {
  2129. padding-right: 80px !important;
  2130. }
  2131. .PB80 {
  2132. padding-bottom: 80px !important;
  2133. }
  2134. .PL80 {
  2135. padding-left: 80px !important;
  2136. }
  2137. .P80 {
  2138. padding: 80px !important;
  2139. }
  2140. .M85 {
  2141. margin: 85px !important;
  2142. }
  2143. .MT85 {
  2144. margin-top: 85px !important;
  2145. }
  2146. .MR85 {
  2147. margin-right: 85px !important;
  2148. }
  2149. .MB85 {
  2150. margin-bottom: 85px !important;
  2151. }
  2152. .ML85 {
  2153. margin-left: 85px !important;
  2154. }
  2155. .PT85 {
  2156. padding-top: 85px !important;
  2157. }
  2158. .PR85 {
  2159. padding-right: 85px !important;
  2160. }
  2161. .PB85 {
  2162. padding-bottom: 85px !important;
  2163. }
  2164. .PL85 {
  2165. padding-left: 85px !important;
  2166. }
  2167. .P85 {
  2168. padding: 85px !important;
  2169. }
  2170. .M90 {
  2171. margin: 90px !important;
  2172. }
  2173. .MT90 {
  2174. margin-top: 90px !important;
  2175. }
  2176. .MR90 {
  2177. margin-right: 90px !important;
  2178. }
  2179. .MB90 {
  2180. margin-bottom: 90px !important;
  2181. }
  2182. .ML90 {
  2183. margin-left: 90px !important;
  2184. }
  2185. .PT90 {
  2186. padding-top: 90px !important;
  2187. }
  2188. .PR90 {
  2189. padding-right: 90px !important;
  2190. }
  2191. .PB90 {
  2192. padding-bottom: 90px !important;
  2193. }
  2194. .PL90 {
  2195. padding-left: 90px !important;
  2196. }
  2197. .P90 {
  2198. padding: 90px !important;
  2199. }
  2200. .M95 {
  2201. margin: 95px !important;
  2202. }
  2203. .MT95 {
  2204. margin-top: 95px !important;
  2205. }
  2206. .MR95 {
  2207. margin-right: 95px !important;
  2208. }
  2209. .MB95 {
  2210. margin-bottom: 95px !important;
  2211. }
  2212. .ML95 {
  2213. margin-left: 95px !important;
  2214. }
  2215. .PT95 {
  2216. padding-top: 95px !important;
  2217. }
  2218. .PR95 {
  2219. padding-right: 95px !important;
  2220. }
  2221. .PB95 {
  2222. padding-bottom: 95px !important;
  2223. }
  2224. .PL95 {
  2225. padding-left: 95px !important;
  2226. }
  2227. .P95 {
  2228. padding: 95px !important;
  2229. }
  2230. .M100 {
  2231. margin: 100px !important;
  2232. }
  2233. .MT100 {
  2234. margin-top: 100px !important;
  2235. }
  2236. .MR100 {
  2237. margin-right: 100px !important;
  2238. }
  2239. .MB100 {
  2240. margin-bottom: 100px !important;
  2241. }
  2242. .ML100 {
  2243. margin-left: 100px !important;
  2244. }
  2245. .PT100 {
  2246. padding-top: 100px !important;
  2247. }
  2248. .PR100 {
  2249. padding-right: 100px !important;
  2250. }
  2251. .PB100 {
  2252. padding-bottom: 100px !important;
  2253. }
  2254. .PL100 {
  2255. padding-left: 100px !important;
  2256. }
  2257. .P100 {
  2258. padding: 100px !important;
  2259. }
  2260. .W5P {
  2261. width: 5% !important;
  2262. }
  2263. .W10P {
  2264. width: 10% !important;
  2265. }
  2266. .W15P {
  2267. width: 15% !important;
  2268. }
  2269. .W20P {
  2270. width: 20% !important;
  2271. }
  2272. .W25P {
  2273. width: 25% !important;
  2274. }
  2275. .W30P {
  2276. width: 30% !important;
  2277. }
  2278. .W35P {
  2279. width: 35% !important;
  2280. }
  2281. .W40P {
  2282. width: 40% !important;
  2283. }
  2284. .W45P {
  2285. width: 45% !important;
  2286. }
  2287. .W50P {
  2288. width: 50% !important;
  2289. }
  2290. .W55P {
  2291. width: 55% !important;
  2292. }
  2293. .W60P {
  2294. width: 60% !important;
  2295. }
  2296. .W65P {
  2297. width: 65% !important;
  2298. }
  2299. .W70P {
  2300. width: 70% !important;
  2301. }
  2302. .W75P {
  2303. width: 75% !important;
  2304. }
  2305. .W80P {
  2306. width: 80% !important;
  2307. }
  2308. .W85P {
  2309. width: 85% !important;
  2310. }
  2311. .W90P {
  2312. width: 90% !important;
  2313. }
  2314. .W95P {
  2315. width: 95% !important;
  2316. }
  2317. .W100P {
  2318. width: 100% !important;
  2319. }
  2320. .text-left {
  2321. text-align: left !important;
  2322. }
  2323. .text-right {
  2324. text-align: right !important;
  2325. }
  2326. .text-center {
  2327. text-align: center !important;
  2328. }
  2329. .display-flex {
  2330. -webkit-display: flex;
  2331. display: -ms-flex;
  2332. display: flex;
  2333. }
  2334. .display-flex.align-center {
  2335. align-items: center;
  2336. }
  2337. .display-flex.justify-center {
  2338. justify-content: center;
  2339. }
  2340. .display-flex.dir-column {
  2341. flex-direction: column;
  2342. }
  2343. /***************************************************************************************
  2344. * 아이콘
  2345. ****************************************************************************************/
  2346. /***************************************************************************************
  2347. * 버튼
  2348. ****************************************************************************************/
  2349. .breadcrumb {
  2350. width: 100%;
  2351. margin: 0 0 0.3125rem 0;
  2352. padding: 0 0 0 11.625rem;
  2353. }
  2354. .breadcrumb ol {
  2355. list-style: none;
  2356. display: flex;
  2357. padding: 0;
  2358. margin: 0;
  2359. }
  2360. .breadcrumb ol li a, .breadcrumb ol li span {
  2361. color: #252525;
  2362. font-size: 0.875rem;
  2363. font-weight: 600;
  2364. }
  2365. .breadcrumb ol li + li a:before, .breadcrumb ol li + li span:before {
  2366. content: ">";
  2367. color: #252525;
  2368. font-size: 0.875rem;
  2369. font-weight: 600;
  2370. margin: 0 0.1875rem;
  2371. }
  2372. @media screen and (max-width: 768px) {
  2373. .breadcrumb {
  2374. padding: 0;
  2375. }
  2376. .breadcrumb ol li a, .breadcrumb ol li span {
  2377. font-size: 0.625rem;
  2378. }
  2379. .breadcrumb ol li + li a:before, .breadcrumb ol li + li span:before {
  2380. font-size: 0.625rem;
  2381. margin: 0 0.25rem;
  2382. }
  2383. }
  2384. .contents-box {
  2385. background: #fff;
  2386. border-radius: 0.9375rem;
  2387. padding: 1rem 2rem;
  2388. margin: 0 0 1.25rem 0;
  2389. }
  2390. .contents-box .contents-header {
  2391. display: flex;
  2392. align-items: center;
  2393. justify-content: flex-start;
  2394. border-bottom: 2px solid #02256c;
  2395. padding: 0.625rem 0;
  2396. }
  2397. .contents-box .contents-header .contents-title {
  2398. font-size: 1.5625rem;
  2399. color: #02256c;
  2400. font-weight: 600;
  2401. line-height: 1em;
  2402. }
  2403. @media screen and (max-width: 768px) {
  2404. .contents-box {
  2405. border-radius: 0.625rem;
  2406. padding: 0.6666666667rem 0.9375rem;
  2407. margin: 0 0 1.25rem 0;
  2408. }
  2409. .contents-box .contents-header {
  2410. border-bottom: 2px solid #02256c;
  2411. padding: 0.625rem 0;
  2412. }
  2413. .contents-box .contents-header .contents-title {
  2414. font-size: 0.8125rem;
  2415. }
  2416. }
  2417. .pagination {
  2418. display: block;
  2419. width: 100%;
  2420. }
  2421. .pagination ol {
  2422. width: 100%;
  2423. display: flex;
  2424. justify-content: center;
  2425. align-items: center;
  2426. }
  2427. @media screen and (max-width: 768px) {
  2428. .pagination ol {
  2429. flex-direction: row;
  2430. flex-wrap: wrap;
  2431. margin-bottom: 0.9375rem;
  2432. }
  2433. }
  2434. .pagination ol li a, .pagination ol li span {
  2435. display: flex;
  2436. width: 1.75rem;
  2437. height: 1.75rem;
  2438. justify-content: center;
  2439. align-items: center;
  2440. border-radius: 100%;
  2441. color: #707070;
  2442. background-color: transparent;
  2443. transition: color 0.3s ease, background-color 0.3s ease;
  2444. cursor: pointer;
  2445. }
  2446. @media screen and (max-width: 768px) {
  2447. .pagination ol li a, .pagination ol li span {
  2448. width: 1.25rem;
  2449. height: 1.25rem;
  2450. font-size: 0.625rem;
  2451. }
  2452. }
  2453. .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 {
  2454. background-color: #02256c;
  2455. color: #fff;
  2456. }
  2457. .pagination ol li.active a, .pagination ol li.active span {
  2458. cursor: default;
  2459. }
  2460. .pagination ol li.disabled a, .pagination ol li.disabled span {
  2461. opacity: 0.4;
  2462. cursor: default;
  2463. }
  2464. /***************************************************************************************
  2465. * 플러그인 커스텀
  2466. ****************************************************************************************/
  2467. /**********************************************************************************************************************
  2468. * 메인페이지
  2469. ***********************************************************************************************************************/
  2470. #main {
  2471. width: 100%;
  2472. }
  2473. #main .box {
  2474. position: relative;
  2475. overflow: hidden;
  2476. }
  2477. #main .box .box-link {
  2478. width: 100%;
  2479. height: 100%;
  2480. position: absolute;
  2481. left: 0;
  2482. top: 0;
  2483. }
  2484. #main .main-top {
  2485. -webkit-display: flex;
  2486. display: -ms-flex;
  2487. display: flex;
  2488. align-items: stretch;
  2489. justify-content: space-between;
  2490. }
  2491. @media screen and (max-width: 768px) {
  2492. #main .main-top {
  2493. flex-direction: column;
  2494. }
  2495. }
  2496. #main .main-top .line-01 {
  2497. width: 10.5625rem;
  2498. }
  2499. @media screen and (max-width: 768px) {
  2500. #main .main-top .line-01 #nav .menu-list,
  2501. #main .main-top .line-01 #nav .family-list {
  2502. display: none;
  2503. }
  2504. }
  2505. #main .main-top .line-02 {
  2506. width: 26rem;
  2507. -webkit-display: flex;
  2508. display: -ms-flex;
  2509. display: flex;
  2510. flex-direction: column;
  2511. }
  2512. #main .main-top .line-02 .top {
  2513. border: 0.0625rem solid #26356b;
  2514. border-radius: 0.9375rem;
  2515. width: 26.0625rem;
  2516. height: 14.625rem;
  2517. overflow: hidden;
  2518. background-size: cover;
  2519. position: relative;
  2520. }
  2521. #main .main-top .line-02 .bottom {
  2522. margin-top: 0.75rem;
  2523. -webkit-display: flex;
  2524. display: -ms-flex;
  2525. display: flex;
  2526. justify-content: space-between;
  2527. align-items: stretch;
  2528. }
  2529. #main .main-top .line-02 .bottom .left {
  2530. position: relative;
  2531. border-radius: 0.9375rem;
  2532. width: 14.3125rem;
  2533. height: 14.3125rem;
  2534. background-color: #33cc99;
  2535. overflow: hidden;
  2536. border: 0.0625rem solid #c8c8c8;
  2537. }
  2538. #main .main-top .line-02 .bottom .left .link {
  2539. width: 100%;
  2540. height: 100%;
  2541. padding: 0.9375rem;
  2542. -webkit-display: flex;
  2543. display: -ms-flex;
  2544. display: flex;
  2545. align-items: flex-start;
  2546. flex-direction: column;
  2547. }
  2548. #main .main-top .line-02 .bottom .left .link .title {
  2549. font-size: 2.301875rem;
  2550. font-weight: 800;
  2551. line-height: 1.15;
  2552. color: #fff;
  2553. 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;
  2554. padding-bottom: 1.75rem;
  2555. position: relative;
  2556. }
  2557. #main .main-top .line-02 .bottom .left .link .title:before {
  2558. content: "";
  2559. width: 4.125rem;
  2560. height: 0.3125rem;
  2561. background-color: #fff;
  2562. position: absolute;
  2563. left: 0;
  2564. bottom: 0.75rem;
  2565. }
  2566. #main .main-top .line-02 .bottom .left .link .date {
  2567. display: block;
  2568. margin-bottom: 0.75rem;
  2569. }
  2570. #main .main-top .line-02 .bottom .left .link .date > dd {
  2571. font-size: 1.140625rem;
  2572. color: #fff;
  2573. }
  2574. #main .main-top .line-02 .bottom .left .link .info {
  2575. padding: 0;
  2576. }
  2577. #main .main-top .line-02 .bottom .left .link .info li {
  2578. font-size: 0.951875rem;
  2579. color: #fff;
  2580. margin-bottom: 0.3125rem;
  2581. line-height: 1;
  2582. }
  2583. #main .main-top .line-02 .bottom .right .box {
  2584. border: 0.0625rem solid #c8c8c8;
  2585. border-radius: 0.9375rem;
  2586. position: relative;
  2587. background-size: cover;
  2588. overflow: hidden;
  2589. }
  2590. #main .main-top .line-02 .bottom .right .box.top {
  2591. width: 11.1875rem;
  2592. height: 6.6875rem;
  2593. overflow: hidden;
  2594. }
  2595. #main .main-top .line-02 .bottom .right .box.bottom {
  2596. width: 11.1875rem;
  2597. height: 6.9375rem;
  2598. overflow: hidden;
  2599. }
  2600. @media screen and (max-width: 768px) {
  2601. #main .main-top .line-02 {
  2602. width: 100%;
  2603. position: relative;
  2604. }
  2605. #main .main-top .line-02 .top {
  2606. width: 100%;
  2607. height: 7.6666666667rem;
  2608. border-radius: 0.4166666667rem;
  2609. }
  2610. #main .main-top .line-02 .bottom {
  2611. flex-direction: row-reverse;
  2612. margin-top: 0.4166666667rem;
  2613. }
  2614. #main .main-top .line-02 .bottom .left {
  2615. border-radius: 0.4166666667rem;
  2616. width: 6.4583333333rem;
  2617. height: 7.6458333333rem;
  2618. border: 0.0625rem solid #c8c8c8;
  2619. }
  2620. #main .main-top .line-02 .bottom .left .link {
  2621. padding: 0.4166666667rem;
  2622. -webkit-display: flex;
  2623. display: -ms-flex;
  2624. display: flex;
  2625. align-items: flex-start;
  2626. flex-direction: column;
  2627. }
  2628. #main .main-top .line-02 .bottom .left .link .title {
  2629. font-size: 1.1041666667rem;
  2630. 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;
  2631. padding-bottom: 1.0416666667rem;
  2632. position: relative;
  2633. }
  2634. #main .main-top .line-02 .bottom .left .link .title:before {
  2635. width: 2.0416666667rem;
  2636. height: 0.2083333333rem;
  2637. background-color: #fff;
  2638. bottom: 0.5rem;
  2639. }
  2640. #main .main-top .line-02 .bottom .left .link .date {
  2641. margin-bottom: 0.3125rem;
  2642. }
  2643. #main .main-top .line-02 .bottom .left .link .date > dd {
  2644. font-size: 0.5625rem;
  2645. }
  2646. #main .main-top .line-02 .bottom .left .link .info li {
  2647. font-size: 0.4583333333rem;
  2648. margin-bottom: 0.2083333333rem;
  2649. }
  2650. #main .main-top .line-02 .bottom .right .box {
  2651. border-radius: 0.4166666667rem;
  2652. }
  2653. #main .main-top .line-02 .bottom .right .box.top {
  2654. width: 6.9791666667rem;
  2655. height: 4.8958333333rem;
  2656. overflow: hidden;
  2657. position: absolute;
  2658. right: 0;
  2659. top: 16.1458333333rem;
  2660. }
  2661. #main .main-top .line-02 .bottom .right .box.bottom {
  2662. width: 6.625rem;
  2663. height: 7.6458333333rem;
  2664. overflow: hidden;
  2665. margin-top: 0;
  2666. }
  2667. }
  2668. #main .main-top .line-03 {
  2669. width: 11.9375rem;
  2670. -webkit-display: flex;
  2671. display: -ms-flex;
  2672. display: flex;
  2673. flex-direction: column;
  2674. }
  2675. #main .main-top .line-03 .top {
  2676. border: 0.0625rem solid #c8c8c8;
  2677. border-radius: 0.9375rem;
  2678. width: 11.9375rem;
  2679. height: 21.9375rem;
  2680. overflow: hidden;
  2681. background-size: cover;
  2682. background-position: center center;
  2683. }
  2684. #main .main-top .line-03 .bottom {
  2685. border-radius: 0.9375rem;
  2686. border: 0.0625rem solid #c8c8c8;
  2687. width: 12rem;
  2688. height: 7rem;
  2689. background-color: #ffb400;
  2690. margin-top: 0.75rem;
  2691. }
  2692. #main .main-top .line-03 .bottom .link {
  2693. -webkit-display: flex;
  2694. display: -ms-flex;
  2695. display: flex;
  2696. flex-direction: column;
  2697. padding: 0.625rem 0.625rem;
  2698. }
  2699. #main .main-top .line-03 .bottom .title {
  2700. font-size: 1.125rem;
  2701. font-weight: 800;
  2702. line-height: 1.15;
  2703. color: #fff;
  2704. 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;
  2705. padding-bottom: 1.75rem;
  2706. position: relative;
  2707. letter-spacing: -0.0625rem;
  2708. }
  2709. #main .main-top .line-03 .bottom .title:before {
  2710. content: "";
  2711. width: 4.125rem;
  2712. height: 0.3125rem;
  2713. background-color: #fff;
  2714. position: absolute;
  2715. left: 0;
  2716. bottom: 0.75rem;
  2717. }
  2718. #main .main-top .line-03 .bottom .sub-text {
  2719. font-size: 1.1475rem;
  2720. line-height: 1.3125rem;
  2721. width: 100%;
  2722. height: 2.625rem;
  2723. min-height: 2.625rem;
  2724. color: #fff;
  2725. word-wrap: break-word;
  2726. word-break: keep-all;
  2727. overflow: hidden;
  2728. text-overflow: ellipsis;
  2729. display: -webkit-box;
  2730. -webkit-line-clamp: 2;
  2731. -webkit-box-orient: vertical;
  2732. min-width: 0;
  2733. }
  2734. @media screen and (max-width: 768px) {
  2735. #main .main-top .line-03 {
  2736. width: 100%;
  2737. margin-top: 0.4166666667rem;
  2738. flex-direction: row;
  2739. justify-content: space-between;
  2740. }
  2741. #main .main-top .line-03 .top {
  2742. border-radius: 0.4166666667rem;
  2743. width: 6.25rem;
  2744. height: 11.0416666667rem;
  2745. }
  2746. #main .main-top .line-03 .bottom {
  2747. border-radius: 0.4166666667rem;
  2748. width: 6.9791666667rem;
  2749. height: 5.75rem;
  2750. margin-top: 0.4166666667rem;
  2751. align-self: flex-end;
  2752. box-sizing: border-box;
  2753. }
  2754. #main .main-top .line-03 .bottom .link {
  2755. padding: 0.4166666667rem;
  2756. }
  2757. #main .main-top .line-03 .bottom .title {
  2758. font-size: 1.0625rem;
  2759. padding-bottom: 1.1666666667rem;
  2760. word-wrap: break-word;
  2761. word-break: keep-all;
  2762. }
  2763. #main .main-top .line-03 .bottom .title:before {
  2764. content: "";
  2765. width: 2.2291666667rem;
  2766. height: 0.1458333333rem;
  2767. background-color: #fff;
  2768. position: absolute;
  2769. left: 0;
  2770. bottom: 0.5rem;
  2771. }
  2772. #main .main-top .line-03 .bottom .sub-text {
  2773. font-size: 0.4583333333rem;
  2774. line-height: 0.625rem;
  2775. height: 1.25rem;
  2776. min-height: 1.25rem;
  2777. color: #fff;
  2778. }
  2779. }
  2780. #main .main-center {
  2781. margin: 0.9375rem 0 3.125rem 0;
  2782. }
  2783. #main .main-center .line-banner {
  2784. border: 0.0625rem solid #c8c8c8;
  2785. width: 100%;
  2786. height: 4.4375rem;
  2787. border-radius: 0.75rem;
  2788. background-position: center center;
  2789. overflow: hidden;
  2790. background-size: cover;
  2791. }
  2792. @media screen and (max-width: 768px) {
  2793. #main .main-center {
  2794. margin: 0.4166666667rem 0;
  2795. }
  2796. #main .main-center .line-banner {
  2797. width: 100%;
  2798. height: 1.3541666667rem;
  2799. border-radius: 0.4166666667rem;
  2800. }
  2801. }
  2802. #main .family-list.mobile {
  2803. display: none;
  2804. }
  2805. @media screen and (max-width: 768px) {
  2806. #main .family-list.mobile {
  2807. -webkit-display: flex;
  2808. display: -ms-flex;
  2809. display: flex;
  2810. justify-content: center;
  2811. width: 100%;
  2812. height: 2.5rem;
  2813. border-radius: 0.4166666667rem;
  2814. padding-top: 1.25rem;
  2815. position: relative;
  2816. background-color: #fff;
  2817. border: 0.0625rem solid #cccccc;
  2818. margin-bottom: 1.6666666667rem;
  2819. }
  2820. #main .family-list.mobile:before {
  2821. content: "국민연금공단 SNS 바로가기";
  2822. font-size: 0.5416666667rem;
  2823. font-weight: 700;
  2824. position: absolute;
  2825. width: 100%;
  2826. text-align: center;
  2827. left: 0;
  2828. top: 0.3125rem;
  2829. line-height: 1;
  2830. }
  2831. #main .family-list.mobile .item a {
  2832. -webkit-display: flex;
  2833. display: -ms-flex;
  2834. display: flex;
  2835. align-items: center;
  2836. justify-content: space-between;
  2837. position: relative;
  2838. padding-left: 0.9375rem;
  2839. font-size: 0.3854166667rem;
  2840. height: 0.8333333333rem;
  2841. line-height: 1;
  2842. }
  2843. #main .family-list.mobile .item a:before {
  2844. content: "";
  2845. display: block;
  2846. width: 0.8333333333rem;
  2847. height: 0.8333333333rem;
  2848. border-radius: 0.2083333333rem;
  2849. background-color: #02256c;
  2850. position: absolute;
  2851. left: 0;
  2852. top: 50%;
  2853. transform: translate(0, -50%);
  2854. }
  2855. #main .family-list.mobile .item a:after {
  2856. content: "";
  2857. position: absolute;
  2858. left: 0;
  2859. top: 50%;
  2860. transform: translate(0, -50%);
  2861. background-size: cover;
  2862. }
  2863. #main .family-list.mobile .item.tv > a:after {
  2864. width: 0.4583333333rem;
  2865. height: 0.4583333333rem;
  2866. margin-left: 0.1770833333rem;
  2867. background-color: transparent;
  2868. background-image: url("../images/common/tv.png");
  2869. background-repeat: no-repeat;
  2870. background-position-x: center;
  2871. background-position-y: center;
  2872. }
  2873. #main .family-list.mobile .item.instagram {
  2874. margin-left: 1.0416666667rem;
  2875. }
  2876. #main .family-list.mobile .item.instagram > a:after {
  2877. width: 0.4583333333rem;
  2878. height: 0.4583333333rem;
  2879. margin-left: 0.1875rem;
  2880. background-color: transparent;
  2881. background-image: url("../images/common/instagram.png");
  2882. background-repeat: no-repeat;
  2883. background-position-x: center;
  2884. background-position-y: center;
  2885. }
  2886. #main .family-list.mobile .item.blog {
  2887. margin-left: 1.0416666667rem;
  2888. }
  2889. #main .family-list.mobile .item.blog > a:after {
  2890. width: 0.4583333333rem;
  2891. height: 0.4583333333rem;
  2892. margin-left: 0.1770833333rem;
  2893. background-color: transparent;
  2894. background-image: url("../images/common/blog.png");
  2895. background-repeat: no-repeat;
  2896. background-position-x: center;
  2897. background-position-y: center;
  2898. }
  2899. }
  2900. #main .main-bottom {
  2901. -webkit-display: flex;
  2902. display: -ms-flex;
  2903. display: flex;
  2904. justify-content: space-between;
  2905. position: relative;
  2906. z-index: 1;
  2907. }
  2908. @media screen and (max-width: 768px) {
  2909. #main .main-bottom {
  2910. flex-direction: column;
  2911. }
  2912. }
  2913. #main .main-bottom .title-box {
  2914. -webkit-display: flex;
  2915. display: -ms-flex;
  2916. display: flex;
  2917. align-items: center;
  2918. justify-content: space-between;
  2919. border-bottom: 0.0625rem solid #02205b;
  2920. padding-bottom: 0.625rem;
  2921. margin-bottom: 0.625rem;
  2922. }
  2923. @media screen and (max-width: 768px) {
  2924. #main .main-bottom .title-box {
  2925. justify-content: flex-end;
  2926. padding-bottom: 0.4166666667rem;
  2927. margin-bottom: 0.4166666667rem;
  2928. }
  2929. }
  2930. #main .main-bottom .slide-title {
  2931. font-size: 1.473125rem;
  2932. line-height: 1;
  2933. color: #02205b;
  2934. }
  2935. @media screen and (max-width: 768px) {
  2936. #main .main-bottom .slide-title {
  2937. display: none;
  2938. }
  2939. }
  2940. #main .main-bottom .control-box {
  2941. -webkit-display: flex;
  2942. display: -ms-flex;
  2943. display: flex;
  2944. align-items: center;
  2945. justify-content: space-between;
  2946. }
  2947. #main .main-bottom .control-box .btn {
  2948. background-color: #fff;
  2949. width: 1.5rem;
  2950. height: 1.5rem;
  2951. border-radius: 1.5rem;
  2952. border: none;
  2953. -webkit-display: flex;
  2954. display: -ms-flex;
  2955. display: flex;
  2956. align-items: center;
  2957. justify-content: center;
  2958. margin-left: 0.9375rem;
  2959. line-height: 1;
  2960. padding: 0;
  2961. }
  2962. #main .main-bottom .control-box .btn.btn-right {
  2963. margin-left: 0.3125rem;
  2964. }
  2965. #main .main-bottom .control-box .btn .icon {
  2966. font-size: 1.5rem;
  2967. }
  2968. #main .main-bottom .control-box .btn:active, #main .main-bottom .control-box .btn:hover, #main .main-bottom .control-box .btn:focus, #main .main-bottom .control-box .btn:focus-visible, #main .main-bottom .control-box .btn:focus-within {
  2969. width: 100%;
  2970. outline: none;
  2971. background-color: #d5d8e1;
  2972. cursor: pointer;
  2973. overflow: hidden;
  2974. }
  2975. #main .main-bottom .control-box .swiper-pagination {
  2976. position: relative;
  2977. left: 0;
  2978. transform: translate(0);
  2979. height: 1.5rem;
  2980. bottom: 0;
  2981. -webkit-display: flex;
  2982. display: -ms-flex;
  2983. display: flex;
  2984. align-items: center;
  2985. overflow: initial;
  2986. }
  2987. #main .main-bottom .control-box .swiper-pagination-bullet {
  2988. background-color: #8b93ae;
  2989. width: 0.4375rem;
  2990. height: 0.4375rem;
  2991. }
  2992. #main .main-bottom .control-box .swiper-pagination-bullet.swiper-pagination-bullet-active {
  2993. width: 1.125rem;
  2994. border-radius: 0.5625rem;
  2995. background-color: #02205b;
  2996. }
  2997. @media screen and (max-width: 768px) {
  2998. #main .main-bottom .control-box .btn {
  2999. width: 0.875rem;
  3000. height: 0.875rem;
  3001. border-radius: 0.875rem;
  3002. margin-left: 0.5416666667rem;
  3003. }
  3004. #main .main-bottom .control-box .btn.btn-right {
  3005. margin-left: 0.3125rem;
  3006. }
  3007. #main .main-bottom .control-box .btn .icon {
  3008. font-size: 0.7916666667rem;
  3009. }
  3010. #main .main-bottom .control-box .swiper-pagination {
  3011. height: 0.875rem;
  3012. }
  3013. #main .main-bottom .control-box .swiper-pagination-bullet {
  3014. width: 0.25rem;
  3015. height: 0.25rem;
  3016. }
  3017. #main .main-bottom .control-box .swiper-pagination-bullet.swiper-pagination-bullet-active {
  3018. width: 0.5833333333rem;
  3019. border-radius: 0.2916666667rem;
  3020. }
  3021. }
  3022. #main .main-bottom .left-slide {
  3023. width: 26rem;
  3024. }
  3025. #main .main-bottom .left-slide .swiper-container {
  3026. width: 26rem;
  3027. height: 23.4375rem;
  3028. overflow: hidden;
  3029. }
  3030. #main .main-bottom .left-slide .recent-list .swiper-slide {
  3031. padding: 0.75rem 0;
  3032. height: 4.875rem !important;
  3033. border-bottom: 0.0625rem solid #26356b;
  3034. box-sizing: border-box;
  3035. }
  3036. #main .main-bottom .left-slide .recent-list .swiper-slide .link {
  3037. -webkit-display: flex;
  3038. display: -ms-flex;
  3039. display: flex;
  3040. width: 100%;
  3041. position: relative;
  3042. min-width: 0;
  3043. }
  3044. #main .main-bottom .left-slide .recent-list .swiper-slide .link:after {
  3045. content: "\e5e1";
  3046. font-family: "Material Symbols Outlined";
  3047. font-weight: normal;
  3048. font-style: normal;
  3049. line-height: 1;
  3050. letter-spacing: normal;
  3051. text-transform: none;
  3052. display: inline-block;
  3053. white-space: nowrap;
  3054. word-wrap: normal;
  3055. direction: ltr;
  3056. -webkit-font-feature-settings: "liga";
  3057. -webkit-font-smoothing: antialiased;
  3058. font-size: 1.875rem;
  3059. position: absolute;
  3060. right: 0;
  3061. font-weight: 200;
  3062. top: 50%;
  3063. transform: translate(0, -50%);
  3064. }
  3065. #main .main-bottom .left-slide .recent-list .swiper-slide .date {
  3066. font-size: 0.796875rem;
  3067. font-weight: 600;
  3068. line-height: 1;
  3069. color: #02205b;
  3070. flex-shrink: 0;
  3071. }
  3072. #main .main-bottom .left-slide .recent-list .swiper-slide .date .big {
  3073. display: block;
  3074. font-size: 2.14875rem;
  3075. font-weight: 700;
  3076. }
  3077. #main .main-bottom .left-slide .recent-list .swiper-slide .notice-text {
  3078. margin-left: 0.9375rem;
  3079. -webkit-display: flex;
  3080. display: -ms-flex;
  3081. display: flex;
  3082. justify-content: space-evenly;
  3083. flex-direction: column;
  3084. color: #02205b;
  3085. flex: 1;
  3086. min-width: 0;
  3087. }
  3088. #main .main-bottom .left-slide .recent-list .swiper-slide .notice-text .label {
  3089. display: block;
  3090. font-size: 0.796875rem;
  3091. line-height: 1;
  3092. color: #02205b;
  3093. }
  3094. #main .main-bottom .left-slide .recent-list .swiper-slide .notice-text .label a {
  3095. color: inherit;
  3096. }
  3097. #main .main-bottom .left-slide .recent-list .swiper-slide .notice-text .title {
  3098. width: 100%;
  3099. padding-right: 3.125rem;
  3100. font-size: 0.984375rem;
  3101. text-overflow: ellipsis;
  3102. white-space: nowrap;
  3103. overflow: hidden;
  3104. margin-bottom: 0;
  3105. }
  3106. #main .main-bottom .left-slide .recent-list .swiper-slide .notice-text .title a {
  3107. color: inherit;
  3108. }
  3109. @media screen and (max-width: 768px) {
  3110. #main .main-bottom .left-slide {
  3111. width: 100%;
  3112. }
  3113. #main .main-bottom .left-slide .swiper-container {
  3114. width: 100%;
  3115. height: 13rem;
  3116. overflow: hidden;
  3117. }
  3118. #main .main-bottom .left-slide .recent-list .swiper-slide {
  3119. padding: 0.5208333333rem 0;
  3120. height: 2.625rem !important;
  3121. }
  3122. #main .main-bottom .left-slide .recent-list .swiper-slide .link {
  3123. -webkit-display: flex;
  3124. display: -ms-flex;
  3125. display: flex;
  3126. width: 100%;
  3127. position: relative;
  3128. }
  3129. #main .main-bottom .left-slide .recent-list .swiper-slide .link:after {
  3130. font-size: 1.25rem;
  3131. }
  3132. #main .main-bottom .left-slide .recent-list .swiper-slide .date {
  3133. font-size: 0.4527083333rem;
  3134. }
  3135. #main .main-bottom .left-slide .recent-list .swiper-slide .date .big {
  3136. font-size: 1.1316666667rem;
  3137. }
  3138. #main .main-bottom .left-slide .recent-list .swiper-slide .notice-text {
  3139. margin-left: 0.7291666667rem;
  3140. }
  3141. #main .main-bottom .left-slide .recent-list .swiper-slide .notice-text .label {
  3142. font-size: 0.5172916667rem;
  3143. }
  3144. #main .main-bottom .left-slide .recent-list .swiper-slide .notice-text .title {
  3145. font-size: 0.5172916667rem;
  3146. padding-right: 1.0416666667rem;
  3147. }
  3148. }
  3149. #main .main-bottom .right-slide {
  3150. width: 22.5rem;
  3151. overflow: hidden;
  3152. }
  3153. #main .main-bottom .right-slide .swiper-slide {
  3154. width: 10.9375rem !important;
  3155. height: 19.6875rem;
  3156. border-radius: 0.9375rem;
  3157. border: none;
  3158. background-size: cover;
  3159. overflow: hidden;
  3160. }
  3161. #main .main-bottom .right-slide .swiper-slide.swiper-slide {
  3162. margin-right: 0.5rem;
  3163. }
  3164. #main .main-bottom .right-slide .swiper-slide:last-child {
  3165. margin-right: 0;
  3166. }
  3167. #main .main-bottom .right-slide .swiper-slide.full {
  3168. width: 100% !important;
  3169. height: 12.1875rem;
  3170. border-radius: 1.25rem;
  3171. }
  3172. #main .main-bottom .right-slide .btn-more {
  3173. display: none;
  3174. }
  3175. @media screen and (max-width: 768px) {
  3176. #main .main-bottom .right-slide {
  3177. width: 100%;
  3178. }
  3179. #main .main-bottom .right-slide .title-box {
  3180. display: none;
  3181. }
  3182. #main .main-bottom .right-slide .swiper-slide {
  3183. width: 6.6041666667rem !important;
  3184. height: 12.1666666667rem;
  3185. border-radius: 0.4166666667rem;
  3186. }
  3187. #main .main-bottom .right-slide .swiper-slide.swiper-slide {
  3188. margin-right: 0.2708333333rem;
  3189. }
  3190. #main .main-bottom .right-slide .swiper-slide:last-child {
  3191. margin-right: 0;
  3192. }
  3193. #main .main-bottom .right-slide .swiper-slide.full {
  3194. width: 100% !important;
  3195. height: 8.125rem;
  3196. border-radius: 0.9375rem;
  3197. }
  3198. #main .main-bottom .right-slide .btn-more {
  3199. display: block;
  3200. font-size: 0.6604166667rem;
  3201. border: 0.0625rem solid #7d7d7d;
  3202. color: #7d7d7d;
  3203. width: 100%;
  3204. height: 1.6458333333rem;
  3205. margin: 0.7708333333rem 0 1.1875rem 0;
  3206. }
  3207. }
  3208. .common-list {
  3209. list-style: none;
  3210. padding: 0;
  3211. margin: 0;
  3212. }
  3213. .common-list .thumbnail {
  3214. position: relative;
  3215. padding: 0;
  3216. margin: 0;
  3217. overflow: hidden;
  3218. }
  3219. .common-list .thumbnail .thumbnail-link {
  3220. display: flex;
  3221. width: 100%;
  3222. height: 100%;
  3223. }
  3224. .common-list .thumbnail .thumbnail-link .thumbnail-img {
  3225. width: 100%;
  3226. height: 100%;
  3227. display: block;
  3228. -o-object-fit: cover;
  3229. object-fit: cover;
  3230. }
  3231. @media screen and (max-width: 768px) {
  3232. .common-list .thumbnail .thumbnail-link {
  3233. width: 100%;
  3234. height: -moz-fit-content;
  3235. height: fit-content;
  3236. }
  3237. .common-list .thumbnail .thumbnail-link .thumbnail-img {
  3238. -o-object-fit: initial;
  3239. object-fit: initial;
  3240. }
  3241. }
  3242. .common-list .item-content .item-title {
  3243. color: #02256c;
  3244. font-size: 0.875rem;
  3245. display: block;
  3246. width: 100%;
  3247. /*
  3248. white-space: nowrap;
  3249. text-overflow: ellipsis;
  3250. overflow: hidden;
  3251. letter-spacing: -0.025em;
  3252. */
  3253. font-weight: 700;
  3254. }
  3255. .common-list .item-content .item-title a {
  3256. color: inherit;
  3257. }
  3258. .common-list .item-content .item-title a:hover {
  3259. text-decoration: underline;
  3260. }
  3261. @media screen and (max-width: 768px) {
  3262. .common-list .item-content .item-title {
  3263. font-size: 0.75rem;
  3264. margin-bottom: 0.25rem;
  3265. white-space: initial;
  3266. word-wrap: break-word;
  3267. word-break: keep-all;
  3268. }
  3269. }
  3270. .common-list .item-content .item-summary {
  3271. font-size: 0.75rem;
  3272. color: #252525;
  3273. display: -webkit-box;
  3274. -webkit-box-orient: vertical;
  3275. word-wrap: break-word;
  3276. letter-spacing: -0.025em;
  3277. overflow: hidden;
  3278. text-overflow: ellipsis;
  3279. margin: 0.3125rem 0 0.3125rem 0;
  3280. font-weight: 500;
  3281. height: 2.56em;
  3282. -webkit-line-clamp: 2;
  3283. line-height: 1.28em;
  3284. }
  3285. .common-list .item-content .item-summary a {
  3286. color: inherit;
  3287. }
  3288. .common-list .item-content .item-summary a:hover {
  3289. text-decoration: underline;
  3290. }
  3291. .common-list .item-content .item-info {
  3292. margin: 0;
  3293. padding: 0;
  3294. }
  3295. .common-list .item-content .item-info dl {
  3296. margin: 0;
  3297. display: flex;
  3298. align-items: center;
  3299. }
  3300. .common-list .item-content .item-info dl dt {
  3301. margin: 0 0.625rem 0 0;
  3302. }
  3303. .common-list .item-content .item-info dl dd {
  3304. font-size: 0.75rem;
  3305. color: #959595;
  3306. font-weight: 500;
  3307. }
  3308. @media screen and (max-width: 768px) {
  3309. .common-list .item-content .item-info dl dd {
  3310. font-size: 0.5833333333rem;
  3311. line-height: 1;
  3312. }
  3313. }
  3314. .common-list.news .item {
  3315. display: flex;
  3316. padding: 1.25rem 0;
  3317. border-bottom: 1px solid #02256c;
  3318. }
  3319. .common-list.news .item .thumbnail {
  3320. width: 11.375rem;
  3321. height: 8.3125rem;
  3322. flex-shrink: 0;
  3323. margin-right: 0.8125rem;
  3324. }
  3325. .common-list.news .item .item-content {
  3326. flex: 1;
  3327. min-width: 0;
  3328. padding: 0 0 0.5rem 0;
  3329. }
  3330. .common-list.news .item .item-content .item-summary {
  3331. height: 5.12em;
  3332. -webkit-line-clamp: 4;
  3333. line-height: 1.28em;
  3334. }
  3335. @media screen and (max-width: 768px) {
  3336. .common-list.news .item {
  3337. flex-direction: column;
  3338. padding: 0.4166666667rem 0;
  3339. }
  3340. .common-list.news .item .thumbnail {
  3341. width: 100%;
  3342. margin-right: 0;
  3343. }
  3344. .common-list.news .item .item-content .item-summary {
  3345. font-size: 0.5833333333rem;
  3346. height: 5.12em;
  3347. -webkit-line-clamp: 4;
  3348. line-height: 1.28em;
  3349. }
  3350. }
  3351. .common-list.news.inner {
  3352. -webkit-display: flex;
  3353. display: -ms-flex;
  3354. display: flex;
  3355. flex-wrap: wrap;
  3356. margin: 0 0 0.625rem 0;
  3357. padding-bottom: 1.875rem;
  3358. }
  3359. .common-list.news.inner .item {
  3360. width: 50%;
  3361. padding: 0.625rem 0.9375rem;
  3362. -webkit-display: flex;
  3363. display: -ms-flex;
  3364. display: flex;
  3365. align-items: center;
  3366. border-bottom: 1px solid #c2c2c2;
  3367. }
  3368. .common-list.news.inner .item .thumbnail {
  3369. width: 6.25rem;
  3370. height: 6.25rem;
  3371. margin: 0 auto 0.625rem;
  3372. flex-shrink: 0;
  3373. }
  3374. .common-list.news.inner .item .item-content {
  3375. padding-left: 0.9375rem;
  3376. }
  3377. .common-list.news.inner .item .item-content .item-title {
  3378. font-size: 0.875rem;
  3379. white-space: initial;
  3380. }
  3381. @media screen and (max-width: 768px) {
  3382. .common-list.news.inner .item {
  3383. width: 100%;
  3384. padding: 0.25rem 0.3125rem;
  3385. -webkit-display: flex;
  3386. display: -ms-flex;
  3387. display: flex;
  3388. flex-direction: row;
  3389. }
  3390. .common-list.news.inner .item .thumbnail {
  3391. width: 2.5rem;
  3392. height: 1.6666666667rem;
  3393. margin: 0;
  3394. flex-shrink: 0;
  3395. }
  3396. .common-list.news.inner .item .item-content {
  3397. padding-left: 0.625rem;
  3398. }
  3399. .common-list.news.inner .item .item-content .item-title {
  3400. font-size: 0.4375rem;
  3401. white-space: initial;
  3402. margin-bottom: 0;
  3403. }
  3404. }
  3405. .common-list.toons {
  3406. display: flex;
  3407. flex-wrap: wrap;
  3408. }
  3409. .common-list.toons .item {
  3410. width: 50%;
  3411. padding: 0.625rem 0.9375rem;
  3412. }
  3413. .common-list.toons .item .thumbnail {
  3414. width: 13.5rem;
  3415. height: 13.5rem;
  3416. margin: 0 auto 0.625rem;
  3417. }
  3418. @media screen and (max-width: 768px) {
  3419. .common-list.toons .item {
  3420. width: 100%;
  3421. padding: 0.3125rem 0.4166666667rem;
  3422. border-bottom: 1px solid #c2c2c2;
  3423. margin-bottom: 0.625rem;
  3424. }
  3425. .common-list.toons .item .thumbnail {
  3426. width: 100%;
  3427. height: auto;
  3428. }
  3429. }
  3430. .common-list.toons.inner .item {
  3431. width: 50%;
  3432. padding: 0.625rem 0.9375rem;
  3433. -webkit-display: flex;
  3434. display: -ms-flex;
  3435. display: flex;
  3436. align-items: center;
  3437. }
  3438. .common-list.toons.inner .item .thumbnail {
  3439. width: 6.25rem;
  3440. height: 6.25rem;
  3441. margin: 0 auto 0.625rem;
  3442. flex-shrink: 0;
  3443. }
  3444. .common-list.toons.inner .item .item-content {
  3445. padding-left: 0.9375rem;
  3446. }
  3447. .common-list.toons.inner .item .item-content .item-title {
  3448. font-size: 0.875rem;
  3449. white-space: initial;
  3450. }
  3451. @media screen and (max-width: 768px) {
  3452. .common-list.toons.inner .item {
  3453. width: 100%;
  3454. padding: 0.25rem 0.3125rem;
  3455. }
  3456. .common-list.toons.inner .item .thumbnail {
  3457. width: 3.125rem;
  3458. height: 3.125rem;
  3459. margin: 0;
  3460. flex-shrink: 0;
  3461. }
  3462. .common-list.toons.inner .item .item-content {
  3463. padding-left: 0.625rem;
  3464. }
  3465. .common-list.toons.inner .item .item-content .item-title {
  3466. font-size: 0.4375rem;
  3467. white-space: initial;
  3468. }
  3469. }
  3470. .common-list.shorts {
  3471. margin: 0 -0.25rem;
  3472. display: flex;
  3473. flex-wrap: wrap;
  3474. }
  3475. .common-list.shorts .item {
  3476. width: 25%;
  3477. padding: 1.25rem 0.25rem;
  3478. }
  3479. .common-list.shorts .item .thumbnail {
  3480. width: 8.375rem;
  3481. height: 13.75rem;
  3482. margin: 0 0 0.5rem;
  3483. }
  3484. .common-list.shorts .item .item-content {
  3485. /*
  3486. .item-title {
  3487. display: -webkit-box;
  3488. -webkit-box-orient: vertical;
  3489. word-wrap:break-word;
  3490. overflow: hidden;
  3491. text-overflow: ellipsis;
  3492. height: 1.28em * 2;
  3493. -webkit-line-clamp: 2;
  3494. line-height:1.28em;
  3495. white-space: normal;
  3496. word-break: break-all;
  3497. }
  3498. */
  3499. }
  3500. @media screen and (max-width: 768px) {
  3501. .common-list.shorts {
  3502. margin: 0;
  3503. }
  3504. .common-list.shorts .item {
  3505. width: 100%;
  3506. padding: 0.4166666667rem 0;
  3507. border-bottom: 1px solid #c2c2c2;
  3508. margin-bottom: 0.625rem;
  3509. }
  3510. .common-list.shorts .item .thumbnail {
  3511. width: 100%;
  3512. height: auto;
  3513. }
  3514. .common-list.shorts .item .item-content .item-title {
  3515. font-size: 0.6875rem;
  3516. margin-bottom: 0.25rem;
  3517. white-space: initial;
  3518. word-break: keep-all;
  3519. }
  3520. }
  3521. .common-list.shorts.inner {
  3522. margin-top: 0;
  3523. }
  3524. .common-list.shorts.inner .item {
  3525. width: 50%;
  3526. padding: 0.625rem 0.9375rem;
  3527. -webkit-display: flex;
  3528. display: -ms-flex;
  3529. display: flex;
  3530. align-items: center;
  3531. }
  3532. .common-list.shorts.inner .item .thumbnail {
  3533. width: 5.25rem;
  3534. height: 7.875rem;
  3535. margin: 0;
  3536. flex-shrink: 0;
  3537. }
  3538. .common-list.shorts.inner .item .item-content {
  3539. padding-left: 0.9375rem;
  3540. }
  3541. .common-list.shorts.inner .item .item-content .item-title {
  3542. font-size: 0.9375rem;
  3543. white-space: initial;
  3544. margin-bottom: 0;
  3545. }
  3546. .common-list.shorts.inner .item .item-content .item-title br {
  3547. display: none;
  3548. }
  3549. @media screen and (max-width: 768px) {
  3550. .common-list.shorts.inner .item {
  3551. width: 100%;
  3552. padding: 0.25rem 0.3125rem;
  3553. }
  3554. .common-list.shorts.inner .item .thumbnail {
  3555. width: 1.75rem;
  3556. height: 2.625rem;
  3557. margin: 0;
  3558. flex-shrink: 0;
  3559. }
  3560. .common-list.shorts.inner .item .item-content {
  3561. padding-left: 0.625rem;
  3562. }
  3563. .common-list.shorts.inner .item .item-content .item-title {
  3564. font-size: 0.4375rem;
  3565. white-space: initial;
  3566. }
  3567. .common-list.shorts.inner .item .item-content .item-summary {
  3568. font-size: 0.375rem;
  3569. }
  3570. }
  3571. .common-list.clips {
  3572. display: flex;
  3573. flex-wrap: wrap;
  3574. width: 100%;
  3575. margin: -1.25rem -0.25rem;
  3576. padding-bottom: 1.875rem;
  3577. }
  3578. .common-list.clips .item {
  3579. padding: 1.25rem 0.25rem;
  3580. width: 25%;
  3581. border-bottom: 1px solid #c2c2c2;
  3582. }
  3583. .common-list.clips .item .thumbnail {
  3584. width: 100%;
  3585. height: 5.9375rem;
  3586. }
  3587. .common-list.clips .item .item-title {
  3588. font-size: 0.8125rem;
  3589. }
  3590. .common-list.clips .item .item-summary {
  3591. font-size: 0.8125rem;
  3592. height: 2.56em;
  3593. -webkit-line-clamp: 2;
  3594. line-height: 1.28em;
  3595. }
  3596. @media screen and (max-width: 768px) {
  3597. .common-list.clips {
  3598. margin: 0 0 0.625rem 0;
  3599. }
  3600. .common-list.clips .item {
  3601. width: 100%;
  3602. padding: 0.3125rem 0.4166666667rem;
  3603. border-bottom: 1px solid #c2c2c2;
  3604. }
  3605. .common-list.clips .item .item-title {
  3606. margin-bottom: 0.25rem;
  3607. }
  3608. .common-list.clips .item .item-title a > br {
  3609. display: none;
  3610. }
  3611. .common-list.clips .item .thumbnail {
  3612. width: 100%;
  3613. height: auto;
  3614. }
  3615. .common-list.clips .item .item-summary {
  3616. font-size: 0.625rem;
  3617. }
  3618. .common-list.clips .item .item-summary a > br {
  3619. display: none;
  3620. }
  3621. }
  3622. .common-list.clips.inner {
  3623. margin-top: 0;
  3624. }
  3625. .common-list.clips.inner .item {
  3626. width: 50%;
  3627. padding: 0.625rem 0.9375rem;
  3628. -webkit-display: flex;
  3629. display: -ms-flex;
  3630. display: flex;
  3631. align-items: center;
  3632. }
  3633. .common-list.clips.inner .item .thumbnail {
  3634. width: 7.5rem;
  3635. height: 5rem;
  3636. margin: 0;
  3637. flex-shrink: 0;
  3638. }
  3639. .common-list.clips.inner .item .item-content {
  3640. padding-left: 0.9375rem;
  3641. }
  3642. .common-list.clips.inner .item .item-content .item-title {
  3643. font-size: 0.9375rem;
  3644. white-space: initial;
  3645. }
  3646. .common-list.clips.inner .item .item-content .item-title br {
  3647. display: none;
  3648. }
  3649. .common-list.clips.inner .item .item-content .item-summary {
  3650. font-size: 0.75rem;
  3651. }
  3652. .common-list.clips.inner .item .item-content .item-summary br {
  3653. display: none;
  3654. }
  3655. @media screen and (max-width: 768px) {
  3656. .common-list.clips.inner .item {
  3657. width: 100%;
  3658. padding: 0.25rem 0.3125rem;
  3659. }
  3660. .common-list.clips.inner .item .thumbnail {
  3661. width: 3.75rem;
  3662. height: 2.5rem;
  3663. margin: 0;
  3664. flex-shrink: 0;
  3665. }
  3666. .common-list.clips.inner .item .item-content {
  3667. padding-left: 0.625rem;
  3668. }
  3669. .common-list.clips.inner .item .item-content .item-title {
  3670. font-size: 0.4375rem;
  3671. white-space: initial;
  3672. }
  3673. .common-list.clips.inner .item .item-content .item-summary {
  3674. font-size: 0.375rem;
  3675. }
  3676. }
  3677. .tag-container {
  3678. width: 100%;
  3679. display: flex;
  3680. border: 1px solid #b7b7b7;
  3681. padding: 0.625rem;
  3682. align-items: stretch;
  3683. margin: 0.75rem 0 1.5625rem;
  3684. border-radius: 0.9375rem;
  3685. }
  3686. .tag-container .tag-title {
  3687. flex-shrink: 0;
  3688. color: #000000;
  3689. margin-right: 1.5625rem;
  3690. display: flex;
  3691. align-items: center;
  3692. font-size: 1.450625rem;
  3693. padding: 0 1.25rem;
  3694. }
  3695. .tag-container .tag-list {
  3696. list-style: none;
  3697. padding: 0;
  3698. margin: -0.1875rem;
  3699. flex: 1;
  3700. min-width: 0;
  3701. display: flex;
  3702. flex-wrap: wrap;
  3703. }
  3704. .tag-container .tag-list li {
  3705. padding: 0.1875rem;
  3706. }
  3707. .tag-container .tag-list li a {
  3708. display: flex;
  3709. justify-content: center;
  3710. align-items: center;
  3711. height: 1.75rem;
  3712. border-radius: 0.875rem;
  3713. background-color: #ffffff;
  3714. color: #464646;
  3715. font-size: 1.02625rem;
  3716. padding: 0 0.875rem;
  3717. box-shadow: 1.147px 1.638px 3.8px 0.2px rgba(0, 0, 0, 0.41);
  3718. }
  3719. .tag-container .tag-list li.active a {
  3720. background-color: #02256c;
  3721. color: #fff;
  3722. }
  3723. @media screen and (max-width: 768px) {
  3724. .tag-container {
  3725. padding: 0.4166666667rem;
  3726. margin: 0.25rem 0 0.5208333333rem;
  3727. border-radius: 0.3125rem;
  3728. flex-direction: column;
  3729. }
  3730. .tag-container .tag-title {
  3731. padding-left: 0;
  3732. font-size: 0.8125rem;
  3733. }
  3734. .tag-container .tag-list {
  3735. margin: -0.0625rem;
  3736. flex: 1;
  3737. min-width: 0;
  3738. display: flex;
  3739. flex-wrap: wrap;
  3740. }
  3741. .tag-container .tag-list li {
  3742. padding: 0.125rem;
  3743. }
  3744. .tag-container .tag-list li a {
  3745. height: 0.9375rem;
  3746. border-radius: 0.4166666667rem;
  3747. background-color: #ffffff;
  3748. color: #464646;
  3749. font-size: 0.5625rem;
  3750. padding: 0 0.5625rem;
  3751. }
  3752. }
  3753. #board .page-contents {
  3754. padding: 1.875rem;
  3755. background-color: #fff;
  3756. margin-bottom: 1.875rem;
  3757. border-radius: 1.25rem;
  3758. }
  3759. #board .page-contents .contents-header {
  3760. width: 100%;
  3761. padding-bottom: 0.9375rem;
  3762. border-bottom: 0.0625rem solid #02256c;
  3763. }
  3764. #board .page-contents .contents-header .contents-title {
  3765. font-size: 1.5rem;
  3766. margin-bottom: 0.625rem;
  3767. }
  3768. #board .page-contents .contents-header .page-header-info {
  3769. -webkit-display: flex;
  3770. display: -ms-flex;
  3771. display: flex;
  3772. align-items: center;
  3773. }
  3774. #board .page-contents .contents-header .page-header-info .date {
  3775. -webkit-display: flex;
  3776. display: -ms-flex;
  3777. display: flex;
  3778. align-items: center;
  3779. }
  3780. #board .page-contents .contents-header .page-header-info .date > dd {
  3781. color: #898989;
  3782. font-size: 0.9375rem;
  3783. }
  3784. #board .page-contents .list-detail-sns {
  3785. margin-left: auto;
  3786. -webkit-display: flex;
  3787. display: -ms-flex;
  3788. display: flex;
  3789. align-items: center;
  3790. }
  3791. #board .page-contents .list-detail-sns > a {
  3792. width: 1.875rem;
  3793. height: 1.875rem;
  3794. margin: 0 0.1875rem;
  3795. background-size: cover;
  3796. text-indent: -99999px;
  3797. overflow: hidden;
  3798. display: block;
  3799. }
  3800. #board .page-contents .list-detail-sns > a.sns-facebook {
  3801. background-color: transparent;
  3802. background-image: url("../images/common/detail-sns01.png");
  3803. background-repeat: no-repeat;
  3804. background-position-x: center;
  3805. background-position-y: center;
  3806. }
  3807. #board .page-contents .list-detail-sns > a.sns-twitter {
  3808. background-color: transparent;
  3809. background-image: url("../images/common/detail-sns02.png");
  3810. background-repeat: no-repeat;
  3811. background-position-x: center;
  3812. background-position-y: center;
  3813. }
  3814. #board .page-contents .list-detail-sns > a.sns-kakaotalk {
  3815. background-color: transparent;
  3816. background-image: url("../images/common/detail-sns03.png");
  3817. background-repeat: no-repeat;
  3818. background-position-x: center;
  3819. background-position-y: center;
  3820. }
  3821. #board .page-contents .list-detail-sns > a.url-copy {
  3822. background-color: transparent;
  3823. background-image: url("../images/common/detail-sns04.png");
  3824. background-repeat: no-repeat;
  3825. background-position-x: center;
  3826. background-position-y: center;
  3827. }
  3828. #board .page-contents .detail-contents {
  3829. width: 100%;
  3830. padding: 0.625rem;
  3831. }
  3832. #board .page-contents .detail-contents p {
  3833. width: 100%;
  3834. box-sizing: border-box;
  3835. }
  3836. #board .page-contents .detail-contents img {
  3837. max-width: 100%;
  3838. height: auto !important;
  3839. }
  3840. #board .page-contents .hash-tag {
  3841. -webkit-display: flex;
  3842. display: -ms-flex;
  3843. display: flex;
  3844. align-items: center;
  3845. flex-wrap: wrap;
  3846. margin-top: 1.875rem;
  3847. }
  3848. #board .page-contents .hash-tag > li {
  3849. padding: 0 0.625rem 0 1.25rem;
  3850. height: 2.125rem;
  3851. line-height: 2rem;
  3852. border: 0.0625rem solid #e1e1e1;
  3853. margin: 0 0.3125rem 0.3125rem 0;
  3854. font-weight: 300;
  3855. font-size: 0.9375rem;
  3856. position: relative;
  3857. color: #666;
  3858. }
  3859. #board .page-contents .hash-tag > li:before {
  3860. content: "#";
  3861. position: absolute;
  3862. left: 0.5rem;
  3863. top: 0;
  3864. }
  3865. #board .page-contents .page-list {
  3866. margin-top: 0.625rem;
  3867. padding-top: 0.625rem;
  3868. border-top: 0.0625rem solid #999;
  3869. }
  3870. #board .page-contents .page-list .title {
  3871. font-size: 1.5rem;
  3872. margin-bottom: 0.625rem;
  3873. }
  3874. #board .page-contents .video-container {
  3875. position: relative;
  3876. padding-bottom: 56.25%;
  3877. height: 0;
  3878. overflow: hidden;
  3879. margin-top: 0.625rem;
  3880. }
  3881. #board .page-contents .video-container.shorts {
  3882. width: 56.25%;
  3883. padding-bottom: 100%;
  3884. margin: 0.625rem auto 0 auto;
  3885. }
  3886. #board .page-contents .video-container iframe,
  3887. #board .page-contents .video-container object,
  3888. #board .page-contents .video-container embed {
  3889. position: absolute;
  3890. top: 0;
  3891. left: 0;
  3892. width: 100%;
  3893. height: 100%;
  3894. }
  3895. #board .page-contents .btn-list-prev {
  3896. width: 11.25rem;
  3897. height: 2.5rem;
  3898. line-height: 2.5rem;
  3899. background-color: #02256c;
  3900. border: none;
  3901. color: #fff;
  3902. display: block;
  3903. font-size: 1rem;
  3904. margin: 1.875rem auto 0 auto;
  3905. text-align: center;
  3906. }
  3907. @media screen and (max-width: 768px) {
  3908. #board .page-contents {
  3909. padding: 0.625rem;
  3910. border-radius: 0.625rem;
  3911. margin-bottom: 0.625rem;
  3912. }
  3913. #board .page-contents .contents-header {
  3914. padding-bottom: 0.625rem;
  3915. }
  3916. #board .page-contents .contents-header .contents-title {
  3917. font-size: 0.75rem;
  3918. margin-bottom: 0.3125rem;
  3919. }
  3920. #board .page-contents .contents-header .page-header-info .date > dd {
  3921. font-size: 0.4166666667rem;
  3922. }
  3923. #board .page-contents .list-detail-sns > a {
  3924. width: 0.9375rem;
  3925. height: 0.9375rem;
  3926. margin: 0 0.1875rem;
  3927. }
  3928. #board .page-contents .detail-contents {
  3929. padding: 0.625rem;
  3930. }
  3931. #board .page-contents .detail-contents *:not(.video-container.shorts) {
  3932. font-size: 0.5rem !important;
  3933. margin-left: 0 !important;
  3934. text-indent: 0 !important;
  3935. word-break: initial !important;
  3936. }
  3937. #board .page-contents .hash-tag {
  3938. -webkit-display: flex;
  3939. display: -ms-flex;
  3940. display: flex;
  3941. align-items: center;
  3942. flex-wrap: wrap;
  3943. margin-top: 0.625rem;
  3944. }
  3945. #board .page-contents .hash-tag > li {
  3946. padding: 0 0.2083333333rem 0 0.625rem;
  3947. height: 1.25rem;
  3948. line-height: 1.2083333333rem;
  3949. border: 0.0625rem solid #e1e1e1;
  3950. margin: 0 0.1041666667rem 0.1041666667rem 0;
  3951. font-size: 0.5rem;
  3952. }
  3953. #board .page-contents .hash-tag > li:before {
  3954. left: 0.1875rem;
  3955. }
  3956. #board .page-contents .page-list {
  3957. margin-top: 0.625rem;
  3958. padding-top: 0.625rem;
  3959. border-top: 0.0625rem solid #999;
  3960. }
  3961. #board .page-contents .page-list .title {
  3962. font-size: 0.625rem;
  3963. margin-bottom: 0.625rem;
  3964. }
  3965. #board .page-contents .video-container {
  3966. margin-top: 0.625rem;
  3967. }
  3968. #board .page-contents .video-container.shorts {
  3969. width: 9.1666666667rem;
  3970. height: 17.9166666667rem;
  3971. padding-bottom: 0;
  3972. margin: 0.625rem auto 0 auto;
  3973. }
  3974. #board .page-contents .btn-list-prev {
  3975. width: 6.25rem;
  3976. height: 1.25rem;
  3977. line-height: 1.25rem;
  3978. font-size: 0.5625rem;
  3979. margin: 1.25rem auto 0 auto;
  3980. text-align: center;
  3981. }
  3982. }
  3983. #board .form-content-wrap {
  3984. width: 100%;
  3985. border: 0.0625rem solid #b3b3ca;
  3986. margin-top: 1.5625rem;
  3987. padding: 1.25rem 0.625rem;
  3988. }
  3989. #board .form-content-wrap .form-title {
  3990. width: 100%;
  3991. padding: 0 0 0.9375rem 0;
  3992. font-size: 1.125rem;
  3993. line-height: 1.3;
  3994. border-bottom: 0.0625rem solid #d7d7d7;
  3995. word-break: break-all;
  3996. text-align: center;
  3997. }
  3998. #board .form-content-wrap .form-box {
  3999. margin-top: 0.9375rem;
  4000. }
  4001. #board .form-content-wrap .form-box .question-title {
  4002. font-size: 0.875rem;
  4003. padding: 0.625rem 0;
  4004. }
  4005. #board .form-content-wrap .form-box .form-radio-box {
  4006. -webkit-display: flex;
  4007. display: -ms-flex;
  4008. display: flex;
  4009. justify-content: space-between;
  4010. padding: 0 1.875rem;
  4011. }
  4012. #board .form-content-wrap .form-box .form-radio-box.other {
  4013. padding: 0;
  4014. }
  4015. #board .form-content-wrap .form-box .form-radio-box .radio-item {
  4016. display: inline-block;
  4017. white-space: nowrap;
  4018. position: relative;
  4019. font-size: 0.8125rem;
  4020. }
  4021. #board .form-content-wrap .form-box .form-radio-box .radio-item [type=radio]:checked,
  4022. #board .form-content-wrap .form-box .form-radio-box .radio-item [type=radio]:not(:checked) {
  4023. position: absolute;
  4024. left: -9999px;
  4025. }
  4026. #board .form-content-wrap .form-box .form-radio-box .radio-item [type=radio]:checked + label,
  4027. #board .form-content-wrap .form-box .form-radio-box .radio-item [type=radio]:not(:checked) + label {
  4028. position: relative;
  4029. padding-left: 1.75rem;
  4030. cursor: pointer;
  4031. line-height: 1.25rem;
  4032. display: inline-block;
  4033. color: #666;
  4034. }
  4035. #board .form-content-wrap .form-box .form-radio-box .radio-item [type=radio]:checked + label:before,
  4036. #board .form-content-wrap .form-box .form-radio-box .radio-item [type=radio]:not(:checked) + label:before {
  4037. content: "";
  4038. position: absolute;
  4039. left: 0;
  4040. top: 0;
  4041. width: 1.125rem;
  4042. height: 1.125rem;
  4043. border: 0.0625rem solid #ddd;
  4044. border-radius: 100%;
  4045. background: #fff;
  4046. }
  4047. #board .form-content-wrap .form-box .form-radio-box .radio-item [type=radio]:checked + label:after,
  4048. #board .form-content-wrap .form-box .form-radio-box .radio-item [type=radio]:not(:checked) + label:after {
  4049. content: "";
  4050. width: 0.75rem;
  4051. height: 0.75rem;
  4052. background: #02256c;
  4053. position: absolute;
  4054. top: 0.15625rem;
  4055. left: 0.15625rem;
  4056. border-radius: 100%;
  4057. -webkit-transition: all 0.2s ease;
  4058. transition: all 0.2s ease;
  4059. }
  4060. #board .form-content-wrap .form-box .form-radio-box .radio-item [type=radio]:not(:checked) + label:after {
  4061. opacity: 0;
  4062. -webkit-transform: scale(0);
  4063. transform: scale(0);
  4064. }
  4065. #board .form-content-wrap .form-box .form-radio-box .radio-item [type=radio]:checked + label:after {
  4066. opacity: 1;
  4067. -webkit-transform: scale(1);
  4068. transform: scale(1);
  4069. }
  4070. #board .form-content-wrap .form-box .form-radio-box textarea {
  4071. width: 100%;
  4072. min-height: 1.875rem;
  4073. border: 0.0625rem solid #ebebeb;
  4074. font-size: 0.8125rem;
  4075. padding: 0.3125rem;
  4076. }
  4077. #board .form-content-wrap .form-box .textarea-num {
  4078. width: 100%;
  4079. text-align: right;
  4080. color: #444;
  4081. font-size: 0.75rem;
  4082. }
  4083. #board .form-content-wrap .form-box .textarea-num span#byteInfo {
  4084. color: #ff6706;
  4085. }
  4086. #board .form-content-wrap .form-btn {
  4087. width: 6.25rem;
  4088. height: 1.875rem;
  4089. background-color: #02256c;
  4090. border: none;
  4091. color: #fff;
  4092. display: block;
  4093. font-size: 0.75rem;
  4094. margin: 0.9375rem auto 0 auto;
  4095. line-height: 1;
  4096. }
  4097. @media screen and (max-width: 768px) {
  4098. #board .form-content-wrap {
  4099. margin-top: 0.5208333333rem;
  4100. padding: 0.625rem 0.25rem;
  4101. }
  4102. #board .form-content-wrap .form-title {
  4103. padding: 0 0 0.3125rem 0;
  4104. font-size: 0.625rem;
  4105. }
  4106. #board .form-content-wrap .form-box {
  4107. margin-top: 0.625rem;
  4108. }
  4109. #board .form-content-wrap .form-box .question-title {
  4110. font-size: 0.5625rem;
  4111. padding: 0.2083333333rem 0;
  4112. }
  4113. #board .form-content-wrap .form-box .form-radio-box {
  4114. padding: 0;
  4115. }
  4116. #board .form-content-wrap .form-box .form-radio-box.other {
  4117. padding: 0;
  4118. }
  4119. #board .form-content-wrap .form-box .form-radio-box .radio-item {
  4120. font-size: 0.4375rem;
  4121. }
  4122. #board .form-content-wrap .form-box .form-radio-box .radio-item [type=radio]:checked + label,
  4123. #board .form-content-wrap .form-box .form-radio-box .radio-item [type=radio]:not(:checked) + label {
  4124. padding-left: 0.7916666667rem;
  4125. line-height: 0.625rem;
  4126. }
  4127. #board .form-content-wrap .form-box .form-radio-box .radio-item [type=radio]:checked + label:before,
  4128. #board .form-content-wrap .form-box .form-radio-box .radio-item [type=radio]:not(:checked) + label:before {
  4129. width: 0.6666666667rem;
  4130. height: 0.6666666667rem;
  4131. border: 0.0625rem solid #ddd;
  4132. }
  4133. #board .form-content-wrap .form-box .form-radio-box .radio-item [type=radio]:checked + label:after,
  4134. #board .form-content-wrap .form-box .form-radio-box .radio-item [type=radio]:not(:checked) + label:after {
  4135. width: 0.5rem;
  4136. height: 0.5rem;
  4137. top: 0.0833333333rem;
  4138. left: 0.0833333333rem;
  4139. }
  4140. #board .form-content-wrap .form-box .form-radio-box textarea {
  4141. width: 100%;
  4142. min-height: 2.5rem;
  4143. border: 0.0625rem solid #ebebeb;
  4144. font-size: 0.5625rem;
  4145. padding: 0.1875rem;
  4146. }
  4147. #board .form-content-wrap .form-box .textarea-num {
  4148. width: 100%;
  4149. font-size: 0.4375rem;
  4150. }
  4151. #board .form-content-wrap .form-box .textarea-num span#byteInfo {
  4152. color: #ff6706;
  4153. }
  4154. #board .form-content-wrap .form-btn {
  4155. width: 3.75rem;
  4156. height: 0.9375rem;
  4157. display: block;
  4158. font-size: 0.4375rem;
  4159. margin: 0.3125rem auto 0 auto;
  4160. line-height: 1;
  4161. }
  4162. }