.sh-banner-wp { width: 100%; position: relative; background-color: palegoldenrod; } .sh-banner-wp .swiper { height: 280px; width: 100%; } .sh-banner-wp .swiper .swiper-slide { height: 281px; position: relative; min-width: 100%; } .sh-banner-wp .swiper .swiper-slide .banner-con.acc::after { content: url("../images/subhome-acc-item.png"); position: absolute; right: 0; height: 280px; } .sh-banner-wp .swiper .swiper-slide .banner-con { width: 1200px; margin: 0 auto; height: 100%; display: flex; flex-direction: column; justify-content: center; padding: 10px 36px; position: relative; } .sh-banner-wp .swiper .swiper-slide .banner-con .txtarea.font-wh { color: #fff; } .sh-banner-wp .swiper .swiper-slide .banner-con .txtarea { width: 600px; } .sh-banner-wp .swiper .swiper-slide .banner-con .txtarea p { font-size: 20px; margin-bottom: 20px; font-weight: 600; font-family: "Noto Sans KR", sans-serif; padding-left: 2px; } .sh-banner-wp .swiper .swiper-slide .banner-con .txtarea p .mint { font-weight: bold; color: #38eadf; } .sh-banner-wp .swiper .swiper-slide .banner-con .txtarea .tit { font-family: "GmarketSansMedium", sans-serif; font-size: 48px; line-height: 48px; font-weight: bold; } .sh-banner-wp .swiper .swiper-slide .banner-con .txtarea .tit .yellow { font-weight: bold; color: #ffe70d; } .sh-banner-wp .swiper .swiper-slide .banner-con .txtarea .dis { font-size: 16px; font-weight: normal; margin-top: 10px; margin-bottom: 0; line-height: 26px; word-break: keep-all; font-family: "Noto Sans KR", sans-serif; } .sh-banner-wp .swiper-btn { max-width: 1200px; position: relative; margin: 0 auto; top: -140px; } .sh-banner-wp .swiper-button-next, .sh-banner-wp .swiper-button-prev { width: 46px; height: 46px; border-radius: 30px; background-color: rgba(255, 255, 255, 0.7294117647); opacity: 0.6; transition: all 0.2s ease; } .sh-banner-wp .swiper-button-next:hover, .sh-banner-wp .swiper-button-prev:hover { opacity: 1; } .sh-banner-wp .swiper-button-prev { left: -30px; } .sh-banner-wp .swiper-button-next { right: -30px; } .sh-banner-wp .swiper-button-next:after { content: url(../images/angle-right-solid.svg); position: absolute; top: -2px; width: 16px; height: 16px; opacity: 0.28; } .sh-banner-wp .swiper-button-prev:after { content: url(../images/angle-left-solid.svg); position: absolute; top: -2px; width: 16px; height: 16px; opacity: 0.28; } .sh-search-wp { width: 100%; height: 124px; background-color: #292c33; } .sh-search-wp .sh-search-area { width: 1200px; height: 100%; margin: 0 auto; padding: 0 10px; } .sh-search-wp .sh-search-area .sh-search-con { width: 100%; height: 100%; display: flex; flex-direction: row; align-items: center; justify-content: center; } .sh-search-wp .sh-search-area .sh-search-con .tit { font-family: "GmarketSansMedium", sans-serif; color: #fff; font-size: 26px; margin-right: 20px; margin-top: 4px; } .sh-search-wp button.search-btn { width: 120px; height: 54px; border-radius: 8px; background-color: #00c398; font-family: "Noto Sans KR", sans-serif; font-size: 16px; font-weight: bold; color: #fff; transition: all 0.2s ease; } .sh-search-wp button.search-btn:hover { background-color: #078d70; } .sh-search select { min-width: 120px; height: 54px; padding: 8px 34px 10px 10px; border-radius: 8px; font-size: 15px; color: #222; position: relative; font-family: "Noto Sans KR", sans-serif; filter: drop-shadow(0px 4px 30px rgba(153, 171, 198, 0.2)); margin-right: 8px; background: #fff url("../images/select_bg.png") no-repeat right; background-size: 28px; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; border: 2px solid #fff; transition: all 0.2s ease; } .sh-search select:focus { border: 2px solid #00c398; } .sh-search input { width: 470px; height: 54px; padding: 10px 14px; border-radius: 8px; font-size: 15px; color: #222; position: relative; filter: drop-shadow(0px 4px 30px rgba(153, 171, 198, 0.2)); margin-right: 8px; background: #fff; background-size: 28px; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; border: 2px solid #fff; transition: all 0.2s ease; } .sh-search input:focus { border: 2px solid #00c398; } h3.tit { font-size: 24px; font-weight: bold; letter-spacing: -1px; font-family: "Noto Sans KR", sans-serif; } .category-area { position: relative; width: 1200px; margin: 60px auto 20px; padding: 0 10px; display: flex; flex-direction: row; gap: 12px; } .category-area .subtop-btn { display: flex; align-items: center; justify-content: center; font-family: "GmarketSansMedium", sans-serif; flex: 1; height: 52px; padding-top: 2px; color: #6c6c6c; border-radius: 10px; border: 1px solid #dae1e6; background-color: #fff; transition: all 0.2s ease; } .category-area .subtop-btn:hover { background-color: #19218f; color: #fff; } .category-area .subtop-btn.active { background-color: #19218f; color: #fff; font-weight: bold; } .con-preview .con-ptrview-item { display: flex; flex-direction: row; justify-content: space-between; flex-wrap: nowrap; align-items: center; font-size: 15px; width: 100%; position: relative; margin-bottom: 2px; padding: 1px 2px; border-radius: 4px; } .con-preview .con-ptrview-item .left { display: flex; flex-direction: row; height: 32px; align-items: center; } .con-preview .con-ptrview-item .left .label { min-width: 56px; height: 23px; border-radius: 3px; line-height: 23px; font-size: 12px; padding: 0 5px; margin-right: 8px; letter-spacing: -0.062em; text-align: center; } .con-preview .con-ptrview-item .left .w66 { width: 66px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .con-preview .con-ptrview-item .left .label.blue { background-color: #f2f0fb; color: #2f17c6; } .con-preview .con-ptrview-item .left .label.blue2 { background-color: #f0f4fd; color: #304d9a; } .con-preview .con-ptrview-item .left .label.blue3 { background-color: #f0f8fb; color: #2f63c9; } .con-preview .con-ptrview-item .left .label.purple { background-color: #f3f0f9; color: #4d2d76; } .con-preview .con-ptrview-item .left .label.purple2 { background-color: #f5f1ff; color: #6c37b3; } .con-preview .con-ptrview-item .left .label.green { background-color: #e9fdf9; color: #1b7a65; } .con-preview .con-ptrview-item .left .label.green2 { background-color: #f3faf0; color: #3c7e08; } .con-preview .con-ptrview-item .left .label.green3 { background-color: #f0faf6; color: #087e57; } .con-preview .con-ptrview-item .left .label.turquoise { background-color: #ebf0f3; color: #496f72; } .con-preview .con-ptrview-item .left .label.orange { background-color: #f9f1e1; color: #d85a13; } .con-preview .con-ptrview-item .left .label.orange2 { background-color: #fdeee6; color: #b2490e; width: 78px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .con-preview .con-ptrview-item .left .label.orange3 { background-color: #fff8ea; color: #ea6e27; } .con-preview .con-ptrview-item .left .label.brown { background-color: #efe7e3; color: #945f72; } .con-preview .con-ptrview-item .left .label.gray { background-color: #e8e8e8; color: #343535; } .con-preview .con-ptrview-item .left .label.red { background-color: #ffeef0; color: #eb0e5d; border: transparent; } .con-preview .con-ptrview-item .left .label.red2 { background-color: #ffeef0; color: #c7313b; border: transparent; } .con-preview .con-ptrview-item .left .tit { max-width: 416px; margin-right: 6px; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 18px; transition: all 0.2s ease; letter-spacing: -1px; } .con-preview .con-ptrview-item .left .tit.icon1 { max-width: 376px; } .con-preview .con-ptrview-item .left .tit.icon2 { max-width: 350px; } .con-preview .con-ptrview-item .left .tit.longlabel { max-width: 318px; } .con-preview .con-ptrview-item .left .tit.no-label { max-width: 426px; } .con-preview .con-ptrview-item .left .icon { width: 18px; height: 18px; margin-right: 4px; } .con-preview .con-ptrview-item .date { color: #bababa; font-size: 13px; } .con-preview .con-ptrview-item:hover { background-color: rgb(247, 247, 249); } .con-preview .con-ptrview-item:hover .tit { text-decoration: underline; } .consult-wp { width: 100%; background-color: #f7f9fa; padding: 80px 0 90px; } .consult-wp .consult-area { width: 1200px; margin: 0 auto; } .consult-wp .left-box { display: flex; flex-direction: row; } .consult-wp .left-box .tit { margin-right: 10px; font-size: 30px; } .consult-btn { height: 42px; padding: 4px 20px; border-radius: 21px; background-color: #fff; border: 1px solid #00c398; color: #00c398; transition: all 0.2s ease; font-size: 16px; font-family: "Noto Sans KR", sans-serif; margin-top: -4px; margin-left: 4px; } .consult-btn i { font-size: 20px; margin-right: 2px; } .consult-btn:hover { background-color: #00c398; color: #fff; } .consult-tab-con { display: flex; flex-direction: row; } .consult-tab-con .consultTabs .consult-tab { width: 210px; height: 48px; line-height: 48px; padding: 0 12px; transition: all 0.2s ease; cursor: pointer; font-size: 18px; color: #9d9d9d; margin-bottom: 2px; font-family: "Noto Sans KR", sans-serif; } .consult-tab-con .consultTabs .consult-tab i { font-size: 9px; margin-right: 8px; margin-top: -3px; color: #cbd1db; transition: all 0.2s ease; } .consult-tab-con .consultTabs .consult-tab:hover { color: #222; } .consult-tab-con .consultTabs .consult-tab:hover i { color: #222; } .consult-tab-con .consultTabs .consult-tab.active { color: #00c398; font-weight: bold; } .consult-tab-con .consultTabs .consult-tab.active i { color: #00c398; } .consult-tab-con .consult-tab-items { display: none; width: calc(100% - 210px); min-height: 500px; padding: 24px 34px; background-color: #fff; border-radius: 14px; box-shadow: 4px 4px 11px 0 rgba(0, 0, 0, 0.06); } .consult-tab-con .consult-tab-items.active { display: block; } .consult-tab-con .consult-table { display: flex; flex-direction: column; width: 100%; } .consult-tab-con .consult-table .table-item { border-bottom: 1px solid #e4e8eb; } .consult-tab-con .consult-table .table-item:first-child a { padding-top: 0; } .consult-tab-con .consult-table .table-item:last-child { border-bottom: 0; } .consult-tab-con .consult-table .table-item a { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; width: 100%; justify-content: space-between; padding: 18px 12px; font-family: "Noto Sans KR"; } .consult-tab-con .consult-table .table-item a .left-txt { display: flex; flex-direction: column; } .consult-tab-con .consult-table .table-item a .left-txt .tit { width: 720px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 14px; transition: all 0.2s ease; line-height: 20px; } .consult-tab-con .consult-table .table-item a .left-txt .info { display: flex; flex-direction: row; font-size: 13px; } .consult-tab-con .consult-table .table-item a .left-txt .info .sort { font-weight: bold; margin-right: 20px; } .consult-tab-con .consult-table .table-item a .left-txt .info .wr { margin-right: 20px; } .consult-tab-con .consult-table .table-item a .left-txt .info .date { color: #bababa; border: none; } .consult-tab-con .consult-table .table-item a .right-counselor { display: flex; flex-direction: row; } .consult-tab-con .consult-table .table-item a .right-counselor .coun-img { width: 58px; height: 68px; border-radius: 4px; overflow: hidden; -o-object-fit: cover; object-fit: cover; margin-right: 12px; } .consult-tab-con .consult-table .table-item a .right-counselor .img-txt { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 0 6px; } .consult-tab-con .consult-table .table-item a .right-counselor .img-txt .counselor { font-weight: bold; margin-bottom: 6px; } .consult-tab-con .consult-table .table-item a .right-counselor .img-txt span { color: #acacaf; font-size: 13px; } .consult-tab-con .consult-table .table-item a:hover .tit { text-decoration: underline; } .lecture-top-banner { display: block; background: url("../images/sub_Main_BannerBg.png") repeat-x 0 0; width: 100%; } .lecture-top-banner .banner-img { position: relative; width: 100%; min-width: 1300px; height: 650px; font-size: 0; background: url("../images/sub_Main_Banner(n).jpg") no-repeat 50%; transform: translateZ(0); } .lecture-top-banner .banner-img img { display: block; position: absolute; bottom: 0; left: 50%; margin: 0 0 0 -600px; } .lecture-sch-field { clear: both; position: relative; padding: 70px 0 115px 0; background: #ecf9ff url("../images/lec_Bg.png") no-repeat 50% 50%; } .lecture-sch-field .title-img { text-align: center; margin-bottom: 70px; } .lecture-sch-field .lec-list-swiper { position: relative; width: 600px; height: 64px; padding: auto; margin: -20px auto 50px auto; background-color: #00c0ff; border-radius: 32px; } .lecture-sch-field .lec-list-swiper i { position: absolute; content: ""; right: 22px; top: 18px; width: 28px; height: 28px; font-size: 24px; } .lecture-sch-field .lec-list-swiper .list-tit { font-weight: bold; font-size: 23px; letter-spacing: -0.5px; line-height: 64px; float: left; padding-right: 30px; margin-left: 30px; color: #fff; } .lecture-sch-field .lec-list-swiper .list-tit strong { position: absolute; top: -2px; left: 120px; } .lecture-sch-field .lec-list-swiper .listSwiper { width: 400px; height: 64px; margin-left: 0; } .lecture-sch-field .lec-list-swiper .listSwiper .swiper-slide { width: 100%; height: 64px; display: flex; align-items: center; padding-left: 10px; } .lecture-sch-field .lec-list-swiper .listSwiper .swiper-slide a { width: 100%; padding: 10px 0 12px; color: #fff; font-size: 25px; letter-spacing: -1px; } .lecture-sch-field .lec-list-swiper .listSwiper .swiper-slide .strong { font-weight: bold; color: #fff604; } .lecture-sch-field .sb-wp { align-items: flex-start; gap: 30px; } .lecture-sch-field .sb-wp .tit-area { display: flex; flex-direction: row; position: relative; width: 100%; } .lecture-sch-field .sb-wp .tit-area .tit { font-size: 32px; letter-spacing: -2px; font-weight: bold; } .lecture-sch-field .sb-wp .tit-area .full-view-btn { position: absolute; right: 0; top: 14px; opacity: 0.4; transition: all 0.2s ease; } .lecture-sch-field .sb-wp .tit-area .full-view-btn i { margin-right: 4px; } .lecture-sch-field .sb-wp .tit-area .full-view-btn:hover { color: #353fd5; opacity: 1; } .lecture-sch-field .lec-left { position: relative; width: 50%; padding: 12px 0; } .lecture-sch-field .lec-right { position: relative; width: 50%; padding: 12px 0; } .lecture-sch-field .swiper-btn { position: relative; display: flex; flex-direction: row; margin-top: 6px; margin-left: 10px; } .lecture-sch-field .swiper-btn .swiper-button-prev { left: 0; margin-right: 4px !important; } .lecture-sch-field .swiper-btn .swiper-button-next { right: 0; } .lecture-sch-field .swiper-btn .swiper-button-prev, .lecture-sch-field .swiper-btn .swiper-button-next { margin-top: 0; top: 0; position: relative; border-radius: 3px; background-color: rgba(0, 0, 0, 0.08); background-size: auto 12px; transition: all 0.2s; width: 38px; height: 26px; } .lecture-sch-field .swiper-btn .swiper-button-prev:hover, .lecture-sch-field .swiper-btn .swiper-button-next:hover { background-color: #353fd5; } .lecture-sch-field .swiper-btn .swiper-button-prev::after, .lecture-sch-field .swiper-btn .swiper-button-next::after { font-size: 14px; font-weight: bold; color: #fff; } .lecture-sch-field .swiper-btn .swiper-button-prev.swiper-button-disabled, .lecture-sch-field .swiper-btn .swiper-button-next.swiper-button-disabled { opacity: 0.35; cursor: default; } .lecture-sch-field .swiper-btn .swiper-button-disabled { opacity: 0.35 !important; cursor: default; } .lecture-sch-field .letSwiper01, .lecture-sch-field .letSwiper02 { width: 100%; margin-top: 20px; height: auto; } .lecture-sch-field .letSwiper01 .swiper-wrapper, .lecture-sch-field .letSwiper02 .swiper-wrapper { display: flex; flex-direction: row; } .lecture-sch-field .letSwiper01 .swiper-wrapper .swiper-slide, .lecture-sch-field .letSwiper02 .swiper-wrapper .swiper-slide { width: 50%; height: auto; } .lecture-sch-field .letSwiper01 .swiper-wrapper .swiper-slide .slide-item, .lecture-sch-field .letSwiper02 .swiper-wrapper .swiper-slide .slide-item { display: flex; flex-direction: column; width: 100%; min-height: 200px; } .lecture-sch-field .letSwiper01 .swiper-wrapper .swiper-slide .slide-item:hover .thumb, .lecture-sch-field .letSwiper02 .swiper-wrapper .swiper-slide .slide-item:hover .thumb { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); } .lecture-sch-field .letSwiper01 .swiper-wrapper .swiper-slide .slide-item:hover .thumb img, .lecture-sch-field .letSwiper02 .swiper-wrapper .swiper-slide .slide-item:hover .thumb img { scale: 1.04; } .lecture-sch-field .letSwiper01 .swiper-wrapper .swiper-slide .slide-item:hover .thumb:after, .lecture-sch-field .letSwiper02 .swiper-wrapper .swiper-slide .slide-item:hover .thumb:after { scale: 1.1; } .lecture-sch-field .letSwiper01 .swiper-wrapper .swiper-slide .slide-item:hover .txt-box .stit, .lecture-sch-field .letSwiper02 .swiper-wrapper .swiper-slide .slide-item:hover .txt-box .stit { color: #00bd93; } .lecture-sch-field .letSwiper01 .swiper-wrapper .swiper-slide .slide-item:hover .summary, .lecture-sch-field .letSwiper02 .swiper-wrapper .swiper-slide .slide-item:hover .summary { color: #000; } .lecture-sch-field .letSwiper01 .swiper-wrapper .swiper-slide .slide-item .thumb, .lecture-sch-field .letSwiper02 .swiper-wrapper .swiper-slide .slide-item .thumb { width: 100%; height: 162px; border-radius: 10px; overflow: hidden; position: relative; } .lecture-sch-field .letSwiper01 .swiper-wrapper .swiper-slide .slide-item .thumb img, .lecture-sch-field .letSwiper02 .swiper-wrapper .swiper-slide .slide-item .thumb img { -o-object-fit: cover; object-fit: cover; transition: all 0.2s ease; } .lecture-sch-field .letSwiper01 .swiper-wrapper .swiper-slide .slide-item .thumb:after, .lecture-sch-field .letSwiper02 .swiper-wrapper .swiper-slide .slide-item .thumb:after { content: ""; display: block; position: absolute; top: 50%; left: 50%; width: 60px; height: 60px; margin: -30px 0 0 -30px; background: url("../images/media_playBtn.png") no-repeat 0 0; background-size: 50px auto; transition: all 0.4s; z-index: 3; } .lecture-sch-field .letSwiper01 .swiper-wrapper .swiper-slide .slide-item .tag-box, .lecture-sch-field .letSwiper02 .swiper-wrapper .swiper-slide .slide-item .tag-box { display: flex; flex-direction: row; gap: 4px; margin-top: 8px; padding: 0 2px; } .lecture-sch-field .letSwiper01 .swiper-wrapper .swiper-slide .slide-item .tag-box .tag, .lecture-sch-field .letSwiper02 .swiper-wrapper .swiper-slide .slide-item .tag-box .tag { display: flex; align-items: center; justify-content: center; height: 24px; padding: 2px 4px 3px; font-size: 11px; color: #666; letter-spacing: -0.5px; border-radius: 4px; background-color: #eee; transition: all 0.1s; cursor: pointer; } .lecture-sch-field .letSwiper01 .swiper-wrapper .swiper-slide .slide-item .tag-box .tag:hover, .lecture-sch-field .letSwiper02 .swiper-wrapper .swiper-slide .slide-item .tag-box .tag:hover { background-color: #00bd93; color: #fff; } .lecture-sch-field .letSwiper01 .swiper-wrapper .swiper-slide .slide-item .txt-box .stit, .lecture-sch-field .letSwiper02 .swiper-wrapper .swiper-slide .slide-item .txt-box .stit { display: -webkit-box; font-family: "Noto Sans KR"; position: relative; height: 75px; padding: 4px 2px; margin-top: 8px; margin-bottom: 10px; font-size: 19px; color: #111; letter-spacing: -0.5px; line-height: 130%; font-weight: 500; word-wrap: break-word; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; transition: all 0.2s; overflow: hidden; } .lecture-sch-field .letSwiper01 .swiper-wrapper .swiper-slide .slide-item .etc, .lecture-sch-field .letSwiper02 .swiper-wrapper .swiper-slide .slide-item .etc { display: flex; flex-direction: row; justify-content: space-between; padding: 0 2px; font-size: 14px; line-height: 150%; font-weight: 400; } .lecture-sch-field .letSwiper01 .swiper-wrapper .swiper-slide .slide-item .etc .date, .lecture-sch-field .letSwiper02 .swiper-wrapper .swiper-slide .slide-item .etc .date { color: #666699; } .lecture-sch-field .letSwiper01 .swiper-wrapper .swiper-slide .slide-item .etc .name, .lecture-sch-field .letSwiper02 .swiper-wrapper .swiper-slide .slide-item .etc .name { color: #555; } .lecture-sch-field .letSwiper01 .swiper-wrapper .swiper-slide .slide-item .summary, .lecture-sch-field .letSwiper02 .swiper-wrapper .swiper-slide .slide-item .summary { display: -webkit-box; position: relative; height: 34px; margin: 8px 0 0 0; padding: 0 2px; font-size: 12px; color: #999; letter-spacing: -0.5px; line-height: 140%; word-wrap: break-word; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; transition: all 0.2s; overflow: hidden; } .lecture-filebook-field { clear: both; position: relative; padding: 70px 0 115px 0; } .lecture-filebook-field .book-list-area { margin-top: 60px; } .lecture-filebook-field .book-list-area .top { display: flex; flex-direction: row; justify-content: space-between; } .lecture-filebook-field .full-view-btn { opacity: 0.4; transition: all 0.2s ease; padding-top: 18px; } .lecture-filebook-field .full-view-btn i { margin-right: 4px; } .lecture-filebook-field .full-view-btn:hover { color: #353fd5; opacity: 1; } .lecture-filebook-field .new-book-list { display: grid; grid-template-columns: repeat(5, 1fr); margin-bottom: 40px; } .lecture-filebook-field .new-book-list li { width: 100%; padding: 10px 20px; } .lecture-filebook-field .new-book-list li .new-book:hover .thumb img { scale: 1.04; } .lecture-filebook-field .new-book-list li .new-book:hover .tit { color: #353fd5; } .lecture-filebook-field .new-book-list li .new-book .thumb { width: 100%; border-radius: 6px; overflow: hidden; transition: all 0.2s ease; } .lecture-filebook-field .new-book-list li .new-book .thumb img { width: 100%; -o-object-fit: contain; object-fit: contain; transition: all 0.2s ease; } .lecture-filebook-field .new-book-list li .new-book .tit { font-family: "Noto Sans KR"; margin-top: 10px; font-size: 16px; font-weight: bold; letter-spacing: -1px; display: -webkit-box; height: 46px; line-height: 140%; text-align: left; word-wrap: break-word; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; padding: 0 5px; transition: all 0.2s ease; } .lecture-filebook-field .new-book-list li .new-book .etc { margin-top: 10px; display: flex; flex-direction: row; justify-content: space-between; padding: 0 5px; } .lecture-filebook-field .new-book-list li .new-book .etc .name { font-size: 12px; color: #777; } .lecture-filebook-field .new-book-list li .new-book .etc .price { font-size: 12px; color: #777; } .lecture-youtube-field { clear: both; position: relative; padding: 70px 0 115px 0; background: url("../images/youtube_Bg.png") no-repeat 0% 50%; color: #fff; } .lecture-youtube-field .youtube-area { margin-top: 60px; } .lecture-youtube-field .youtube-area .top { display: flex; flex-direction: row; justify-content: space-between; } .lecture-youtube-field .youtube-area .top .full-view-btn { transition: all 0.2s ease; padding-top: 18px; color: #fff; } .lecture-youtube-field .youtube-area .top .full-view-btn i { margin-right: 4px; } .lecture-youtube-field .youtube-area .top .full-view-btn:hover { color: #00c398; opacity: 1; } .lecture-youtube-field .youtube-tabs { display: flex; flex-direction: row; margin-bottom: 50px; } .lecture-youtube-field .youtube-tabs .tab { flex: 1; position: relative; bottom: 0; height: 45px; font-size: 16px; color: #3f30c1; letter-spacing: -0.5px; line-height: 43px; font-weight: 400; text-align: center; justify-content: center; align-items: center; border: 1px solid #d3d3d3; background: #fafafa; transition: bottom 0.1s; cursor: pointer; } .lecture-youtube-field .youtube-tabs .tab:hover { bottom: -2px; color: #fff; border-color: #544ba7; background: #544ba7; box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.08); text-decoration: none; } .lecture-youtube-field .youtube-tabs .tab.active { bottom: -2px; color: #fff; border-color: #473e92; background: #473e92; box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.08); text-decoration: none; } .lecture-youtube-field .y-content-wp { display: grid; grid-template-columns: repeat(4, 1fr); -moz-column-gap: 20px; column-gap: 20px; row-gap: 50px; } .lecture-youtube-field .youtube-con .thumb { width: 100%; border: 1px solid #ddd; border-radius: 8px; transition: all 0.2s; overflow: hidden; position: relative; } .lecture-youtube-field .youtube-con .thumb::after { content: ""; display: block; position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; margin: -25px 0 0 -25px; background: url("../images/media_playBtn.png") no-repeat 0 0; background-size: 50px auto; opacity: 0.8; z-index: 2; transition: all 0.2s ease; } .lecture-youtube-field .youtube-con .txt-area { display: flex; flex-direction: row; justify-content: space-between; margin-top: 10px; } .lecture-youtube-field .youtube-con .txt-area .thumb-icon { display: block; width: 34px; height: 34px; border: 1px solid #ddd; border-radius: 100%; overflow: hidden; } .lecture-youtube-field .youtube-con .txt-area .tit { width: calc(100% - 44px); line-height: 130%; font-size: 14px; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin-top: -2px; color: #fff; transition: all 0.2s ease; font-weight: 300; } .lecture-youtube-field .youtube-con:hover .thumb { border: 1px solid #7c7c7e; } .lecture-youtube-field .youtube-con:hover .thumb::after { scale: 1.05; } .lecture-youtube-field .youtube-con:hover .txt-area .tit { font-weight: 500; } .jose-list-box { width: 100%; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 10px; margin-top: 14px; } .jose-list-box .jose-list-item { width: 100%; height: 56px; background-color: #f5f7fb; border: 1px solid #ecedfe; border-radius: 10px; padding: 0 36px 0 16px; display: flex; align-items: center; transition: all 0.2s ease; position: relative; box-shadow: 1px 1px 1px 0 #ecedfe; font-family: "Noto Sans KR", sans-serif; } .jose-list-box .jose-list-item:hover { background-color: #848cff; border: 1px solid #6771f3; color: #fff; font-weight: bold; } .jose-list-box .jose-list-item:hover::after { position: absolute; content: url("../../images/arrow-right-wh.png"); right: 14px; top: 21px; } .ebook-wp { width: 1200px; margin: 60px auto 100px; } .issueCorner-btn, .issuePost-btn, .issueIsu-btn, .issueEtc-btn { display: flex; flex-direction: row; justify-content: flex-end; gap: 6px; } .issueCorner-btn .issueCorner-prev, .issueCorner-btn .issueCorner-next, .issueCorner-btn .issuePost-prev, .issueCorner-btn .issuePost-next, .issueCorner-btn .issueIsu-prev, .issueCorner-btn .issueIsu-next, .issueCorner-btn .issueEtc-prev, .issueCorner-btn .issueEtc-next, .issuePost-btn .issueCorner-prev, .issuePost-btn .issueCorner-next, .issuePost-btn .issuePost-prev, .issuePost-btn .issuePost-next, .issuePost-btn .issueIsu-prev, .issuePost-btn .issueIsu-next, .issuePost-btn .issueEtc-prev, .issuePost-btn .issueEtc-next, .issueIsu-btn .issueCorner-prev, .issueIsu-btn .issueCorner-next, .issueIsu-btn .issuePost-prev, .issueIsu-btn .issuePost-next, .issueIsu-btn .issueIsu-prev, .issueIsu-btn .issueIsu-next, .issueIsu-btn .issueEtc-prev, .issueIsu-btn .issueEtc-next, .issueEtc-btn .issueCorner-prev, .issueEtc-btn .issueCorner-next, .issueEtc-btn .issuePost-prev, .issueEtc-btn .issuePost-next, .issueEtc-btn .issueIsu-prev, .issueEtc-btn .issueIsu-next, .issueEtc-btn .issueEtc-prev, .issueEtc-btn .issueEtc-next { background-size: auto 12px; transition: all 0.2s; width: 42px; height: 40px; display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: 0.4; border-radius: 5px; border: 1px solid #333; } .issueCorner-btn .issueCorner-prev:hover, .issueCorner-btn .issueCorner-next:hover, .issueCorner-btn .issuePost-prev:hover, .issueCorner-btn .issuePost-next:hover, .issueCorner-btn .issueIsu-prev:hover, .issueCorner-btn .issueIsu-next:hover, .issueCorner-btn .issueEtc-prev:hover, .issueCorner-btn .issueEtc-next:hover, .issuePost-btn .issueCorner-prev:hover, .issuePost-btn .issueCorner-next:hover, .issuePost-btn .issuePost-prev:hover, .issuePost-btn .issuePost-next:hover, .issuePost-btn .issueIsu-prev:hover, .issuePost-btn .issueIsu-next:hover, .issuePost-btn .issueEtc-prev:hover, .issuePost-btn .issueEtc-next:hover, .issueIsu-btn .issueCorner-prev:hover, .issueIsu-btn .issueCorner-next:hover, .issueIsu-btn .issuePost-prev:hover, .issueIsu-btn .issuePost-next:hover, .issueIsu-btn .issueIsu-prev:hover, .issueIsu-btn .issueIsu-next:hover, .issueIsu-btn .issueEtc-prev:hover, .issueIsu-btn .issueEtc-next:hover, .issueEtc-btn .issueCorner-prev:hover, .issueEtc-btn .issueCorner-next:hover, .issueEtc-btn .issuePost-prev:hover, .issueEtc-btn .issuePost-next:hover, .issueEtc-btn .issueIsu-prev:hover, .issueEtc-btn .issueIsu-next:hover, .issueEtc-btn .issueEtc-prev:hover, .issueEtc-btn .issueEtc-next:hover { opacity: 1; } .swiper-content-titbox { display: flex; flex-direction: row; align-items: flex-end; width: 100%; margin-bottom: 18px; font-family: "Noto Sans KR", sans-serif; position: relative; } .swiper-content-titbox .tit { font-size: 24px; font-weight: bold; letter-spacing: -1px; margin-right: 8px; } .swiper-content-titbox .right-btnbox { position: absolute; right: 0; bottom: -2px; } .issue-item:hover { border-color: #333; } .issue-item:hover .thumb img { scale: 1.04; } .issue-item:hover .btm-box .tit { color: #353fd5; } .issue-item:hover .btm-box .stxt { color: #000; } .issue-item { display: flex; flex-direction: column; position: relative; width: 100%; border: 1px solid #e2e6e9; box-sizing: border-box; transition: 0.3s ease; border-radius: 3px; } .issue-item .thumb { width: 100%; height: 162px; border-radius: 3px; overflow: hidden; position: relative; } .issue-item .thumb img { -o-object-fit: cover; object-fit: cover; transition: all 0.2s ease; } .issue-item .thumb .tag-area { position: absolute; top: 4px; right: 4px; width: 100%; display: flex; flex-direction: row; justify-content: flex-end; gap: 2px; } .issue-item .thumb .tag-area .cir-tag { font-family: "Noto Sans KR", sans-serif; width: 40px; height: 40px; font-size: 11px; line-height: 12px; font-weight: 400; background: gray; display: flex; align-items: center; justify-content: center; border-radius: 100%; box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.15); padding: 5px; text-align: center; color: #fff; position: relative; letter-spacing: -0.4px; } .issue-item .thumb .tag-area .cir-tag:after { position: absolute; content: ""; width: 36px; height: 36px; border-radius: 100%; border: 1px dotted rgba(255, 255, 255, 0.231372549); } .issue-item .thumb .tag-area .cir-tag.t-jae { background-color: #55bba4; } .issue-item .thumb .tag-area .cir-tag.t-isu { background-color: #f18f4e; } .issue-item .thumb .tag-area .cir-tag.t-spr { background-color: #e43c76; } .issue-item .thumb .tag-area .cir-tag.t-post { background-color: #3184e9; } .issue-item .thumb .tag-area .cir-tag.t-etc { background-color: #975fd7; } .issue-item .btm-box { height: 126px; padding: 14px 14px 18px; display: flex; flex-direction: column; font-family: "Noto Sans KR", sans-serif; } .issue-item .btm-box .tit { height: 42px; margin-bottom: 5px; font-size: 15px; color: #111; line-height: 130%; font-weight: 500; transition: all 0.3s; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .issue-item .btm-box .stxt { height: 42px; margin-bottom: 5px; font-size: 12px; color: #555; line-height: 120%; transition: all 0.2s; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 3; } .issuePostSwiper, .issueCornerSwiper, .issueIsuSwiper, .issueEtcSwiper { height: 290px; } .issuePostSwiper .swiper-slide, .issueCornerSwiper .swiper-slide, .issueIsuSwiper .swiper-slide, .issueEtcSwiper .swiper-slide { height: 290px; } .post-submain-mdbanner { margin-bottom: 60px; border: 1px solid #ccc; border-radius: 4px; overflow: hidden; } .post-submain-mdbanner a { display: block; position: relative; box-sizing: border-box; } .post-contentstats-wp { padding: 40px 0 60px 0; background: #555; } .post-contentstats-wp .post-stats { display: flex; flex-direction: column; align-items: center; } .post-contentstats-wp .post-stats .tit { font-family: "Noto Sans KR", sans-serif; display: inline-block; margin-bottom: 25px; padding-bottom: 12px; font-weight: 500; font-size: 200%; color: #fff; border-bottom: 1px solid #fff; width: -moz-max-content; width: max-content; } .post-contentstats-wp .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); width: 100%; margin-top: 12px; } .post-contentstats-wp .stats-grid .stats-item { display: flex; flex-direction: column; align-items: center; } .post-contentstats-wp .stats-grid .stats-item .fa-solid { color: #fff; font-size: 300%; } .post-contentstats-wp .stats-grid .stats-item .count { font-size: 45px; margin-top: 10px; margin-bottom: 10px; padding: 0; color: #fa4b2a; font-weight: bold; } .post-contentstats-wp .stats-grid .stats-item strong { color: #ddd; font-weight: 500; }