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.

4840 lines
88 KiB

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