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.

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