@import url(https://webfontworld.github.io/amore/AritaBuri.css);@import url(https://webfontworld.github.io/amore/AritaDotum.css);.room-wrapper{width:100vw;height:100vh;height:calc(var(--vh, 1vh)*100);display:flex;justify-content:center;overflow:hidden}.room{width:100%;height:100%;display:flex}.room .mobile{display:none}.room section{height:100%}.room section:first-of-type{flex:1 1;z-index:1}.room section:last-of-type{width:400px;padding:26px 43px;box-shadow:0 6px 10px 0 rgba(17,17,17,.1);box-sizing:border-box;overflow:scroll}.room section:last-of-type>*{margin-bottom:24px}.room .room__header{height:52px;padding-right:30px;display:flex;align-items:center;background-color:#fff;border-bottom:1px solid #ececec}.room .room__back-btn{width:52px;height:100%;background-color:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.room .room__back-btn img{width:12px;height:12px;vertical-align:bottom;display:inline-block}.room .room__back-btn:hover{opacity:.5}.room .room__header__title{margin-left:12px;font-size:14px;font-weight:700}.room .room__infos{margin-left:auto;display:flex;align-items:center}.room .room__infos hr{margin:0 15px;width:1px;height:11px;background-color:#000;border:none}.room .room__info{font-size:14px;font-weight:500;white-space:pre}.room .room__survey{height:100%;overflow:auto;position:relative;padding-top:56.25%}.room .room__survey>div{position:absolute;top:0;left:0;width:100%!important}.room .room__player{position:relative;margin-top:30px;padding-top:56.25%}.room .room__player .react-player{position:absolute;top:0;left:0;width:100%!important;height:100%!important}.room .room__player video{outline:none}.room .room__file__material{padding:16px 20px;display:flex;align-items:center;font-size:14px;border-radius:5px;background-color:#f8f8f8;cursor:pointer}.room .room__file__material img{margin-left:auto;height:15px}.room .room__file__material:hover>*{opacity:.5}.room .room__file__title,.room .room__list__title{margin-bottom:15px;font-size:18px;font-weight:700}.room .room__chapters{margin-bottom:15px}.room .room__chapter{padding:12px 13px;display:flex;align-items:center;border-radius:5px;background-color:#f8f8f8;cursor:pointer;-webkit-user-select:none;user-select:none;margin-top:6px}.room .room__chapter:hover>*{opacity:.5}.room .room__chapter__number{width:28px;height:28px;line-height:28px;text-align:center;background-color:#fff;border-radius:14px}.room .room__chapter__title{margin-left:9px;font-size:13px}.room .room__chapter--disabled{background-color:#a9a9a9;cursor:default;opacity:.5}.room .room__chapter--disabled:hover>*{opacity:1}.room .room__chapter__fold{margin-left:auto;font-size:9px}.room .room__chapter__fold img{width:7px}.room .room__chapter__button--done{font-weight:500;color:#a2a2a2;pointer-events:none}.room .room__chapter__button--current{font-weight:700;color:#f24462;pointer-events:none}.room .room__chapter__button--disabled{background-color:#a9a9a9;pointer-events:none;opacity:.5}.room .room__sections{margin:17px 0 24px;padding-left:23px}.room .room__section{display:flex;font-size:14px;cursor:pointer}.room .room__section:hover{opacity:.5}.room .room__section--done{font-weight:500;color:#a2a2a2}.room .room__section--current{font-weight:700;color:#f24462;pointer-events:none}.room .room__section--disabled{pointer-events:none;opacity:.5}.room .room__section+.room__section{margin-top:11px}.room .room__section__length{margin-left:auto;font-weight:500;color:#a2a2a2}@media screen and (max-width:767px){.room{flex-direction:column}.room .pc{display:none}.room .mobile{display:block}.room .room__header{padding-right:0}.room .room__header__title{margin-left:0;flex:1 1;text-align:center;white-space:pre;text-overflow:ellipsis;overflow:hidden}.room .room__mobile__title{margin-bottom:9px;font-size:14px;font-weight:700;white-space:pre}.room .room__infos{display:none}.room .mobile .room__infos{display:block}.room .mobile .room__infos hr{visibility:hidden;height:3px}.room .room__info{font-size:11px}.room .room__info+.room__info{margin-top:3px}.room .room__menus,.room .room__menus__button--container{display:flex;align-items:center;height:100%}.room .room__menus__button--container{width:52px;justify-content:center;cursor:pointer}.room .room__menus__list{position:fixed;z-index:1000;top:52px;left:0;width:100%;height:calc(70vh - 52px);display:flex;flex-direction:column;background-color:#fff}.room .room__menus__list section{height:100%;width:100%}.room .room__menus__list section:first-of-type{padding:21px 23px;border-bottom:1px solid #ececec}.room .room__menus__list section:nth-of-type(2){padding:34px 23px;box-shadow:0 6px 10px 0 rgba(17,17,17,.3);overflow:auto}.room .room__survey{height:100%}.room .room__player{margin-top:22px}.room .room__file__title,.room .room__list__title{margin-bottom:13px;font-size:16px}}.Loading{height:100%;width:100%;font-family:Helvetica;justify-content:center}.Loading,.Loading .loader{display:flex;align-items:center}.Loading .loader{height:100%;height:30px;width:70px;opacity:.6}.Loading .loader--dot{-webkit-animation-name:loader;animation-name:loader;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;height:10px;width:10px;border-radius:100%;background-color:#000;position:absolute;border:1px solid #fff}.Loading .loader--dot:first-child{background-color:#8cc759;-webkit-animation-delay:.5s;animation-delay:.5s}.Loading .loader--dot:nth-child(2){background-color:#8c6daf;-webkit-animation-delay:.4s;animation-delay:.4s}.Loading .loader--dot:nth-child(3){background-color:#ef5d74;-webkit-animation-delay:.3s;animation-delay:.3s}.Loading .loader--dot:nth-child(4){background-color:#f9a74b;-webkit-animation-delay:.2s;animation-delay:.2s}.Loading .loader--dot:nth-child(5){background-color:#60beeb;-webkit-animation-delay:.1s;animation-delay:.1s}.Loading .loader--dot:nth-child(6){background-color:#fbef5a;-webkit-animation-delay:0s;animation-delay:0s}.Loading .loader_text{display:flex;width:100%}.Loading .loader_text .loader_t-text{margin:auto;color:#fff}.Loading .loader_text .loader_t-text:after{content:"Loading";font-weight:700;-webkit-animation-name:loading-text;animation-name:loading-text;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes loader{5%{-webkit-transform:translateX(0);transform:translateX(0)}35%{-webkit-transform:translateX(70px);transform:translateX(70px)}65%{-webkit-transform:translateX(70px);transform:translateX(70px)}95%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes loader{5%{-webkit-transform:translateX(0);transform:translateX(0)}35%{-webkit-transform:translateX(70px);transform:translateX(70px)}65%{-webkit-transform:translateX(70px);transform:translateX(70px)}95%{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes loading-text{0%{content:"Loading"}25%{content:"Loading."}50%{content:"Loading.."}75%{content:"Loading..."}}@keyframes loading-text{0%{content:"Loading"}25%{content:"Loading."}50%{content:"Loading.."}75%{content:"Loading..."}}.footer_wrap{padding:58px 0 50px;background-color:hsla(0,0%,87.5%,.11);box-sizing:border-box}.footer_wrap .inner_wrap{display:flex;justify-content:space-between}.footer_wrap .inner_wrap h4{display:flex;align-items:center;height:24.3px;margin-bottom:17px;font-size:12px;font-weight:500}.footer_wrap .footer_info{width:553px}.footer_wrap .footer_info .footer_nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.footer_wrap .footer_info .footer_nav .footer_logo{width:31px;margin-bottom:0;font-size:0}.footer_wrap .footer_info .footer_nav .footer_logo img{width:100%}.footer_wrap .footer_info .footer_nav ul{display:flex;align-items:center;font-size:12px;font-weight:500;width:470px}.footer_wrap .footer_info .footer_nav ul li{position:relative;min-width:82px;padding:0 18px;text-align:center}.footer_wrap .footer_info .footer_nav ul li:before{position:absolute;top:50%;right:0;content:"|";-webkit-transform:translateY(-50%);transform:translateY(-50%)}.footer_wrap .footer_info .footer_company_information{display:block;font-size:10px;font-weight:300;letter-spacing:-.19px;color:rgba(0,0,0,.69)}.footer_wrap .footer_info .footer_company_information .copyright{margin-top:10px}.footer_wrap .footer_channels ul li{margin-bottom:2px}.footer_wrap .footer_channels ul li a{font-size:12px;font-weight:400;color:#bebebe}.footer_wrap .footer_channels ul li:last-child{margin:0}.footer_wrap .footer_service_center .inquiry_btn{display:block;width:277px;margin-bottom:6px;border-radius:4px;background-color:hsla(0,0%,84.7%,.18)}.footer_wrap .footer_service_center .inquiry_btn a{display:block;padding:11px 0;text-align:center;font-size:14px;font-weight:700;color:#000}.footer_wrap .footer_service_center>p{font-size:12px;color:#a2a2a2}.footer_wrap .footer_mobile_company_information,.footer_wrap .footer_mobile_service_center{display:none}@media screen and (max-width:767px){.footer_wrap{padding:30px 0 38px}.footer_wrap .inner_wrap{flex-direction:column}.footer_wrap .inner_wrap h4{margin-bottom:4px;font-size:11px;letter-spacing:-.41px;color:#a2a2a2}.footer_wrap .footer_info{width:100%}.footer_wrap .footer_info .footer_nav{flex:1 1;margin-bottom:21px}.footer_wrap .footer_info .footer_nav .footer_logo{display:none}.footer_wrap .footer_info .footer_nav ul{flex:1 1}.footer_wrap .footer_info .footer_nav ul li{min-width:39px;padding:0 8px;font-size:11px;letter-spacing:-.41px;color:#a2a2a2}.footer_wrap .footer_info .footer_nav ul li:first-child{padding-left:0;text-align:left}.footer_wrap .footer_info .footer_nav ul li:last-child{padding-right:0;text-align:right}.footer_wrap .footer_info .footer_company_information,.footer_wrap .footer_info .footer_nav ul li:last-child:before{display:none}.footer_wrap .footer_channels{margin-bottom:22px}.footer_wrap .footer_channels ul{overflow:hidden}.footer_wrap .footer_channels ul li{float:left;width:33.33%;font-size:11px;letter-spacing:-.41px}.footer_wrap .footer_channels ul li:nth-child(3n){text-align:right}.footer_wrap .footer_channels ul li:nth-child(3n-1){text-align:center}.footer_wrap .footer_service_center{display:none}.footer_wrap .footer_mobile_company_information{display:block;line-height:1.5;font-size:10px;font-weight:300;letter-spacing:-.38px;color:rgba(0,0,0,.69)}.footer_wrap .footer_mobile_service_center{display:block;padding:20px 0}.footer_wrap .footer_mobile_service_center .inquiry_btn{display:block;width:100%;margin-bottom:6px;border-radius:4px;background-color:hsla(0,0%,84.7%,.18)}.footer_wrap .footer_mobile_service_center .inquiry_btn a{display:block;padding:11px 0;text-align:center;font-size:14px;font-weight:700;color:#000}.footer_wrap .footer_mobile_service_center>p{font-size:12px;color:#a2a2a2}}.locale-select .MuiSelect-select{padding-right:36px!important}.locale-select .MuiSelect-select:before{display:inline-block;vertical-align:middle;content:"";margin-right:14px;width:14px;height:14px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAMAAADyHTlpAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABIUExURUdwTOrq6u3t7e3t7e3t7e3t7e7u7u3t7e7u7u7u7u7u7u7u7u7u7uzs7O3t7e7u7u7u7u7u7u7u7u7u7vHx8fPz8/X19fj4+JK+KY4AAAATdFJOUwAKzHibI+AY9V7C64Y0aUms07W55+xUAAACBUlEQVQ4y31VWZaEIAxENkEEFxK9/00n4AZoT376aZdFZSsYq6JTVnIXjePSqo79jl4MBmIKiABmEP0v4KhhA9zBpCD8Bnr8BFuNgOBmYSfvAz/IUds3pSRcHEKfBQZt4hEYZUOsBjp6sWci06k4xzaoCsk3gOdzucUiNl5g+wGjC8/zvMcKOzwaiAVkcciIscbef9qUqxP9XfIpNgFnHXqdSdCtchRT0tWtWwPVfX3ctu07VZ3IvW4k4HiQQkWwiyTBNdhMK5qXeybwS60BiaAbnndAEVd1ToTBqmAdU+Z+5KMI1t918HNJaxSzt1Kt2sEQUNVL3mr4a+C6pcBKxh/oe+rLDnPm7szn9wyPRRkcy1k5GvvFf4x7mRdL+Yi+9/5r6ZQrxCYB9vdiig0eATzCdHG8qsW6UUe80pIxN53aMzvNabbCVElRPhwqJLUA53O+gTYxBfcfnaAWKAMu1d4/q5f6/UqOGkvjAqFZPdOItu74XCDSjzdlCRsFHcc0hGm00bK1mtqpYYVzY0YELupVkrXzLHAsTLsxWYEM5FzXpEnEcw2rTl9FILhxa9YcyELtt/EUG5mOtQYey8hG9BGoiTUYwMKIkr19IGksyUuhsrdsmi8o7ZpdEBrTTFYcGxEw2oFs+2XFp8HXFYv4afDXtVHS/rw2qssoIf+5jJ4rznxecX+uxkJ0a9ZHhAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-size:contain}.locale-select fieldset{border-color:#ececec!important;border-width:1px!important;outline:none}.header_wrap{padding:22px 0 0;border-bottom:1px solid #ececec;box-sizing:border-box}.header_wrap .nav_wrap{display:flex;justify-content:space-between;align-items:center}.header_wrap .logo{width:169px;font-size:0}.header_wrap .logo a{display:block}.header_wrap .logo img{width:100%;height:100%}.header_wrap .locale-select{margin-left:auto;margin-right:12px}.header_wrap .search_control_wrap{width:100%;position:fixed;left:0;top:76px;z-index:10;display:flex;justify-content:center;background-color:#fff;border-bottom:1px solid #ececec;box-sizing:border-box;height:auto;min-height:200px;transition:all .3s ease-in-out;overflow:hidden;padding:32px 0;flex-direction:column;items-align:center}.header_wrap .search_control_wrap .search_wrap_close_wrap{position:relative;width:760px;height:20px;margin:0 auto}.header_wrap .search_control_wrap .search_wrap_close_wrap .search_wrap_close{display:block;padding:4px 12px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:14px;position:absolute;bottom:0;right:150px}.header_wrap .search_control_wrap .search_control_inner_wrap{padding:30px 400px 30px 190px;width:1200px;max-height:400px;transition-delay:.1s;transition:height .3s ease-in-out;overflow:hidden!important;display:flex;flex-direction:column;justify-content:space-between;grid-row-gap:50px;row-gap:50px;margin:0 auto}.header_wrap .search_control_wrap .search_control_inner_wrap .divider{margin-top:auto;width:100%;height:1px;background-color:#bebebe}.header_wrap .search_control_wrap .search_control_inner_wrap .search_control_recent_words_title_wrap{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.header_wrap .search_control_wrap .search_control_inner_wrap .search_control_recent_words_title_wrap button{font-size:12px;color:#bebebe;margin-right:12px}.header_wrap .search_control_wrap .search_control_inner_wrap .search_control_recent_words_list{display:flex;flex-direction:column;grid-row-gap:8px;row-gap:8px;font-size:14px;color:#333;height:130px;overflow-y:scroll}.header_wrap .search_control_wrap .search_control_inner_wrap .search_control_recent_words_list li{display:flex;align-items:center;justify-content:space-between}.header_wrap .search_control_wrap .search_control_inner_wrap .search_control_recent_words_list li button{font-size:0;width:8px;height:8px;color:#bebebe;margin-right:12px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAVUExURUdwTAAAAAAAAAAAAAAAAAAAAAAAAO0EbHoAAAAGdFJOUwCdAdRXFnQiYHsAAACYSURBVCjPXdDBDQIxDETRERINcODMNrFnetgKEMj9l0Bsr9czzjF6UiYf9oCcw2CfF9/cd8NT2WE/bMIWeuMmzBGEBYKwRMxOxKxQsws1a1SMUDFGyQQlUxRMUbCBnA3kz82867mR1zeNvL5J88ZwzZvDheVwZvU7YvW7Zp3gYp2gGHc6GXdKpjGDacxgI+ZiGDEXw4y5ff/SVDxAPzBYPAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:50%;background-color:transparent;background-size:14px;opacity:.3}.header_wrap .search_control_wrap .search_control_inner_wrap .search_control_keyword_wrap h3{margin-bottom:12px}.header_wrap .search_control_wrap .search_control_inner_wrap .search_control_keyword_wrap .search_control_keyword_list{display:flex;flex-direction:row;grid-column-gap:24px;-webkit-column-gap:24px;column-gap:24px;font-size:14px}.header_wrap .search_control_wrap .search_control_inner_wrap .search_control_keyword_wrap .search_control_keyword_list button{padding:4px 8px;border-radius:4px;background-color:#ececec}.header_wrap .search_control_wrap.hidden{border:none;transition:all .3s ease-in-out;height:0;min-height:0;padding:0;overflow:hidden}.header_wrap .search_control_wrap.hidden>.search_control_inner_wrap{height:0}.header_wrap .header_top_nav{margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;position:relative}.header_wrap .header_top_nav .search_wrap{width:100%;max-width:400px;margin-left:24px;display:flex;align-items:center;justify-content:space-between;transition:max-width .1s ease-in-out}.header_wrap .header_top_nav .search_wrap .search_cancel_btn{font-size:14px;display:block;width:32px;opacity:0}.header_wrap .header_top_nav .search_wrap.active{max-width:600px;transition:max-width .3s ease-in-out}.header_wrap .header_top_nav .search_wrap.active .search_cancel_btn{opacity:1;transition:opacity .1s ease-in-out;transition-delay:.3s;padding:0 8px;min-width:80px}@media screen and (max-width:767px){.header_wrap .header_top_nav .search_wrap{display:none}}.header_wrap .header_top_nav .search_wrap .search_input_wrap{background:hsla(0,0%,92.5%,.5019607843);border-radius:20px;overflow:hidden;width:100%;height:44px;display:flex;align-items:center;padding:16px 16px 15px}.header_wrap .header_top_nav .search_wrap .search_input_wrap img{display:block}.header_wrap .header_top_nav .search_wrap .search_input_wrap input{width:100%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJRSURBVHgBxVaNmZpAEB2wATuIHYRUAGoBdx2oFYSrIFrBeRXodaAFKHQQ0gHpwAbUvCezF2KWRQ7Oe9/nNysM83Z2dn48cSBJkj5EcDqdJp7nRVj39Udk5/M5h9z6vp8Oh8NcGsBzkP6A4bhEZJBfbeAC6K6xgcWtG/AshAN4uIGHX/VRivUrZdmonkYEwkfIidkUdJ+gt5EmxDAWwFBCbyB/wYMYRtI6I9ws9OdmAyCf47vFTcT68U8pjvBlNBrF0hC73S4G6TPXvV5vGobha5WubxYlTxfvISXG4/ESxDOuj8fjks44iXmRIKiU4+O5tACOeA3xIoUTK3ERQ2FKid0OpQMwxhAH/CI4Fdl0fMRlKoW326a5WAXYOcAZei166/8nNi8ga1OgCZARS10+VLz3v+gikw5Br6UoNgPbJWOMA1XslFiRq+zbiO8BK/FBPgFvxK5kb4FAZWYj3nKBxvAoHYJ1X4ojzvSi/UuMZL+kEeSDdAiUzFjtWi+tr93HWWWagmFDeob619qlTMl8UrnSPtsK8HYOMYC366pqeCFGY1hDpFRGrFfSAmw48JZ9OZcKb4nrfszWOJBi6pg1rd2w8azjEmP7zVWU3goISbQ75VKMNIk2kFsIo/1+nxhSAif33fWNdeYqjzHcCIxsMVFs5G8JJBiWQLMh4gMzLmkfpp0N/s9s6VQ5ZdJbGJ0YozXI2QY5gZQ2b8KW8SSvyb06izp1sriEMNBXY+y3DM1v1gHbQFhHXkvcBi7yDyV2kX84cRX5XYgt5OndiK/I5Q8Ne1mC6WF0/wAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-size:16px 16px;background-position-x:0;background-position-y:2px;background-color:transparent;border:none;font-size:14px;outline:none;padding-left:20px}.header_wrap .header_top_nav .user_nav{display:flex;font-size:12px}.header_wrap .header_top_nav .user_nav>li{position:relative;padding:0 17px;line-height:1;letter-spacing:-.23px;cursor:pointer}.header_wrap .header_top_nav .user_nav>li:last-child{padding-right:0}.header_wrap .header_top_nav .user_nav>li:before{position:absolute;top:50%;right:0;content:"|";-webkit-transform:translateY(-50%);transform:translateY(-50%)}.header_wrap .header_top_nav .user_nav>li:hover{font-weight:500}.header_wrap .header_top_nav .user_nav>li.my_page_nav:hover .my_page_options{display:block}.header_wrap .header_top_nav .user_nav>li:last-child:before{display:none}.header_wrap .header_top_nav .logged_in_nav{position:relative;display:flex;align-items:center;font-size:12px;font-weight:500;letter-spacing:-.23px;color:#000;cursor:pointer}.header_wrap .header_top_nav .logged_in_nav .user_profile{width:28px;height:28px;margin-right:22px;border-radius:50%}.header_wrap .header_top_nav .logged_in_nav .user_message{display:flex;align-items:center;max-width:240px}.header_wrap .header_top_nav .logged_in_nav .user_message img{width:7px;margin-left:16px}.header_wrap .header_top_nav .logged_in_nav .user_drop_down_menu{position:absolute;top:39px;right:0;width:165px;padding:12px 19px;border-radius:5px;border:1px solid #e5e5e5;background-color:#fff;box-sizing:border-box;z-index:11}.header_wrap .header_top_nav .logged_in_nav .user_drop_down_menu li{padding:10px 0;border-bottom:1px solid #ececec;text-align:center}.header_wrap .header_top_nav .logged_in_nav .user_drop_down_menu li a{display:block;max-height:18px;line-height:1.75}.header_wrap .header_top_nav .logged_in_nav .user_drop_down_menu li:last-child{border-bottom:0}.header_wrap .header_top_nav .logged_in_nav .user_drop_down_menu .notice__list a{position:relative}.header_wrap .header_top_nav .logged_in_nav .user_drop_down_menu .notice__list span{position:absolute}.header_wrap .header_top_nav .logged_in_nav .user_drop_down_menu .recent-board-count{display:inline-block;width:18px;height:18px;margin-left:5px;border-radius:50%;background-color:hsla(0,0%,90.2%,.75)}.header_wrap .header_top_nav .my_page_options{display:none;position:absolute;top:0;left:0;padding-top:20px;white-space:nowrap;z-index:2}.header_wrap .header_top_nav .my_page_options ul{border-radius:4px;border:1px solid #e4e4e4;font-weight:400;background:#fff}.header_wrap .header_top_nav .my_page_options ul li{padding:4px 10px}.header_wrap .header_top_nav .my_page_options ul li:hover{font-weight:500}.header_wrap .header_top_nav .user_mobile_nav_btn{display:none}.header_wrap .header_bottom_nav{display:flex;flex-direction:row;grid-column-gap:1.5rem;-webkit-column-gap:1.5rem;column-gap:1.5rem}.header_wrap .header_bottom_nav a{font-size:16px;font-weight:700}.header_wrap .header_bottom_nav .instructor_link{min-width:100px}.header_wrap .header_bottom_nav ul.global_nav_wrap{display:flex;flex-direction:row;justify-content:space-between;width:100%}.header_wrap .header_bottom_nav ul.global_nav_wrap .global_nav{display:flex;height:54px}.header_wrap .header_bottom_nav ul.global_nav_wrap .global_nav .dropdown__menu .dropdown-list__menu{display:none;position:absolute;z-index:1;width:-webkit-max-content;width:max-content;margin-top:.15625rem;border:1px solid #ccc;padding:5px 0;border-radius:5px}.header_wrap .header_bottom_nav ul.global_nav_wrap .global_nav .dropdown__menu:hover .dropdown-list__menu{display:block;background-color:#fff;pointer-events:auto}.header_wrap .header_bottom_nav ul.global_nav_wrap .global_nav .dropdown__menu:hover .dropdown-list__menu .dropdown-list{pointer-events:auto}.header_wrap .header_bottom_nav ul.global_nav_wrap .global_nav .dropdown-list{pointer-events:none;padding:0 .5rem;margin:0;height:2.5rem;transition:background-color .2s ease-in-out}.header_wrap .header_bottom_nav ul.global_nav_wrap .global_nav .dropdown-list:hover{border:none!important}.header_wrap .header_bottom_nav ul.global_nav_wrap .global_nav .dropdown-list a{justify-content:flex-start;padding:.375rem .5rem;font-weight:400;align-items:normal;height:2.5rem!important;line-height:1.9rem;transition:background-color .2s ease-in-out}.header_wrap .header_bottom_nav ul.global_nav_wrap .global_nav .dropdown-list a:hover{border-radius:5px;background-color:hsla(0,0%,65.1%,.1);transition:background-color .2s ease-in-out}@media screen and (max-width:767px){.header_wrap .header_bottom_nav ul.global_nav_wrap .global_nav .dropdown-list__menu.mobile{left:0;margin-top:0;position:fixed;top:7.2rem;width:100vw;padding:.375rem 1rem;border:0;border-top:1px solid #ececec;border-radius:0 0 5px 5px;box-shadow:0 70px 80px 0 rgba(0,0,0,.25)}.header_wrap .header_bottom_nav ul.global_nav_wrap .global_nav .dropdown-list__menu.mobile .dropdown-list{margin:0!important;padding:1px 0!important}}.header_wrap .header_bottom_nav ul.global_nav_wrap .global_nav li{position:relative;margin-right:85px;letter-spacing:-.3px;box-sizing:border-box;padding-bottom:2px}.header_wrap .header_bottom_nav ul.global_nav_wrap .global_nav li a{display:flex;justify-content:center;align-items:center;height:100%}.header_wrap .header_bottom_nav ul.global_nav_wrap .global_nav li.isActive{padding-bottom:0;border-bottom:2px solid #000}.header_wrap .header_bottom_nav ul.global_nav_wrap .global_nav li.isActive.isGov{border-bottom:2px solid #f24462}.header_wrap .header_bottom_nav ul.global_nav_wrap .global_nav li:hover:not(.isActive){padding-bottom:0;border-bottom:2px solid #000}.header_wrap .header_bottom_nav ul.global_nav_wrap .global_nav li:hover.isGov:not(.isActive){padding-bottom:0;border-bottom:2px solid #f24462}.header_wrap .header_bottom_nav ul.global_nav_wrap .global_nav.gov li{margin-right:0}.header_wrap .mobile_user_nav_modal{display:none}@media screen and (max-width:767px){.header_wrap{height:auto;padding:0;border-bottom:0}.header_wrap.isFixed{position:-webkit-sticky;position:sticky;top:0;left:0;width:100%;background:#fff;z-index:8}.header_wrap .inner_wrap{padding:0}.header_wrap .logo{width:114px}.header_wrap .header_top_nav{margin:0;padding:15px 24px 11px;border-bottom:1px solid #ececec}.header_wrap .header_top_nav .logged_in_nav,.header_wrap .header_top_nav .user_nav{display:none}.header_wrap .header_top_nav .user_mobile_nav_btn{display:block;width:14px;cursor:pointer}.header_wrap .header_top_nav .user_mobile_nav_btn img{width:100%}.header_wrap .header_bottom_nav{padding:0 24px;overflow-x:scroll;-ms-overflow-style:none;scrollbar-height:none}.header_wrap .header_bottom_nav::-webkit-scrollbar{display:none}.header_wrap .header_bottom_nav a{font-weight:400}.header_wrap .header_bottom_nav ul.global_nav_wrap #gov{display:none}.header_wrap .header_bottom_nav ul.global_nav_wrap .global_nav{flex:1 1}.header_wrap .header_bottom_nav ul.global_nav_wrap .global_nav li{min-width:15%;white-space:nowrap;margin-right:8px;padding:13px 8px 2px;margin-bottom:7px;font-size:13px;letter-spacing:-.56px;text-align:center;cursor:pointer}.header_wrap .header_bottom_nav ul.global_nav_wrap .global_nav li:first-child{margin-left:0;padding-left:0}.header_wrap .header_bottom_nav ul.global_nav_wrap .global_nav li.isActive:before{position:absolute;bottom:0;left:0;height:2px;background-color:#000}.header_wrap .header_bottom_nav ul.global_nav_wrap .global_nav li:focus:not(.isActive):before{display:none}.header_wrap .header_bottom_nav ul.global_nav_wrap .global_nav li:hover:not(.isActive){border:none;padding-bottom:2px}.header_wrap .header_bottom_nav ul.global_nav_wrap .global_nav li:last-child{margin-right:4rem}.header_wrap .header_bottom_nav .instructor_link{display:none}}.dimmed{position:fixed;top:100px;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1;opacity:1;transition:opacity .1s ease-in-out}.dimmed.hidden{opacity:0;transition:opacity .2s ease-in-out}.complete_wrap{position:relative;overflow:hidden}.complete_wrap .complete_wrap-diagonal1{position:absolute;width:306px;height:268px;right:0;top:30px}.complete_wrap .complete_wrap-diagonal2{position:absolute;width:125px;height:121px;right:0;top:180px}.complete_wrap .complete_wrap-diagonal3{position:absolute;width:418px;height:319px;left:0;top:270px}.complete_wrap .inner_wrap{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding-top:108px;padding-bottom:300px;box-sizing:border-box}.complete_wrap .status_title{font-size:28px;letter-spacing:-.47px;text-align:center;color:#000}.complete_wrap .order_number{font-size:16px;letter-spacing:-.3px}.complete_wrap .order_number strong{margin-right:15px;color:#000}.complete_wrap .order_number span{font-weight:500;color:#f24462}.complete_wrap .message{line-height:1.5;font-size:16px;font-weight:500;letter-spacing:-.7px;text-align:center;color:#000}.complete_wrap .link_to{display:block;width:100%;border-radius:5px;background-color:#f24462}.complete_wrap .link_to a{display:block;padding:18px 0 19px;font-size:14px;font-weight:500;letter-spacing:-.4px;text-align:center;color:#fff}.complete_wrap .order_complete_wrap .status_title{margin-bottom:18px}.complete_wrap .order_complete_wrap .order_number{margin-bottom:28px}.complete_wrap .order_complete_wrap .deposit_info_wrap{padding-top:24px;border-top:1px solid #ececec}.complete_wrap .order_complete_wrap .deposit_info_wrap h4{margin-bottom:14px}.complete_wrap .order_complete_wrap .deposit_info_wrap .transaction_info{padding:21px 57px;border-radius:2px;border:1px solid #ececec;box-sizing:border-box;font-size:16px;font-weight:500;letter-spacing:-.3px;color:#000}.complete_wrap .order_complete_wrap .deposit_info_wrap .transaction_info>p{display:flex;justify-content:space-between}.complete_wrap .order_complete_wrap .deposit_info_wrap .transaction_info .label{margin-right:13px;font-weight:700}.complete_wrap .order_complete_wrap .order_message{padding:41px 0 61px}.complete_wrap .order_complete_wrap .order_message strong{margin-right:1px;color:#f24462}.complete_wrap .payment_complete_wrap .status_title{margin-bottom:42px}.complete_wrap .payment_complete_wrap .order_number{margin-bottom:11px}.complete_wrap .payment_complete_wrap .payment_message{margin-bottom:83px}@media screen and (max-width:767px){.complete_wrap .complete_wrap-diagonal1{position:absolute;top:-30px;width:144px;height:131px}.complete_wrap .complete_wrap-diagonal2{position:absolute;width:43px;height:49px;top:60px}.complete_wrap .complete_wrap-diagonal3{position:absolute;width:106px;height:95px;top:100px}.complete_wrap .inner_wrap{width:100%;padding:44px 25px 137px}.complete_wrap .status_title{font-size:18px;letter-spacing:-.71px}.complete_wrap .order_number{font-size:14px;font-weight:700;letter-spacing:-.55px}.complete_wrap .order_number strong{margin-right:7px}.complete_wrap .message{font-size:14px;font-weight:500;letter-spacing:-.55px}.complete_wrap .link_to a{padding:16px 0 14px;border-radius:5px;font-size:12px;letter-spacing:-.34px}.complete_wrap .order_complete_wrap .status_title{margin-bottom:6px}.complete_wrap .order_complete_wrap .order_number{margin-bottom:33px}.complete_wrap .order_complete_wrap .deposit_info_wrap{padding-top:0;border-top:0}.complete_wrap .order_complete_wrap .deposit_info_wrap h4{display:none;margin-bottom:14px}.complete_wrap .order_complete_wrap .deposit_info_wrap .transaction_info{padding:26px;font-size:14px;letter-spacing:-.26px}.complete_wrap .order_complete_wrap .deposit_info_wrap .transaction_info>p{display:flex;justify-content:space-between}.complete_wrap .order_complete_wrap .deposit_info_wrap .transaction_info .label{width:60px;margin-right:21px}.complete_wrap .order_complete_wrap .order_message{padding:24px 0 147px}.complete_wrap .payment_complete_wrap .status_title{margin-bottom:6px}.complete_wrap .payment_complete_wrap .order_number{margin-bottom:18px}.complete_wrap .payment_complete_wrap .payment_message{margin-bottom:72px}}#popup-root .popup-content{z-index:0;padding:91px 69px 69px;box-sizing:border-box;width:auto;min-width:438px;text-align:center;border:none;border-radius:5px;overflow:auto}#popup-root .popup-close{position:absolute;z-index:1;top:38px;right:30px;width:15px;cursor:pointer}#popup-root .popup-diagonals{pointer-events:none}#popup-root .popup-diagonal{position:absolute;z-index:-1}#popup-root .popup-diagonal-left{top:50%;left:0}#popup-root .popup-diagonal-right-top{top:calc(50% - 90px);right:0}#popup-root .popup-diagonal-right-bottom{top:50%;right:0}#popup-root .popup-title{font-size:20px;font-weight:700}#popup-root .popup-title+.popup-buttons,#popup-root .popup-title+.popup-msg{margin-top:28px}#popup-root .popup-msg{font-size:14px;font-weight:500;white-space:pre-wrap}#popup-root .popup-msg+.popup-buttons,#popup-root .popup-msg+button{margin-top:67px}#popup-root .popup-buttons{display:flex}#popup-root button{padding:19px 0;width:100%;font-size:14px;font-weight:500;color:#fff;background-color:#f24462;border:none;border-radius:5px;outline:none;cursor:pointer}#popup-root button+button{margin-left:6px}#popup-root .popup-button--cancel{background-color:#999}@media screen and (max-width:767px){#popup-root .popup-content{min-width:unset;max-width:100vw;max-height:80vh;padding:50px 30px 33px;position:relative}#popup-root .popup-close{width:12px;top:19px;right:15px}#popup-root .popup-msg{font-size:12px}#popup-root .popup-buttons{flex-direction:column-reverse}#popup-root button+button{margin-left:0;margin-bottom:8px}#popup-root .mobile-popup-content{margin-bottom:0!important;width:100vw;border-radius:33px 33px 0 0}#popup-root .mobile-popup-content .popup-close{width:15px;top:32px;right:30px}}.enrolment_wrap{display:flex;justify-content:center}.enrolment_wrap .inner_wrap{display:flex;flex-direction:column;padding:65px 16px 200px}.enrolment_wrap .inner_wrap h3{margin-bottom:22px;font-size:20px;letter-spacing:-.33px;color:#000}.enrolment_wrap .inner_wrap .content-wrap{width:100%;max-width:960px;padding:0 1rem}.enrolment_wrap .inner_wrap .content-wrap .enrolment_loggedInUserInfo_wrap{margin-bottom:32px}.enrolment_wrap .inner_wrap .content-wrap .enrolment_loggedInUserInfo_wrap .enrolment_list_box{padding:26px 20px;border-radius:5px;border:1px solid #ececec}.enrolment_wrap .inner_wrap .content-wrap .enrolment_loggedInUserInfo_wrap .enrolment_list{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px;text-align:right}.enrolment_wrap .inner_wrap .content-wrap .enrolment_loggedInUserInfo_wrap .enrolment_list h4{flex:1 1;padding-right:40px;font-size:14px;letter-spacing:-.25px;text-align:left;color:#000}.enrolment_wrap .inner_wrap .content-wrap .enrolment_loggedInUserInfo_wrap .enrolment_list .price_box{display:flex;flex-direction:column}.enrolment_wrap .inner_wrap .content-wrap .enrolment_loggedInUserInfo_wrap .enrolment_list .price_box .price{font-size:16px;font-weight:700;letter-spacing:-.3px;color:#000}.enrolment_wrap .inner_wrap .content-wrap .enrolment_loggedInUserInfo_wrap .enrolment_list .price_box .price.hasDiscount{font-size:12px;font-weight:500;letter-spacing:-.34px;color:#bebebe;text-decoration:line-through}.enrolment_wrap .inner_wrap .content-wrap .enrolment_loggedInUserInfo_wrap .enrolment_list .price_box .discounted_price{font-size:16px;letter-spacing:-.3px;color:#000}.enrolment_wrap .inner_wrap .content-wrap .enrolment_loggedInUserInfo_wrap .coupon_select_wrap .coupon_select_box{position:relative;display:flex;justify-content:space-between;align-items:center;width:276px;padding:14px 17px;border-radius:5px;border:1px solid #ececec;box-sizing:border-box;font-size:12px;letter-spacing:-.48px;color:#000}.enrolment_wrap .inner_wrap .content-wrap .enrolment_loggedInUserInfo_wrap .coupon_select_wrap .coupon_select_box img{cursor:pointer}.enrolment_wrap .inner_wrap .content-wrap .enrolment_loggedInUserInfo_wrap .coupon_select_wrap .coupon_select_box.isNone{color:#a2a2a2}.enrolment_wrap .inner_wrap .content-wrap .enrolment_loggedInUserInfo_wrap .coupon_select_wrap .coupon_select_box .coupon_name{position:relative;width:80%}.enrolment_wrap .inner_wrap .content-wrap .enrolment_loggedInUserInfo_wrap .coupon_select_wrap .coupon_select_box .clear_icon{position:absolute;top:50%;right:-9px;width:9px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.enrolment_wrap .inner_wrap .content-wrap .enrolment_loggedInUserInfo_wrap .coupon_select_wrap .coupon_select_box .coupon_select_box_list{position:absolute;top:50px;left:0;width:100%;font-size:12px;color:#a2a2a2;border-radius:5px;border:1px solid #ececec;background-color:#fff}.enrolment_wrap .inner_wrap .content-wrap .enrolment_loggedInUserInfo_wrap .coupon_select_wrap .coupon_select_box .coupon_select_box_list.none_coupon{padding:14px 17px;box-sizing:border-box}.enrolment_wrap .inner_wrap .content-wrap .enrolment_loggedInUserInfo_wrap .coupon_select_wrap .coupon_select_box .coupon_select_box_list li{padding:8px 17px;font-size:12px;font-weight:400;color:#000;box-sizing:border-box}.enrolment_wrap .inner_wrap .content-wrap .enrolment_loggedInUserInfo_wrap .coupon_select_wrap .coupon_select_box .coupon_select_box_list li:hover{font-weight:700;cursor:pointer}.enrolment_wrap .inner_wrap .content-wrap .enrolment_loggedInUserInfo_wrap .coupon_select_wrap .coupon_select_box .coupon_select_box-icon{position:absolute;width:8px;right:17px}.enrolment_wrap .inner_wrap .content-wrap .enrolment_form_wrap .enrolment_form_header{display:flex;align-items:center;justify-content:space-between}.enrolment_wrap .inner_wrap .content-wrap .enrolment_form_wrap .enrolment_form_header .title_wrap{display:flex;margin-bottom:22px}.enrolment_wrap .inner_wrap .content-wrap .enrolment_form_wrap .enrolment_form_header .title_wrap h3{margin:0;padding:0}.enrolment_wrap .inner_wrap .content-wrap .enrolment_form_wrap .enrolment_form_header .title_wrap .MuiFormControlLabel-root.MuiFormControlLabel-labelPlacementEnd{display:flex;grid-column-gap:.25rem;-webkit-column-gap:.25rem;column-gap:.25rem;align-items:center}.enrolment_wrap .inner_wrap .content-wrap .enrolment_form_wrap .enrolment_form_header .title_wrap .MuiTypography-root.MuiFormControlLabel-label{font-size:.875rem!important}.enrolment_wrap .inner_wrap .content-wrap .enrolment_form_wrap .enrolment_form_header .message_wrap{margin-top:22px;color:grey;font-size:.75rem}.enrolment_wrap .inner_wrap .content-wrap span.fields--error-comment{color:red;white-space:nowrap;font-size:.75rem}.enrolment_wrap .inner_wrap .content-wrap span.form-fields--error{width:350px}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap{border:1px solid #acacac;font-size:.875rem}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li{display:flex;position:relative;height:36px;line-height:36px;border-bottom:1px solid #acacac;padding-right:12px}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li.error-list{border:1px solid #ff3c3c!important;box-shadow:0 0 0 1px #ff3c3c!important;z-index:1}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li .form-fields-content-wrap{display:flex;width:100%;justify-content:space-between;align-items:center}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li:last-child{border:none}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li>label{display:inline-block;width:160px;min-width:160px;height:100%;background-color:#d3d3d3;text-align:center;line-height:36px;margin-right:1rem;border-right:1px solid #acacac}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li input{background:transparent;border:none;width:100%;max-width:350px;height:90%}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li input:-webkit-autofill{-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;-webkit-transition:background-color 9999s ease-out;-webkit-box-shadow:0 0 0 1000px #fff inset!important}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li input:-webkit-autofill:active,.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li input:-webkit-autofill:focus,.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li input:-webkit-autofill:hover{-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;-webkit-transition:background-color 9999s ease-out;-webkit-box-shadow:0 0 0 1000px #fff inset!important}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li input[type=checkbox],.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li input[type=date]{max-width:160px;line-height:34px}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li>.react-datepicker-wrapper{width:100%;max-width:600px}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li.member-type-select-wrap{display:flex;height:164px}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li.member-type-select-wrap>label{line-height:164px;height:100%}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li.member-type-select-wrap div{padding:10px 0;width:100%;max-width:600px;display:flex;flex-direction:column}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li.member-type-select-wrap div>ul{width:100%}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li.member-type-select-wrap div>ul li{display:flex;height:34px;line-height:34px;width:100%;grid-column-gap:1rem;-webkit-column-gap:1rem;column-gap:1rem;padding-right:12px}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li.member-type-select-wrap div>ul li>span{display:flex;grid-column-gap:1rem;-webkit-column-gap:1rem;column-gap:1rem}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li.member-type-select-wrap div>ul li>span>label{padding-top:1px;width:140px;cursor:pointer}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li.member-type-select-wrap div>ul li>span+span{color:#a7a7a7;font-weight:400;font-size:.75rem}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li.member-type-select-wrap div>ul li input{width:auto;height:auto;cursor:pointer}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li.member-type-select-wrap div>ul li input.etc-type-name{border:1px solid #bebebe;width:500px;border-radius:6px;padding:0 4px}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap .user_education_etc__list{display:flex;align-items:center;justify-content:flex-start}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap .user_education_etc__list span{display:flex;align-items:center;justify-content:center;white-space:nowrap}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap .user_apply_reason__list,.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap .user_pre_question__list{display:flex;height:auto}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap .user_apply_reason__list label,.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap .user_pre_question__list label{display:flex;flex:0 0 auto;height:auto;align-items:center;justify-content:center}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap .user_apply_reason__list textarea,.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap .user_pre_question__list textarea{flex:1 1;width:100%}.enrolment_wrap .inner_wrap .enrolment_form-title{font-size:24px;font-weight:700;height:36px;margin-bottom:40px}.enrolment_wrap .enrolment_terms_box{margin-top:20px}.enrolment_wrap .enrolment_terms_box .checkbox{display:flex;height:30px;align-items:center;margin-right:6px}.enrolment_wrap .enrolment_terms_box .checkbox img{width:24px;height:24px}.enrolment_wrap .enrolment_terms_box h3{padding-top:2px;margin:0}.enrolment_wrap .enrolment_terms_box .price_history{margin-bottom:33px;padding:27px 30px 24px;border-radius:5px;border:1px solid #ececec}.enrolment_wrap .enrolment_terms_box .price_history .price_history_priceWrap{display:flex;justify-content:space-between;line-height:2;font-size:12px;font-weight:500;letter-spacing:-.34px}.enrolment_wrap .enrolment_terms_box .price_history .price_history_priceWrap .label{color:#a2a2a2}.enrolment_wrap .enrolment_terms_box .price_history .price_history_priceWrap .price{color:#000;font-size:12px;font-weight:500}.enrolment_wrap .enrolment_terms_box .price_history .price_history_priceWrap .coupon{margin-bottom:18px;color:#f24462}.enrolment_wrap .enrolment_terms_box .price_history .total_price_history{display:flex;justify-content:space-between;padding-top:20px;border-top:1px solid #ececec;font-size:16px;font-weight:700;letter-spacing:-.5px}.enrolment_wrap .enrolment_terms_box .price_history .total_price_history .label{color:#000}.enrolment_wrap .enrolment_terms_box .price_history .total_price_history .total_price{color:#f24462}.enrolment_wrap .enrolment_terms_box .enrolment_terms .agreement{display:inline-flex;align-items:center;cursor:pointer}.enrolment_wrap .enrolment_terms_box .enrolment_terms .agreement input[type=checkbox]{width:18px;height:18px;margin:0;padding:0}.enrolment_wrap .enrolment_terms_box .enrolment_terms .agreement strong{margin-left:13px;font-size:16px;letter-spacing:-.5px;color:#000}.enrolment_wrap .enrolment_terms_box .enrolment_terms .terms_list_box{margin-top:8px;margin-bottom:47px;padding-left:31px}.enrolment_wrap .enrolment_terms_box .enrolment_terms .terms_list_box li{margin-bottom:6px;font-weight:500;letter-spacing:-.4px;font-size:.875rem}.enrolment_wrap .enrolment_terms_box .enrolment_terms .terms_list_box li span{margin-left:7px;text-decoration:underline;cursor:pointer;color:#a2a2a2}.enrolment_wrap .enrolment_terms_box .enrolment_terms .terms_list_box li:last-child{margin-bottom:0}.enrolment_wrap .enrolment_terms_box .enrolment_btn{transition:all .2s;display:block;width:100%;padding:18px 0 19px;border:0;border-radius:5px;outline:0 none;font-size:14px;font-weight:500;letter-spacing:-.4px;text-align:center;color:#fff;background-color:#f24462;cursor:pointer}.enrolment_wrap .enrolment_terms_box .enrolment_btn:disabled{background-color:#bebebe}.enrolment_term .page-body ol{display:list-item;list-style:outside none decimal}.enrolment_term .page-body li{list-style:inherit;text-align:left}.enrolment_term .page-body li+li{margin-top:1rem}.enrolment_term>#enrolment_term-message-receive-instruction{max-width:640px}@media screen and (max-width:767px){.enrolment_wrap .inner_wrap{padding:0}.enrolment_wrap .inner_wrap h3{font-size:1rem;letter-spacing:-.33px;color:#000}.enrolment_wrap .inner_wrap .content-wrap{width:100%}.enrolment_wrap .inner_wrap .content-wrap .enrolment_loggedInUserInfo_wrap{margin-bottom:32px}.enrolment_wrap .inner_wrap .content-wrap .enrolment_form_wrap .enrolment_form_header{align-items:normal;justify-content:normal;flex-direction:column}.enrolment_wrap .inner_wrap .content-wrap .enrolment_form_wrap .enrolment_form_header .title_wrap{margin-bottom:4px}.enrolment_wrap .inner_wrap .content-wrap .enrolment_form_wrap .enrolment_form_header .title_wrap h3{margin:0;padding:0}.enrolment_wrap .inner_wrap .content-wrap .enrolment_form_wrap .enrolment_form_header .title_wrap>label span{font-size:.875rem}.enrolment_wrap .inner_wrap .content-wrap .enrolment_form_wrap .enrolment_form_header .message_wrap{margin-top:0;color:grey;font-size:.6875rem}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap{border:1px solid #acacac;font-size:.8125rem;height:100%}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li{display:flex;height:36px;line-height:36px;border-bottom:1px solid #acacac;padding-right:12px}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li:last-child{border:none}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li>label{display:inline-block;width:70px;min-width:70px;height:100%;background-color:#d3d3d3;text-align:center;line-height:36px;margin-right:.75rem;border-right:1px solid #acacac}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li input{background:transparent;border:none;width:100%}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li input[type=checkbox],.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li input[type=radio]{max-width:28px;line-height:24px}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li input[type=date]{border:1px solid #ddd;height:80%}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li>.react-datepicker-wrapper{max-width:180px}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li.member-type-select-wrap{display:grid;height:100%;grid-template-columns:auto 1fr}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li.member-type-select-wrap>label{display:flex;justify-content:center;align-items:center;height:100%}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li.member-type-select-wrap div{padding:10px 0;width:50vw;display:flex;flex-direction:column}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li.member-type-select-wrap div>ul{width:100%}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li.member-type-select-wrap div>ul li{display:flex;flex-direction:column;height:auto;line-height:24px;width:100%;grid-column-gap:1rem;-webkit-column-gap:1rem;column-gap:1rem;padding-right:12px}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li.member-type-select-wrap div>ul li>input{width:auto;height:auto;cursor:pointer}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li.member-type-select-wrap div>ul li>input.etc-type-name{border:1px solid #bebebe;width:100%;border-radius:6px;padding:0 4px}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li.member-type-select-wrap div>ul li>label{padding-top:1px;width:120px;cursor:pointer}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li.member-type-select-wrap div>ul li>span{color:#a7a7a7;font-weight:400;font-size:.6875rem;letter-spacing:-.5px;grid-column-gap:.5rem;-webkit-column-gap:.5rem;column-gap:.5rem}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li.member-type-select-wrap div>ul li>span label{font-size:.8125rem;color:#000;letter-spacing:0}.enrolment_wrap .inner_wrap .content-wrap ul.form-fields-wrap>li.member-type-select-wrap div>ul li>span+span{padding-left:1.25rem}.enrolment_wrap .inner_wrap .enrolment_form-title{display:none}.enrolment_wrap .enrolment_terms_box{margin-top:20px}.enrolment_wrap .enrolment_terms_box .checkbox{display:flex;height:30px;align-items:center;margin-right:6px}.enrolment_wrap .enrolment_terms_box .checkbox img{width:20px;height:20px}.enrolment_wrap .enrolment_terms_box h3{padding-top:2px;margin:0}.enrolment_wrap .enrolment_terms_box .enrolment_terms .agreement{display:inline-flex;align-items:center;cursor:pointer}.enrolment_wrap .enrolment_terms_box .enrolment_terms .agreement input[type=checkbox]{width:18px;height:18px;margin:0;padding:0}.enrolment_wrap .enrolment_terms_box .enrolment_terms .agreement strong{margin-left:13px;font-size:.8125rem;letter-spacing:-.5px;color:#000}.enrolment_wrap .enrolment_terms_box .enrolment_terms .terms_list_box{margin-top:8px;margin-bottom:47px;padding-left:31px}.enrolment_wrap .enrolment_terms_box .enrolment_terms .terms_list_box li{margin-bottom:6px;font-weight:500;letter-spacing:-.4px}.enrolment_wrap .enrolment_terms_box .enrolment_terms .terms_list_box li span{margin-left:7px;text-decoration:underline;cursor:pointer;color:#a2a2a2}.enrolment_wrap .enrolment_terms_box .enrolment_terms .terms_list_box li:last-child{margin-bottom:0}.enrolment_wrap .enrolment_terms_box .enrolment_btn{transition:all .2s;display:block;width:100%;padding:18px 0 19px;border:0;border-radius:5px;outline:0 none;font-size:14px;font-weight:500;letter-spacing:-.4px;text-align:center;color:#fff;background-color:#f24462;cursor:pointer}.enrolment_wrap .enrolment_terms_box .enrolment_btn:disabled{background-color:#bebebe}}@media screen and (max-width:767px)and (max-width:767px){.enrolment_wrap .inner_wrap{flex-direction:column;padding:33px 24px 100px;box-sizing:border-box}.enrolment_wrap .inner_wrap h3{margin-bottom:0;font-size:16px}.enrolment_wrap .enrolment_form{width:100%}.enrolment_wrap .enrolment_form h2{display:none}.enrolment_wrap .enrolment_form .enrolment_loggedInUserInfo_wrap{margin-bottom:32px}.enrolment_wrap .enrolment_form .enrolment_loggedInUserInfo_wrap h3{margin-bottom:11px}.enrolment_wrap .enrolment_form .enrolment_loggedInUserInfo_wrap .enrolment_list_box{padding:20px 20px 33px}.enrolment_wrap .enrolment_form .enrolment_loggedInUserInfo_wrap .enrolment_list{flex-direction:column;justify-content:unset;align-items:flex-start;text-align:unset}.enrolment_wrap .enrolment_form .enrolment_loggedInUserInfo_wrap .enrolment_list h4{margin-bottom:14px;padding:0;font-weight:500;letter-spacing:-.55px}.enrolment_wrap .enrolment_form .enrolment_loggedInUserInfo_wrap .enrolment_list .price_box{justify-content:flex-end;width:100%;text-align:right}.enrolment_wrap .enrolment_form .enrolment_loggedInUserInfo_wrap .coupon_select_wrap{display:flex;justify-content:space-between}.enrolment_wrap .enrolment_form .enrolment_loggedInUserInfo_wrap .coupon_select_wrap .price_box{display:flex;flex-direction:column;justify-content:flex-end;width:auto;margin-left:15px;text-align:right}.enrolment_wrap .enrolment_form .enrolment_loggedInUserInfo_wrap .coupon_select_wrap .price_box .price{font-size:16px;font-weight:700;letter-spacing:-.34px}.enrolment_wrap .enrolment_form .enrolment_loggedInUserInfo_wrap .coupon_select_wrap .price_box .price.hasDiscount{font-size:12px;font-weight:500;color:#bebebe;text-decoration:line-through}.enrolment_wrap .enrolment_form .enrolment_loggedInUserInfo_wrap .coupon_select_wrap .price_box .discounted_price{font-size:16px;letter-spacing:-.3px;color:#000}.enrolment_wrap .enrolment_form .enrolment_loggedInUserInfo_wrap .coupon_select_wrap .coupon_select_box{flex:1 1;width:auto;padding:12px 23px 12px 21px}.enrolment_wrap .enrolment_form .enrolment_form_wrap h3{margin-bottom:22px}.enrolment_wrap .enrolment_terms_box{padding:0}.enrolment_wrap .enrolment_terms_box h3{margin-bottom:0}.enrolment_wrap .enrolment_terms_box .price_history{margin-bottom:89px;padding:0;border-radius:0;border:0}.enrolment_wrap .enrolment_terms_box .enrolment_terms .agreement{display:flex;align-items:center}.enrolment_wrap .enrolment_terms_box .enrolment_terms .agreement strong{margin-left:22px;font-size:16px}.enrolment_wrap .enrolment_terms_box .enrolment_terms .terms_list_box{margin-top:15px;margin-bottom:36px;padding-left:24px}.enrolment_wrap .enrolment_terms_box .enrolment_btn{padding:16px 0 14px;font-size:12px}}@media screen and (max-width:767px){.popup-content .enrolment_term{height:100%}.popup-content .enrolment_term h1{font-size:1.5em}.popup-content .enrolment_term .page-body{font-size:.875rem;overflow-y:scroll;display:block;max-height:80%;padding:0 .5rem;margin:0 -.5rem}.popup-content .enrolment_term .page-body::-webkit-scrollbar{-webkit-appearance:none}.popup-content .enrolment_term .page-body::-webkit-scrollbar:vertical{width:4px}.popup-content .enrolment_term .page-body::-webkit-scrollbar:horizontal{height:4px}.popup-content .enrolment_term .page-body::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:3px;border:1px solid #fff}.popup-content .enrolment_term .page-body::-webkit-scrollbar-track{border-radius:3px;background-color:#fff}.popup-content .enrolment_term .page-body ol,.popup-content .enrolment_term .page-body ul{padding-left:1rem}.popup-content .enrolment_term .page-body>ol,.popup-content .enrolment_term .page-body>ul{padding-left:1.25rem}.popup-content .enrolment_term .page-body ul{list-style:outside none square;margin-top:.5rem;font-weight:700}.popup-content .enrolment_term .page-body ul li{list-style:inherit;text-align:left}.popup-content .enrolment_term .page-body ul li+li{margin-top:.25rem}.popup-content .enrolment_term .page-body ul li ul{list-style:outside none circle;margin-top:0;font-weight:400}}.youtube_embed{position:relative;width:66vw;padding-top:60%}.youtube_embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.home_wrap .bottom_event_banner{position:absolute;bottom:0;left:0;width:100%;height:47px;color:#fff;background-color:#000;z-index:9}.home_wrap .bottom_event_banner a{display:block}.home_wrap .bottom_event_banner.isFixed{position:fixed}.home_wrap .bottom_event_banner .inner_wrap{display:flex;align-items:center;height:47px;padding:0;overflow:hidden}.home_wrap .bottom_event_banner .inner_wrap strong{margin-right:62px}.home_wrap .bottom_event_banner .inner_wrap .slick-slider{width:100%}.home_wrap .bottom_event_banner .inner_wrap .slick-slider .slick-slide *{height:47px!important;line-height:47px}.home_wrap .bottom_event_banner .inner_wrap .slick-list,.home_wrap .bottom_event_banner .inner_wrap .slick-vertical{height:47px!important}.home_wrap .bottom_event_banner .inner_wrap img{display:none}.home_wrap .banner_wrap{position:relative}.home_wrap .banner_wrap .inner_wrap{height:455px;padding:0;overflow-x:clip}.home_wrap .banner_wrap .banner_bg_wrap{overflow:hidden}.home_wrap .banner_wrap .banner_bg,.home_wrap .banner_wrap .banner_bg_wrap{position:absolute;top:0;left:0;width:100%;height:100%}.home_wrap .banner_wrap .slick-slider,.home_wrap .banner_wrap .slick-slider .slick-list,.home_wrap .banner_wrap .slick-slider .slick-slide>div,.home_wrap .banner_wrap .slick-slider .slick-track{height:100%}.home_wrap .banner_wrap .slick-slider .slick-list{overflow:unset}.home_wrap .banner_wrap .slick-current{z-index:90}.home_wrap .banner_wrap .slick-dots{bottom:63px;left:100px;width:auto;z-index:4}.home_wrap .banner_wrap .slick-dots li{width:5px;height:5px;margin:2px}.home_wrap .banner_wrap .slick-dots li button{display:block;width:5px;height:5px;padding:0}.home_wrap .banner_wrap .slick-dots li button:before{display:block;width:5px;height:5px;border-radius:50%;font-size:0;background:hsla(0,0%,100%,.38)}.home_wrap .banner_wrap .slick-dots li.slick-active{width:14px;height:5px;border-radius:3px;background-color:#fff}.home_wrap .banner_wrap .slick-dots li.slick-active button{width:100%;height:5px}.home_wrap .banner_wrap .slick-dots li.slick-active button:before{width:100%}.home_wrap .banner_wrap .banner_item{position:relative;height:100%;padding:97px 0 0 100px;box-sizing:border-box}.home_wrap .banner_wrap .banner_item_info{position:relative;width:481px;height:100%}.home_wrap .banner_wrap .banner_item_title{margin-bottom:25px;font-size:34px;line-height:1.29;letter-spacing:-1.8px;color:#fff}.home_wrap .banner_wrap .banner_item_description{height:auto;font-size:16px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.75;letter-spacing:-.85px;white-space:pre-line;color:#fff}.home_wrap .banner_wrap .banner_item_image{position:absolute;top:82px;right:0;width:585px;height:400px;border-top-right-radius:50px;border-bottom-left-radius:50px;overflow:hidden}.home_wrap .banner_wrap .banner_item_image img{width:100%;height:100%}.home_wrap .banner_wrap .banner_item .go_class_btn{position:absolute;bottom:63px;right:0;padding:14px 37px;border-radius:4px;text-align:center;color:#fff;background-color:#f3213c;cursor:pointer}.home_wrap .inner_wrap{padding-top:80px;padding-bottom:224px}.home_wrap .inner_wrap .lectures_wrap{margin-bottom:60px}.home_wrap .inner_wrap .lectures_wrap .lecture_items{display:flex}.home_wrap .inner_wrap .lectures_wrap .lecture_items .lecture_item{width:276px;margin-right:30px;cursor:pointer}.home_wrap .inner_wrap .lectures_wrap .lecture_items .lecture_item .thumbnail_wrap{position:relative}.home_wrap .inner_wrap .lectures_wrap .lecture_items .lecture_item .thumbnail_wrap a{display:block;height:100%}.home_wrap .inner_wrap .lectures_wrap .lecture_items .lecture_item .thumbnail_wrap .thumbnail{display:block;height:208px;border-radius:4px;overflow:hidden}.home_wrap .inner_wrap .lectures_wrap .lecture_items .lecture_item .thumbnail_wrap .thumbnail img{width:100%;border-radius:4px}.home_wrap .inner_wrap .lectures_wrap .lecture_items .lecture_item .lecture_item_title{position:relative;margin-bottom:7px;padding-top:27px;font-size:14px;letter-spacing:-.25px;word-break:break-word;white-space:pre-wrap;color:#000}.home_wrap .inner_wrap .lectures_wrap .lecture_items .lecture_item .lecture_item_title.ellipsis{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.home_wrap .inner_wrap .lectures_wrap .lecture_items .lecture_item .lecture_item_title .discount{position:absolute;top:4px;left:0;padding:4px 10px;border-radius:9.5px;font-size:10px;font-weight:500;line-height:1;letter-spacing:-.36px;text-align:center;color:#fff;background-color:#f3213c}.home_wrap .inner_wrap .lectures_wrap .lecture_items .lecture_item .lecture_item_description{display:flex;justify-content:space-between;font-size:12px;letter-spacing:-.34px;color:#a2a2a2}.home_wrap .inner_wrap .lectures_wrap .lecture_items .lecture_item .lecture_item_description .lecture_item_category{display:flex;flex-wrap:wrap}.home_wrap .inner_wrap .lectures_wrap .lecture_items .lecture_item .lecture_item_description .lecture_item_category li{margin-bottom:7px;margin-right:10px;padding:3px 16px;border-radius:10px;font-size:11px;letter-spacing:-.4px;text-align:center;color:#f24462;background-color:rgba(255,101,121,.07)}.home_wrap .inner_wrap .lectures_wrap .lecture_items .lecture_item .lecture_item_description .lecture_item_category li:last-child{margin-right:0}.home_wrap .inner_wrap .lectures_wrap .lecture_items .lecture_item .lecture_item_description.isRow{flex-direction:column}.home_wrap .inner_wrap .lectures_wrap .lecture_items .lecture_item .lecture_item_description.isRow .lecture_item_category{margin-top:7px}.home_wrap .inner_wrap .lectures_wrap .lecture_items .lecture_item:last-child{margin-right:0}.home_wrap .inner_wrap .event_item_thumbnail img,.home_wrap .inner_wrap .youtube_item_thumbnail img{border-radius:4px;object-fit:cover}.home_wrap .title{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:20px;font-size:24px;letter-spacing:-.4px;color:#000}.home_wrap .title .more_btn a{font-size:11px;font-weight:400;letter-spacing:-.4px;color:#090909}.home_wrap .title .more_btn img{width:5px;margin-left:8px}.home_wrap .go_youtube_wrap{margin-bottom:60px}.home_wrap .go_youtube_wrap .youtube_items{display:flex}.home_wrap .go_youtube_wrap .youtube_items .youtube_item{width:276px;margin-right:30px;cursor:pointer}.home_wrap .go_youtube_wrap .youtube_items .youtube_item a{display:block}.home_wrap .go_youtube_wrap .youtube_items .youtube_item_thumbnail{position:relative;display:block;height:152px;margin-bottom:12px;border-radius:4px;overflow:hidden}.home_wrap .go_youtube_wrap .youtube_items .youtube_item_thumbnail img{width:100%;height:100%}.home_wrap .go_youtube_wrap .youtube_items .youtube_item_thumbnail img.play_icon{position:absolute;top:50%;left:50%;width:43px;height:auto;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.home_wrap .go_youtube_wrap .youtube_items .youtube_item_title{font-size:14px;letter-spacing:-.25px;color:#000}.home_wrap .go_youtube_wrap .youtube_items .youtube_item p{font-size:10px;letter-spacing:-.4px;color:#a2a2a2}.home_wrap .go_youtube_wrap .youtube_items .youtube_item:last-child{margin-right:0}.home_wrap .event_banner_wrap .slick-slider .slick-disabled{display:none!important}.home_wrap .event_banner_wrap .slick-slider .slick-track{margin-left:0!important}.home_wrap .event_banner_wrap .slick-slider .slick-next,.home_wrap .event_banner_wrap .slick-slider .slick-prev{width:15px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.home_wrap .event_banner_wrap .slick-slider .slick-next img,.home_wrap .event_banner_wrap .slick-slider .slick-prev img{width:100%}.home_wrap .event_banner_wrap .slick-slider .slick-next:before,.home_wrap .event_banner_wrap .slick-slider .slick-prev:before{display:none}.home_wrap .event_banner_wrap .event_item{width:378px;font-size:0;cursor:pointer}.home_wrap .event_banner_wrap .event_item a{display:block}.home_wrap .event_banner_wrap .event_item_thumbnail{display:block;height:208px;margin-bottom:16px;border-radius:4px;overflow:hidden}.home_wrap .event_banner_wrap .event_item_thumbnail img{width:100%;height:100%}.home_wrap .event_banner_wrap .event_item_title{margin-bottom:7px;font-size:14px;letter-spacing:-.23px;color:#000}.home_wrap .event_banner_wrap .event_item .dday{display:inline-block;padding:1px 16px;border-radius:10px;font-size:11px;letter-spacing:-.4px;text-align:center;color:#f24462;background-color:rgba(255,101,121,.07);box-sizing:border-box}@media screen and (max-width:767px){.home_wrap{width:100%;overflow:hidden}.home_wrap .bottom_event_banner{height:47px;padding:0 15px;overflow:hidden;box-sizing:border-box}.home_wrap .bottom_event_banner .inner_wrap{height:47px}.home_wrap .bottom_event_banner .inner_wrap .slick-slider{width:calc(100% - 80px)}.home_wrap .bottom_event_banner .inner_wrap strong{margin-right:21px}.home_wrap .banner_wrap .inner_wrap{height:384px;padding:43px 24px 0}.home_wrap .banner_wrap .slick-slider,.home_wrap .banner_wrap .slick-slider .slick-list,.home_wrap .banner_wrap .slick-slider .slick-slide>div,.home_wrap .banner_wrap .slick-slider .slick-track{height:100%}.home_wrap .banner_wrap .slick-slider .slick-list{overflow:unset}.home_wrap .banner_wrap .slick-dots{bottom:188px;left:0}.home_wrap .banner_wrap .slick-dots li{width:46px;height:1px;margin:0;background-color:hsla(0,0%,100%,.51)}.home_wrap .banner_wrap .slick-dots li button{display:none}.home_wrap .banner_wrap .slick-dots li.slick-active{width:46px;height:2px;border-radius:0;background-color:#fff}.home_wrap .banner_wrap .slick-dots li button{width:100%;height:12px}.home_wrap .banner_wrap .slick-dots li button:before{width:100%;height:12px;line-height:12px;color:hsla(0,0%,100%,.9)}.home_wrap .banner_wrap .banner_item{position:relative;height:100%;padding:0;box-sizing:border-box}.home_wrap .banner_wrap .banner_item_info{position:relative;width:100%;height:auto}.home_wrap .banner_wrap .banner_item_title{margin-bottom:2px;font-size:24px;line-height:1.38;letter-spacing:-.8px;white-space:pre-line}.home_wrap .banner_wrap .banner_item_description{height:auto;font-size:16px;font-weight:500;font-stretch:normal;font-style:normal;line-height:1.75;letter-spacing:-.85px;white-space:pre-line;color:#fff}.home_wrap .banner_wrap .banner_item_image{position:absolute;top:unset;bottom:-40px;width:100%;height:203px}.home_wrap .banner_wrap .banner_item .go_class_btn{display:none}.home_wrap .inner_wrap{padding-top:53px;padding-bottom:44px}.home_wrap .inner_wrap .lectures_wrap{margin-bottom:34px}.home_wrap .inner_wrap .lectures_wrap .lecture_items .slick-slider{overflow:hidden}.home_wrap .inner_wrap .lectures_wrap .lecture_items .lecture_item{width:150px;margin-right:12px}.home_wrap .inner_wrap .lectures_wrap .lecture_items .lecture_item:last-child{margin-right:12px}.home_wrap .inner_wrap .lectures_wrap .lecture_items .lecture_item .thumbnail_wrap .thumbnail{width:100%;height:100%;object-fit:cover;margin-bottom:0}.home_wrap .inner_wrap .lectures_wrap .lecture_items .lecture_item .lecture_item_title{padding-top:25px;letter-spacing:-.55px}.home_wrap .inner_wrap .lectures_wrap .lecture_items .lecture_item .lecture_item_title .discount{top:5px;padding:3px 9px;font-size:9px;letter-spacing:-.33px}.home_wrap .inner_wrap .lectures_wrap .lecture_items .lecture_item .lecture_item_description{font-size:11px;letter-spacing:-.41px}.home_wrap .inner_wrap .lectures_wrap .lecture_items .lecture_item .lecture_item_description .lecture_item_category li{margin-bottom:7px;margin-right:6px;padding:3px 14px;font-size:9px;letter-spacing:-.5px}.home_wrap .inner_wrap .lectures_wrap .lecture_items .lecture_item .lecture_item_description .lecture_item_category li:last-child{margin-right:0}.home_wrap .inner_wrap .lectures_wrap .lecture_items .lecture_item .lecture_item_description.isRow .lecture_item_category{margin-top:5px}.home_wrap .title{margin-bottom:17px;font-size:17px;white-space:pre-wrap}.home_wrap .title .more_btn{display:none}.home_wrap .go_youtube_wrap{margin-bottom:37px}.home_wrap .go_youtube_wrap .youtube_items .slick-slider{overflow:hidden}.home_wrap .go_youtube_wrap .youtube_items .youtube_item{width:258px;margin-right:12px}.home_wrap .go_youtube_wrap .youtube_items .youtube_item_thumbnail{height:151px;margin-bottom:13px}.home_wrap .go_youtube_wrap .youtube_items .youtube_item_title{letter-spacing:-.55px}.home_wrap .go_youtube_wrap .youtube_items .youtube_item p{letter-spacing:-.38px}.home_wrap .go_youtube_wrap .youtube_items .youtube_item:last-child{margin-right:12px}.home_wrap .event_banner_wrap{margin-bottom:15px}.home_wrap .event_banner_wrap .event_item{width:100%}.home_wrap .event_banner_wrap .event_item_thumbnail{height:172px;margin-bottom:12px}.home_wrap .event_banner_wrap .slick-slider .slick-next,.home_wrap .event_banner_wrap .slick-slider .slick-prev{top:-26px;width:4px}.home_wrap .event_banner_wrap .slick-slider .slick-prev{left:unset;right:44px}.home_wrap .event_banner_wrap .slick-slider .slick-next{right:0}}.terms{box-sizing:border-box;-webkit-print-color-adjust:exact;line-height:1.5;white-space:pre-wrap;padding:50px 0 80px}.terms a,.terms a.visited{color:inherit;text-decoration:underline}.terms .pdf-relative-link-path{font-size:80%;color:#444}.terms h1,.terms h2,.terms h3{letter-spacing:-.01em;line-height:1.2;font-weight:600;margin-bottom:0;padding:.5em}.terms .page-title{margin-top:0;padding:0;margin-bottom:40px;font-size:20px;letter-spacing:-.33px;color:#000}.terms .page-body{padding:18px 33px;overflow-y:auto;box-sizing:border-box;font-size:14px;border-radius:5px;border:1px solid #ececec;text-align:left}.terms h1{font-size:1.875rem;margin-top:1.875rem}.terms h2{font-size:1.5rem;margin-top:1.5rem}.terms h3{font-size:1.25rem;margin-top:1.25rem}.terms .source{border:1px solid #ddd;border-radius:3px;padding:1.5em;word-break:break-all}.terms .callout{border-radius:3px;padding:1rem}.terms figure{margin:1.25em 0;page-break-inside:avoid}.terms figcaption{opacity:.5;font-size:85%;margin-top:.5em}.terms mark{background-color:transparent}.terms .indented{padding-left:1.5em}.terms hr{background:transparent;display:block;width:100%;height:1px;visibility:visible;border:none;border-bottom:1px solid rgba(55,53,47,.09)}.terms img{max-width:100%}@media only print{.terms img{max-height:100vh;object-fit:contain}}@page{.terms{margin:1in}}.terms .collection-content{font-size:.875rem}.terms .column-list{display:flex;justify-content:space-between}.terms .column{padding:0 1em}.terms .column:first-child{padding-left:0}.terms .column:last-child{padding-right:0}.terms .table_of_contents-item{display:block;font-size:.875rem;line-height:1.3;padding:.125rem}.terms .table_of_contents-indent-1{margin-left:1.5rem}.terms .table_of_contents-indent-2{margin-left:3rem}.terms .table_of_contents-indent-3{margin-left:4.5rem}.terms .table_of_contents-link{text-decoration:none;opacity:.7;border-bottom:1px solid rgba(55,53,47,.18)}.terms table,.terms td,.terms th{border:1px solid rgba(55,53,47,.09);border-collapse:collapse}.terms table{border-left:none;border-right:none}.terms td,.terms th{font-weight:400;padding:.25em .5em;line-height:1.5;min-height:1.5em;text-align:left}.terms th{color:rgba(55,53,47,.6)}.terms ol,.terms ul{margin:0;-webkit-margin-before:.6em;margin-block-start:.6em;-webkit-margin-after:.6em;margin-block-end:.6em}.terms li>ol:first-child,.terms li>ul:first-child{-webkit-margin-before:.6em;margin-block-start:.6em}.terms ul>li{list-style:disc}.terms ul.to-do-list{text-indent:-1.7em}.terms ul.to-do-list>li{list-style:none}.terms .to-do-children-checked{text-decoration:line-through;opacity:.375}.terms ul.toggle>li{list-style:none}.terms ul{-webkit-padding-start:1.7em;padding-inline-start:1.7em}.terms ul>li{padding-left:.1em}.terms ol{-webkit-padding-start:1.6em;padding-inline-start:1.6em}.terms ol>li{padding-left:.2em}.terms .mono ol{-webkit-padding-start:2em;padding-inline-start:2em}.terms .mono ol>li{text-indent:-.4em}.terms .toggle{-webkit-padding-start:0;padding-inline-start:0;list-style-type:none}.terms .toggle>li>details{padding-left:1.7em}.terms .toggle>li>details>summary{margin-left:-1.1em}.terms .selected-value{display:inline-block;padding:0 .5em;background:rgba(206,205,202,.5);border-radius:3px;margin-right:.5em;margin-top:.3em;margin-bottom:.3em;white-space:nowrap}.terms .collection-title{display:inline-block;margin-right:1em}.terms time{opacity:.5}.terms .icon{display:inline-block;max-width:1.2em;max-height:1.2em;text-decoration:none;vertical-align:text-bottom;margin-right:.5em}.terms img.icon{border-radius:3px}.terms .user-icon{width:1.5em;height:1.5em;border-radius:100%;margin-right:.5rem}.terms .user-icon-inner{font-size:.8em}.terms .text-icon{border:1px solid #000;text-align:center}.terms .page-cover-image{display:block;object-fit:cover;width:100%;height:30vh}.terms .page-header-icon{font-size:3rem;margin-bottom:1rem}.terms .page-header-icon-with-cover{margin-top:-.72em;margin-left:.07em}.terms .page-header-icon img{border-radius:3px}.terms .link-to-page{margin:1em 0;padding:0;border:none;font-weight:500}.terms p>.user{opacity:.5}.terms td>.user,.terms td>time{white-space:nowrap}.terms input[type=checkbox]{-webkit-transform:scale(1.5);transform:scale(1.5);margin-right:.6em;vertical-align:middle}.terms p{margin-top:.5em;margin-bottom:.5em;padding:.5em}.terms .image{border:none;margin:1.5em 0;padding:0;border-radius:0;text-align:center}.terms .code,.terms code{background:rgba(135,131,120,.15);padding:.2em .4em;border-radius:3px;font-size:85%;tab-size:2}.terms code{color:#eb5757}.terms .code{padding:1.5em 1em}.terms .code-wrap{white-space:pre-wrap;word-break:break-all}.terms .code>code{background:none;padding:0;font-size:100%;color:inherit}.terms blockquote{font-size:1.25em;margin:1em 0;padding-left:1em;border-left:3px solid #37352f}.terms .bookmark{text-decoration:none;max-height:8em;padding:0;display:flex;width:100%;align-items:stretch}.terms .bookmark-title{font-size:.85em;overflow:hidden;text-overflow:ellipsis;height:1.75em;white-space:nowrap}.terms .bookmark-text{display:flex;flex-direction:column}.terms .bookmark-info{flex:4 1 180px;padding:12px 14px 14px;display:flex;flex-direction:column;justify-content:space-between}.terms .bookmark-image{width:33%;flex:1 1 180px;display:block;position:relative;object-fit:cover;border-radius:1px}.terms .bookmark-description{color:rgba(55,53,47,.6);font-size:.75em;overflow:hidden;max-height:4.5em;word-break:break-word}.terms .bookmark-href{font-size:.75em;margin-top:.25em}.terms .sans{font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,"Apple Color Emoji",Arial,sans-serif,"Segoe UI Emoji","Segoe UI Symbol"}.terms .code{font-family:"SFMono-Regular",Menlo,Consolas,"PT Mono","Liberation Mono",Courier,monospace}.terms .serif{font-family:Lyon-Text,Georgia,ui-serif,serif}.terms .mono{font-family:iawriter-mono,Nitti,Menlo,Courier,monospace}.terms .pdf .sans{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,"Apple Color Emoji",Arial,sans-serif,"Segoe UI Emoji","Segoe UI Symbol","Twemoji","Noto Color Emoji","Noto Sans CJK JP"}.terms .pdf:lang(zh-CN) .sans{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,"Apple Color Emoji",Arial,sans-serif,"Segoe UI Emoji","Segoe UI Symbol","Twemoji","Noto Color Emoji","Noto Sans CJK SC"}.terms .pdf:lang(zh-TW) .sans{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,"Apple Color Emoji",Arial,sans-serif,"Segoe UI Emoji","Segoe UI Symbol","Twemoji","Noto Color Emoji","Noto Sans CJK TC"}.terms .pdf:lang(ko-KR) .sans{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,"Apple Color Emoji",Arial,sans-serif,"Segoe UI Emoji","Segoe UI Symbol","Twemoji","Noto Color Emoji","Noto Sans CJK KR"}.terms .pdf .code{font-family:Source Code Pro,"SFMono-Regular",Menlo,Consolas,"PT Mono","Liberation Mono",Courier,monospace,"Twemoji","Noto Color Emoji","Noto Sans Mono CJK JP"}.terms .pdf:lang(zh-CN) .code{font-family:Source Code Pro,"SFMono-Regular",Menlo,Consolas,"PT Mono","Liberation Mono",Courier,monospace,"Twemoji","Noto Color Emoji","Noto Sans Mono CJK SC"}.terms .pdf:lang(zh-TW) .code{font-family:Source Code Pro,"SFMono-Regular",Menlo,Consolas,"PT Mono","Liberation Mono",Courier,monospace,"Twemoji","Noto Color Emoji","Noto Sans Mono CJK TC"}.terms .pdf:lang(ko-KR) .code{font-family:Source Code Pro,"SFMono-Regular",Menlo,Consolas,"PT Mono","Liberation Mono",Courier,monospace,"Twemoji","Noto Color Emoji","Noto Sans Mono CJK KR"}.terms .pdf .serif{font-family:PT Serif,Lyon-Text,Georgia,ui-serif,serif,"Twemoji","Noto Color Emoji","Noto Serif CJK JP"}.terms .pdf:lang(zh-CN) .serif{font-family:PT Serif,Lyon-Text,Georgia,ui-serif,serif,"Twemoji","Noto Color Emoji","Noto Serif CJK SC"}.terms .pdf:lang(zh-TW) .serif{font-family:PT Serif,Lyon-Text,Georgia,ui-serif,serif,"Twemoji","Noto Color Emoji","Noto Serif CJK TC"}.terms .pdf:lang(ko-KR) .serif{font-family:PT Serif,Lyon-Text,Georgia,ui-serif,serif,"Twemoji","Noto Color Emoji","Noto Serif CJK KR"}.terms .pdf .mono{font-family:PT Mono,iawriter-mono,Nitti,Menlo,Courier,monospace,"Twemoji","Noto Color Emoji","Noto Sans Mono CJK JP"}.terms .pdf:lang(zh-CN) .mono{font-family:PT Mono,iawriter-mono,Nitti,Menlo,Courier,monospace,"Twemoji","Noto Color Emoji","Noto Sans Mono CJK SC"}.terms .pdf:lang(zh-TW) .mono{font-family:PT Mono,iawriter-mono,Nitti,Menlo,Courier,monospace,"Twemoji","Noto Color Emoji","Noto Sans Mono CJK TC"}.terms .pdf:lang(ko-KR) .mono{font-family:PT Mono,iawriter-mono,Nitti,Menlo,Courier,monospace,"Twemoji","Noto Color Emoji","Noto Sans Mono CJK KR"}.terms .highlight-gray{color:#9b9a97}.terms .highlight-brown{color:#64473a}.terms .highlight-orange{color:#d9730d}.terms .highlight-yellow{color:#dfab01}.terms .highlight-teal{color:#0f7b6c}.terms .highlight-blue{color:#0b6e99}.terms .highlight-purple{color:#6940a5}.terms .highlight-pink{color:#ad1a72}.terms .highlight-red{color:#e03e3e}.terms .highlight-gray_background{background:#ebeced}.terms .highlight-brown_background{background:#e9e5e3}.terms .highlight-orange_background{background:#faebdd}.terms .highlight-yellow_background{background:#fbf3db}.terms .highlight-teal_background{background:#ddedea}.terms .highlight-blue_background{background:#ddebf1}.terms .highlight-purple_background{background:#eae4f2}.terms .highlight-pink_background{background:#f4dfeb}.terms .highlight-red_background{background:#fbe4e4}.terms .block-color-default{color:inherit;fill:inherit}.terms .block-color-gray{color:rgba(55,53,47,.6);fill:rgba(55,53,47,.6)}.terms .block-color-brown{color:#64473a;fill:#64473a}.terms .block-color-orange{color:#d9730d;fill:#d9730d}.terms .block-color-yellow{color:#dfab01;fill:#dfab01}.terms .block-color-teal{color:#0f7b6c;fill:#0f7b6c}.terms .block-color-blue{color:#0b6e99;fill:#0b6e99}.terms .block-color-purple{color:#6940a5;fill:#6940a5}.terms .block-color-pink{color:#ad1a72;fill:#ad1a72}.terms .block-color-red{color:#e03e3e;fill:#e03e3e}.terms .block-color-gray_background{background:#ebeced}.terms .block-color-brown_background{background:#e9e5e3}.terms .block-color-orange_background{background:#faebdd}.terms .block-color-yellow_background{background:#fbf3db}.terms .block-color-teal_background{background:#ddedea}.terms .block-color-blue_background{background:#ddebf1}.terms .block-color-purple_background{background:#eae4f2}.terms .block-color-pink_background{background:#f4dfeb}.terms .block-color-red_background{background:#fbe4e4}.terms .select-value-color-default{background-color:rgba(206,205,202,.5)}.terms .select-value-color-gray{background-color:hsla(45,2%,60%,.4)}.terms .select-value-color-brown{background-color:rgba(140,46,0,.2)}.terms .select-value-color-orange{background-color:rgba(245,93,0,.2)}.terms .select-value-color-yellow{background-color:rgba(233,168,0,.2)}.terms .select-value-color-green{background-color:rgba(0,135,107,.2)}.terms .select-value-color-blue{background-color:rgba(0,120,223,.2)}.terms .select-value-color-purple{background-color:rgba(103,36,222,.2)}.terms .select-value-color-pink{background-color:rgba(221,0,129,.2)}.terms .select-value-color-red{background-color:rgba(255,0,26,.2)}.terms .checkbox{display:inline-flex;vertical-align:text-bottom;width:16px;height:16px;background-size:16px;margin-left:2px;margin-right:5px}.terms .checkbox-on{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2358A9D7' d='M0 0h16v16H0z'/%3E%3Cpath d='M6.714 12.285L14 5l-1.286-1.286-6 6-3.428-3.43L2 7.57l4.714 4.714z' fill='%23fff'/%3E%3C/svg%3E")}.terms .checkbox-off{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' stroke='%2336352F' stroke-width='1.5' d='M.75.75h14.5v14.5H.75z'/%3E%3C/svg%3E")}@media screen and (max-width:767px){.terms{padding:37px 24px 13px}.terms .page-title{margin-bottom:13px;font-size:18px;letter-spacing:-.71px}.terms .page-body{padding:0;border:0;letter-spacing:-.64px}.terms .indented{padding-left:0}.terms ul{-webkit-padding-start:1em;padding-inline-start:1em}.terms ul>li{padding-left:.1em}.terms ol{-webkit-padding-start:1em;padding-inline-start:1em}.terms ol>li{padding-left:.2em}.terms .mono ol{-webkit-padding-start:1em;padding-inline-start:1em}}.payment_term{box-sizing:border-box;-webkit-print-color-adjust:exact;line-height:1.5;white-space:pre-wrap;width:78vw;max-height:78vh;overflow:scroll}.payment_term a,.payment_term a.visited{color:inherit;text-decoration:underline}.payment_term .pdf-relative-link-path{font-size:80%;color:#444}.payment_term h1,.payment_term h2,.payment_term h3{letter-spacing:-.01em;line-height:1.2;font-weight:600;margin-bottom:0;padding:.5em}.payment_term .page-title{margin-top:0;padding:0;margin-bottom:40px;font-size:20px;letter-spacing:-.33px;color:#000;text-align:left}.payment_term .page-body{height:calc(100% - 64px);padding:18px 33px;overflow-y:auto;box-sizing:border-box;font-size:14px;border-radius:5px;border:1px solid #ececec;text-align:left}.payment_term h1{font-size:1.875rem;margin-top:1.875rem}.payment_term h2{font-size:1.5rem;margin-top:1.5rem}.payment_term h3{font-size:1.25rem;margin-top:1.25rem}.payment_term .source{border:1px solid #ddd;border-radius:3px;padding:1.5em;word-break:break-all}.payment_term .callout{border-radius:3px;padding:1rem}.payment_term figure{margin:1.25em 0;page-break-inside:avoid}.payment_term figcaption{opacity:.5;font-size:85%;margin-top:.5em}.payment_term mark{background-color:transparent}.payment_term .indented{padding-left:1em}.payment_term hr{background:transparent;display:block;width:100%;height:1px;visibility:visible;border:none;border-bottom:1px solid rgba(55,53,47,.09)}.payment_term img{max-width:100%}@media only print{.payment_term img{max-height:100vh;object-fit:contain}}@page{.payment_term{margin:1in}}.payment_term .collection-content{font-size:.875rem}.payment_term .column-list{display:flex;justify-content:space-between}.payment_term .column{padding:0 1em}.payment_term .column:first-child{padding-left:0}.payment_term .column:last-child{padding-right:0}.payment_term .table_of_contents-item{display:block;font-size:.875rem;line-height:1.3;padding:.125rem}.payment_term .table_of_contents-indent-1{margin-left:1.5rem}.payment_term .table_of_contents-indent-2{margin-left:3rem}.payment_term .table_of_contents-indent-3{margin-left:4.5rem}.payment_term .table_of_contents-link{text-decoration:none;opacity:.7;border-bottom:1px solid rgba(55,53,47,.18)}.payment_term table,.payment_term td,.payment_term th{border:1px solid rgba(55,53,47,.09);border-collapse:collapse}.payment_term table{border-left:none;border-right:none}.payment_term td,.payment_term th{font-weight:400;padding:.25em .5em;line-height:1.5;min-height:1.5em;text-align:left}.payment_term th{color:rgba(55,53,47,.6)}.payment_term ol,.payment_term ul{margin:0;-webkit-margin-before:.6em;margin-block-start:.6em;-webkit-margin-after:.6em;margin-block-end:.6em}.payment_term li>ol:first-child,.payment_term li>ul:first-child{-webkit-margin-before:.6em;margin-block-start:.6em}.payment_term ul>li{list-style:disc}.payment_term ul.to-do-list{text-indent:-1.7em}.payment_term ul.to-do-list>li{list-style:none}.payment_term .to-do-children-checked{text-decoration:line-through;opacity:.375}.payment_term ul.toggle>li{list-style:none}.payment_term ul{-webkit-padding-start:1.7em;padding-inline-start:1.7em}.payment_term ul>li{padding-left:.1em}.payment_term ol{-webkit-padding-start:1.6em;padding-inline-start:1.6em}.payment_term ol>li{padding-left:.2em}.payment_term .mono ol{-webkit-padding-start:2em;padding-inline-start:2em}.payment_term .mono ol>li{text-indent:-.4em}.payment_term .toggle{-webkit-padding-start:0;padding-inline-start:0;list-style-type:none}.payment_term .toggle>li>details{padding-left:1.7em}.payment_term .toggle>li>details>summary{margin-left:-1.1em}.payment_term .selected-value{display:inline-block;padding:0 .5em;background:rgba(206,205,202,.5);border-radius:3px;margin-right:.5em;margin-top:.3em;margin-bottom:.3em;white-space:nowrap}.payment_term .collection-title{display:inline-block;margin-right:1em}.payment_term time{opacity:.5}.payment_term .icon{display:inline-block;max-width:1.2em;max-height:1.2em;text-decoration:none;vertical-align:text-bottom;margin-right:.5em}.payment_term img.icon{border-radius:3px}.payment_term .user-icon{width:1.5em;height:1.5em;border-radius:100%;margin-right:.5rem}.payment_term .user-icon-inner{font-size:.8em}.payment_term .text-icon{border:1px solid #000;text-align:center}.payment_term .page-cover-image{display:block;object-fit:cover;width:100%;height:30vh}.payment_term .page-header-icon{font-size:3rem;margin-bottom:1rem}.payment_term .page-header-icon-with-cover{margin-top:-.72em;margin-left:.07em}.payment_term .page-header-icon img{border-radius:3px}.payment_term .link-to-page{margin:1em 0;padding:0;border:none;font-weight:500}.payment_term p>.user{opacity:.5}.payment_term td>.user,.payment_term td>time{white-space:nowrap}.payment_term input[type=checkbox]{-webkit-transform:scale(1.5);transform:scale(1.5);margin-right:.6em;vertical-align:middle}.payment_term p{margin-top:.5em;margin-bottom:.5em;padding:.5em}.payment_term .image{border:none;margin:1.5em 0;padding:0;border-radius:0;text-align:center}.payment_term .code,.payment_term code{background:rgba(135,131,120,.15);padding:.2em .4em;border-radius:3px;font-size:85%;tab-size:2}.payment_term code{color:#eb5757}.payment_term .code{padding:1.5em 1em}.payment_term .code-wrap{white-space:pre-wrap;word-break:break-all}.payment_term .code>code{background:none;padding:0;font-size:100%;color:inherit}.payment_term blockquote{font-size:1.25em;margin:1em 0;padding-left:1em;border-left:3px solid #37352f}.payment_term .bookmark{text-decoration:none;max-height:8em;padding:0;display:flex;width:100%;align-items:stretch}.payment_term .bookmark-title{font-size:.85em;overflow:hidden;text-overflow:ellipsis;height:1.75em;white-space:nowrap}.payment_term .bookmark-text{display:flex;flex-direction:column}.payment_term .bookmark-info{flex:4 1 180px;padding:12px 14px 14px;display:flex;flex-direction:column;justify-content:space-between}.payment_term .bookmark-image{width:33%;flex:1 1 180px;display:block;position:relative;object-fit:cover;border-radius:1px}.payment_term .bookmark-description{color:rgba(55,53,47,.6);font-size:.75em;overflow:hidden;max-height:4.5em;word-break:break-word}.payment_term .bookmark-href{font-size:.75em;margin-top:.25em}.payment_term .highlight-gray{color:#9b9a97}.payment_term .highlight-brown{color:#64473a}.payment_term .highlight-orange{color:#d9730d}.payment_term .highlight-yellow{color:#dfab01}.payment_term .highlight-teal{color:#0f7b6c}.payment_term .highlight-blue{color:#0b6e99}.payment_term .highlight-purple{color:#6940a5}.payment_term .highlight-pink{color:#ad1a72}.payment_term .highlight-red{color:#e03e3e}.payment_term .highlight-gray_background{background:#ebeced}.payment_term .highlight-brown_background{background:#e9e5e3}.payment_term .highlight-orange_background{background:#faebdd}.payment_term .highlight-yellow_background{background:#fbf3db}.payment_term .highlight-teal_background{background:#ddedea}.payment_term .highlight-blue_background{background:#ddebf1}.payment_term .highlight-purple_background{background:#eae4f2}.payment_term .highlight-pink_background{background:#f4dfeb}.payment_term .highlight-red_background{background:#fbe4e4}.payment_term .block-color-default{color:inherit;fill:inherit}.payment_term .block-color-gray{color:rgba(55,53,47,.6);fill:rgba(55,53,47,.6)}.payment_term .block-color-brown{color:#64473a;fill:#64473a}.payment_term .block-color-orange{color:#d9730d;fill:#d9730d}.payment_term .block-color-yellow{color:#dfab01;fill:#dfab01}.payment_term .block-color-teal{color:#0f7b6c;fill:#0f7b6c}.payment_term .block-color-blue{color:#0b6e99;fill:#0b6e99}.payment_term .block-color-purple{color:#6940a5;fill:#6940a5}.payment_term .block-color-pink{color:#ad1a72;fill:#ad1a72}.payment_term .block-color-red{color:#e03e3e;fill:#e03e3e}.payment_term .block-color-gray_background{background:#ebeced}.payment_term .block-color-brown_background{background:#e9e5e3}.payment_term .block-color-orange_background{background:#faebdd}.payment_term .block-color-yellow_background{background:#fbf3db}.payment_term .block-color-teal_background{background:#ddedea}.payment_term .block-color-blue_background{background:#ddebf1}.payment_term .block-color-purple_background{background:#eae4f2}.payment_term .block-color-pink_background{background:#f4dfeb}.payment_term .block-color-red_background{background:#fbe4e4}.payment_term .select-value-color-default{background-color:rgba(206,205,202,.5)}.payment_term .select-value-color-gray{background-color:hsla(45,2%,60%,.4)}.payment_term .select-value-color-brown{background-color:rgba(140,46,0,.2)}.payment_term .select-value-color-orange{background-color:rgba(245,93,0,.2)}.payment_term .select-value-color-yellow{background-color:rgba(233,168,0,.2)}.payment_term .select-value-color-green{background-color:rgba(0,135,107,.2)}.payment_term .select-value-color-blue{background-color:rgba(0,120,223,.2)}.payment_term .select-value-color-purple{background-color:rgba(103,36,222,.2)}.payment_term .select-value-color-pink{background-color:rgba(221,0,129,.2)}.payment_term .select-value-color-red{background-color:rgba(255,0,26,.2)}.payment_term .checkbox{display:inline-flex;vertical-align:text-bottom;width:16px;height:16px;background-size:16px;margin-left:2px;margin-right:5px}.payment_term .checkbox-on{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2358A9D7' d='M0 0h16v16H0z'/%3E%3Cpath d='M6.714 12.285L14 5l-1.286-1.286-6 6-3.428-3.43L2 7.57l4.714 4.714z' fill='%23fff'/%3E%3C/svg%3E")}.payment_term .checkbox-off{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' stroke='%2336352F' stroke-width='1.5' d='M.75.75h14.5v14.5H.75z'/%3E%3C/svg%3E")}@media screen and (max-width:767px){.payment_term{height:100%}.payment_term .page-title{margin-bottom:13px;font-size:18px;letter-spacing:-.71px}.payment_term .page-body{height:calc(100% - 40px);padding:0;border:0;letter-spacing:-.64px}.payment_term .indented{padding-left:0}.payment_term ul{-webkit-padding-start:1em;padding-inline-start:1em}.payment_term ul>li{padding-left:.1em}.payment_term ol{-webkit-padding-start:1em;padding-inline-start:1em}.payment_term ol>li{padding-left:.2em}.payment_term .mono ol{-webkit-padding-start:1em;padding-inline-start:1em}}.pagination_wrap{display:flex;justify-content:center;align-items:center}.pagination_wrap .arrow{display:inline-block;width:21px;height:21px;cursor:pointer}.pagination_wrap .arrow img{width:100%}.pagination_wrap .arrow.prev-arrow{margin-right:10px}.pagination_wrap .arrow.next-arrow{margin-left:10px}.pagination_wrap ul{display:flex;justify-content:center;align-items:center}.pagination_wrap ul .page-item{margin-right:10px;padding:4px 8px;font-size:14px;letter-spacing:-.4px;cursor:pointer;color:#ccc}.pagination_wrap ul .page-item.isActive{font-weight:700;color:#000}.search_records_modal_wrap{position:fixed;bottom:0;left:0;width:100%;border-top-left-radius:45px;border-top-right-radius:45px;background-color:#fff;box-sizing:border-box;z-index:999}.search_records_modal_wrap .records_filters_wrap{position:relative;padding:36px 24px 87px}.search_records_modal_wrap .records_filters_wrap .close_options_modal_btn{position:absolute;top:35px;right:38px;cursor:pointer;width:15px}.search_records_modal_wrap .records_filters_wrap .close_options_modal_btn img{width:100%}.search_records_modal_wrap .records_filters_wrap .top_filters ul{display:flex;border-bottom:1px solid #ececec}.search_records_modal_wrap .records_filters_wrap .top_filters ul li{margin-right:20px;padding:18px 0;font-size:14px;font-weight:700;letter-spacing:-.55px;color:#a2a2a2;cursor:pointer}.search_records_modal_wrap .records_filters_wrap .top_filters ul li.isActive{color:#000}.search_records_modal_wrap .records_filters_wrap .middle_filters{height:200px;overflow-y:scroll;margin:8px 0 60px}.search_records_modal_wrap .records_filters_wrap .middle_filters ul{display:flex;flex-wrap:wrap;overflow:hidden}.search_records_modal_wrap .records_filters_wrap .middle_filters ul li{width:100%;margin-right:8px;padding:10px 27px 4px;border-radius:5px;font-size:12px;font-weight:500;letter-spacing:-.2px;text-align:left;color:#000;cursor:pointer}.search_records_modal_wrap .records_filters_wrap .middle_filters ul li img{height:18px;margin-right:10px}.search_records_modal_wrap .records_filters_wrap .middle_filters ul li div{display:inline-block;height:14px;line-height:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:85%}.search_records_modal_wrap .records_filters_wrap .middle_filters ul li.isActive{font-weight:500;color:#fff;background-color:#f24462}.search_records_modal_wrap .records_filters_wrap .selected_filters{position:absolute;bottom:87px;left:24px;display:flex;width:calc(100% - 48px);justify-content:space-between}.search_records_modal_wrap .records_filters_wrap .selected_filters .btn{display:flex;justify-content:center;align-items:center;padding:16px 0;border-radius:5px;font-size:12px;font-weight:500;letter-spacing:-.34px;text-align:center;cursor:pointer}.search_records_modal_wrap .records_filters_wrap .selected_filters .btn.reset_btn{margin-right:9px;padding-left:17px;padding-right:20px;border:1px solid #e5e5e5;color:#a2a2a2}.search_records_modal_wrap .records_filters_wrap .selected_filters .btn.reset_btn img{width:10px;margin-top:-1px;margin-left:4px}.search_records_modal_wrap .records_filters_wrap .selected_filters .btn.submit_btn{flex:1 1;color:#fff;background-color:#f24462}.filter_select_box_options{position:absolute;top:42px;left:0;width:200px;border-radius:5px;border:1px solid #e5e5e5;background-color:#fff;z-index:2}.filter_select_box_options_search{height:40px;border-bottom:1px solid #dbdbdb;text-align:right;padding:0 2px}.filter_select_box_options_search img{width:24px;display:inline-block;margin-bottom:-8px}.filter_select_box_options_search input{width:85%;height:80%;margin:4px 0;border:none}.filter_select_box_options_list_wrap{max-height:400px;overflow-y:scroll}.filter_select_box_options_list_wrap .filter_select_box_options_list li{padding:16px 4px;font-size:14px;letter-spacing:-.5px;text-align:center;color:#000;cursor:pointer;height:36px}.filter_select_box_options_list_wrap .filter_select_box_options_list li img{display:inline-block;margin-right:8px;height:20px}.filter_select_box_options_list_wrap .filter_select_box_options_list li div{display:inline-block;text-align:left;word-break:break-all;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:80%;height:20px}.makers_wrap{padding:42px 0 137px}.makers_wrap .inner_wrap .header_wrap{border:none}.makers_wrap .inner_wrap .header_wrap h2{font-size:24px;letter-spacing:-.4px;color:#000;font-weight:700}.makers_wrap .inner_wrap .search_makers_wrap .filter_select_wrap{padding:24px 0 16px;display:flex;justify-content:left}.makers_wrap .inner_wrap .search_makers_wrap .filter_select_wrap .filter_select_box_wrap+.filter_select_box_wrap{margin-left:16px}.makers_wrap .inner_wrap .search_makers_wrap .filter_select_wrap .filter_select_box_wrap .filter_selected_option{position:relative;display:inline-block;min-width:97px;padding:10px 22px;border-radius:5px;border:1px solid #e5e5e5;font-size:14px;letter-spacing:-.5px;text-align:center;color:#000;cursor:pointer;box-sizing:border-box}.makers_wrap .inner_wrap .search_makers_wrap .filter_select_wrap .filter_select_box_wrap .filter_selected_option:hover{border:1px solid #f22672}.makers_wrap .inner_wrap .search_makers_wrap .filter_select_wrap .filter_select_box_wrap .filter_selected_option.foreignMinWidth{min-width:185px}.makers_wrap .inner_wrap .search_makers_wrap .filter_select_wrap .filter_select_box_wrap .filter_selected_option span{display:flex;justify-content:space-between;align-items:center}.makers_wrap .inner_wrap .search_makers_wrap .filter_select_wrap .filter_select_box_wrap .filter_selected_option span img{width:7px}.makers_wrap .inner_wrap .search_makers_wrap .filter_select_wrap .filter_select_box_wrap .filter_selected_option .filter_select_box_options li:hover{color:#f22672}.makers_wrap .inner_wrap .search_makers_wrap .selected_options{display:flex;justify-content:space-between;align-items:center;padding:15px 0 11px;border-top:1px solid #f3f3f3;border-bottom:1px solid #f3f3f3}.makers_wrap .inner_wrap .search_makers_wrap .selected_options ul{display:flex;justify-content:left;flex-direction:row;flex-wrap:wrap;max-width:90%}.makers_wrap .inner_wrap .search_makers_wrap .selected_options ul li{display:flex;justify-content:space-between;align-items:center;margin-right:16px;margin-bottom:4px;padding:9px 10px 8px 21px;border-radius:5px;font-size:12px;letter-spacing:-.2px;color:#fff;background-color:#f24462;box-sizing:border-box;list-style:none;min-width:130px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.makers_wrap .inner_wrap .search_makers_wrap .selected_options ul li :first-child{width:70px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.makers_wrap .inner_wrap .search_makers_wrap .selected_options ul li .delete_option_btn{width:10px;margin-left:21px;cursor:pointer}.makers_wrap .inner_wrap .search_makers_wrap .selected_options ul li .delete_option_btn img{width:100%}.makers_wrap .inner_wrap .search_makers_wrap .selected_options .reset_btn{display:flex;justify-content:center;align-items:center;width:110px;margin-bottom:4px;padding:10px 0;border-radius:5px;border:1px solid #e5e5e5;font-size:14px;letter-spacing:-.5px;text-align:center;color:#000;cursor:pointer;box-sizing:border-box}.makers_wrap .inner_wrap .search_makers_wrap .selected_options .reset_btn img{width:10px;margin-left:12px}.makers_wrap .inner_wrap .search_makers_wrap .selected_options .reset_btn:hover{border:1px solid #f22672}.makers_wrap .inner_wrap .makers_content .sort_select_box_wrap{padding:16px 0 24px;text-align:right}.makers_wrap .inner_wrap .makers_content .sort_select_box_wrap .total_count{float:left;line-height:39px;color:#a2a2a2}.makers_wrap .inner_wrap .makers_content .sort_select_box_wrap .sort_selected_option{position:relative;display:inline-block;min-width:90px;padding:10px 4px;font-size:14px;letter-spacing:-.5px;text-align:center;color:#000;cursor:pointer;box-sizing:border-box}.makers_wrap .inner_wrap .makers_content .sort_select_box_wrap .sort_selected_option:hover{color:#f22672}.makers_wrap .inner_wrap .makers_content .sort_select_box_wrap .sort_selected_option.foreignMinWidth{min-width:185px}.makers_wrap .inner_wrap .makers_content .sort_select_box_wrap .sort_selected_option span{display:flex;justify-content:space-between;align-items:center}.makers_wrap .inner_wrap .makers_content .sort_select_box_wrap .sort_selected_option span img{width:12px}.makers_wrap .inner_wrap .makers_content .sort_select_box_wrap .sort_select_box_options{position:absolute;top:42px;right:0;width:100%;border-radius:5px;border:1px solid #e5e5e5;background-color:#fff;z-index:2}.makers_wrap .inner_wrap .makers_content .sort_select_box_wrap .sort_select_box_options li{padding:6px 0;font-size:14px;letter-spacing:-.5px;text-align:center;color:#000;cursor:pointer}.makers_wrap .inner_wrap .makers_content .sort_select_box_wrap .sort_select_box_options li:hover{color:#f22672}.makers_wrap .inner_wrap .makers_content .makers_list{display:flex;max-width:1200px;flex-wrap:wrap;justify-content:space-between}.makers_wrap .inner_wrap .makers_content .makers_list .makers_item_wrap{max-width:268px;overflow:hidden;margin-bottom:80px;border:1px solid #bebebe}.makers_wrap .inner_wrap .makers_content .makers_list .makers_item_wrap_hidden{opacity:0;width:268px}.makers_wrap .inner_wrap .makers_content .makers_list .makers_item_wrap:first-child{margin-left:0}.makers_wrap .inner_wrap .makers_content .makers_list .makers_item_wrap:nth-child(4n){margin-right:0}.makers_wrap .inner_wrap .makers_content .makers_list .makers_item_wrap .makers_thumbnail_wrap{width:100%;max-height:268px}.makers_wrap .inner_wrap .makers_content .makers_list .makers_item_wrap .makers_thumbnail_wrap img{width:268px;aspect-ratio:1/1;margin:0}.makers_wrap .inner_wrap .makers_content .makers_list .makers_item_wrap .makers_thumbnail_wrap .makers_thumbnail_no_image{width:268px;aspect-ratio:1/1;margin:0;background:#bebebe}.makers_wrap .inner_wrap .makers_content .makers_list .makers_item_wrap .makers_info_wrap{padding:14px 8px}.makers_wrap .inner_wrap .makers_content .makers_list .makers_item_wrap .makers_info_wrap .makers_title{font-weight:700;font-size:20px;height:52px;line-height:26px;overflow:hidden;text-overflow:ellipsis;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.makers_wrap .inner_wrap .makers_content .makers_list .makers_item_wrap .makers_info_wrap .makers_maker_name{margin-top:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.makers_wrap .inner_wrap .makers_content .makers_list .makers_item_wrap .makers_info_wrap .makers_pubdate{margin-top:4px}@media screen and (max-width:767px){.makers_wrap{padding:0 0 40px}.makers_wrap .inner_wrap .header_wrap{display:none}.makers_wrap .inner_wrap .search_makers_wrap .filter_select_wrap .filter_select_box_wrap .filter_selected_option{font-size:12px;padding:8px 10px;width:80px}.makers_wrap .inner_wrap .search_makers_wrap .selected_options ul li{font-size:12px;min-width:20px;max-width:70px;padding:6px 8px;margin-right:8px}.makers_wrap .inner_wrap .search_makers_wrap .selected_options ul li :first-child{display:block;width:100%}.makers_wrap .inner_wrap .search_makers_wrap .selected_options ul li span.delete_option_btn{margin-left:4px}.makers_wrap .inner_wrap .search_makers_wrap .selected_options ul li span img{margin:0;display:none;width:8px!important;aspect-ratio:1/1;float:right}.makers_wrap .inner_wrap .search_makers_wrap .selected_options .reset_btn{display:flex;justify-content:center;align-items:center;width:80px;min-width:80px;margin-bottom:4px;padding:8px 0;border-radius:5px;border:1px solid #e5e5e5;font-size:12px;letter-spacing:-.5px;text-align:center;color:#000;cursor:pointer;box-sizing:border-box}.makers_wrap .inner_wrap .search_makers_wrap .selected_options .reset_btn img{width:10px;margin-left:12px}.makers_wrap .inner_wrap .makers_content .search_makers_wrap .makers_categories_wrap ul{display:flex}.makers_wrap .inner_wrap .makers_content .search_makers_wrap .makers_categories_wrap ul li{box-sizing:border-box}.makers_wrap .inner_wrap .makers_content .search_makers_wrap .makers_categories_wrap ul li:last-child{margin:0}.makers_wrap .inner_wrap .makers_content .search_makers_wrap .makers_categories_wrap .makers_categories{padding:15px 0;border-top:1px solid #f3f3f3}.makers_wrap .inner_wrap .makers_content .search_makers_wrap .makers_categories_wrap .top_categories ul li{margin-right:32px;font-size:14px;font-weight:500;letter-spacing:-.25px;color:#bebebe;cursor:pointer}.makers_wrap .inner_wrap .makers_content .search_makers_wrap .makers_categories_wrap .top_categories ul li.isActive{color:#000}.makers_wrap .inner_wrap .makers_content .search_makers_wrap .makers_categories_wrap .middle_categories.isBorderBottom{border-bottom:1px solid #f3f3f3}.makers_wrap .inner_wrap .makers_content .search_makers_wrap .makers_categories_wrap .middle_categories ul li{margin-right:16px;padding:7px 31px;border-radius:5px;font-size:12px;letter-spacing:-.2px;color:#000;background-color:hsla(0,0%,69.8%,.06);cursor:pointer}.makers_wrap .inner_wrap .makers_content .search_makers_wrap .makers_categories_wrap .middle_categories ul li.isActive{font-weight:500;color:#fff;background-color:#f24462}.makers_wrap .inner_wrap .makers_content .sort_select_box_wrap{padding:15px 0}.makers_wrap .inner_wrap .makers_content .sort_select_box_wrap .sort_selected_option{min-width:74px;padding:5px 4px;font-size:11px;letter-spacing:-.39px;border:none}.makers_wrap .inner_wrap .makers_content .sort_select_box_wrap .sort_selected_option.foreignMinWidth{min-width:146px}.makers_wrap .inner_wrap .makers_content .sort_select_box_wrap .sort_select_box_options{top:30px}.makers_wrap .inner_wrap .makers_content .sort_select_box_wrap .sort_select_box_options li{font-size:11px;letter-spacing:-.39px}.makers_wrap .inner_wrap .makers_content .sort_select_box_wrap .total_count{line-height:28px;font-size:14px}.makers_wrap .inner_wrap .makers_content .makers_list{width:100%}.makers_wrap .inner_wrap .makers_content .makers_list .makers_item_wrap{width:47%;margin-bottom:28px}.makers_wrap .inner_wrap .makers_content .makers_list .makers_item_wrap.hidden{width:100%}.makers_wrap .inner_wrap .makers_content .makers_list .makers_item_wrap .makers_thumbnail_wrap .makers_thumbnail_no_image,.makers_wrap .inner_wrap .makers_content .makers_list .makers_item_wrap .makers_thumbnail_wrap img{width:100%;aspect-ratio:1/1}.makers_wrap .inner_wrap .makers_content .makers_list .makers_item_wrap .makers_info_wrap{font-size:12px;padding:8px 6px}.makers_wrap .inner_wrap .makers_content .makers_list .makers_item_wrap .makers_info_wrap .makers_title{font-size:14px;height:44px}.makers_wrap .inner_wrap .makers_content .makers_list .makers_item_wrap .makers_info_wrap .makers_maker_name{margin-top:8px}}.modal_outside{z-index:500}.review_item{padding-bottom:26px;border-bottom:1px solid #ececec}.review_item .review_info{display:flex;align-items:center}.review_item .review_info .user_profile_image{width:45px;height:45px;margin-right:9px;border-radius:50%}.review_item .review_info .review_user_info{position:relative;flex:1 1}.review_item .review_info .review_user_info .best_badge{font-size:11px;font-weight:700;letter-spacing:-.18px;color:#f24462}.review_item .review_info .review_user_info .user_name{display:inline-block;font-size:11px;font-weight:700;letter-spacing:-.18px;color:#000}.review_item .review_info .review_user_info .lecture_info{font-size:11px;font-weight:500;letter-spacing:-.17px;color:#bebebe}.review_item .review_info .review_user_info .review_date{font-size:10px;letter-spacing:-.17px;color:#000;margin-left:.25rem}.review_item .review_info .review_user_info .review_start{display:flex;align-items:center;height:11px}.review_item .review_info .review_user_info .review_start img{width:11px;height:11px;margin-right:1px}.review_item .review_info .review_user_info .more_btn{position:absolute;top:0;right:22px;display:flex;align-items:center;font-size:12px;font-weight:700;letter-spacing:-.43px;color:#000;-webkit-transform:translate(50%,50%);transform:translate(50%,50%);cursor:pointer}.review_item .review_info .review_user_info .more_btn img{width:7px;margin-left:7px}.review_item .review_description{height:auto;padding-top:16px;padding-left:54px;word-break:break-all;overflow:hidden;font-size:14px;letter-spacing:-.5px;color:#000}.review_item .review_description .ellipsis{-webkit-line-clamp:3}.review_item .review_description .ellipsis,.review_item .review_description .origin_text{height:auto;display:-webkit-box;-webkit-box-orient:vertical;white-space:pre-wrap}@media screen and (max-width:767px){.review_item{padding-bottom:12px}.review_item .review_description{padding:18px 15px 11px;font-size:12px;letter-spacing:-.43px}}.lecture_detail_wrap{padding:52px 0 0}.lecture_detail_wrap .inner_wrap{position:relative}.lecture_detail_wrap .inner_wrap .inner_content_wrap{display:flex}.lecture_detail_wrap .inner_wrap .info_wrap{position:relative;float:left;box-sizing:border-box}.lecture_detail_wrap .intro_title,.lecture_detail_wrap .review_title,.lecture_detail_wrap .video_title{display:flex;justify-content:flex-start;align-items:center;line-height:1.5;font-size:20px;letter-spacing:-.33px;color:#000;white-space:pre-wrap}.lecture_detail_wrap .intro_title img,.lecture_detail_wrap .review_title img,.lecture_detail_wrap .video_title img{margin-right:17px}.lecture_detail_wrap a{color:#306fd8;text-decoration:underline}.lecture_detail_wrap a:hover{color:#212eac}.lecture_detail_wrap a:visited{color:purple}.lecture_detail_wrap .lecture_detail_info{width:786px;padding-bottom:180px}.lecture_detail_wrap .lecture_detail_info .lecture_title_image_wrap{position:relative;margin-bottom:16px;border-radius:5px;overflow:hidden}.lecture_detail_wrap .lecture_detail_info .lecture_title_image_wrap .lecture_title_image{width:100%;object-fit:cover}.lecture_detail_wrap .lecture_detail_info .lecture_title_image_wrap .appointment{position:absolute;top:21px;left:21px;padding:12px 31px;border-radius:5px;font-size:14px;font-weight:500;letter-spacing:-.23px;color:#fff;background-color:#f24462}.lecture_detail_wrap .lecture_detail_info .lecture_tabs{display:flex;top:0}.lecture_detail_wrap .lecture_detail_info .lecture_tabs li{position:relative;width:33.33%;padding:18px 0;font-size:16px;font-weight:700;letter-spacing:-.3px;text-align:center;color:#000;cursor:pointer}.lecture_detail_wrap .lecture_detail_info .lecture_tabs li:before{position:absolute;bottom:0;left:0;display:block;width:100%;height:0;content:"";background-color:#000}.lecture_detail_wrap .lecture_detail_info .lecture_tabs li.isActive:before{height:3px}.lecture_detail_wrap .lecture_detail_info .lecture_tabs li span{margin-left:6px;color:#f24462}.lecture_detail_wrap .lecture_detail_info .lecture_tabs.isFixed{position:fixed;top:0;width:786px;border-bottom:1px solid #ececec;background:#fff;z-index:10}.lecture_detail_wrap .lecture_detail_info .lecture_tabs.isFixed+.lecture_intro{margin-top:56px}.lecture_detail_wrap .lecture_detail_info .lecture_intro{padding:45px 0 55px;border-bottom:1px solid #ececec;white-space:pre-wrap}.lecture_detail_wrap .lecture_detail_info .lecture_intro img{max-width:100%;cursor:auto!important}.lecture_detail_wrap .lecture_detail_info .lecture_intro .intro_title{margin-bottom:32px}.lecture_detail_wrap .lecture_detail_info .lecture_intro .intro_title img{width:31px;margin-right:18px}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum{padding:45px 0 85px;border-bottom:1px solid #ececec}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .sample_video_title{margin-bottom:23px}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .sample_video_title img{width:31px;height:24px;margin-right:17px}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_sample_wrap{margin-bottom:44px;padding-bottom:50px;border-bottom:1px solid #ececec}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_sample_wrap .lecture_sample_list{padding:0 37px 0 55px;border-bottom:1px solid #ececec}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_sample_wrap .lecture_sample_list .video_item{margin-bottom:22px}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_sample_wrap .lecture_sample_list .video_item:last-child{margin-bottom:0}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_sample_wrap .lecture_sample_list:last-child{border-bottom:0}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_package_chapter_warp .video_title{margin-bottom:33px}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_package_chapter_warp .video_title img{width:39px;height:26px}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_package_chapter_warp .lecture_package_list .package_item{height:83px;margin-bottom:7px;overflow:hidden}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_package_chapter_warp .lecture_package_list .package_item_title{display:flex;justify-content:space-between;align-items:center;height:83px;padding:0 28px 0 22px;font-size:16px;font-weight:500;letter-spacing:-.7px;color:#000;background-color:#f8f8f8;box-sizing:border-box}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_package_chapter_warp .lecture_package_list .package_item_title img{width:12px}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_package_chapter_warp .lecture_package_list .package_item_number{display:inline-block;width:28px;height:28px;margin-right:16px;border-radius:50%;line-height:28px;font-size:11px;font-weight:700;letter-spacing:-.39px;text-align:center;color:#000;background:#fff}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_package_chapter_warp .lecture_package_list .package_item:last-child{margin-bottom:0}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_package_chapter_warp .lecture_package_list .package_item.isActive{height:auto}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_package_chapter_warp .lecture_chapter_list .lecture_chapter_item{padding:25px 37px 25px 31px;border-bottom:1px solid #ececec}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_package_chapter_warp .lecture_chapter_list .lecture_chapter_item:first-child{padding-top:0}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_package_chapter_warp .lecture_chapter_list .lecture_chapter_item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_package_chapter_warp .lecture_chapter_list .lecture_chapter_item .chapter_title{margin-bottom:22px;font-size:20px;font-weight:300;letter-spacing:-.67px;color:#414141}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_package_chapter_warp .lecture_chapter_list .lecture_chapter_item .chapter_title .order{margin-right:6px}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_package_chapter_warp .lecture_chapter_list .lecture_chapter_item .chapter_section_list{padding-left:24px}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_package_chapter_warp .lecture_chapter_list .lecture_chapter_item .chapter_section_list .video_item{margin-bottom:22px}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_package_chapter_warp .lecture_chapter_list .lecture_chapter_item .chapter_section_list .video_item:last-child{margin-bottom:0}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_package_chapter_warp .lecture_chapter_list.isPackage{padding:25px 0}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_package_chapter_warp .lecture_chapter_list.isPackage .lecture_chapter_item{border-bottom:0}.lecture_detail_wrap .lecture_detail_info .lecture_review{padding:45px 0 0}.lecture_detail_wrap .lecture_detail_info .lecture_review .review_title{display:flex;justify-content:flex-start;align-items:center;margin-bottom:45px}.lecture_detail_wrap .lecture_detail_info .lecture_review .review_title img{width:42px;height:42px;margin-right:13px}.lecture_detail_wrap .lecture_detail_info .lecture_review .review_item{margin-bottom:45px}.lecture_detail_wrap .lecture_detail_info .lecture_review .review_item:last-child{margin-bottom:0}.lecture_detail_wrap .lecture_detail_info .pagination_wrap{margin-top:30px}.lecture_detail_wrap .lecture_payment_info_pc{position:-webkit-sticky!important;position:sticky!important;top:61px!important;height:100%!important}.lecture_detail_wrap .lecture_payment_info{width:372px;margin-left:36px;padding-top:1.5rem;border-radius:6px;box-shadow:0 6px 10px 0 rgba(17,17,17,.1)}.lecture_detail_wrap .lecture_payment_info .lecture_category{display:flex;flex-wrap:wrap;padding:0 1.5rem}.lecture_detail_wrap .lecture_payment_info .lecture_category li{margin-right:7px;margin-bottom:7px;padding:4px 18px;border-radius:2px;font-size:11px;font-weight:700;letter-spacing:-.5px;text-align:center;color:#f24462;background-color:rgba(255,101,121,.07)}.lecture_detail_wrap .lecture_payment_info .lecture_category li:last-child{margin-right:0}.lecture_detail_wrap .lecture_payment_info .lecture_title{margin-bottom:16px;padding:.25rem 1.5rem .625rem;font-size:20px;line-height:1.4;letter-spacing:-.53px;color:#000;border-bottom:1px solid #ececec}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info{padding:0 1.5rem}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info>div{display:flex;justify-content:space-between;margin-bottom:6px;font-size:14px;letter-spacing:-.25px;color:#000}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info>div:last-child{margin-bottom:0}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info>div.schedule strong{display:flex;align-items:center}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info>div.schedule img{width:15px;height:15px;margin-left:6px}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info>div .satisfaction{display:flex;align-items:center}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info>div .satisfaction img{width:15px}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info>div .satisfaction_count{margin-left:9px;font-size:12px;font-weight:500;letter-spacing:-.34px;color:#a2a2a2}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .schedule_list{padding:.75rem .5rem .25rem}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .schedule_list li{display:flex;align-items:center;margin-bottom:15px;cursor:pointer}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .schedule_list li:last-child{margin-bottom:0}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .schedule_list li>img{margin-top:-16px;margin-right:19px;width:15px}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .schedule_list li .timeline{margin-bottom:1px;font-size:14px;font-weight:700;letter-spacing:-.5px;color:#000}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .schedule_list li .timeline .deadline-wrap{margin-left:10px;font-weight:700}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .schedule_list li .timeline .deadline-wrap img{margin-top:-2px;margin-right:2px}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .schedule_list li .week_timeline{display:flex;font-size:14px;letter-spacing:-.5px;color:#000}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .schedule_list li .week_timeline .active_week{margin-right:4px}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .schedule_list li .week_timeline .active_week .week{position:relative;display:inline-block;margin-right:4px}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .schedule_list li .week_timeline .active_week .week:before{position:absolute;bottom:2px;right:-4px;display:block;content:","}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .schedule_list li .week_timeline .active_week .week:last-child{margin:0}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .schedule_list li .week_timeline .active_week .week:last-child:before{display:none}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .schedule_list li .week_timeline .option_price-wrap{color:#f24462}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .schedule_list li .week_timeline .deadline-wrap{margin-left:10px;font-weight:700}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .schedule_list li .week_timeline .deadline-wrap img{float:left;margin-top:-2px;margin-right:2px}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .schedule_list li.disAvailable{cursor:unset}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .schedule_list li.disAvailable .timeline,.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .schedule_list li.disAvailable .week_timeline{color:#acacac}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .lecture_payment_desc{display:block;padding-top:16px;text-align:left}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .lecture_payment_desc p{line-height:17px}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .lecture_payment_desc p+p{line-height:24px}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .lecture_payment_desc .lecture_discount{margin-left:6px;font-size:14px;letter-spacing:-.4px;color:#f24462}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .lecture_payment_desc .lecture_discounted_price{font-size:20px;font-weight:700;letter-spacing:-.33px;color:#000}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .lecture_payment_desc .lecture_discounted_price .deadline-wrap{display:inline-flex;line-height:20px;height:20px;margin-left:20px;font-weight:700;font-size:1rem}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .lecture_payment_desc .lecture_discounted_price .deadline-wrap img{width:16px;height:16px;margin-right:2px}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .lecture_payment_desc .lecture_cost{font-size:12px;font-weight:500;letter-spacing:-.34px;color:#bebebe}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .lecture_payment_desc .lecture_cost.hasDiscount{text-decoration:line-through}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .lecture_payment_desc .deadline-wrap{margin-left:10px;font-weight:700}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .lecture_payment_desc .deadline-wrap img{margin-bottom:-3px;margin-right:2px}.lecture_detail_wrap .lecture_payment_info .lecture_payment{text-align:right}.lecture_detail_wrap .lecture_payment_info .lecture_payment .lecture_payment_btn_wrap{display:flex;justify-content:space-between;align-items:center;padding:0 1.5rem 1rem}.lecture_detail_wrap .lecture_payment_info .lecture_payment .lecture_like_btn_wrap{display:flex;justify-content:center;align-items:center;margin-top:18px}.lecture_detail_wrap .lecture_payment_info .lecture_payment .lecture_like_btn{display:flex;justify-content:center;align-items:center;cursor:pointer}.lecture_detail_wrap .lecture_payment_info .lecture_payment .vertical-line{width:1px;height:36px;margin:18px 18px 0;background-color:#e6e6e6}.lecture_detail_wrap .lecture_payment_info .lecture_payment .lecture_payment_btn{display:flex;justify-content:center;align-items:center;width:100%;margin-top:18px;padding:14px 0;border-radius:5px;font-size:16px;font-weight:700;letter-spacing:-.3px;text-align:center;color:#fff;background-color:#f24462;cursor:pointer}.lecture_detail_wrap .lecture_payment_info .lecture_payment .lecture_payment_btn img{width:25px;margin-left:11px}.lecture_detail_wrap .lecture_payment_info .lecture_payment .is-waiting{background-color:rgba(242,68,98,.8)}.lecture_detail_wrap .lecture_payment_info .lecture_payment .is-closed{background-color:#acacac;cursor:unset}@media screen and (max-width:767px){.lecture_detail_wrap,.lecture_detail_wrap .inner_wrap{padding:0}.lecture_detail_wrap .inner_wrap .mobile_header{position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center;width:100%;height:46px;padding:0 24px;background-color:#fff;box-sizing:border-box;z-index:10}.lecture_detail_wrap .inner_wrap .mobile_header img{position:static;width:8px;margin-right:20px;cursor:pointer;-webkit-transform:translateY(0);transform:translateY(0)}.lecture_detail_wrap .inner_wrap .mobile_header p{flex:1 1}.lecture_detail_wrap .inner_wrap .isReverse{display:flex;flex-direction:column-reverse}.lecture_detail_wrap .inner_wrap .info_wrap{float:unset}.lecture_detail_wrap .inner_wrap .mobile_lecture_title_image_wrap{position:relative}.lecture_detail_wrap .inner_wrap .mobile_lecture_title_image_wrap img{width:100%}.lecture_detail_wrap .inner_wrap .mobile_lecture_title_image_wrap .appointment{position:absolute;top:14px;left:14px;padding:9px 24px;border-radius:5px;font-size:12px;font-weight:500;letter-spacing:-.4px;color:#fff;background-color:#f24462}.lecture_detail_wrap .intro_title,.lecture_detail_wrap .review_title,.lecture_detail_wrap .video_title{font-size:16px;letter-spacing:-.63px}.lecture_detail_wrap .intro_title img,.lecture_detail_wrap .review_title img,.lecture_detail_wrap .video_title img{margin-right:10px}.lecture_detail_wrap .lecture_detail_info{width:100%;padding:11px 24px 0}}@media screen and (max-width:767px)and (max-width:767px){.lecture_detail_wrap .lecture_detail_info{padding-left:16px;padding-right:16px}}@media screen and (max-width:767px){.lecture_detail_wrap .lecture_detail_info .lecture_title_image_wrap{display:none}.lecture_detail_wrap .lecture_detail_info .lecture_tabs li{padding:13px 0;font-size:13px;letter-spacing:-.56px}.lecture_detail_wrap .lecture_detail_info .lecture_tabs li:before{height:0}.lecture_detail_wrap .lecture_detail_info .lecture_tabs li.isActive:before{height:2px}.lecture_detail_wrap .lecture_detail_info .lecture_tabs.isFixed{top:40px;left:0;width:100%}.lecture_detail_wrap .lecture_detail_info .lecture_tabs.isFixed+.lecture_intro{margin-top:42px}.lecture_detail_wrap .lecture_detail_info .lecture_intro{padding:28px 0}.lecture_detail_wrap .lecture_detail_info .lecture_intro ul,.lecture_detail_wrap .lecture_detail_info .lecture_intro ul li{padding-left:12px}.lecture_detail_wrap .lecture_detail_info .lecture_intro .intro_title img{width:21px}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum{padding:45px 0 85px;border-bottom:1px solid #ececec}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .sample_video_title{margin-bottom:23px}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .sample_video_title img{width:21px;height:16px}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_sample_wrap{margin-bottom:25px;padding-bottom:25px;border-bottom:0}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_sample_wrap .lecture_sample_list{padding:0}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_sample_wrap .lecture_sample_list .video_item{margin-bottom:12px}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_sample_wrap .lecture_sample_list:last-child{border-bottom:0}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_package_chapter_warp .video_title{margin-bottom:24px}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_package_chapter_warp .video_title img{width:21px;height:16px}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_package_chapter_warp .lecture_package_list .package_item{height:69px;margin-bottom:12px}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_package_chapter_warp .lecture_package_list .package_item_title{display:flex;align-items:center;height:69px;padding:0 18px 0 12px;font-size:13px;font-weight:500;letter-spacing:-.57px}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_package_chapter_warp .lecture_chapter_list .lecture_chapter_item{padding:21px 0;border-bottom:0}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_package_chapter_warp .lecture_chapter_list .lecture_chapter_item .chapter_title{margin-bottom:16px;font-size:16px;letter-spacing:-.6px}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_package_chapter_warp .lecture_chapter_list .lecture_chapter_item .chapter_title .order{margin-right:4px}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_package_chapter_warp .lecture_chapter_list .lecture_chapter_item .chapter_section_list{padding-left:0}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_package_chapter_warp .lecture_chapter_list .lecture_chapter_item .chapter_section_list .video_item{margin-bottom:12px}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_package_chapter_warp .lecture_chapter_list.isPackage{padding:21px 0}.lecture_detail_wrap .lecture_detail_info .lecture_curriculum .lecture_package_chapter_warp .lecture_chapter_list.isPackage .lecture_chapter_item{border-bottom:0}.lecture_detail_wrap .lecture_detail_info .lecture_review{padding:24px 0 80px}.lecture_detail_wrap .lecture_detail_info .lecture_review .review_title{margin-bottom:21px}.lecture_detail_wrap .lecture_detail_info .lecture_review .review_title img{margin-right:9px}.lecture_detail_wrap .lecture_detail_info .lecture_review .review_item{margin-bottom:22px}.lecture_detail_wrap .lecture_detail_info .lecture_review .review_item:last-child{margin-bottom:0}.lecture_detail_wrap .lecture_detail_info .lecture_review .review_more_btn{display:flex;justify-content:center;align-items:center;margin:20px 0;padding:10px 0;border-radius:5px;font-size:12px;letter-spacing:-.43px;color:#000;background-color:#f8f8f8;cursor:pointer}.lecture_detail_wrap .lecture_detail_info .lecture_review .review_more_btn img{width:7px;margin-left:6px}.lecture_detail_wrap .lecture_payment_info{width:100%;margin-left:0;padding:11px 24px 0;border-radius:0;box-shadow:none;box-sizing:border-box}.lecture_detail_wrap .lecture_payment_info.isActive{position:static!important;-webkit-transform:unset;transform:unset}.lecture_detail_wrap .lecture_payment_info .lecture_category li{margin-bottom:4px;padding:4px 17px}.lecture_detail_wrap .lecture_payment_info .lecture_title{margin-bottom:0;padding:4px 0 16px;font-size:16px;letter-spacing:-.63px;border-bottom:0}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info{padding-bottom:25px}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info>div{margin-bottom:4px;font-size:12px}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info>div.schedule img{width:12px;height:12px;margin-left:4px}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .schedule_list{padding:12px 12px 0}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .schedule_list li{display:flex;align-items:center;margin-bottom:7px}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .schedule_list li>img{margin-right:10px;width:13px}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .schedule_list li .timeline_wrap .timeline{margin-bottom:0}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .schedule_list li .timeline_wrap .week_timeline p span{margin-right:1px}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .schedule_list li .timeline_wrap .week_timeline .deadline-wrap{font-size:.8rem}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .schedule_list li .timeline_wrap .week_timeline .deadline-wrap img{width:15px;margin-top:-1px}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .schedule_list li .timeline_wrap.isColumn{flex-direction:column}.lecture_detail_wrap .lecture_payment_info .lecture_summary_info .schedule_list li .timeline_wrap.isColumn .week_timeline{margin-left:0}.lecture_detail_wrap .lecture_payment_info .lecture_payment{text-align:center}.lecture_detail_wrap .lecture_payment_info .lecture_payment.isFixed{height:4rem;padding:.75rem 1rem .125rem;position:fixed;bottom:0;left:0;display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;width:100%;background-color:#fff;box-sizing:border-box;z-index:10;border-right-style:none!important;border-left-style:none!important;border-bottom-style:none!important;border-right-color:#fff;border-left-color:#fff;border-bottom-color:#fff;grid-gap:.5rem;gap:.5rem}.lecture_detail_wrap .lecture_payment_info .lecture_payment.isFixed .lecture_payment_btn_wrap{display:flex;padding:0;width:100%;min-width:40%}.lecture_detail_wrap .lecture_payment_info .lecture_payment.isFixed .lecture_payment_btn_wrap .lecture_payment_btn{white-space:nowrap}.lecture_detail_wrap .lecture_payment_info .lecture_payment.isFixed .timer-wrap{width:100%;padding:0}.lecture_detail_wrap .lecture_payment_info .lecture_payment.isFixed .timer-wrap .timer-data{padding:0;border:none;font-size:.75rem;display:flex;flex-direction:column;grid-gap:0;gap:0;font-weight:900}.lecture_detail_wrap .lecture_payment_info .lecture_payment.isFixed .timer-wrap .timer{font-size:1rem;white-space:nowrap;margin-bottom:-.25rem}.lecture_detail_wrap .lecture_payment_info .lecture_payment.isFixed .timer-wrap .progress-bar,.lecture_detail_wrap .lecture_payment_info .lecture_payment.isNone{display:none}.lecture_detail_wrap .lecture_payment_info .lecture_payment .lecture_payment_desc{display:flex;flex-direction:column;text-align:left}.lecture_detail_wrap .lecture_payment_info .lecture_payment .lecture_payment_desc .deadline-wrap{margin-left:6px;font-weight:700;font-size:.8rem}.lecture_detail_wrap .lecture_payment_info .lecture_payment .lecture_payment_desc .deadline-wrap img{margin-bottom:-3px;margin-right:2px}.lecture_detail_wrap .lecture_payment_info .lecture_payment .lecture_cost.isSelling{text-decoration:line-through}.lecture_detail_wrap .lecture_payment_info .lecture_payment .lecture_discount{margin-left:6px;font-size:12px;letter-spacing:-.4px;color:#f24462}.lecture_detail_wrap .lecture_payment_info .lecture_payment .lecture_discounted_price{font-size:17px;letter-spacing:-.18px}.lecture_detail_wrap .lecture_payment_info .lecture_payment .lecture_discounted_price .deadline-wrap{margin-left:8px;font-weight:700;font-size:.8rem}.lecture_detail_wrap .lecture_payment_info .lecture_payment .lecture_discounted_price .deadline-wrap img{margin-right:1px}.lecture_detail_wrap .lecture_payment_info .lecture_payment .lecture_payment_btn{display:block;margin-top:0;padding:10px 0;font-size:13px}.lecture_detail_wrap .lecture_payment_info .lecture_payment .lecture_payment_btn img{display:none}.lecture_detail_wrap .lecture_payment_info .lecture_payment .vertical-line{margin:0 14px;height:30px}.lecture_detail_wrap .lecture_payment_info .lecture_payment .lecture_like_btn_wrap{display:block;margin-top:0;padding:10px 0}}.video_item{display:flex}.video_item_thumb{position:relative;width:174px;height:131px;overflow:hidden;cursor:pointer}.video_item_thumb>img:first-of-type{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:43px}.video_item_thumb>img:last-of-type{width:100%;height:100%}.video_item_thumb .video_item_thumb_overlap{position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;width:100%;height:100%;z-index:9;background-color:rgba(29,29,29,.35)}.video_item_thumb .video_item_thumb_overlap>img{width:54px}.video_item_info{display:flex;align-items:flex-start;flex:1 1;padding:6px 30px;box-sizing:border-box}.video_item_title{flex:1 1;font-size:14px;font-weight:500;letter-spacing:-.82px;color:#000}.video_item_title .order{margin-right:4px}.video_item_time{width:60px;font-size:14px;font-weight:500;letter-spacing:-.4px;color:#a2a2a2}@media screen and (max-width:767px){.video_item_thumb{position:relative;width:150px;height:113px}.video_item_thumb a{position:absolute;display:flex;justify-content:center;align-items:center;width:100%;height:100%;z-index:9;background-color:rgba(29,29,29,.35)}.video_item_thumb .video_item_thumb_overlap>img,.video_item_thumb a img{width:32px}.video_item_info{flex-direction:column;align-items:flex-start;flex:1 1;padding:4px 12px}.video_item_title{font-size:13px;font-weight:500;letter-spacing:-.51px}.video_item_title .order{margin-right:4px}.video_item_time{width:60px;font-size:13px;letter-spacing:-.37px;color:#bebebe}}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor p{line-height:1.69}@media screen and (max-width:767px){.ql-editor{padding-left:8px;padding-right:8px}}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;width:100%;aspect-ratio:16/9;max-width:540px}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-font-comicSans{font-family:"Comic Sans MS",cursive,sans-serif}.ql-editor .ql-font-courierNew{font-family:"Courier New"}.ql-editor .ql-font-georgia{font-family:Georgia,serif}.ql-editor .ql-font-helvetica{font-family:Helvetica,sans-serif}.ql-editor .ql-font-lucida{font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif}.ql-editor .ql-font-aritaBuri{font-family:"AritaBuri"}.ql-editor .ql-font-aritaDotum{font-family:"AritaDotum"}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:rgba(0,0,0,.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.lecture_item{display:flex;position:relative;flex-direction:column;justify-content:start;grid-row-gap:2px;row-gap:2px;width:276px}.lecture_item .lecture_like{display:flex;justify-content:center;align-items:center;position:absolute;top:.25rem;right:.25rem;z-index:1;width:2rem;height:2rem;cursor:pointer}.lecture_item .lecture_item_link_wrap{display:flex;flex-direction:column;grid-gap:2px;gap:2px}.lecture_item_link_wrap:hover .lecture_item_title{color:#f24462}.lecture_item_link_wrap:hover .badge-wrap>span.listen_type{color:#979797;border-color:#979797}.lecture_item .thumbnail_wrap{position:relative;width:100%;height:208px;border-radius:4px;overflow:hidden}.lecture_item .thumbnail_wrap a{display:block;height:100%}.lecture_item .thumbnail_wrap .thumbnail{height:100%;width:100%;object-fit:cover}.lecture_item .thumbnail_wrap .appointment{position:absolute;top:12px;left:12px;padding:7px 15px;border-radius:5px;font-size:12px;font-weight:500;letter-spacing:-.2px;color:#fff;background-color:#f24462;cursor:pointer}.lecture_item .lecture_item_title{position:relative;font-size:14px;letter-spacing:-.25px;word-break:break-word;white-space:pre-wrap;color:#000}.lecture_item .lecture_item_title.ellipsis{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.lecture_item .badge-wrap{display:flex;align-items:center;grid-gap:4px;gap:4px;min-height:22px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:0}.lecture_item .badge-wrap>span{padding:1px 10px 0;border-radius:9.5px;font-size:10px;font-weight:500;letter-spacing:-.36px;text-align:center;height:22px;line-height:22px}.lecture_item .badge-wrap>span.discount{color:#fff;background-color:#f3213c}.lecture_item .badge-wrap>span.deadline{padding:1px 8px 0 6px;color:#fff;background-color:#000;display:flex;align-items:center;grid-gap:4px;gap:4px}.lecture_item .badge-wrap>span.deadline>img{width:12px;margin-top:-2px}.lecture_item .badge-wrap>span.waiting{padding:1px 8px 0 6px;color:#fff;background-color:#606060;display:flex;align-items:center;grid-gap:4px;gap:4px}.lecture_item .badge-wrap>span.waiting>img{width:12px;margin-top:-2px}.lecture_item .badge-wrap>span.listen_type{border:1px solid #bebebe;color:#bebebe;text-transform:capitalize}.lecture_item .lecture_item_rate_wrap{display:flex;font-size:13px;height:22px;justify-content:space-between;align-items:center;padding:0}.lecture_item .lecture_item_rate_wrap .lecture_item_rate{display:flex;align-items:center}.lecture_item .lecture_item_rate_wrap .lecture_item_rate>span{line-height:22px;height:22px;padding-top:1px;margin-left:4px}.lecture_item .lecture_item_rate_wrap .lecture_item_rate>span+span{margin-left:6px;color:#a2a2a2}.lecture_item .lecture_item_rate_wrap .lecture_selling_count{height:22px;display:flex;align-items:center;line-height:22px}.lecture_item .lecture_item_description{display:flex;justify-content:space-between;font-size:12px;letter-spacing:-.34px;color:#a2a2a2}.lecture_item .lecture_item_description .lecture_item_category{cursor:pointer;display:flex;flex-wrap:wrap}.lecture_item .lecture_item_description .lecture_item_category li{margin-bottom:7px;margin-right:10px;padding:3px 16px;border-radius:10px;font-size:11px;letter-spacing:-.4px;text-align:center;color:#f24462;background-color:rgba(255,101,121,.07)}.lecture_item .lecture_item_description .lecture_item_category li:last-child{margin-right:0}.lecture_item .lecture_item_description.isRow{flex-direction:column}.lecture_item .lecture_item_description.isRow .lecture_item_category{margin-top:7px}@media screen and (max-width:767px){.lecture_item{width:calc(50vw - 30px)}.lecture_item .lecture_like{top:.25rem;right:.25rem;width:1.5rem;width:var(--lectureMobileLikeWh,1.5rem);height:1.5rem;height:var(--lectureMobileLikeWh,1.5rem)}.lecture_item .thumbnail_wrap{width:100%;height:calc(37.5vw - 22.5px)}.lecture_item .thumbnail_wrap .appointment{top:8px;left:8px;padding:4px 10px;border-radius:5px;font-size:9px;letter-spacing:-.4px}.lecture_item .lecture_item_title{letter-spacing:-.55px}.lecture_item .badge-wrap{padding:4px 0 1px}.lecture_item .badge-wrap>span{padding:0 9px}.lecture_item .lecture_item_rate_wrap{height:14px;font-size:11px}.lecture_item .lecture_item_rate_wrap .lecture_item_rate>span svg{width:14px;height:14px}.lecture_item .lecture_item_rate_wrap .lecture_item_rate>span+span{line-height:18px}.lecture_item .lecture_item_description{font-size:11px;letter-spacing:-.41px}.lecture_item .lecture_item_description .lecture_item_category li{margin-bottom:7px;margin-right:6px;padding:3px 14px;font-size:9px;letter-spacing:-.5px}.lecture_item .lecture_item_description .lecture_item_category li:last-child{margin-right:0}.lecture_item .lecture_item_description.isRow{flex-direction:column}.lecture_item .lecture_item_description.isRow .lecture_item_category{margin-top:7px}}.search_lectures_modal_wrap{position:fixed;bottom:0;left:0;width:100%;border-top-left-radius:45px;border-top-right-radius:45px;background-color:#fff;box-sizing:border-box}.search_lectures_modal_wrap .lectures_categories_wrap{position:relative;padding:36px 24px 87px}.search_lectures_modal_wrap .lectures_categories_wrap .close_options_modal_btn{position:absolute;top:35px;right:38px;cursor:pointer;width:15px}.search_lectures_modal_wrap .lectures_categories_wrap .close_options_modal_btn img{width:100%}.search_lectures_modal_wrap .lectures_categories_wrap .top_categories ul{display:flex;border-bottom:1px solid #ececec}.search_lectures_modal_wrap .lectures_categories_wrap .top_categories ul li{margin-right:20px;padding:18px 0;font-size:14px;font-weight:700;letter-spacing:-.55px;color:#a2a2a2;cursor:pointer}.search_lectures_modal_wrap .lectures_categories_wrap .top_categories ul li.isActive{color:#000}.search_lectures_modal_wrap .lectures_categories_wrap .middle_categories{min-height:245px}.search_lectures_modal_wrap .lectures_categories_wrap .middle_categories ul{display:flex;flex-wrap:wrap;padding-top:16px}.search_lectures_modal_wrap .lectures_categories_wrap .middle_categories ul li{margin-right:8px;margin-bottom:16px;padding:7px 27px;border-radius:5px;font-size:12px;font-weight:500;letter-spacing:-.2px;text-align:center;color:#000;background-color:hsla(0,0%,69.8%,.06);cursor:pointer}.search_lectures_modal_wrap .lectures_categories_wrap .middle_categories ul li.isActive{font-weight:500;color:#fff;background-color:#f24462}.search_lectures_modal_wrap .lectures_categories_wrap .selected_categories{position:absolute;bottom:87px;left:24px;display:flex;width:calc(100% - 48px);justify-content:space-between}.search_lectures_modal_wrap .lectures_categories_wrap .selected_categories .btn{display:flex;justify-content:center;align-items:center;padding:16px 0;border-radius:5px;font-size:12px;font-weight:500;letter-spacing:-.34px;text-align:center;cursor:pointer}.search_lectures_modal_wrap .lectures_categories_wrap .selected_categories .btn.reset_btn{margin-right:9px;padding-left:17px;padding-right:20px;border:1px solid #e5e5e5;color:#a2a2a2}.search_lectures_modal_wrap .lectures_categories_wrap .selected_categories .btn.reset_btn img{width:10px;margin-top:-1px;margin-left:4px}.search_lectures_modal_wrap .lectures_categories_wrap .selected_categories .btn.submit_btn{flex:1 1;color:#fff;background-color:#f24462}.bottom_event_banner{position:absolute;bottom:0;left:0;width:100%;height:47px;color:#fff;background-color:#000;z-index:9}.bottom_event_banner a{display:block}.bottom_event_banner.isFixed{position:fixed}.bottom_event_banner .inner_wrap{display:flex;align-items:center;height:47px;padding:0;overflow:hidden}.bottom_event_banner .inner_wrap strong{margin-right:62px}.bottom_event_banner .inner_wrap .slick-slider{width:100%}.bottom_event_banner .inner_wrap .slick-slider .slick-slide *{height:47px!important;line-height:47px}.bottom_event_banner .inner_wrap .slick-list,.bottom_event_banner .inner_wrap .slick-vertical{height:47px!important}@media screen and (max-width:767px){.bottom_event_banner{height:47px;padding:0 15px;overflow:hidden;box-sizing:border-box}.bottom_event_banner .inner_wrap{height:47px}.bottom_event_banner .inner_wrap .slick-slider{width:calc(100% - 80px)}.bottom_event_banner .inner_wrap strong{margin-right:21px}}.lectures_warp{padding:42px 0 137px}.lectures_warp h2{margin-bottom:16px;font-size:24px;letter-spacing:-.4px;color:#000;font-weight:700}.lectures_warp h2 img{margin-left:10px;width:25px;display:inline-block;margin-top:-4px}.lectures_warp .search_lectures_wrap .lectures_categories_wrap ul{display:flex}.lectures_warp .search_lectures_wrap .lectures_categories_wrap ul li{box-sizing:border-box}.lectures_warp .search_lectures_wrap .lectures_categories_wrap ul li:last-child{margin:0}.lectures_warp .search_lectures_wrap .lectures_categories_wrap .lectures_categories{padding:15px 0;border-top:1px solid #f3f3f3}.lectures_warp .search_lectures_wrap .lectures_categories_wrap .top_categories ul li{display:flex;align-items:center;margin-right:32px;font-size:14px;font-weight:500;letter-spacing:-.25px;color:#bebebe;cursor:pointer}.lectures_warp .search_lectures_wrap .lectures_categories_wrap .top_categories ul li.isActive{color:#000;cursor:default}.lectures_warp .search_lectures_wrap .lectures_categories_wrap .top_categories ul li.isActive:hover{color:inherit}.lectures_warp .search_lectures_wrap .lectures_categories_wrap .top_categories ul li:last-child{margin-right:0}.lectures_warp .search_lectures_wrap .lectures_categories_wrap .top_categories ul li:hover{color:#f22672}.lectures_warp .search_lectures_wrap .lectures_categories_wrap .middle_categories.isBorderBottom{border-bottom:1px solid #f3f3f3}.lectures_warp .search_lectures_wrap .lectures_categories_wrap .middle_categories ul li{margin-right:16px;padding:8px 31px;border-radius:5px;font-size:12px;letter-spacing:-.2px;color:#000;background-color:hsla(0,0%,69.8%,.06);cursor:pointer}.lectures_warp .search_lectures_wrap .lectures_categories_wrap .middle_categories ul li.isActive{font-weight:500;color:#fff;background-color:#f24462;cursor:default}.lectures_warp .search_lectures_wrap .lectures_categories_wrap .middle_categories ul li:hover{border:1px solid #f24462;padding:7px 30px}.lectures_warp .search_lectures_wrap .lectures_categories_wrap .selected_options{display:flex;justify-content:space-between;align-items:center;padding:15px 0 11px;border-bottom:1px solid #f3f3f3}.lectures_warp .search_lectures_wrap .lectures_categories_wrap .selected_options ul{flex:1 1;flex-wrap:wrap}.lectures_warp .search_lectures_wrap .lectures_categories_wrap .selected_options ul li{display:flex;justify-content:space-between;align-items:center;margin-right:16px;margin-bottom:4px;padding:9px 10px 8px 21px;border-radius:5px;font-size:12px;letter-spacing:-.2px;color:#fff;background-color:#f24462;box-sizing:border-box}.lectures_warp .search_lectures_wrap .lectures_categories_wrap .selected_options ul li .delete_option_btn{width:10px;margin-left:21px;cursor:pointer}.lectures_warp .search_lectures_wrap .lectures_categories_wrap .selected_options ul li .delete_option_btn img{width:100%}.lectures_warp .search_lectures_wrap .lectures_categories_wrap .selected_options .reset_btn{display:flex;justify-content:center;align-items:center;width:110px;margin-bottom:4px;padding:10px 0;border-radius:5px;border:1px solid #e5e5e5;font-size:14px;letter-spacing:-.5px;text-align:center;color:#000;cursor:pointer;box-sizing:border-box}.lectures_warp .search_lectures_wrap .lectures_categories_wrap .selected_options .reset_btn img{width:10px;margin-left:12px}.lectures_warp .search_lectures_wrap .lectures_categories_wrap .selected_options .reset_btn:hover{border:1px solid #f24462}.lectures_warp .lectures_content .search_lectures_wrap .lectures_categories_wrap ul{display:flex}.lectures_warp .lectures_content .search_lectures_wrap .lectures_categories_wrap ul li{box-sizing:border-box}.lectures_warp .lectures_content .search_lectures_wrap .lectures_categories_wrap ul li:last-child{margin:0}.lectures_warp .lectures_content .search_lectures_wrap .lectures_categories_wrap .lectures_categories{padding:15px 0;border-top:1px solid #f3f3f3}.lectures_warp .lectures_content .search_lectures_wrap .lectures_categories_wrap .top_categories ul li{margin-right:32px;font-size:14px;font-weight:500;letter-spacing:-.25px;color:#bebebe;cursor:pointer}.lectures_warp .lectures_content .search_lectures_wrap .lectures_categories_wrap .top_categories ul li.isActive{color:#000}.lectures_warp .lectures_content .search_lectures_wrap .lectures_categories_wrap .middle_categories.isBorderBottom{border-bottom:1px solid #f3f3f3}.lectures_warp .lectures_content .search_lectures_wrap .lectures_categories_wrap .middle_categories ul li{margin-right:16px;padding:7px 31px;border-radius:5px;font-size:12px;letter-spacing:-.2px;color:#000;background-color:hsla(0,0%,69.8%,.06);cursor:pointer}.lectures_warp .lectures_content .search_lectures_wrap .lectures_categories_wrap .middle_categories ul li.isActive{font-weight:500;color:#fff;background-color:#f24462}.lectures_warp .lectures_content .sort_select_box_wrap{padding:16px 0;text-align:right}.lectures_warp .lectures_content .sort_select_box_wrap .sort_selected_option{position:relative;display:inline-block;min-width:97px;padding:10px 22px;border-radius:5px;border:1px solid #e5e5e5;font-size:14px;letter-spacing:-.5px;text-align:center;color:#000;cursor:pointer;box-sizing:border-box}.lectures_warp .lectures_content .sort_select_box_wrap .sort_selected_option:hover{border:1px solid #f24462}.lectures_warp .lectures_content .sort_select_box_wrap .sort_selected_option.foreignMinWidth{min-width:185px}.lectures_warp .lectures_content .sort_select_box_wrap .sort_selected_option span{display:flex;justify-content:space-between;align-items:center}.lectures_warp .lectures_content .sort_select_box_wrap .sort_selected_option span img{width:7px}.lectures_warp .lectures_content .sort_select_box_wrap .sort_select_box_options{position:absolute;top:42px;right:0;width:100%;border-radius:5px;border:1px solid #e5e5e5;background-color:#fff;z-index:2}.lectures_warp .lectures_content .sort_select_box_wrap .sort_select_box_options li{padding:6px 0;font-size:14px;letter-spacing:-.5px;text-align:center;color:#000;cursor:pointer}.lectures_warp .lectures_content .sort_select_box_wrap .sort_select_box_options li:hover{color:#f24462}.lectures_warp .lectures_content .lecture_list_wrap{display:flex;flex-wrap:wrap;min-height:380px;justify-content:space-between;grid-row-gap:1.5rem;row-gap:1.5rem}.lectures_warp .lectures_content .lecture_list_wrap .lecture_item{margin-bottom:60px;margin-right:30px}.lectures_warp .lectures_content .lecture_list_wrap .lecture_item:nth-child(4n){margin-right:0}@media screen and (max-width:767px){.lectures_warp{padding:0 0 80px}.lectures_warp h2{display:none}.lectures_warp .search_lectures_wrap .lectures_categories_wrap .top_categories{padding:18px 0;border:0}.lectures_warp .search_lectures_wrap .lectures_categories_wrap .top_categories ul li{margin-right:7px;padding:8px 18px;border-radius:5px;border:1px solid #ececec;font-size:11px;letter-spacing:-.5px;color:#000}.lectures_warp .search_lectures_wrap .lectures_categories_wrap .top_categories ul li img{width:7px}.lectures_warp .search_lectures_wrap .lectures_categories_wrap .middle_categories{display:none}.lectures_warp .search_lectures_wrap .lectures_categories_wrap .selected_options{padding-top:0;padding-bottom:5px;border-top:0}.lectures_warp .search_lectures_wrap .lectures_categories_wrap .selected_options ul li{margin-right:7px;margin-bottom:6px;padding:8px 15px;font-size:11px;font-weight:500;letter-spacing:-.4px;color:#fff}.lectures_warp .search_lectures_wrap .lectures_categories_wrap .selected_options ul li .delete_option_btn{width:7px}.lectures_warp .search_lectures_wrap .lectures_categories_wrap .selected_options ul li .delete_option_btn img{width:100%}.lectures_warp .search_lectures_wrap .lectures_categories_wrap .selected_options .reset_btn{width:74px;padding:7px 15px;font-size:11px;letter-spacing:-.4px;color:#a2a2a2}.lectures_warp .search_lectures_wrap .lectures_categories_wrap .selected_options .reset_btn img{margin-top:-1px;margin-left:4px}.lectures_warp .lectures_content .search_lectures_wrap .lectures_categories_wrap ul{display:flex}.lectures_warp .lectures_content .search_lectures_wrap .lectures_categories_wrap ul li{box-sizing:border-box}.lectures_warp .lectures_content .search_lectures_wrap .lectures_categories_wrap ul li:last-child{margin:0}.lectures_warp .lectures_content .search_lectures_wrap .lectures_categories_wrap .lectures_categories{padding:15px 0;border-top:1px solid #f3f3f3}.lectures_warp .lectures_content .search_lectures_wrap .lectures_categories_wrap .top_categories ul li{margin-right:32px;font-size:14px;font-weight:500;letter-spacing:-.25px;color:#bebebe;cursor:pointer}.lectures_warp .lectures_content .search_lectures_wrap .lectures_categories_wrap .top_categories ul li.isActive{color:#000}.lectures_warp .lectures_content .search_lectures_wrap .lectures_categories_wrap .middle_categories.isBorderBottom{border-bottom:1px solid #f3f3f3}.lectures_warp .lectures_content .search_lectures_wrap .lectures_categories_wrap .middle_categories ul li{margin-right:16px;padding:7px 31px;border-radius:5px;font-size:12px;letter-spacing:-.2px;color:#000;background-color:hsla(0,0%,69.8%,.06);cursor:pointer}.lectures_warp .lectures_content .search_lectures_wrap .lectures_categories_wrap .middle_categories ul li.isActive{font-weight:500;color:#fff;background-color:#f24462}.lectures_warp .lectures_content .sort_select_box_wrap{padding:15px 0 6px}.lectures_warp .lectures_content .sort_select_box_wrap .sort_selected_option{min-width:74px;padding:5px 16px;font-size:11px;letter-spacing:-.39px}.lectures_warp .lectures_content .sort_select_box_wrap .sort_selected_option.foreignMinWidth{min-width:146px}.lectures_warp .lectures_content .sort_select_box_wrap .sort_select_box_options{top:30px}.lectures_warp .lectures_content .sort_select_box_wrap .sort_select_box_options li{font-size:11px;letter-spacing:-.39px}.lectures_warp .lectures_content .lecture_list_wrap{min-height:260px}.lectures_warp .lectures_content .lecture_list_wrap .lecture_item{margin-bottom:0;margin-right:0}}.empty-lectures-wrap{display:flex;justify-content:center;align-items:center;width:100%;height:100%;padding:80px}.login{width:378px;margin:0 auto;padding:94px 0 290px}.login h2{margin-bottom:11px;font-size:24px;letter-spacing:-.4px}.login h2,.login p{text-align:center;color:#000}.login p{margin-bottom:5px;font-size:14px;font-weight:500;letter-spacing:-.82px}.login p span{display:inline-block;margin-left:12px;color:#328eff}.login p:last-child{margin-bottom:0}.login .login_country_wrap{border:1px solid #f24462;display:flex;height:54px;margin-top:35px;margin-bottom:10px;border-radius:5px;overflow:hidden}.login .login_country_wrap .login_country_wrap-btn{display:flex;justify-content:center;align-items:center;width:50%;cursor:pointer;color:#f24462;background-color:#fff;transition:all .2s}.login .login_country_wrap .login_country_wrap-btn-active{color:#fff;background-color:#f24462}.login .login_country_wrap .login_country_wrap-btn:hover{opacity:.8;color:#fff;background-color:#f24462}.login .login_btn_wrap{margin-bottom:83px}.login .login_btn_wrap .login_btn,.login .login_btn_wrap .social_login_btn{position:relative;display:flex;justify-content:center;align-items:center;height:54px;margin-bottom:11px;padding:0 17px;border-radius:5px;font-size:16px;font-weight:500;letter-spacing:-.7px;text-align:center;color:#fff;box-sizing:border-box;cursor:pointer}.login .login_btn_wrap .login_btn.kakao,.login .login_btn_wrap .social_login_btn.kakao{color:#000;background-color:#ffe600}.login .login_btn_wrap .login_btn.naver,.login .login_btn_wrap .social_login_btn.naver{background-color:#00c300}.login .login_btn_wrap .login_btn.google,.login .login_btn_wrap .social_login_btn.google{background-color:#db4a39}.login .login_btn_wrap .login_btn.facebook,.login .login_btn_wrap .social_login_btn.facebook{background-color:#3a5ca9}.login .login_btn_wrap .login_btn:last-child,.login .login_btn_wrap .social_login_btn:last-child{margin-bottom:0}.login .login_btn_wrap .login_btn img.login_logo,.login .login_btn_wrap .social_login_btn img.login_logo{position:absolute;top:50%;left:17px;width:34px;height:36px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.login .login_btn_wrap .login_btn span,.login .login_btn_wrap .social_login_btn span{flex:1 1}.login .login_btn_wrap .login_btn{margin-bottom:0;color:#000;border:1px solid #ececec}.login .login_btn_wrap .login_btn .login_btn-arrow{position:absolute;right:25px;width:7px;height:3px}.login #login_form{width:100%;margin-top:20px}.login #login_form input{display:block;width:100%;margin-bottom:11px;padding:16px 20px 14px;border-radius:5px;border:1px solid #ececec;outline:0 none;font-size:12px;font-weight:500;letter-spacing:-.34px;color:#000}.login #login_form input::-webkit-input-placeholder{color:#bebebe}.login #login_form input::placeholder{color:#bebebe}.login #login_form input:last-child{margin-bottom:0}.login #login_form .login_btn{width:100%;margin-top:38px;font-size:14px;font-weight:500;letter-spacing:-.4px;color:#fff;background-color:#000}.login #login_form .forget-password{margin-top:8px}.login #login_form .forget-password button{display:inline-block;margin-left:12px;color:#328eff}.login .signup_terms{text-align:center;font-size:10px;letter-spacing:-.4px;color:#a2a2a2}.login .signup_terms a{text-decoration:underline}@media screen and (max-width:767px){.login{width:auto;min-width:312px;padding:56px 24px 80px;box-sizing:border-box}.login h2{margin-bottom:26px;font-size:18px;letter-spacing:-.71px}.login p{margin-bottom:9px;font-size:11px;letter-spacing:-.64px}.login .login_country_wrap{height:46px;margin-bottom:26px}.login .login_btn_wrap{margin-bottom:45px}.login .login_btn_wrap .login_btn,.login .login_btn_wrap .social_login_btn{height:46px;margin-bottom:7px;line-height:46px;font-size:13px;letter-spacing:-.57px}.login #login_form{width:100%;margin-top:6px}.login #login_form input{margin-bottom:6px;padding:14px 18px 15px;font-size:11px;letter-spacing:-.64px}.login #login_form input:last-child{margin-bottom:0}.login #login_form .login_btn{margin-top:14px;font-size:11px;letter-spacing:-.64px}}.my_page_mobile_header{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:46px;padding:0 21px;border-bottom:1px solid #ececec;font-size:13px;font-weight:500;letter-spacing:-.51px;color:#000;box-sizing:border-box}.my_page_mobile_header img{position:absolute;top:50%;left:21px;width:9px;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}.my_page_nav_wrap{-webkit-user-select:none;user-select:none;max-width:260px}.my_page_nav_wrap .user_info{padding-bottom:36px;border-bottom:1px solid #ececec}.my_page_nav_wrap .user_info h3{font-size:20px;letter-spacing:-.33px;color:#000}.my_page_nav_wrap .user_info .user_coupon{font-size:14px;font-weight:500;letter-spacing:-.4px;color:#a2a2a2}.my_page_nav_wrap .my_page_nav{padding-top:40px}.my_page_nav_wrap .my_page_nav li{margin-bottom:16px;font-size:16px;font-weight:400;letter-spacing:-.67px;color:#a2a2a2}.my_page_nav_wrap .my_page_nav li.isActive{font-weight:700;color:#000;pointer-events:none}.my_page_nav_wrap .my_page_nav li.disabled{color:#e0e0e0;pointer-events:none}.my_page_nav_wrap .my_page_nav li.list-notice{display:flex;justify-content:space-between;align-items:center}.my_page_nav_wrap .my_page_nav li.list-notice span{margin-bottom:3px}.my_page_nav_wrap .my_page_nav .recent-board-count{display:inline-block;width:22px;height:22px;margin-left:10px;line-height:26px;text-align:center;font-size:.9rem;border-radius:50%;background-color:hsla(0,0%,90.2%,.75)}@media screen and (max-width:767px){.my_page_nav_wrap{display:none}}.my_page_nav_wrap h4{padding-top:40px;color:#a2a2a2}.my_page_nav_wrap h4.isActive{color:#000;pointer-events:none}.my_page_nav_wrap h4+.my_page_nav{padding-top:24px}.my_page_nav_wrap h4.mypage-title{text-transform:uppercase;cursor:default}.my_page_nav_wrap #select-org{padding-top:8px;padding-bottom:8px}.my_page_nav_wrap .org_menu_header{padding-top:40px;display:flex;justify-content:space-between;align-items:center}.my_page_nav_wrap .org_menu_header>h4{padding:0;margin-bottom:-4px}.my_page_nav_wrap .org_menu_header+.my_page_nav{padding-top:24px}.my_page_nav_wrap .org_menu_header #org-select-label{background:#fff;padding-left:8px;padding-right:8px;font-size:.875rem}.my_page_nav_wrap .org_menu_header #org-select-label.MuiInputLabel-outlined{top:-8px}.my_page_nav_wrap .org_menu_header #org-select-label.MuiInputLabel-outlined.MuiInputLabel-shrink{top:0;left:-8px}.coupon_item{float:left;width:408px;margin-right:30px;padding:21px 18px 16px;border-radius:5px;border:1px solid #ececec;box-sizing:border-box}.coupon_item:nth-child(2n){margin-right:0;margin-bottom:30px}.coupon_item .coupon_price{font-size:20px;letter-spacing:-.43px;color:#f24462}.coupon_item .coupon_price.expired{color:#a2a2a2}.coupon_item .coupon_title{margin-bottom:30px;font-size:14px;font-weight:500;letter-spacing:-.8px;color:#000}.coupon_item .coupon_info{display:flex;justify-content:space-between}.coupon_item .coupon_info .due{font-size:12px;font-weight:500;letter-spacing:-.69px;color:#a2a2a2}.coupon_item .coupon_info .due span{margin-right:2px}.coupon_item .coupon_info .check_btn{font-size:12px;font-weight:500;letter-spacing:-.69px;color:#a2a2a2;text-decoration:underline;cursor:pointer}@media screen and (max-width:767px){.coupon_item{width:100%;padding:22px 15px 24px}.coupon_item,.coupon_item:nth-child(2n){margin-bottom:8px;margin-right:0}.coupon_item .coupon_price{font-size:17px}.coupon_item .coupon_title{margin-bottom:24px;font-size:12px}.coupon_item .coupon_info{display:flex;justify-content:space-between}.coupon_item .coupon_info span{font-size:10px}}.coupon_detail_modal_wrap{position:relative;top:50%;width:438px;height:460px;margin:0 auto;padding:73px 37px 0;border-radius:5px;text-align:center;background:#fff;-webkit-transform:translateY(-50%);transform:translateY(-50%);overflow:hidden;box-sizing:border-box}.coupon_detail_modal_wrap .title{margin-bottom:42px}.coupon_detail_modal_wrap .close_btn{position:absolute;top:30px;right:30px;width:15px;height:15px;cursor:pointer}.coupon_detail_modal_wrap .close_btn img{width:100%}.coupon_detail_modal_wrap .link_list_wrap{height:calc(100% - 66px);overflow-y:auto}.coupon_detail_modal_wrap .link_list_wrap a{display:block;margin-bottom:5px;padding:12px 14px;border-radius:5px;font-size:13px;letter-spacing:-.22px;text-align:left;color:#000;background-color:#f8f8f8}@media screen and (max-width:767px){.coupon_detail_modal_wrap{position:fixed;bottom:0;left:0;width:100%;height:auto;padding:36px 24px;border-top-left-radius:45px;border-top-right-radius:45px;-webkit-transform:translateY(0);transform:translateY(0)}.coupon_detail_modal_wrap .mobile_title{margin-bottom:15px;padding-left:15px;text-align:left;white-space:pre-line}.coupon_detail_modal_wrap .link_list_wrap{max-height:260px}}.package-lecture{padding:0 24px}.package-lecture h1{font-size:17px}.package-lecture .package-lecture__child-lecture-card{margin-top:23px;padding:24px 19px;border-radius:5px;box-shadow:0 6px 10px 0 rgba(17,17,17,.1)}.package-lecture .package-lecture__child-lecture-card h2{font-size:14px;font-weight:500}.package-lecture .package-lecture__child-lecture-card hr{margin-top:8px;height:1px;border:0;background-color:#ececec}.package-lecture .package-lecture__child-lecture-card a,.package-lecture .package-lecture__child-lecture-card button{display:flex;justify-content:center;align-items:center;height:42px;font-size:13px;font-weight:500;color:#fff;background-color:#bebebe;border-radius:5px;pointer-events:none}.package-lecture .package-lecture__child-lecture-card button:after{content:"";margin-left:8px;background-image:url(/static/media/icon-play.de227d2f.svg);background-repeat:no-repeat;background-size:contain;width:18px;height:18px}.package-lecture .package-lecture__child-lecture-card hr+button{margin-top:20px}.package-lecture .package-lecture__child-lecture-card a.file_download{background-color:transparent;color:#f22672;border:1px solid #f22672;margin-top:8px}.package-lecture .package-lecture__child-lecture-card a.file_download:after{display:none}.package-lecture h1+.package-lecture__child-lecture-card{margin-top:28px}.package-lecture--ongoing .package-lecture__child-lecture-card button{pointer-events:visible;background-color:#f24462}.lecture_row td{padding:18px 12px;width:102px;text-align:center;letter-spacing:-.82px;font-size:14px;font-weight:500;color:#000;border-bottom:1px solid #ececec;box-sizing:border-box}.lecture_row .lecture_due{width:182px}.lecture_row .lecture_due span{white-space:nowrap}.lecture_row .lecture_common_btn{font-weight:700;color:#f24462}.lecture_row .lecture_common_btn span{display:inline-block;vertical-align:bottom;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAAeCAYAAABnuu2GAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAANqADAAQAAAABAAAAHgAAAAAC8kphAAABsklEQVRYCe2XTU7DQAyFi8QiF+AOuQbcpNwFkDhJexFuAVtgxZ4NvA8l0siK0xlnJq1ELFmZn9p+9nhe0t1uk60CF1mBa6F6kn5I34dxp+elCZjACUawMga7K/zgx+iL5jeuxfobYAGTxQl2V6iANWD+Ku1dq/U2wPAmncIIdlc41ikj1r6kt65l+w1ig8HDB3ZXploxdfQty71r3W7jXq6JnWKx49lW5AIeTjjA4YP0StpaiEEsm4Sdg3mWPACKs0epNbZznHXSVoJvYti4dg7WoiLvZXDq+Fsxpsd8aVKLrsWdkpu7sASqzZj94DNNwo7BBLZFQiCPYseAVQIpTk4hwQKmKtK8NYTybK3fKfhROp6S9yxlTC5+DvMRGwxNBBA1GROgB6lXpHG9mPmi2ddomzXaO5RfzkX3GLNXRPbGE5l61iKkUHIALGXMnIJUZb5QZjIqaakaLRzFGbKDBHIYc6rl0rWmzBfKTEa5tJ0mko5LXxNRnGG7nHZLE1r0zRdGGTTMIQiSOyvzBXP7+56bY0zvVRCNt6qdx5it/u6smhyM+Sz9HJQxa5tsFfgPFfgFvjtkrRvBqXAAAAAASUVORK5CYII=);background-repeat:no-repeat;background-size:contain;width:15px;height:12px;cursor:pointer;-webkit-filter:invert(63%) sepia(0) saturate(2%) hue-rotate(68deg) brightness(101%) contrast(99%);filter:invert(63%) sepia(0) saturate(2%) hue-rotate(68deg) brightness(101%) contrast(99%)}.lecture_row .lecture_common_btn span[open]{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.lecture_row .lecture_short_btn{font-weight:700;color:#f24462}.lecture_row .lecture_short_btn span{display:inline-block;vertical-align:bottom;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAAeCAYAAABnuu2GAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAANqADAAQAAAABAAAAHgAAAAAC8kphAAABsklEQVRYCe2XTU7DQAyFi8QiF+AOuQbcpNwFkDhJexFuAVtgxZ4NvA8l0siK0xlnJq1ELFmZn9p+9nhe0t1uk60CF1mBa6F6kn5I34dxp+elCZjACUawMga7K/zgx+iL5jeuxfobYAGTxQl2V6iANWD+Ku1dq/U2wPAmncIIdlc41ikj1r6kt65l+w1ig8HDB3ZXploxdfQty71r3W7jXq6JnWKx49lW5AIeTjjA4YP0StpaiEEsm4Sdg3mWPACKs0epNbZznHXSVoJvYti4dg7WoiLvZXDq+Fsxpsd8aVKLrsWdkpu7sASqzZj94DNNwo7BBLZFQiCPYseAVQIpTk4hwQKmKtK8NYTybK3fKfhROp6S9yxlTC5+DvMRGwxNBBA1GROgB6lXpHG9mPmi2ddomzXaO5RfzkX3GLNXRPbGE5l61iKkUHIALGXMnIJUZb5QZjIqaakaLRzFGbKDBHIYc6rl0rWmzBfKTEa5tJ0mko5LXxNRnGG7nHZLE1r0zRdGGTTMIQiSOyvzBXP7+56bY0zvVRCNt6qdx5it/u6smhyM+Sz9HJQxa5tsFfgPFfgFvjtkrRvBqXAAAAAASUVORK5CYII=);background-repeat:no-repeat;background-size:contain;width:15px;height:12px;cursor:pointer;-webkit-filter:invert(63%) sepia(0) saturate(2%) hue-rotate(68deg) brightness(101%) contrast(99%);filter:invert(63%) sepia(0) saturate(2%) hue-rotate(68deg) brightness(101%) contrast(99%)}.lecture_row .lecture_short_btn span[open]{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.lecture_row .lecture_review .write-review-btn{color:#f24462;font-weight:700}.lecture_row .lecture_review .write-review-btn:before{content:"";display:inline-block;vertical-align:bottom;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHfSURBVHgBlZTtcdpAEIbfPYnMZCaJSQfqIKQDJfDfdBABBWBXYFFBSAO2Ogj+HScoFUQdmHQAiJnMBOnWe4A8AokzvDP6urt9tHu7t4SdVu3BUBOH8trEKWLMiBC9fbgdlYfJ3NJO/4aBkMCxBv0+hadAlwxuid31xcPteG9y2e4/pp3eFGcq7Qymxnb/R1s/PWaa4Uxp1n8Px9zDgX9+4K0b8GFRY434dRzN6uYqwMx17sDsw6L/Lt/Lo3saMMt7rgsPFuUZkmNz6nBAamaOF2Srq4qHK9eZmnKw2GBZhMycsKLECjQhOw1YgXq9DfniVzR+0cP3cZRIpith12WV/aCZNtAtZ72yh1Ksf9auejy8Fp1+WF638oNWKuNgdbebv6r1kDkfMalKyDrTkzJMu8qcrCZI94idoVjeyPe4Anz3MzKGExxRCbYRwRkys0n8vDZkm55hjHme6Y+scS2w1uboEr6dBdyD5fqTqVdpX4GZk44zKjrOyUDtOGEZljoqFs8+7GBhsa7oNtIsybMSiS/lHptjeQy2RYkWn4MrUuqrfEyIt5vLoAWpPHrzI0qW7UFXgN/LhnUwo02WTcVLHTVl1RfZXK8w4XxzIhJ5kfJQc+noidZ8/0pjcqx9PQHnTuyLDBLlDwAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-size:contain;width:20px;height:20px;cursor:pointer;margin-right:4px}.lecture_row .lecture_review .write-review-btn.complete{color:#a2a2a2;font-weight:400}.lecture_row .lecture_review .write-review-btn.complete:before{cursor:default;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGGSURBVHgBpZT/VYMwEMcDOEBHYANxA4EB2g3UCaoTFCawTlA3kP7PLyeQDRo3wAEAv5cGXwyBwuu9l5frJfn0vnchFpNWFMW267oI7orNM25Z1rvv+7EatCRsJ2El5s85NMDWmDzsfwnDcP9vMc/zE0bBFhqdobNqzJazi3/kbLl964EbPQD5LqZ7Nm0lasdNCwMganKYATxibGYBIf0Jk8umrRpbsA2xml1hJsnUbe/COSEZeynTahIoJV8CCsjg/pmA6F6FTteGONdj2EdfFTXnr+uDGuKifkHKSR9ZlkUazJNrB7n+bMwQkuO2bQeSbdtONBjVekUlgr/FvMPvvUkyHUzYiCkwYQRj5welNkqeMgVWI6M7ehjYuYEu/LdFQA3my4weZZZx3/HZwKZpIhWGOpfwbyUs6vf1QI4FdwqIpqwBKOG6YzAy8cBSy7HhFRsSKYVk/DiOQy9ylabpBsAP9aAJRia6TPoBpSvwwOTDAJ8hE/Fpwe+7WAF0pCsUBAE3KfkFmKbvo6ehqcAAAAAASUVORK5CYII=)}.lecture_row .lecture_certificate span.pass{cursor:pointer}.lecture_row .lecture_certificate span.fail,.lecture_row .lecture_certificate span.wait{cursor:default;pointer-events:none}.lecture_row .lecture_certificate span.pass,.lecture_row .lecture_certificate span.wait{color:#f24462;font-weight:700}.lecture_row .lecture_certificate span.wait{opacity:.75}.lecture_row--online .lecture_title{width:326px}.lecture_row--offline .lecture_title{width:296px}.lecture_row--offline .lecture_remain_days{width:132px}.lecture_row--ongoing .lecture_status{color:#f24462}.lecture_row--ongoing .lecture_short_btn span{-webkit-filter:invert(38%) sepia(100%) saturate(2718%) hue-rotate(326deg) brightness(99%) contrast(92%);filter:invert(38%) sepia(100%) saturate(2718%) hue-rotate(326deg) brightness(99%) contrast(92%)}.lecture_row--end td{color:#a2a2a2}.write-review-popup{margin-top:-72px;margin-bottom:-24px;letter-spacing:-.5px}@media screen and (max-width:767px){.write-review-popup{height:100%;margin-top:-16px;letter-spacing:-.7px}}.write-review-popup-title{font-size:20px;font-weight:700;color:#000;margin-bottom:12px}@media screen and (max-width:767px){.write-review-popup-title{width:90%;padding-left:12px;word-break:break-all;text-align:left}}.write-review-popup-banner{display:flex;justify-content:center;width:100%;height:28px;font-size:0;background-color:#000;margin-bottom:16px}.write-review-popup-banner>img{display:inline-block}.write-review-popup-banner>span{font-size:13px;font-weight:500;color:#fff;margin-left:12px;display:inline-block;padding:6px 0}.write-review-popup-error-alert{display:block;justify-content:center;max-width:50%;height:40px;padding:0 16px;font-size:14px;background-color:#000;margin:0 auto 8px;border-radius:8px;color:#fff;line-height:40px;transition:all .3s ease-in-out}@media screen and (max-width:767px){.write-review-popup-error-alert{max-width:80%}}.write-review-popup-error-alert.hidden{height:0;visibility:hidden}.write-review-popup-content{text-align:left}.write-review-popup-content-button{height:60px;overflow:hidden}@media screen and (max-width:767px){.write-review-popup-content-button{position:absolute;bottom:16px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);width:90%!important}}.write-review-popup-content h4{margin-bottom:12px;padding:0 16px;font-size:15px}.write-review-popup-content div *{font-size:13px}.write-review-popup-content div p{font-size:14px}@media screen and (max-width:767px){.write-review-popup-content div p{font-size:13px}}.write-review-popup-content ul{display:flex;grid-column-gap:4px;-webkit-column-gap:4px;column-gap:4px;margin-bottom:4px}.write-review-popup-content ul li{font-size:0}.write-review-popup-content textarea{border:1px solid #bebebe;border-radius:5px;width:640px;min-height:100px;padding:12px;font-size:12px;margin-top:8px}@media screen and (max-width:767px){.write-review-popup-content textarea{width:100%}}.write-review-popup-content textarea.error{border:2px solid #f24462}.write-review-popup-content-form-fieldset{height:580px;overflow-y:auto;padding:0 16px}@media screen and (max-width:767px){.write-review-popup-content-form-fieldset{width:100%;height:100%;max-height:78vh}}.write-review-popup-content-general{display:flex;flex-direction:column;padding-bottom:20px;border-bottom:1px solid #d8d8d8;margin-bottom:20px}.write-review-popup-content-general h5{font-size:16px}.write-review-popup-content-detail{display:flex;flex-direction:column;grid-row-gap:20px;row-gap:20px}.write-review-popup-content-detail-title{display:flex;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px}.write-review-popup-content-detail-title>img{width:40px;height:40px}.write-review-popup-content-detail-title>p{font-size:16px;font-weight:400}@media screen and (max-width:767px){.write-review-popup-content-detail-title>p br{display:none}}.write-review-popup-content-detail-content,.write-review-popup-content-detail-time,.write-review-popup-content-detail-tutor{display:flex;flex-direction:column}.write-review-popup .rating-star{width:20px;aspect-ratio:1;cursor:pointer}.write-review-popup .MuiRating-root label{width:20px;height:20px}.write-review-popup .MuiRating-root label .MuiRating-iconFilled svg{color:#fadf4a}@media screen and (max-width:767px){.write-review-popup .MuiRating-root label .MuiRating-iconFilled svg{font-size:16px}}.write-review-popup .MuiRating-root label .MuiRating-iconEmpty svg{color:#ececec}@media screen and (max-width:767px){#popup-root .mobile-popup-content.write-review-popup-content{height:98vh;padding:40px 12px 12px!important}#popup-root .mobile-popup-content.write-review-popup-content .popup-close{right:24px}}#popup-root .write-review-popup-wrapper-content{max-height:90vh}#popup-root .write-review-popup-wrapper-content .popup-diagonal-left{top:50px}#popup-root .write-review-popup-wrapper-content .popup-diagonal-right-top{top:unset;bottom:360px}#popup-root .write-review-popup-wrapper-content .popup-diagonal-right-bottom{top:unset;bottom:240px}#popup-root .write-review-popup-wrapper-content .popup-close{margin-top:-16px}.lectures_content table tbody,.lectures_content table thead{display:block;max-height:500px;overflow:hidden;overflow-y:scroll}.lectures_content table tbody::-webkit-scrollbar,.lectures_content table thead::-webkit-scrollbar{-webkit-appearance:none;width:7px}.lectures_content table tbody::-webkit-scrollbar-thumb,.lectures_content table thead::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,.5);box-shadow:0 0 1px hsla(0,0%,100%,.5)}.lectures_content table tbody tr,.lectures_content table thead tr{display:table;table-layout:fixed}.lectures_content .title{margin-bottom:23px}.lectures_content .title .permission_review{margin-left:8px;font-size:12px;vertical-align:middle;color:#fff;font-weight:600;border-radius:12px;background-color:#f24462;padding:4px 12px}.lectures_content .lectures_tabs{display:flex;margin-bottom:16px}.lectures_content .lectures_tabs li{position:relative;margin-right:18px;padding:0 4px 10px;font-size:16px;font-weight:700;letter-spacing:-.3px;text-align:center;color:#000;cursor:pointer}.lectures_content .lectures_tabs li.isActive{color:#f24462}.lectures_content .lectures_tabs li.isActive:before{position:absolute;bottom:0;left:0;content:"";width:100%;height:3px;background-color:#f24462}.lectures_content .lectures_tabs li:last-child{margin-right:0}.lectures_content .lectures_subtabs{display:flex;margin-top:-23px;margin-bottom:11px;height:50px;background-color:#fafafa}.lectures_content .lectures_subtabs li{display:flex;flex:1 1;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#a2a2a2}.lectures_content .lectures_subtabs li.isActive{color:#f24462}.lectures_content section{margin-top:50px}.lectures_content section h4{margin-bottom:14px;font-size:19px}.lectures_content table{width:100%;border-collapse:collapse}.lectures_content th{padding:18px 12px;border-bottom:1px solid #ececec;font-size:13px;font-weight:700;letter-spacing:-.76px;color:#000;text-align:center;box-sizing:border-box}@media screen and (max-width:767px){.lectures_content .lectures_tabs{justify-content:flex-start;margin-bottom:23px;padding:0 24px;box-sizing:border-box}.lectures_content .lectures_tabs li{width:33.33%;margin-right:0;padding:8px 0;font-size:14px;letter-spacing:-.26px}.lectures_content .lectures_tabs li.isActive{color:#f24462}.lectures_content .lectures_tabs li.isActive:before{position:absolute;bottom:0;left:0;content:"";width:100%;height:3px;background-color:#f24462}.lectures_content .lectures_tabs li:last-child{margin-right:0}.lectures_content .lecture_list{padding:0 24px;box-sizing:border-box}.lectures_content .lecture_list .lecture_item{width:100%;margin-bottom:44px;padding:25px 18px 21px;border-radius:5px;box-shadow:0 6px 10px 0 rgba(17,17,17,.1);box-sizing:border-box}.lectures_content .lecture_list .lecture_item .MuiTooltip-popper div:first-child{margin-top:5px}.lectures_content .lecture_list .lecture_item .tooltip_dropdown{width:15px;padding:0 0 0 5px}.lectures_content .lecture_list .lecture_item:last-child{margin-bottom:0}.lectures_content .lecture_list .lecture_item_status{font-size:13px;letter-spacing:-.24px;color:#f24462}.lectures_content .lecture_list .lecture_item_status.isEnded{color:#bebebe}.lectures_content .lecture_list .lecture_item_status.isPending{color:#000}.lectures_content .lecture_list .lecture_item_title{padding:8px 3px;border-bottom:1px solid #ececec;font-size:14px;letter-spacing:-.76px;color:#000}.lectures_content .lecture_list .lecture_item_title.isEnded{color:#bebebe}.lectures_content .lecture_list .lecture_item_info{padding:12px 0 20px}.lectures_content .lecture_list .lecture_item_info ul li{display:flex;justify-content:space-between;margin-bottom:4px;font-size:12px}.lectures_content .lecture_list .lecture_item_info ul li:last-child{margin-bottom:0}.lectures_content .lecture_list .lecture_item_info ul li strong{color:#bebebe}.lectures_content .lecture_list .lecture_item_info ul li span{letter-spacing:-.43px;color:#000}.lectures_content .lecture_list .lecture_item .go_to_classroom_btn{display:flex;justify-content:center;align-items:center;padding:12px 0;border-radius:5px;font-size:13px;font-weight:500;letter-spacing:-.57px;color:#fff;background-color:#f24462}.lectures_content .lecture_list .lecture_item .write_review_btn{border:1px solid #f24462;width:100%;border-radius:5px;margin-top:8px;color:#f24462;font-size:12px;padding:12px 0;line-height:12px}.lectures_content .lecture_list .lecture_item .write_review_btn:before{content:"";display:inline-block;vertical-align:bottom;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHfSURBVHgBlZTtcdpAEIbfPYnMZCaJSQfqIKQDJfDfdBABBWBXYFFBSAO2Ogj+HScoFUQdmHQAiJnMBOnWe4A8AokzvDP6urt9tHu7t4SdVu3BUBOH8trEKWLMiBC9fbgdlYfJ3NJO/4aBkMCxBv0+hadAlwxuid31xcPteG9y2e4/pp3eFGcq7Qymxnb/R1s/PWaa4Uxp1n8Px9zDgX9+4K0b8GFRY434dRzN6uYqwMx17sDsw6L/Lt/Lo3saMMt7rgsPFuUZkmNz6nBAamaOF2Srq4qHK9eZmnKw2GBZhMycsKLECjQhOw1YgXq9DfniVzR+0cP3cZRIpith12WV/aCZNtAtZ72yh1Ksf9auejy8Fp1+WF638oNWKuNgdbebv6r1kDkfMalKyDrTkzJMu8qcrCZI94idoVjeyPe4Anz3MzKGExxRCbYRwRkys0n8vDZkm55hjHme6Y+scS2w1uboEr6dBdyD5fqTqVdpX4GZk44zKjrOyUDtOGEZljoqFs8+7GBhsa7oNtIsybMSiS/lHptjeQy2RYkWn4MrUuqrfEyIt5vLoAWpPHrzI0qW7UFXgN/LhnUwo02WTcVLHTVl1RfZXK8w4XxzIhJ5kfJQc+noidZ8/0pjcqx9PQHnTuyLDBLlDwAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-size:contain;width:16px;height:16px;cursor:pointer;margin-right:4px}.lectures_content .lecture_list .lecture_item .write_review_btn.has-review{border-color:#a2a2a2;color:#a2a2a2}.lectures_content .lecture_list .lecture_item .write_review_btn.has-review:before{display:none}}.swal-button.swal-button--oneday{background-color:#d8d8d8}.swal-button.swal-button--oneday:hover{background-color:#f24462}.swal-text{font-size:15px;letter-spacing:-.24px}.my_nav_page .mobile_header{display:flex;justify-content:flex-start;align-items:center;width:100%;height:46px;padding:0 21px;border-bottom:1px solid #ececec;box-sizing:border-box;background:#fff}.my_nav_page .mobile_header img{width:9px;margin-right:20px;cursor:pointer}.my_nav_page .mobile_header p{flex:1 1}.my_nav_page .mobile_user_nav_content{padding:43.5px 24px 0}.my_nav_page .mobile_user_nav_content .mobile_user_info{display:flex;align-items:flex-end;width:100%;padding-bottom:36px;border-bottom:1px solid #ececec}.my_nav_page .mobile_user_nav_content .mobile_user_info .profile_img{width:60px;height:60px;margin-right:19px;border-radius:50%;overflow:hidden}.my_nav_page .mobile_user_nav_content .mobile_user_info .user_desc{line-height:1.5}.my_nav_page .mobile_user_nav_content .mobile_user_info .user_desc h4{font-size:18px;letter-spacing:-.71px;color:#000}.my_nav_page .mobile_user_nav_content .mobile_user_info .user_desc p{font-size:13px;font-weight:500;letter-spacing:-.51px;color:#a2a2a2}.my_nav_page .mobile_user_nav_content .mobile_user_info .user_desc p .voucher{width:15px;margin-right:3px;margin-left:0}.my_nav_page .mobile_user_nav_content .mobile_user_info .user_desc p img{width:3.5px;margin-left:5px}.my_nav_page .mobile_user_nav_content .mobile_user_nav li{display:flex;justify-content:space-between;align-items:center;padding:22px 27px 22px 19px;border-bottom:1px solid #ececec;font-size:14px;font-weight:500;letter-spacing:-.55px}.my_nav_page .mobile_user_nav_content .mobile_user_nav li img{width:4px}.my_nav_page .mobile_user_nav_content .mobile_user_nav li>a{display:flex;justify-content:space-between;align-items:center;width:100%;font-size:14px;font-weight:500;letter-spacing:-.55px;color:#000}.my_nav_page .mobile_user_nav_content .mobile_user_nav .recent-notice-count{display:inline-block;width:18px;height:18px;text-align:center;margin-left:5px;border-radius:50%;background-color:hsla(0,0%,90.2%,.75)}.coupon_content{width:846px}.coupon_content .title{margin-bottom:23px}.coupon_content .coupon_tabs{display:flex;margin-bottom:25px}.coupon_content .coupon_tabs li{position:relative;width:102px;margin-right:7px;padding-bottom:10px;font-size:16px;font-weight:700;letter-spacing:-.3px;text-align:center;color:#000;cursor:pointer}.coupon_content .coupon_tabs li.isActive{color:#f24462}.coupon_content .coupon_tabs li.isActive:before{position:absolute;bottom:0;left:0;content:"";width:100%;height:3px;background-color:#f24462}.coupon_content .coupon_tabs li:last-child{margin-right:0}.coupon_content .coupon_input_form{position:relative;padding-bottom:30px;border-bottom:1px solid #ececec}.coupon_content .coupon_input_form input[type=text]{width:276px;padding:10px 15px 11px;border-radius:5px;border:1px solid #ececec;outline:0 none;box-shadow:none;background-color:#f8f8f8}.coupon_content .coupon_input_form input[type=text]:focus{background-color:#fff}.coupon_content .coupon_input_form .enrollment_btn{margin-left:30px;padding:10px 40px 11px 39px;border-radius:5px;font-size:14px;font-weight:700;letter-spacing:-.26px;text-align:center;color:#fff;background-color:#f24462;cursor:pointer}.coupon_content .coupon_input_form .coupon_error_message{position:absolute;bottom:10px;left:16px;font-size:12px;color:#f24462}.coupon_content .coupon_list_wrap{padding-top:29px;overflow:hidden}@media screen and (max-width:767px){.coupon_content{width:100%;padding:0 24px;box-sizing:border-box}.coupon_content .coupon_tabs{display:flex;margin-bottom:25px}.coupon_content .coupon_tabs li{padding-bottom:8px;font-size:14px}.coupon_content .coupon_input_form{display:flex;padding-bottom:34px;border-bottom:0}.coupon_content .coupon_input_form input[type=text]{flex:1 1;width:auto;padding:16px 18px 13px}.coupon_content .coupon_input_form .enrollment_btn{margin-left:12px;padding:16px 18px 13px;font-size:11px}.coupon_content .coupon_list_wrap{padding-top:0;overflow:hidden}}.org-lecture-wrap-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:48px}.org-lecture-wrap section h4{display:none;font-size:18px;font-weight:700;margin-bottom:.5rem}.org-lecture-wrap section .lecture-list-container{font-size:14px}.org-lecture-wrap section .lecture-list-container .lecture-title-wrap{width:280px}.org-lecture-wrap section .lecture-list-container .lecture-schedule-wrap{width:200px}.org-lecture-wrap section .lecture-list-container .lecture-completion-rate-wrap{width:100px}.org-lecture-wrap section .lecture-list-container .lecture-completion-rate-wrap>span{display:inline-block;width:100%;text-align:center}.org-lecture-wrap section .lecture-list-container .lecture-action-wrap{width:100px;display:flex;justify-content:center;items-align:center}.org-lecture-wrap section .lecture-list-container .lecture-list-header{font-weight:500;display:flex;align-items:center;justify-content:flex-start;border-bottom:1px solid #ececec;padding:.5rem 6px .5rem 0}.org-lecture-wrap section .lecture-list-container .lecture-list-header>div{height:100%;display:flex;align-items:center;justify-content:center;padding:0 8px}.org-lecture-wrap section .lecture-list-container .lecture-list-header>div:last-child{border-right:0}.org-lecture-wrap section .lecture-list-container .lecture-list-header>div.lecture-status-wrap{flex-grow:1;display:flex;flex-direction:column;grid-row-gap:.5rem;row-gap:.5rem}.org-lecture-wrap section .lecture-list-container .lecture-list-body .lecture-list-wrap{max-height:480px;overflow-y:scroll;display:flex;flex-direction:column}.org-lecture-wrap section .lecture-list-container .lecture-list-body .lecture-list-wrap::-webkit-scrollbar{-webkit-appearance:none}.org-lecture-wrap section .lecture-list-container .lecture-list-body .lecture-list-wrap::-webkit-scrollbar:vertical{width:6px}.org-lecture-wrap section .lecture-list-container .lecture-list-body .lecture-list-wrap::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,.5);-webkit-box-shadow:0 0 1px hsla(0,0%,100%,.5)}.org-lecture-wrap section .lecture-list-container .lecture-list-body .lecture-list-wrap li{border-bottom:1px solid #ececec;display:flex;align-items:center;justify-content:flex-start;height:100%}.org-lecture-wrap section .lecture-list-container .lecture-list-body .lecture-list-wrap li>div{padding:8px}.org-lecture-wrap section .lecture-list-container .lecture-list-body .lecture-list-wrap li>div>span{height:100%;line-height:24px;width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.org-lecture-wrap section .lecture-list-container .lecture-list-body .lecture-list-wrap li>div>span.lecture-schedule-end,.org-lecture-wrap section .lecture-list-container .lecture-list-body .lecture-list-wrap li>div>span.lecture-schedule-start{text-align:center}.org-lecture-wrap section .lecture-list-container .lecture-list-body .lecture-list-wrap li>div.lecture-status-wrap{padding-left:2rem}.org-lecture-wrap section .lecture-list-container .lecture-list-body .lecture-list-wrap li .lecture-status-wrap{font-weight:700}.org-lecture-wrap section .lecture-list-container .lecture-list-body .lecture-list-wrap li .lecture-action-button{cursor:pointer;font-size:12px;padding:4px 8px;border-radius:4px;border:1px solid #ececec;background-color:#fff;transition:all .2s ease-in-out;color:#222}.org-lecture-wrap section .lecture-list-container .lecture-list-body .lecture-list-wrap li .lecture-action-button:hover{background-color:#e5e5e5}.lecture-status-guide>div,.lecture-status-wrap>div{width:40px;text-align:center;display:flex;align-items:center;justify-content:center;grid-column-gap:4px;-webkit-column-gap:4px;column-gap:4px;-webkit-user-select:none;user-select:none}.lecture-status-guide>div .color-block,.lecture-status-wrap>div .color-block{width:12px;height:12px;border-radius:4px;padding:0 4px}.lecture-status-guide>div.lecture-status-ready .color-block,.lecture-status-wrap>div.lecture-status-ready .color-block{margin-top:-2px;background-color:#a9a9a9}.lecture-status-guide>div.lecture-status-ongoing .color-block,.lecture-status-wrap>div.lecture-status-ongoing .color-block{margin-top:-2px;background-color:#1abc9c}.lecture-status-guide>div.lecture-status-warning .color-block,.lecture-status-wrap>div.lecture-status-warning .color-block{margin-top:-2px;background-color:#ff9800}.lecture-status-guide>div.lecture-status-fail .color-block,.lecture-status-wrap>div.lecture-status-fail .color-block{margin-top:-2px;background-color:#f55}.lecture-status-guide>div.lecture-status-done .color-block,.lecture-status-wrap>div.lecture-status-done .color-block{margin-top:-2px;background-color:#22f}.lecture-status-wrap{flex-grow:1;display:flex;align-items:center;justify-content:space-around}.lecture-status-wrap>div{width:60px;grid-column-gap:6px;-webkit-column-gap:6px;column-gap:6px;justify-content:flex-start;height:24px;align-items:start}.lecture-status-wrap>div>.color-block{min-width:24px;width:auto;line-height:26px;text-align:center;height:24px;color:#fff}.lecture-status-guide{margin-bottom:8px;display:flex;justify-content:flex-end;width:100%;font-size:12px;grid-column-gap:8px;-webkit-column-gap:8px;column-gap:8px}.lecture-status-guide>div{width:auto;display:flex;align-items:center;justify-content:flex-end;grid-column-gap:4px;-webkit-column-gap:4px;column-gap:4px}.lecture-detail-popup-content .popup-close{margin-top:-.75rem}.lecture-detail-popup-content>section{margin-top:-2rem}.lecture-detail-popup-content>section .lecture-popup-header{display:flex;align-items:center;justify-content:space-between}.lecture-detail-popup-content>section .lecture-popup-header h5{font-size:18px;font-weight:700;margin-bottom:.5rem}.lecture-detail-popup-content>section .lecture-popup-header>div{min-width:120px}.lecture-detail-popup-content>section .lecture-popup-header>div.lecture-popup-header-action-wrap button{font-size:12px!important;height:32px!important;padding:12px!important;background-color:#1976d2!important;border:1px solid #b9b9b9!important}.lecture-detail-popup-content>section .lecture-popup-header>div.lecture-popup-header-action-wrap button:hover{background-color:#0054b0!important}.lecture-detail-popup-content>section .lecture-popup-body{display:flex;justify-content:flex-start;flex-direction:column;grid-row-gap:2rem;row-gap:2rem;text-align:left}.lecture-detail-popup-content>section .lecture-popup-body h5{font-size:16px;font-weight:700}.lecture-detail-popup-content>section .lecture-popup-body section{max-width:960px;overflow:hidden}.lecture-detail-popup-content>section .lecture-popup-body .lecture-students-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.lecture-detail-popup-content>section .lecture-popup-body .lecture-students-header>div{min-width:120px}.lecture-detail-popup-content>section .lecture-popup-body .lecture-students-header .lecture-students-header-action-wrap{display:flex;align-items:center;justify-content:flex-end;grid-column-gap:.25rem;-webkit-column-gap:.25rem;column-gap:.25rem}.lecture-detail-popup-content>section .lecture-popup-body .lecture-students-header .lecture-students-header-action-wrap button{font-size:12px!important;height:32px!important;width:auto!important;padding:12px!important;opacity:.85}.lecture-detail-popup-content>section .lecture-popup-body .lecture-students-header .lecture-students-header-action-wrap button.btn-cancel{background-color:#f55!important;border:1px solid #f55!important;color:#fff!important}.lecture-detail-popup-content>section .lecture-popup-body .lecture-students-header .lecture-students-header-action-wrap button.btn-cancel:disabled{background-color:#b9b9b9!important;border:1px solid #b9b9b9!important}.lecture-detail-popup-content>section .lecture-popup-body .lecture-students-header .lecture-students-header-action-wrap button.btn-add{background-color:#1abc9c!important;border:1px solid #1abc9c!important;color:#fff!important}.lecture-detail-popup-content>section .lecture-popup-body .lecture-students-header .lecture-students-header-action-wrap button.btn-add:disabled{background-color:#b9b9b9!important;border:1px solid #b9b9b9!important}.lecture-detail-popup-content>section .lecture-popup-body .lecture-students-header .lecture-students-header-action-wrap button.btn-send-sms{background-color:#ff8700!important;border:1px solid #ff8700!important;color:#fff!important}.lecture-detail-popup-content>section .lecture-popup-body .lecture-students-header .lecture-students-header-action-wrap button.btn-send-sms:disabled{background-color:#b9b9b9!important;border:1px solid #b9b9b9!important}.lecture-detail-popup-content>section .lecture-popup-body .lecture-students-header .lecture-students-header-action-wrap button:hover{opacity:1}.lecture-detail-popup-content>section .lecture-popup-body .lecture-students-header .lecture-students-header-action-wrap button.hide{display:none}.list-wrap{min-width:720px;max-width:960px}.list-wrap .checkbox-wrap{display:flex;align-items:center;justify-content:center;width:32px}.list-wrap .list-body>ul>li,.list-wrap .list-header{display:flex;align-items:center;justify-content:space-between;text-align:center;grid-column-gap:1rem;-webkit-column-gap:1rem;column-gap:1rem;border-bottom:1px solid #ececec;padding:.125rem 6px .125rem 0;font-size:14px;min-height:48px}.list-wrap .list-header{font-weight:700}.list-wrap .list-header>div{text-align:center!important}.list-wrap .list-body ul{height:240px;overflow-y:scroll}.list-wrap .list-body ul::-webkit-scrollbar{-webkit-appearance:none}.list-wrap .list-body ul::-webkit-scrollbar:vertical{width:6px}.list-wrap .list-body ul::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,.5);-webkit-box-shadow:0 0 1px hsla(0,0%,100%,.5)}.list-wrap .list-body ul li{font-size:14px;padding-right:0}.list-wrap .list-body ul li>div{overflow:hidden;text-overflow:ellipsis}section.add-student-popup{margin:-2rem 0}section.add-student-popup h5{font-size:18px;font-weight:700;margin-bottom:1rem}section.add-student-popup .add-student-footer{display:flex;align-items:center;justify-content:center;grid-column-gap:.5rem;-webkit-column-gap:.5rem;column-gap:.5rem;margin-top:2rem}section.add-student-popup .add-student-footer button{font-size:12px!important;height:32px!important;width:auto!important;padding:12px!important}section.add-student-popup .add-student-footer button.btn-cancel{background-color:#928c8c!important;border:1px solid #b9b9b9!important}section.add-student-popup .add-student-footer button.btn-cancel:hover{background-color:#706a6a!important}section.add-student-popup .add-student-footer button.btn-add{background-color:#1976d2!important;border:1px solid #b9b9b9!important}section.add-student-popup .add-student-footer button.btn-add:hover{background-color:#0054b0!important}section.add-student-popup .add-student-footer button.btn-add:disabled,section.add-student-popup .add-student-footer button.btn-add:disabled:hover{background-color:#928c8c!important}.lecture-summary-wrap .lecture-summary-body{margin-top:.5rem;display:flex;align-items:center;justify-content:space-between;align-content:flex-start;grid-column-gap:1rem;-webkit-column-gap:1rem;column-gap:1rem;margin-bottom:1rem}.lecture-summary-wrap .lecture-summary-body>section{min-width:200px;aspect-ratio:1/1;border-radius:1rem;background-color:#ececec;overflow:hidden;display:flex;flex-direction:column;font-size:14px;font-weight:700;color:#000;padding:1.5rem}.lecture-summary-wrap .lecture-summary-body>section h6{width:100%;font-size:14px;font-weight:700;margin-bottom:.5rem;text-align:left}.lecture-summary-wrap .lecture-summary-body>section>div{width:100%;display:flex;flex-direction:column;grid-row-gap:.25rem;row-gap:.25rem;font-weight:400}.lecture-summary-wrap .lecture-summary-body>section>div+h6{margin-top:1.25rem}.lecture-summary-wrap .lecture-summary-body>section>div>div{text-align:left}.lecture-summary-wrap .lecture-summary-body>section>div>div>span{font-weight:500}.org-member-wrap-header{align-items:center;margin-bottom:48px}.org-member-wrap-header,section.member-list-section .member-list-section-header{display:flex;justify-content:space-between}section.member-list-section .member-list-section-header .member-lecture-info-wrap-guide{scale:.9;-webkit-transform-origin:center right;transform-origin:center right;color:#a7a7a7}section.member-list-section .member-list-section-header .member-lecture-info-wrap-guide .color-block{min-width:16px;width:16px;height:16px;padding:0}section.member-list-section+section{margin-top:2rem}section.member-list-section h4{font-size:18px;font-weight:700;margin-bottom:.5rem}section.member-list-section .member-list-container{font-size:14px}section.member-list-section .member-list-container .member-check-wrap{padding-top:0;width:36px;display:none!important}section.member-list-section .member-list-container .member-name-wrap{width:160px}section.member-list-section .member-list-container .member-name-wrap>span{text-align:center}section.member-list-section .member-list-container .member-email-wrap{width:300px}section.member-list-section .member-list-container .member-phone-wrap{width:200px}section.member-list-section .member-list-container .member-phone-wrap>span{text-align:center}section.member-list-section .member-list-container .member-lecture-info-wrap{flex-grow:1}section.member-list-section .member-list-container>.member-list-header{font-weight:500;display:flex;align-items:center;justify-content:flex-start;height:48px;border-bottom:1px solid #ececec}section.member-list-section .member-list-container>.member-list-header>div{padding:2px 8px 0;height:100%;display:flex;align-items:center;justify-content:center}section.member-list-section .member-list-container>.member-list-header>div:last-child{border-right:0}section.member-list-section .member-list-container>.member-list-wrap>.member-list{max-height:240px;overflow-y:scroll;display:flex;flex-direction:column}section.member-list-section .member-list-container>.member-list-wrap>.member-list::-webkit-scrollbar{-webkit-appearance:none}section.member-list-section .member-list-container>.member-list-wrap>.member-list::-webkit-scrollbar:vertical{width:6px}section.member-list-section .member-list-container>.member-list-wrap>.member-list::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,.5);-webkit-box-shadow:0 0 1px hsla(0,0%,100%,.5)}section.member-list-section .member-list-container>.member-list-wrap>.member-list li{border-bottom:1px solid #ececec}section.member-list-section .member-list-container>.member-list-wrap>.member-list li:hover{background-color:#e5e5e5}section.member-list-section .member-list-container>.member-list-wrap>.member-list li .member-info{display:flex;align-items:center;justify-content:flex-start;height:100%;font-size:14px}section.member-list-section .member-list-container>.member-list-wrap>.member-list li .member-info div{padding:2px 8px 0}section.member-list-section .member-list-container>.member-list-wrap>.member-list li .member-info div>span{height:100%;line-height:48px;width:100%;overflow:hidden;text-overflow:ellipsis}section.member-list-section .member-list-container>.member-list-wrap>.member-list li .member-info div.member-check-wrap{padding-top:0;width:36px}section.member-list-section .member-list-container>.member-list-wrap>.member-list li .member-info div.member-name-wrap{width:160px}section.member-list-section .member-list-container>.member-list-wrap>.member-list li .member-info div.member-name-wrap>span{display:inline-block;width:100%;text-align:center}section.member-list-section .member-list-container>.member-list-wrap>.member-list li .member-info div.member-email-wrap{width:300px;padding-left:32px}section.member-list-section .member-list-container>.member-list-wrap>.member-list li .member-info div.member-phone-wrap{width:200px}section.member-list-section .member-list-container>.member-list-wrap>.member-list li .member-info div.member-phone-wrap>span{display:inline-block;width:100%;text-align:center}section.member-list-section .member-list-container>.member-list-wrap>.member-list li .member-info div.member-lecture-info-wrap{flex-grow:1}.member-lecture-info-wrap-guide,section.member-list-section .member-list-container>.member-list-wrap>.member-list li .member-info div.member-lecture-info-wrap{font-size:12px;display:flex;align-items:center;justify-content:space-between}.member-lecture-info-wrap-guide>div,section.member-list-section .member-list-container>.member-list-wrap>.member-list li .member-info div.member-lecture-info-wrap>div{padding:0 8px 0 0;display:flex;align-items:center}.member-lecture-info-wrap-guide>div>.color-block,section.member-list-section .member-list-container>.member-list-wrap>.member-list li .member-info div.member-lecture-info-wrap>div>.color-block{display:inline-block;min-width:24px;height:24px;border-radius:4px;font-size:2px;margin-right:4px}.member-lecture-info-wrap-guide>div>span,section.member-list-section .member-list-container>.member-list-wrap>.member-list li .member-info div.member-lecture-info-wrap>div>span{width:auto;padding-top:2px}.member-lecture-info-wrap-guide .member-lecture-info-done>span,.member-lecture-info-wrap-guide .member-lecture-info-fail>span,.member-lecture-info-wrap-guide .member-lecture-info-ongoing>span,.member-lecture-info-wrap-guide .member-lecture-info-ready>span,.member-lecture-info-wrap-guide .member-lecture-info-total>span,.member-lecture-info-wrap-guide .member-lecture-info-warning>span,section.member-list-section .member-list-container>.member-list-wrap>.member-list li .member-info div.member-lecture-info-wrap .member-lecture-info-done>span,section.member-list-section .member-list-container>.member-list-wrap>.member-list li .member-info div.member-lecture-info-wrap .member-lecture-info-fail>span,section.member-list-section .member-list-container>.member-list-wrap>.member-list li .member-info div.member-lecture-info-wrap .member-lecture-info-ongoing>span,section.member-list-section .member-list-container>.member-list-wrap>.member-list li .member-info div.member-lecture-info-wrap .member-lecture-info-ready>span,section.member-list-section .member-list-container>.member-list-wrap>.member-list li .member-info div.member-lecture-info-wrap .member-lecture-info-total>span,section.member-list-section .member-list-container>.member-list-wrap>.member-list li .member-info div.member-lecture-info-wrap .member-lecture-info-warning>span{line-height:24px;text-align:center;font-weight:700;padding:2px 4px 0;cursor:default;-webkit-user-select:none;user-select:none}.member-lecture-info-wrap-guide .member-lecture-info-total>.color-block,section.member-list-section .member-list-container>.member-list-wrap>.member-list li .member-info div.member-lecture-info-wrap .member-lecture-info-total>.color-block{background-color:#5dade2;color:#fff}.member-lecture-info-wrap-guide .member-lecture-info-ready>.color-block,section.member-list-section .member-list-container>.member-list-wrap>.member-list li .member-info div.member-lecture-info-wrap .member-lecture-info-ready>.color-block{background-color:#a9a9a9;color:#fff}.member-lecture-info-wrap-guide .member-lecture-info-ongoing>.color-block,section.member-list-section .member-list-container>.member-list-wrap>.member-list li .member-info div.member-lecture-info-wrap .member-lecture-info-ongoing>.color-block{background-color:#1abc9c;color:#fff}.member-lecture-info-wrap-guide .member-lecture-info-warning>.color-block,section.member-list-section .member-list-container>.member-list-wrap>.member-list li .member-info div.member-lecture-info-wrap .member-lecture-info-warning>.color-block{background-color:#ff9800;color:#fff}.member-lecture-info-wrap-guide .member-lecture-info-fail>.color-block,section.member-list-section .member-list-container>.member-list-wrap>.member-list li .member-info div.member-lecture-info-wrap .member-lecture-info-fail>.color-block{background-color:#f55;color:#fff}.member-lecture-info-wrap-guide .member-lecture-info-done>.color-block,section.member-list-section .member-list-container>.member-list-wrap>.member-list li .member-info div.member-lecture-info-wrap .member-lecture-info-done>.color-block{background-color:#22f;color:#fff}.payment_content{padding-bottom:120px}.payment_content .title{margin-bottom:17px}.payment_content .message{margin-bottom:21px;font-size:14px;font-weight:500;letter-spacing:-.4px;color:#484848}.payment_content .message strong{font-weight:700;color:#080808}.payment_content .date_picker_wrap{display:flex;align-items:center;margin-bottom:27px}.payment_content .date_picker_wrap .tilde{margin:0 20px}.payment_content .date_picker_wrap .react-datepicker-wrapper{width:204px}.payment_content .date_picker_wrap .react-datepicker-wrapper .react-datepicker__input-container input{width:100%;padding:11px 22px 10px;border-radius:5px;border:1px solid #ececec;background-color:#f8f8f8}.payment_content .date_picker_wrap .react-datepicker-wrapper .react-datepicker__input-container input:focus{background-color:#fff}.payment_content .date_picker_wrap .lookup_btn{display:inline-block;width:144px;margin-left:30px;padding:10px 0 11px;border-radius:5px;font-size:14px;font-weight:700;letter-spacing:-.26px;text-align:center;color:#fff;background-color:#f24462;cursor:pointer}@media screen and (max-width:767px){.payment_content{padding:0 24px}.payment_content .message{margin-bottom:23px;line-height:1.5;font-size:12px;letter-spacing:-.43px;color:#000;white-space:pre-wrap}.payment_content .date_picker_wrap{display:none}}.payment_item{position:relative;width:816px;margin-bottom:12px;padding:30px 22px 32px;border-radius:5px;box-shadow:0 20px 30px -20px rgba(17,17,17,.22);border:1px solid #ececec;box-sizing:border-box}.payment_item .payment_item_info{width:50%}.payment_item .payment_item_info .title_wrap{padding-bottom:14px;border-bottom:1px solid #ececec}.payment_item .payment_item_info .title_wrap .payment_item{color:#000}.payment_item .payment_item_info .title_wrap .payment_item_status{display:inline-block;margin-bottom:2px;font-size:14px;letter-spacing:-.75px;color:#f24462}.payment_item .payment_item_info .title_wrap .payment_item_status.isPaid{color:#000}.payment_item .payment_item_info .title_wrap .payment_item_title{font-size:16px;letter-spacing:-.34px}.payment_item .payment_item_info .info_list_wrap{padding-top:14px}.payment_item .payment_item_info .info_list_wrap .info_list{display:flex;justify-content:space-between;margin-bottom:4px;font-size:12px;font-weight:500;letter-spacing:-.34px;color:#000}.payment_item .payment_item_info .info_list_wrap .info_list .label{color:#a2a2a2}.payment_item .payment_item_info .info_list_wrap .info_list:last-child{margin-bottom:0}.payment_item .date_info{display:flex;position:absolute;top:30px;right:22px;font-size:12px;font-weight:500;letter-spacing:-.51px;color:#a2a2a2}.payment_item .date_info>span{position:relative;padding:0 16px}.payment_item .date_info>span strong{margin-right:4px}.payment_item .date_info>span:first-child{padding-left:0}.payment_item .date_info>span:first-child:before{position:absolute;top:0;right:0;content:"|"}.payment_item .date_info>span:last-child{padding-right:0}.payment_item .manage_list_wrap{position:absolute;bottom:32px;right:22px;display:flex;flex-direction:column;font-size:12px;font-weight:700;letter-spacing:-.4px;text-align:right;color:#c6c6c6;text-decoration:underline}.payment_item .manage_list_wrap span{cursor:pointer}.payment_item .manage_list_wrap span.waiting{color:#a2a2a2}@media screen and (max-width:767px){.payment_item{display:flex;flex-direction:column;width:100%;margin-bottom:22px;padding:30px 22px 19px}.payment_item .payment_item_info{width:100%}.payment_item .payment_item_info .title_wrap .payment_item_status{font-size:14px}.payment_item .payment_item_info .title_wrap .payment_item_title{font-size:16px;letter-spacing:-.34px}.payment_item .payment_item_info .info_list_wrap{margin-bottom:18px}.payment_item .date_info{position:absolute;top:10px;font-size:9px;letter-spacing:-.39px;box-sizing:border-box}.payment_item .date_info.isColumn{display:flex;flex-direction:column;right:22px}.payment_item .date_info.isColumn span{width:100%;justify-content:flex-end;text-align:right;margin:0;padding:0}.payment_item .date_info.isColumn span:before{display:none}.payment_item .manage_list_wrap{position:static;display:flex;flex-direction:row;font-size:12px;text-align:center;text-decoration:none}.payment_item .manage_list_wrap span{display:inline-flex;justify-content:center;align-items:center;width:calc(50% - 6px);margin-right:6px;padding:9px 12px;border-radius:5px;border:1px solid #ececec;box-sizing:border-box}.payment_item .manage_list_wrap span:last-child{margin-right:0}}.payment_message_modal_wrap{position:relative;top:50%;width:438px;margin:0 auto;padding:91px 69px 69px;border-radius:5px;text-align:center;background:#fff;-webkit-transform:translateY(-50%);transform:translateY(-50%);box-sizing:border-box}.payment_message_modal_wrap .complete_wrap-rectangle1{position:absolute;width:132px;right:0;top:30px}.payment_message_modal_wrap .complete_wrap-rectangle2{position:absolute;width:38px;right:0;top:180px}.payment_message_modal_wrap .complete_wrap-rectangle3{position:absolute;width:128px;left:0;top:167px}.payment_message_modal_wrap .modal_title{margin-bottom:0}.payment_message_modal_wrap .close_btn{position:absolute;top:30px;right:30px;width:15px;height:15px;cursor:pointer}.payment_message_modal_wrap .message{position:relative;line-height:1.5;font-size:14px;font-weight:500;letter-spacing:-.82px;color:#000;z-index:3}.payment_message_modal_wrap .message.confirm_message{margin:28px 0 67px;white-space:pre-line}.payment_message_modal_wrap .message.refund_message{margin:42px 0 125px}.payment_message_modal_wrap .refund_info_list{position:relative;width:100%;padding:34px 27px 81px;box-sizing:border-box;z-index:2}.payment_message_modal_wrap .refund_info_list p{display:flex;justify-content:space-between;margin-bottom:4px;font-size:15px;letter-spacing:-.88px;color:#000}.payment_message_modal_wrap .refund_info_list p span{font-weight:500}.payment_message_modal_wrap .refund_info_list p:last-child{margin-bottom:0}.payment_message_modal_wrap .confirm_btn,.payment_message_modal_wrap .link_to_btn{display:block;width:100%;padding:18px 0 19px;border-radius:5px;font-size:14px;font-weight:500;letter-spacing:-.4px;color:#fff;background-color:#f24462}.payment_message_modal_wrap .confirm_btn{cursor:pointer}@media screen and (max-width:767px){.payment_message_modal_wrap{position:fixed;bottom:0;left:0;width:100%;padding:60px 30px 98px;height:auto;border-top-left-radius:33px;border-top-right-radius:33px;overflow:hidden;-webkit-transform:translateY(0);transform:translateY(0)}.payment_message_modal_wrap .complete_wrap-rectangle1,.payment_message_modal_wrap .complete_wrap-rectangle2,.payment_message_modal_wrap .complete_wrap-rectangle3{display:none}.payment_message_modal_wrap .modal_title{font-size:20px;letter-spacing:-.33px}.payment_message_modal_wrap .message{font-size:12px;letter-spacing:-.7px}.payment_message_modal_wrap .message.confirm_message{margin:25px 0 39px;white-space:pre-line}.payment_message_modal_wrap .message.refund_message{margin:15px 0 67px}}.swal2-container{z-index:2000!important}.profile__wrapper{width:100%;max-width:840px}.profile__wrapper .title{margin-bottom:24px}@media screen and (max-width:767px){.profile__wrapper{padding:0 24px;box-sizing:border-box}}.profile{display:flex;width:100%;flex-direction:column}.profile .message{font-size:14px;font-weight:500;line-height:1.93}.profile .inquiry_link{align-self:flex-end;margin-top:50px}.profile .inquiry_btn{background-color:#f24462}.profile .signout_link{align-self:flex-end;margin-top:20px;font-size:12px;color:#bebebe;text-decoration:underline}@media screen and (max-width:767px){.profile{align-items:center}.profile .form-group__field-checkbox .label-sub{white-space:normal!important}.profile .message{text-align:center;font-size:12px;white-space:pre-wrap;line-height:normal}.profile .message:first-of-type{margin-top:200px}.profile .message+.message{margin-top:18px}.profile .inquiry_link{order:2;align-self:unset;margin-top:45px;width:100%}.profile .inquiry_btn{width:100%;height:57px}.profile .signout_link{order:1;align-self:unset;margin-top:180px}}.profile form .form-group__field-wrap{display:flex;flex-direction:column;justify-content:space-between}.profile form .form-group__field{display:flex;align-items:center;width:100%;height:100%;grid-column-gap:16px;-webkit-column-gap:16px;column-gap:16px}.profile form .form-group__field-checkbox{display:flex;align-items:flex-end}.profile form .form-group__field-interested-companies{display:flex;align-items:flex-start;margin-top:10px}.profile form .checkbox__filed{display:flex;width:300px;justify-content:flex-end;grid-column-gap:16px;-webkit-column-gap:16px;column-gap:16px}.profile form .checkbox__filed .checkbox{max-width:100%}.profile form .checkbox__filed .checkbox img{max-width:none}.profile form .checkbox__filed button{display:flex;align-items:center;line-height:1}.profile form .checkbox__filed .checkbox{margin:0 5px 0 0}.profile form #is_marketing_on{margin-top:15px}.profile form #is_marketing_on button:last-child{color:grey}.profile form .form-group__field-checkbox .label-sub{white-space:nowrap}.profile form .form-group__field label{margin-bottom:8px;font-size:14px;font-weight:700;color:#000;width:200px;line-height:42px}.profile form .form-group__field .label-sub{display:inline;top:19px}.profile form .form-group__field .label-wrap{font-size:14px;font-weight:700;color:#000;width:200px}.profile form .form-group__field .label-sub{font-size:12px;font-weight:400;color:#838383;line-height:.5em}.profile form .form-group__field input{width:300px;height:42px;padding:8px;border:1px solid #ccc;border-radius:5px;font-size:14px;color:#000;outline:none;transition:border .2s ease-in-out}.profile form .form-group__field input.error{border:1px solid red;transition:border .3s ease-in-out}.profile form .form-group__field .btn-check{background-color:#f24462;opacity:0;color:#fff;border-radius:5px;padding:8px 16px;display:flex;align-items:center;justify-content:center;height:42px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:14px;line-height:42px;cursor:default;pointer-events:none;transition:opacity .3s ease-in-out}.profile form .form-group__field .btn-check.active{opacity:1;pointer-events:auto;transition:opacity .3s ease-in-out;cursor:pointer}.profile form .form-group__field .btn-check.active.disabled,.profile form .form-group__field .btn-check.active.needCheck{cursor:default;pointer-events:none}.profile form .form-group__field .btn-check.active.disabled{opacity:.5}.profile form .form-group__field .btn-check.active.needCheck{opacity:.8}.profile form .form-group__field .btn-check.hide{opacity:0;pointer-events:none;cursor:default}.profile form .form-group__field-error-wrap{display:flex;grid-column-gap:16px;-webkit-column-gap:16px;column-gap:16px}.profile form .form-group__field-error-wrap .empty-first{width:200px}.profile form .form-group__field-error-wrap .form-group__field-error{color:red;font-weight:700;font-size:12px;height:14px;line-height:14px;padding-left:4px;margin-top:4px;margin-bottom:-18px;opacity:0;transition:opacity .3s ease-in-out}.profile form .form-group__field-error-wrap .form-group__field-error.active{opacity:1;transition:opacity .3s ease-in-out}.profile form .interested-companies{display:flex;flex-direction:column;grid-gap:10px;gap:10px;width:300px}.profile form .interested-companies .interested-companies-list{display:flex;flex-wrap:wrap;grid-gap:10px;gap:10px;height:70px;overflow-y:scroll;background-color:#f9f9f9;border:1px solid #ddd;padding:10px;border-radius:5px}.profile form .interested-companies .interested-companies-list::-webkit-scrollbar{width:12px}.profile form .interested-companies .interested-companies-list::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:6px}.profile form .interested-companies .interested-companies-list::-webkit-scrollbar-track{background-color:#f9f9f9}.profile form .interested-companies .interested-company-item{display:flex;align-items:center;height:40px;background-color:#f5f5f5;color:#333;padding:8px 12px;border-radius:5px;font-size:14px;font-weight:700;box-shadow:0 2px 4px rgba(0,0,0,.1)}.profile form .interested-companies .interested-company-btn{background-color:#f24462;color:#fff;padding:8px 16px;border:none;border-radius:5px;cursor:pointer;font-size:14px;font-weight:700;transition:background-color .3s ease-in-out;align-self:flex-start}.profile form .interested-companies .interested-company-btn:hover{background-color:#d93b55}.profile form .interested-companies .interested-company-btn:disabled{background-color:#ccc;cursor:not-allowed}.profile form .label-sub{white-space:normal}.signout{display:flex;width:100%;max-width:660px;flex-direction:column;align-items:baseline}.signout .message{position:relative;margin-bottom:24px;font-size:17px;font-weight:500}.signout .terms{margin-bottom:24px;padding:27px 30px;width:100%;border-radius:5px;background-color:#f8f8f8}.signout .term{font-size:14px;font-weight:500;line-height:2.57;list-style-type:"- "}.signout .agree{margin-bottom:51px;display:flex;align-items:center;cursor:pointer}.signout .agree input[type=checkbox]{display:none}.signout .agree input[type=checkbox]+.checkbox-img{display:block;flex-shrink:0;width:16px;min-width:16px;height:16px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAkUExURby8vMvLy5SUlLCwsMfHx5SUlJubm56enrGxsb29vaenp76+vtuHkRAAAAALdFJOU/4HqfYOnsfMXxP0dVCvlwAAAGZJREFUCNdjaN4NARYM1lDWZobdMABjLYCxtk/ihrA2pAhBWWwTFYCyXEChTFHu3QwbNKt3b3cMAOrdoCjOUAgUAsoySaY5KoDNY1B0AQmBzGMVDIDasUGJG2YbA4q9QBbCVXCXAgCGyl4VfjAiugAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-size:cover}.signout .agree input[type=checkbox]:checked+.checkbox-img{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASBAMAAACk4JNkAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAnUExURe5CYP9Ze701TeA/W8Y4UP9KbuFAW/NKZso5Ubs1S9U8Vsc4UPJEYg86TD0AAAAMdFJOU/4HqPbIDl8TzZv0v1n+W9sAAABkSURBVAjXY0g+AwFmDDZQ1mGGMzAAYy2AsU4U8UBYB1yFoCyWQgWgLBeQ5S7Jc4bhgHrPmROBc4B6DyiKnGkUApvCJL4lUAHMOqAYKsQDMZlTcA7UjgNKcNsOoNgLZCFcBXcpAEYxah9ZFYN5AAAAAElFTkSuQmCC)}.signout .agree span{margin-left:11px;font-size:12px;-webkit-user-select:none;user-select:none}.signout .form_link{display:flex;align-items:center;margin-bottom:28px;margin-left:auto}.signout .form_link span{font-size:12px;border-bottom:1px solid #000}.signout .form_link:after{margin-left:6px;content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAJBAMAAADnQZCTAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAeUExURUdwTKKioqenp6Ojo6SkpKOjo6Ojo6Ojo6KioqOjo2nQ8PwAAAAKdFJOUwDmEidefqhAxsSHgiwvAAAAI0lEQVQI12MQZmBwVGBgbWBgSGNgiGRgEWIoNGAQZ2BQYAAAJdQCp759CRwAAAAASUVORK5CYII=)}.signout .signout_btn{margin-left:auto;padding:10px 42px;background-color:#444}@media screen and (max-width:767px){.signout .message{margin-top:62px;margin-bottom:46px;text-align:center;font-size:15px}.signout .terms{padding:18px 14px 18px 24px}.signout .term{font-size:13px;line-height:1.54}.signout .term+.term{margin-top:16px}.signout .agree{margin-bottom:200px}.signout .signout_btn{width:100%;height:57px}}.firstuser_signup_form_wrap .inner_wrap{display:flex;justify-content:space-between;padding-bottom:51px}.firstuser_signup_form_wrap .signup_image{width:510px;min-height:857px;margin-right:75px;background-size:cover}.firstuser_signup_form_wrap .signup_image .signup_intro{display:flex;flex-direction:column;justify-content:center;height:100%;padding-bottom:128px;padding-left:96px;font-size:22px;line-height:1.55;color:#fff;white-space:pre-line;box-sizing:border-box}.firstuser_signup_form_wrap .signup_image .signup_intro img{width:58px;margin-bottom:12px}.firstuser_signup_form_wrap .signup_form_filed{flex:1 1;padding-top:68px}.firstuser_signup_form_wrap .signup_form_filed .title{margin-bottom:18px}.firstuser_signup_form_wrap .signup_form_filed .title h2{font-size:24px;letter-spacing:-.4px;color:#000}.firstuser_signup_form_wrap .signup_form_filed .title .message{font-size:12px;letter-spacing:-.2px;color:#000}.firstuser_signup_form_wrap .signup_form_filed .title .message span{color:#bebebe}.firstuser_signup_form_wrap .signup_form_filed .error_message,.firstuser_signup_form_wrap .signup_form_filed .success_message{padding:6px 10px;font-size:12px;font-weight:500}.firstuser_signup_form_wrap .signup_form_filed .success_message{color:#44e644}.firstuser_signup_form_wrap .signup_form_filed .error_message{color:#f24462}.firstuser_signup_form_wrap #signup_form{width:582px;padding-top:22px;border-top:1px solid #ececec}.firstuser_signup_form_wrap #signup_form .label{margin-bottom:6px;font-size:14px;font-weight:500;letter-spacing:-.82px;color:#000}.firstuser_signup_form_wrap #signup_form .image_upload_filed{margin-bottom:20px}.firstuser_signup_form_wrap #signup_form .image_upload_filed .profile_image{position:relative;width:72px;height:72px;cursor:pointer}.firstuser_signup_form_wrap #signup_form .image_upload_filed .profile_image .profile_overlap_wrap{width:100%;height:100%;border-radius:50%;border:1px solid #ececec;overflow:hidden;box-sizing:border-box}.firstuser_signup_form_wrap #signup_form .image_upload_filed .profile_image img{width:100%;height:100%}.firstuser_signup_form_wrap #signup_form .image_upload_filed .profile_image .profile_upload_icon{position:absolute;bottom:-2px;right:0;width:22px;height:22px;line-height:22px;text-align:center;border-radius:50%;background-color:#fff}.firstuser_signup_form_wrap #signup_form .image_upload_filed .profile_image .profile_upload_icon img{width:12px;height:12px}.firstuser_signup_form_wrap #signup_form .image_upload_filed .profile_image .clear_profile_image{position:absolute;top:0;right:-14px;width:10px;cursor:pointer}.firstuser_signup_form_wrap #signup_form .text_filed_wrap{margin-bottom:20px}.firstuser_signup_form_wrap #signup_form .text_filed_wrap input[type=email],.firstuser_signup_form_wrap #signup_form .text_filed_wrap input[type=password],.firstuser_signup_form_wrap #signup_form .text_filed_wrap input[type=text]{width:378px;margin-right:30px;padding:15px 20px;font-size:12px;font-weight:500;letter-spacing:-.34px;outline:0 none;border-radius:5px;border:1px solid #ececec;color:#000}.firstuser_signup_form_wrap #signup_form .text_filed_wrap input[type=email]::-webkit-input-placeholder,.firstuser_signup_form_wrap #signup_form .text_filed_wrap input[type=password]::-webkit-input-placeholder,.firstuser_signup_form_wrap #signup_form .text_filed_wrap input[type=text]::-webkit-input-placeholder{color:#a2a2a2}.firstuser_signup_form_wrap #signup_form .text_filed_wrap input[type=email]::placeholder,.firstuser_signup_form_wrap #signup_form .text_filed_wrap input[type=password]::placeholder,.firstuser_signup_form_wrap #signup_form .text_filed_wrap input[type=text]::placeholder{color:#a2a2a2}.firstuser_signup_form_wrap #signup_form .text_filed_wrap input[type=email]:read-only,.firstuser_signup_form_wrap #signup_form .text_filed_wrap input[type=password]:read-only,.firstuser_signup_form_wrap #signup_form .text_filed_wrap input[type=text]:read-only{color:#a2a2a2;background:#ececec}.firstuser_signup_form_wrap #signup_form .text_filed_wrap .text_filed{display:flex}.firstuser_signup_form_wrap #signup_form .text_filed_wrap .text_filed.certification_filed input,.firstuser_signup_form_wrap #signup_form .text_filed_wrap .text_filed.phone_number_filed input{flex:1 1}.firstuser_signup_form_wrap #signup_form .text_filed_wrap .text_filed.phone_number_filed .country_select_box{position:relative;width:112px;margin-right:13px;padding:0 15px 0 14px;border-radius:5px;border:1px solid #ececec;font-size:12px;box-sizing:border-box}.firstuser_signup_form_wrap #signup_form .text_filed_wrap .text_filed.phone_number_filed .selected_country{display:flex;justify-content:space-between;align-items:center;height:100%;cursor:pointer}.firstuser_signup_form_wrap #signup_form .text_filed_wrap .text_filed.phone_number_filed .selected_country img{width:7px}.firstuser_signup_form_wrap #signup_form .text_filed_wrap .text_filed.phone_number_filed .country_options{position:absolute;top:50px;left:0;max-height:320px;overflow-y:auto;border-radius:5px;border:1px solid #ececec;white-space:nowrap;background-color:#fff}.firstuser_signup_form_wrap #signup_form .text_filed_wrap .text_filed.phone_number_filed .country_options li{display:flex;justify-content:space-between;padding:6px 10px;cursor:pointer;box-sizing:border-box}.firstuser_signup_form_wrap #signup_form .text_filed_wrap .text_filed.phone_number_filed .country_options li:hover{background-color:#ececec}.firstuser_signup_form_wrap #signup_form .text_filed_wrap .text_filed.phone_number_filed .country_options li .number_code{margin-right:4px;font-weight:700}.firstuser_signup_form_wrap #signup_form .text_filed_wrap .text_filed.certification_filed{margin-top:10px;box-sizing:border-box}.firstuser_signup_form_wrap #signup_form .text_filed_wrap .text_filed .phone_number_inner_filed{display:flex;flex:1 1}.firstuser_signup_form_wrap #signup_form .text_filed_wrap .text_filed .phone_number_inner_filed input[type=text]{width:auto;flex:1 1}.firstuser_signup_form_wrap #signup_form .text_filed_wrap .benefit_consent_receive{display:flex;justify-content:space-between;font-size:12px;letter-spacing:-.2px;color:#000}.firstuser_signup_form_wrap #signup_form .text_filed_wrap .benefit_consent_receive .checkbox_filed{display:flex;justify-content:space-between;cursor:pointer;width:174px}.firstuser_signup_form_wrap #signup_form .text_filed_wrap .benefit_consent_receive .checkbox_filed>div{display:inherit;align-items:center;line-height:1}.firstuser_signup_form_wrap #signup_form .text_filed_wrap .benefit_consent_receive .checkbox_filed>div .checkbox{margin:0 10px 0 0}.firstuser_signup_form_wrap #signup_form .text_filed_wrap .btn{display:flex;justify-content:center;align-items:center;width:174px;padding:15px 0 13px;border-radius:5px;line-height:1;font-size:12px;font-weight:500;letter-spacing:-.2px;text-align:center;color:#fff;background-color:#000;cursor:pointer}.firstuser_signup_form_wrap button[type=submit]{display:block;width:100%;margin-top:53px;padding:18px 0 19px;border:0;outline:0 none;border-radius:5px;color:#fff;background-color:#f24462;cursor:pointer}.firstuser_signup_form_wrap button[type=submit]:disabled{background-color:#bebebe;cursor:unset}@media screen and (max-width:767px){.firstuser_signup_form_wrap .signup_image{display:none}.firstuser_signup_form_wrap .signup_form_filed{padding:33px 0 68px}.firstuser_signup_form_wrap .signup_form_filed .title{margin-bottom:27px}.firstuser_signup_form_wrap .signup_form_filed .title h2{font-size:16px;letter-spacing:-.63px}.firstuser_signup_form_wrap .signup_form_filed .title .message{font-size:12px;font-weight:500;letter-spacing:-.7px;color:#585858}.firstuser_signup_form_wrap .signup_form_filed .title .message span{display:none}.firstuser_signup_form_wrap #signup_form{width:100%;padding-top:0;border-top:0}.firstuser_signup_form_wrap #signup_form .label{margin-bottom:12px}.firstuser_signup_form_wrap #signup_form .image_upload_filed{margin-bottom:18px}.firstuser_signup_form_wrap #signup_form .image_upload_filed .label{display:none}.firstuser_signup_form_wrap #signup_form .image_upload_filed .profile_image{width:60px;height:60px;margin:0 auto}.firstuser_signup_form_wrap #signup_form .image_upload_filed .profile_image img{width:100%;height:100%}.firstuser_signup_form_wrap #signup_form .image_upload_filed .profile_image .profile_upload_icon{bottom:-3px;right:-2px}.firstuser_signup_form_wrap #signup_form .image_upload_filed .profile_image .profile_upload_icon img{width:10px;height:10px}.firstuser_signup_form_wrap #signup_form .text_filed_wrap{margin-bottom:20px}.firstuser_signup_form_wrap #signup_form .text_filed_wrap input[type=email],.firstuser_signup_form_wrap #signup_form .text_filed_wrap input[type=password],.firstuser_signup_form_wrap #signup_form .text_filed_wrap input[type=text]{flex:1 1;width:auto;margin-right:12px;padding:14px 18px 15px;font-size:11px;letter-spacing:-.64px}.firstuser_signup_form_wrap #signup_form .text_filed_wrap input[type=email]::-webkit-input-placeholder,.firstuser_signup_form_wrap #signup_form .text_filed_wrap input[type=password]::-webkit-input-placeholder,.firstuser_signup_form_wrap #signup_form .text_filed_wrap input[type=text]::-webkit-input-placeholder{color:#a2a2a2}.firstuser_signup_form_wrap #signup_form .text_filed_wrap input[type=email]::placeholder,.firstuser_signup_form_wrap #signup_form .text_filed_wrap input[type=password]::placeholder,.firstuser_signup_form_wrap #signup_form .text_filed_wrap input[type=text]::placeholder{color:#a2a2a2}.firstuser_signup_form_wrap #signup_form .text_filed_wrap input[type=email]{margin:0}.firstuser_signup_form_wrap #signup_form .text_filed_wrap .text_filed.user_name input{margin-right:0}.firstuser_signup_form_wrap #signup_form .text_filed_wrap .text_filed.phone_number_filed{flex-direction:column}.firstuser_signup_form_wrap #signup_form .text_filed_wrap .text_filed.phone_number_filed .country_select_box{width:100%;margin-bottom:14px;margin-right:0;padding:15px 12px;font-size:11px;box-sizing:border-box}.firstuser_signup_form_wrap #signup_form .text_filed_wrap .text_filed.phone_number_filed .country_options{position:absolute;width:100%;top:50px;left:0;max-height:320px;overflow-y:auto;border:1px solid #ececec;white-space:nowrap;background-color:#fff}.firstuser_signup_form_wrap #signup_form .text_filed_wrap .text_filed.phone_number_filed .country_options li{padding:10px 12px}.firstuser_signup_form_wrap #signup_form .text_filed_wrap .text_filed.certification_filed{margin-top:9px;padding-left:0}.firstuser_signup_form_wrap #signup_form .text_filed_wrap.benefit_filed .label{margin-bottom:2px}.firstuser_signup_form_wrap #signup_form .text_filed_wrap .benefit_consent_receive{justify-content:flex-start;flex-direction:column;font-size:11px}.firstuser_signup_form_wrap #signup_form .text_filed_wrap .benefit_consent_receive .checkbox_filed{justify-content:flex-start;width:auto;margin-top:28px;font-size:12px}.firstuser_signup_form_wrap #signup_form .text_filed_wrap .benefit_consent_receive .checkbox_filed>div{margin-right:57px}.firstuser_signup_form_wrap #signup_form .text_filed_wrap .benefit_consent_receive .checkbox_filed>div input[type=checkbox]{margin:0 10px 0 0}.firstuser_signup_form_wrap #signup_form .text_filed_wrap .btn{width:96px;font-size:11px;letter-spacing:-.64px}.firstuser_signup_form_wrap button[type=submit]{margin-top:82px;padding:16px 0 15px}.firstuser_signup_form_wrap button[type=submit]:disabled{background-color:#bebebe;cursor:unset}}.search_page_wrap{padding:50px 0}.search_page_wrap h2{font-size:24px;font-weight:700;line-height:35px;margin-bottom:24px}.search_page_wrap h2 .search_text{color:#f22672}.mobile_search_page{display:flex;flex-direction:column;padding-bottom:80px}.mobile_search_page>img{z-index:999}.mobile_search_page .mobile_search_input_wrap{width:100%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJRSURBVHgBxVaNmZpAEB2wATuIHYRUAGoBdx2oFYSrIFrBeRXodaAFKHQQ0gHpwAbUvCezF2KWRQ7Oe9/nNysM83Z2dn48cSBJkj5EcDqdJp7nRVj39Udk5/M5h9z6vp8Oh8NcGsBzkP6A4bhEZJBfbeAC6K6xgcWtG/AshAN4uIGHX/VRivUrZdmonkYEwkfIidkUdJ+gt5EmxDAWwFBCbyB/wYMYRtI6I9ws9OdmAyCf47vFTcT68U8pjvBlNBrF0hC73S4G6TPXvV5vGobha5WubxYlTxfvISXG4/ESxDOuj8fjks44iXmRIKiU4+O5tACOeA3xIoUTK3ERQ2FKid0OpQMwxhAH/CI4Fdl0fMRlKoW326a5WAXYOcAZei166/8nNi8ga1OgCZARS10+VLz3v+gikw5Br6UoNgPbJWOMA1XslFiRq+zbiO8BK/FBPgFvxK5kb4FAZWYj3nKBxvAoHYJ1X4ojzvSi/UuMZL+kEeSDdAiUzFjtWi+tr93HWWWagmFDeob619qlTMl8UrnSPtsK8HYOMYC366pqeCFGY1hDpFRGrFfSAmw48JZ9OZcKb4nrfszWOJBi6pg1rd2w8azjEmP7zVWU3goISbQ75VKMNIk2kFsIo/1+nxhSAif33fWNdeYqjzHcCIxsMVFs5G8JJBiWQLMh4gMzLmkfpp0N/s9s6VQ5ZdJbGJ0YozXI2QY5gZQ2b8KW8SSvyb06izp1sriEMNBXY+y3DM1v1gHbQFhHXkvcBi7yDyV2kX84cRX5XYgt5OndiK/I5Q8Ne1mC6WF0/wAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-size:16px 16px;background-position-x:0;background-position-y:2px;background-color:transparent;border:none;font-size:14px;outline:none;padding-left:24px;margin-left:20px;margin-top:4px}.mobile_search_page .mobile_search_input_wrap input{width:100%;height:100%;border:none;outline:none;font-size:14px;font-weight:400}.search_result_wrap{display:flex;flex-direction:column;grid-row-gap:28px;row-gap:28px;padding:28px 21px}@media(max-width:767px){.search_result_wrap{padding:16px 21px}}.search_result_wrap_words_title_wrap{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.search_result_wrap_words_title_wrap button{color:#bebebe;font-size:14px}.search_result_wrap_words_list{display:flex;flex-direction:column;grid-row-gap:8px;row-gap:8px}.search_result_wrap_words_list li{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:500}.search_result_wrap_words_list li button{color:#bebebe;font-size:0;width:10px;height:10px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkBAMAAAATLoWrAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAVUExURUdwTAAAAAAAAAAAAAAAAAAAAAAAAO0EbHoAAAAGdFJOUwCdAdRXFnQiYHsAAACYSURBVCjPXdDBDQIxDETRERINcODMNrFnetgKEMj9l0Bsr9czzjF6UiYf9oCcw2CfF9/cd8NT2WE/bMIWeuMmzBGEBYKwRMxOxKxQsws1a1SMUDFGyQQlUxRMUbCBnA3kz82867mR1zeNvL5J88ZwzZvDheVwZvU7YvW7Zp3gYp2gGHc6GXdKpjGDacxgI+ZiGDEXw4y5ff/SVDxAPzBYPAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:50%;background-color:transparent;background-size:14px;opacity:.3}.search_result_wrap .divider{margin-top:auto;width:100%;height:1px;background-color:#bebebe}.search_result_wrap_keywords h3{margin-bottom:20px}.search_result_wrap_keywords_list{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;grid-row-gap:12px;row-gap:12px;grid-column-gap:12px;-webkit-column-gap:12px;column-gap:12px;font-size:14px}.search_result_wrap_keywords_list li{max-width:50%}.search_result_wrap_keywords_list li button{width:100%;padding:6px 12px 4px;border-radius:6px;overflow:hidden;background:#ebebeb}.search_result_tabs{display:flex;justify-content:space-between;margin-bottom:30px}@media screen and (max-width:767px){.search_result_tabs{margin:0}}.search_result_tabs a{display:flex;width:50%;border:1px solid #d8d8d8;border-right:none;justify-content:center;padding:16px 0;font-size:1rem}.search_result_tabs a.active{color:#f22672;border-color:#f22672;border-right:1px solid #f22672}.search_result_tabs a+a{border-left:none;border-right:1px solid #d8d8d8}.search_result_tabs a+a.active{border-left:1px solid #f22672}@media screen and (max-width:767px){.search_result_tabs a+a,.search_result_tabs a+a.active{border-left:none;border-right:none}}@media screen and (max-width:767px){.search_result_tabs a{border:none;font-size:14px;padding:10px 0 8px;font-weight:700;color:#797979}.search_result_tabs a.active{border-left:none;border-right:none;border-bottom:2px solid #f22672}}.search_result_list{padding-top:50px}@media screen and (max-width:767px){.search_result_list{padding-top:0}}.search_result_list .makers_list,.search_result_list_inner_wrap{display:flex;flex-wrap:wrap;min-height:380px;grid-column-gap:16px;-webkit-column-gap:16px;column-gap:16px;justify-content:space-between}.search_result_list .not_found{display:flex;flex-wrap:wrap;flex-direction:column;text-align:center;grid-row-gap:16px;row-gap:16px;place-items:center;justify-content:center;padding:30px 0 80px;border-bottom:1px solid #000}.search_result_list .not_found h3{font-size:20px;font-weight:700;line-height:29px}.search_result_list .not_found h3 .search_text{color:#f22672}.search_result_list .not_found p{color:#bebebe;font-size:1rem;font-weight:400;line-height:23px}.search_result_list .related_contents{display:flex;flex-wrap:wrap;flex-direction:column;grid-row-gap:36px;row-gap:36px;padding:36px 0}.search_result_list .related_contents h3{font-size:20px;font-weight:700;line-height:29px}.signup_form_wrap .inner_wrap{display:flex;justify-content:space-between;padding-bottom:51px}.signup_form_wrap .signup_image{width:510px;min-height:857px;margin-right:75px;background-size:cover}.signup_form_wrap .signup_image .signup_intro_wrap{display:flex;flex-direction:column;justify-content:center;height:100%;padding-bottom:128px;font-size:22px;line-height:1.55;color:#fff;white-space:pre-line;box-sizing:border-box}.signup_form_wrap .signup_image .signup_intro_wrap img{width:58px;margin-bottom:12px;margin-left:48px}.signup_form_wrap .signup_image .signup_intro_wrap .signup_intro_wrap-text{width:414px;margin-left:48px}.signup_form_wrap .signup_form_filed{flex:1 1;padding-top:68px}.signup_form_wrap .signup_form_filed .title{margin-bottom:18px}.signup_form_wrap .signup_form_filed .title h2{font-size:24px;letter-spacing:-.4px;color:#000}.signup_form_wrap .signup_form_filed .title .message{font-size:12px;letter-spacing:-.2px;color:#000}.signup_form_wrap .signup_form_filed .title .message span{color:#bebebe}.signup_form_wrap .signup_form_filed .error_message,.signup_form_wrap .signup_form_filed .success_message{padding:6px 10px;font-size:12px;font-weight:500}.signup_form_wrap .signup_form_filed .success_message{color:#44e644}.signup_form_wrap .signup_form_filed .error_message{color:#f24462}.signup_form_wrap #signup_form{width:582px;padding-top:22px;border-top:1px solid #ececec}.signup_form_wrap #signup_form .label{margin-bottom:6px;font-size:14px;font-weight:500;letter-spacing:-.82px;color:#000}.signup_form_wrap #signup_form .image_upload_filed{margin-bottom:20px}.signup_form_wrap #signup_form .image_upload_filed .profile_image{position:relative;width:72px;height:72px;cursor:pointer}.signup_form_wrap #signup_form .image_upload_filed .profile_image .profile_overlap_wrap{width:100%;height:100%;border-radius:50%;border:1px solid #ececec;overflow:hidden;box-sizing:border-box}.signup_form_wrap #signup_form .image_upload_filed .profile_image img{width:100%;height:100%}.signup_form_wrap #signup_form .image_upload_filed .profile_image .profile_upload_icon{position:absolute;bottom:-2px;right:0;width:22px;height:22px;line-height:22px;text-align:center;border-radius:50%;background-color:#fff}.signup_form_wrap #signup_form .image_upload_filed .profile_image .profile_upload_icon img{width:12px;height:12px}.signup_form_wrap #signup_form .image_upload_filed .profile_image .clear_profile_image{position:absolute;top:0;right:-14px;width:10px;cursor:pointer}.signup_form_wrap #signup_form .text_filed_wrap{margin-bottom:20px}.signup_form_wrap #signup_form .text_filed_wrap input[type=email],.signup_form_wrap #signup_form .text_filed_wrap input[type=password],.signup_form_wrap #signup_form .text_filed_wrap input[type=text]{width:378px;margin-right:30px;padding:15px 20px;font-size:12px;font-weight:500;letter-spacing:-.34px;outline:0 none;border-radius:5px;border:1px solid #ececec;color:#000}.signup_form_wrap #signup_form .text_filed_wrap input[type=email]::-webkit-input-placeholder,.signup_form_wrap #signup_form .text_filed_wrap input[type=password]::-webkit-input-placeholder,.signup_form_wrap #signup_form .text_filed_wrap input[type=text]::-webkit-input-placeholder{color:#a2a2a2}.signup_form_wrap #signup_form .text_filed_wrap input[type=email]::placeholder,.signup_form_wrap #signup_form .text_filed_wrap input[type=password]::placeholder,.signup_form_wrap #signup_form .text_filed_wrap input[type=text]::placeholder{color:#a2a2a2}.signup_form_wrap #signup_form .text_filed_wrap input[type=email]:read-only,.signup_form_wrap #signup_form .text_filed_wrap input[type=password]:read-only,.signup_form_wrap #signup_form .text_filed_wrap input[type=text]:read-only{color:#a2a2a2;background:#ececec}.signup_form_wrap #signup_form .text_filed_wrap .text_filed{display:flex}.signup_form_wrap #signup_form .text_filed_wrap .text_filed.certification_filed input,.signup_form_wrap #signup_form .text_filed_wrap .text_filed.phone_number_filed input{flex:1 1}.signup_form_wrap #signup_form .text_filed_wrap .text_filed.certification_filed{margin-top:10px;box-sizing:border-box}.signup_form_wrap #signup_form .text_filed_wrap .text_filed .phone_number_inner_filed{display:flex;flex:1 1}.signup_form_wrap #signup_form .text_filed_wrap .text_filed .phone_number_inner_filed input[type=text]{width:auto;flex:1 1}.signup_form_wrap #signup_form .text_filed_wrap .benefit_consent_receive{display:flex;justify-content:space-between;font-size:12px;letter-spacing:-.2px;color:#000}.signup_form_wrap #signup_form .text_filed_wrap .benefit_consent_receive .checkbox_filed{display:flex;justify-content:space-between;cursor:pointer;width:174px}.signup_form_wrap #signup_form .text_filed_wrap .benefit_consent_receive .checkbox_filed>div{display:inherit;align-items:center;line-height:1}.signup_form_wrap #signup_form .text_filed_wrap .benefit_consent_receive .checkbox_filed>div .checkbox{margin:0 10px 0 0}.signup_form_wrap #signup_form .text_filed_wrap .btn{display:flex;justify-content:center;align-items:center;width:174px;padding:15px 0 13px;border-radius:5px;line-height:1;font-size:12px;font-weight:500;letter-spacing:-.2px;text-align:center;color:#fff;background-color:#000;cursor:pointer}.signup_form_wrap button[type=submit]{display:block;width:100%;margin-top:53px;padding:18px 0 19px;border:0;outline:0 none;border-radius:5px;color:#fff;background-color:#f24462;cursor:pointer}.signup_form_wrap button[type=submit]:disabled{background-color:#bebebe;cursor:unset}.signup_form_wrap .company_select_wrap .MuiSelect-select{padding:15px 20px}.signup_form_wrap .company_select_wrap .MuiInputBase-root{width:378px;max-width:100%}.signup_form_wrap .company_select_wrap .css-1kty9di-MuiFormLabel-root-MuiInputLabel-root.Mui-focused,.signup_form_wrap .company_select_wrap .MuiInputLabel-root{color:#000;font-size:14px;font-weight:500}.signup_form_wrap .company_select_wrap .MuiOutlinedInput-notchedOutline{border:1px solid #ececec}.signup_form_wrap .country_select_wrap{margin-bottom:15px}.signup_form_wrap .country_select_wrap .MuiSelect-select{padding:12px 14px;width:203px}.signup_form_wrap .country_select_wrap .css-1kty9di-MuiFormLabel-root-MuiInputLabel-root.Mui-focused,.signup_form_wrap .country_select_wrap .MuiInputLabel-root{color:#000;font-size:14px;font-weight:500}.signup_form_wrap .country_select_wrap .MuiOutlinedInput-notchedOutline{border:1px solid #ececec}@media screen and (max-width:767px){.signup_form_wrap .signup_image{display:none}.signup_form_wrap .signup_form_filed{width:100%;padding:33px 0 68px}.signup_form_wrap .signup_form_filed .title{margin-bottom:27px}.signup_form_wrap .signup_form_filed .title h2{font-size:16px;letter-spacing:-.63px}.signup_form_wrap .signup_form_filed .title .message{font-size:12px;font-weight:500;letter-spacing:-.7px;color:#585858}.signup_form_wrap .signup_form_filed .title .message span{display:none}.signup_form_wrap #signup_form{width:100%;padding-top:0;border-top:0}.signup_form_wrap #signup_form .label{margin-bottom:12px}.signup_form_wrap #signup_form .image_upload_filed{margin-bottom:18px}.signup_form_wrap #signup_form .image_upload_filed .label{display:none}.signup_form_wrap #signup_form .image_upload_filed .profile_image{width:60px;height:60px;margin:0 auto}.signup_form_wrap #signup_form .image_upload_filed .profile_image img{width:100%;height:100%}.signup_form_wrap #signup_form .image_upload_filed .profile_image .profile_upload_icon{bottom:-3px;right:-2px}.signup_form_wrap #signup_form .image_upload_filed .profile_image .profile_upload_icon img{width:10px;height:10px}.signup_form_wrap #signup_form .text_filed_wrap{margin-bottom:20px}.signup_form_wrap #signup_form .text_filed_wrap input[type=email],.signup_form_wrap #signup_form .text_filed_wrap input[type=password],.signup_form_wrap #signup_form .text_filed_wrap input[type=text]{flex:1 1;width:auto;margin-right:12px;padding:14px 18px 15px;font-size:11px;letter-spacing:-.64px}.signup_form_wrap #signup_form .text_filed_wrap input[type=email]::-webkit-input-placeholder,.signup_form_wrap #signup_form .text_filed_wrap input[type=password]::-webkit-input-placeholder,.signup_form_wrap #signup_form .text_filed_wrap input[type=text]::-webkit-input-placeholder{color:#a2a2a2}.signup_form_wrap #signup_form .text_filed_wrap input[type=email]::placeholder,.signup_form_wrap #signup_form .text_filed_wrap input[type=password]::placeholder,.signup_form_wrap #signup_form .text_filed_wrap input[type=text]::placeholder{color:#a2a2a2}.signup_form_wrap #signup_form .text_filed_wrap input[type=email]{margin:0}.signup_form_wrap #signup_form .text_filed_wrap .text_filed.user_name input{margin-right:0}.signup_form_wrap #signup_form .text_filed_wrap .text_filed.phone_number_filed{flex-direction:column}.signup_form_wrap #signup_form .text_filed_wrap .text_filed.certification_filed{margin-top:9px;padding-left:0}.signup_form_wrap #signup_form .text_filed_wrap .text_filed .phone_number_inner_filed input{margin-right:12px}.signup_form_wrap #signup_form .text_filed_wrap.benefit_filed .label{margin-bottom:2px}.signup_form_wrap #signup_form .text_filed_wrap .benefit_consent_receive{justify-content:flex-start;flex-direction:column;font-size:11px}.signup_form_wrap #signup_form .text_filed_wrap .benefit_consent_receive .checkbox_filed{justify-content:flex-start;width:auto;margin-top:28px;font-size:12px}.signup_form_wrap #signup_form .text_filed_wrap .benefit_consent_receive .checkbox_filed>div{margin-right:57px}.signup_form_wrap #signup_form .text_filed_wrap .benefit_consent_receive .checkbox_filed>div input[type=checkbox]{margin:0 10px 0 0}.signup_form_wrap #signup_form .text_filed_wrap .btn{width:96px;font-size:11px;letter-spacing:-.64px}.signup_form_wrap button[type=submit]{margin-top:82px;padding:16px 0 15px}.signup_form_wrap button[type=submit]:disabled{background-color:#bebebe;cursor:unset}.signup_form_wrap .country_select_wrap .MuiSelect-select{width:100%}}.signup_confirm_modal_wrap{position:relative;top:50%;width:438px;margin:0 auto;padding:91px 69px;border-radius:5px;text-align:center;background:#fff;-webkit-transform:translateY(-50%);transform:translateY(-50%);box-sizing:border-box}.signup_confirm_modal_wrap .complete_wrap-rectangle1{position:absolute;width:132px;right:0;top:30px}.signup_confirm_modal_wrap .complete_wrap-rectangle2{position:absolute;width:38px;right:0;top:180px}.signup_confirm_modal_wrap .complete_wrap-rectangle3{position:absolute;width:128px;left:0;top:167px}.signup_confirm_modal_wrap .title{margin-bottom:42px}.signup_confirm_modal_wrap .message{position:relative;margin-bottom:30px;line-height:1.5;font-size:14px;font-weight:500;letter-spacing:-.82px;color:#000;white-space:pre-line;z-index:2}.signup_confirm_modal_wrap .go_to_main{position:relative;display:block;width:100%;padding:18px 0 19px;border-radius:5px;font-size:14px;font-weight:500;letter-spacing:-.4px;color:#fff;background-color:#f24462;cursor:pointer;z-index:2}@media screen and (max-width:767px){.signup_confirm_modal_wrap{position:fixed;bottom:0;left:0;width:100%;padding:60px 30px 98px;height:auto;border-top-left-radius:33px;border-top-right-radius:33px;overflow:hidden;-webkit-transform:translateY(0);transform:translateY(0)}.signup_confirm_modal_wrap .complete_wrap-rectangle1,.signup_confirm_modal_wrap .complete_wrap-rectangle2,.signup_confirm_modal_wrap .complete_wrap-rectangle3{display:none}.signup_confirm_modal_wrap .title{font-size:20px;letter-spacing:-.33px}.signup_confirm_modal_wrap .message{font-size:12px;letter-spacing:-.7px}}.login_btn_wrap{width:378px;max-width:100%;margin:3rem 0}.login_btn_wrap .login_btn,.login_btn_wrap .social_login_btn{position:relative;display:flex;justify-content:center;align-items:center;height:54px;margin-bottom:11px;padding:0 17px;border-radius:5px;font-size:16px;font-weight:500;letter-spacing:-.7px;text-align:center;color:#fff;box-sizing:border-box;cursor:pointer}.login_btn_wrap .login_btn.kakao,.login_btn_wrap .social_login_btn.kakao{color:#000;background-color:#ffe600}.login_btn_wrap .login_btn.naver,.login_btn_wrap .social_login_btn.naver{background-color:#00c300}.login_btn_wrap .login_btn.google,.login_btn_wrap .social_login_btn.google{background-color:#db4a39}.login_btn_wrap .login_btn:last-child,.login_btn_wrap .social_login_btn:last-child{margin-bottom:0}.login_btn_wrap .login_btn img.login_logo,.login_btn_wrap .social_login_btn img.login_logo{position:absolute;top:50%;left:17px;width:34px;height:36px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.login_btn_wrap .login_btn span,.login_btn_wrap .social_login_btn span{flex:1 1}.login_btn_wrap .login_btn{margin-bottom:0;color:#000;border:1px solid #ececec}.login_btn_wrap .login_btn .login_btn-arrow{position:absolute;right:25px;width:7px;height:3px}.like__lectures__warp{padding-bottom:137px}.like__lectures__warp .inner__wrap{width:100%;margin:0 auto;box-sizing:border-box}.like__lectures__warp .header__wrap{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.like__lectures__warp .header__wrap h3{font-size:20px;letter-spacing:-.33px;color:#000;margin-bottom:23px}.like__lectures__warp .header__wrap .header__renew__btn{box-sizing:border-box;display:flex;align-items:center;justify-content:center;grid-column-gap:.3rem;-webkit-column-gap:.3rem;column-gap:.3rem;border:1px solid #e5e5e5;border-radius:.3rem;padding:0 .5rem;margin:0 30px 23px 0;cursor:pointer}.like__lectures__warp .header__wrap .header__renew__btn:hover{background-color:#f5f5f5}.like__lectures__warp .header__wrap .header__renew__btn:active{-webkit-transform:scale(.95);transform:scale(.95)}.like__lectures__warp .header__wrap .header__renew__btn span{color:#949494;font-size:.875rem;line-height:2.4}.like__lectures__warp .header__wrap .header__renew__btn .renew__btn__icon__wrap{width:1.3rem;height:1.3rem;margin-bottom:.15rem}.like__lectures__warp .lectures__content .lecture__list{display:flex;flex-wrap:wrap;min-height:380px;justify-content:space-between;grid-row-gap:1.5rem;row-gap:1.5rem}.like__lectures__warp .lectures__content .lecture__list .lecture_item{margin-bottom:60px;margin-right:30px}@media screen and (max-width:767px){.like__lectures__warp{padding:0 1rem 3rem}.like__lectures__warp .header__wrap{display:none}.like__lectures__warp .lectures__content .lecture__list{min-height:260px;padding-bottom:2rem}.like__lectures__warp .lectures__content .lecture__list .lecture_item{margin-bottom:0;margin-right:0}}.empty__like__lectures__wrap{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:80px}.empty__like__lectures__wrap button{width:9rem;border-radius:.25rem;border:1px solid #f24462;color:#f24462;margin-top:1rem;font-size:14px;cursor:pointer;padding:.5rem}.review-write-form-container{width:100%;height:100%;display:flex;justify-content:center;padding:1rem}.review-write-form-container .form{height:100%;width:100%;max-width:360px;overflow:hidden;display:flex;flex-direction:column;grid-gap:1rem;gap:1rem}.review-write-form-container .form h1{font-size:1.125rem;font-weight:700}.review-write-form-container .form h2{font-size:.9375rem;font-weight:700}.review-write-form-container .form .form-content{font-size:.875rem;text-align:left}.review-write-form-container .form .form-content textarea{border:1px solid #bebebe;border-radius:.5rem;width:100%;min-height:100px;padding:.75rem;font-size:.75rem}.review-write-form-container .form .form-content textarea.error{border:2px solid #f24462}.review-write-form-container .form .form-content .form-content-general{display:flex;flex-direction:column;border-bottom:1px solid #d8d8d8;grid-gap:.25rem;gap:.25rem;padding:1rem 0}.review-write-form-container .form .form-content .form-content-detail{display:flex;flex-direction:column;grid-row-gap:20px;row-gap:20px;padding:1rem 0}.review-write-form-container .form .form-content .form-content-detail .form-content-detail-title{display:flex;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px}.review-write-form-container .form .form-content .form-content-detail .form-content-detail-title img{width:2rem;height:2rem}.review-write-form-container .form .form-content .form-content-detail .form-content-detail-title p{font-size:.75rem;font-weight:400}.review-write-form-container .form .form-content .form-content-detail .form-content-detail-title p br{display:none}.review-write-form-container .form .form-content .form-content-detail .form-content-detail-content,.review-write-form-container .form .form-content .form-content-detail .form-content-detail-time,.review-write-form-container .form .form-content .form-content-detail .form-content-detail-tutor{display:flex;flex-direction:column}.review-write-form-container .form .rating-star{width:20px;aspect-ratio:1;cursor:pointer}.review-write-form-container .form .MuiRating-root label .MuiRating-iconEmpty svg,.review-write-form-container .form .MuiRating-root label .MuiRating-iconFilled svg{width:20px;height:20px}.review-write-form-container .form .MuiRating-root label .MuiRating-iconFilled svg{color:#fadf4a}.review-write-form-container .form .MuiRating-root label .MuiRating-iconEmpty svg{color:#ececec}.review-write-form-container button{width:100%;height:3rem;border-radius:.5rem;background-color:#f24462;color:#fff;font-size:.875rem;font-weight:700;cursor:pointer;transition:all .3s ease-in-out}.review-write-form-container button:disabled{background-color:#ececec;color:#bebebe;cursor:not-allowed}.payment_wrap .inner_wrap{display:flex;justify-content:space-between;padding:65px 0 200px}.payment_wrap .inner_wrap h3{margin-bottom:22px;font-size:20px;letter-spacing:-.33px;color:#000}.payment_wrap .payment_form{width:582px}.payment_wrap .payment_form .payment_form-title{font-size:24px;font-weight:700;height:36px;margin-bottom:40px}.payment_wrap .payment_form h2{margin-bottom:40px;font-size:24px;letter-spacing:-.4px;color:#000}.payment_wrap .payment_form .payment_list_wrap{margin-bottom:32px}.payment_wrap .payment_form .payment_list_wrap .payment_list_box{padding:26px 20px;border-radius:5px;border:1px solid #ececec}.payment_wrap .payment_form .payment_list_wrap .payment_list{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px;text-align:right}.payment_wrap .payment_form .payment_list_wrap .payment_list h4{flex:1 1;padding-right:40px;font-size:14px;letter-spacing:-.25px;text-align:left;color:#000}.payment_wrap .payment_form .payment_list_wrap .payment_list .price_box{display:flex;flex-direction:column}.payment_wrap .payment_form .payment_list_wrap .payment_list .price_box .price{font-size:16px;font-weight:700;letter-spacing:-.3px;color:#000}.payment_wrap .payment_form .payment_list_wrap .payment_list .price_box .price.hasDiscount{font-size:12px;font-weight:500;letter-spacing:-.34px;color:#bebebe;text-decoration:line-through}.payment_wrap .payment_form .payment_list_wrap .payment_list .price_box .discounted_price{font-size:16px;letter-spacing:-.3px;color:#000}.payment_wrap .payment_form .payment_list_wrap .coupon_select_wrap .coupon_select_box{position:relative;display:flex;justify-content:space-between;align-items:center;width:276px;padding:14px 17px;border-radius:5px;border:1px solid #ececec;box-sizing:border-box;font-size:12px;letter-spacing:-.48px;color:#000}.payment_wrap .payment_form .payment_list_wrap .coupon_select_wrap .coupon_select_box img{cursor:pointer}.payment_wrap .payment_form .payment_list_wrap .coupon_select_wrap .coupon_select_box.isNone{color:#a2a2a2}.payment_wrap .payment_form .payment_list_wrap .coupon_select_wrap .coupon_select_box .coupon_name{position:relative;width:80%}.payment_wrap .payment_form .payment_list_wrap .coupon_select_wrap .coupon_select_box .clear_icon{position:absolute;top:50%;right:-9px;width:9px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.payment_wrap .payment_form .payment_list_wrap .coupon_select_wrap .coupon_select_box .coupon_select_box_list{position:absolute;top:50px;left:0;width:100%;font-size:12px;color:#a2a2a2;border-radius:5px;border:1px solid #ececec;background-color:#fff}.payment_wrap .payment_form .payment_list_wrap .coupon_select_wrap .coupon_select_box .coupon_select_box_list.none_coupon{padding:14px 17px;box-sizing:border-box}.payment_wrap .payment_form .payment_list_wrap .coupon_select_wrap .coupon_select_box .coupon_select_box_list li{padding:8px 17px;font-size:12px;font-weight:400;color:#000;box-sizing:border-box}.payment_wrap .payment_form .payment_list_wrap .coupon_select_wrap .coupon_select_box .coupon_select_box_list li:hover{font-weight:700;cursor:pointer}.payment_wrap .payment_form .payment_list_wrap .coupon_select_wrap .coupon_select_box .coupon_select_box-icon{position:absolute;width:8px;right:17px}.payment_wrap .payment_form .payment_implement_list_wrap .payment_implement_list_box{overflow:hidden}.payment_wrap .payment_form .payment_implement_list_wrap .payment_implement_list_box li{float:left;width:174px;margin-right:30px;margin-bottom:8px;padding:15px 0 14px;border-radius:5px;border:1px solid #000;font-size:12px;font-weight:500;letter-spacing:-.4px;text-align:center;color:#000;cursor:pointer}.payment_wrap .payment_form .payment_implement_list_wrap .payment_implement_list_box li:nth-child(3n){margin-right:0}.payment_wrap .payment_form .payment_implement_list_wrap .payment_implement_list_box li.isActive{border-color:#f24462;color:#f24462}.payment_wrap .payment_terms_box{margin-top:20px;width:510px;padding:50px 34px 55px;border-radius:5px;box-shadow:0 6px 10px 0 rgba(17,17,17,.1)}.payment_wrap .payment_terms_box .payment_terms_box-title{font-size:20px;font-weight:700;margin-bottom:24px;height:29px}.payment_wrap .payment_terms_box h3{margin-bottom:24px}.payment_wrap .payment_terms_box .price_history{margin-bottom:33px;padding:27px 30px 24px;border-radius:5px;border:1px solid #ececec}.payment_wrap .payment_terms_box .price_history .price_history_priceWrap{display:flex;justify-content:space-between;line-height:2;font-size:12px;font-weight:500;letter-spacing:-.34px}.payment_wrap .payment_terms_box .price_history .price_history_priceWrap .label{color:#a2a2a2}.payment_wrap .payment_terms_box .price_history .price_history_priceWrap .price{color:#000;font-size:12px;font-weight:500}.payment_wrap .payment_terms_box .price_history .price_history_priceWrap .coupon{margin-bottom:18px;color:#f24462}.payment_wrap .payment_terms_box .price_history .total_price_history{display:flex;justify-content:space-between;padding-top:20px;border-top:1px solid #ececec;font-size:16px;font-weight:700;letter-spacing:-.5px}.payment_wrap .payment_terms_box .price_history .total_price_history .label{color:#000}.payment_wrap .payment_terms_box .price_history .total_price_history .total_price{color:#f24462}.payment_wrap .payment_terms_box .payment_terms .agreement{display:inline-flex;align-items:center;cursor:pointer}.payment_wrap .payment_terms_box .payment_terms .agreement input[type=checkbox]{width:18px;height:18px;margin:0;padding:0}.payment_wrap .payment_terms_box .payment_terms .agreement strong{margin-left:13px;font-size:16px;letter-spacing:-.5px;color:#000}.payment_wrap .payment_terms_box .payment_terms .terms_list_box{margin-top:17px;margin-bottom:47px;padding-left:31px}.payment_wrap .payment_terms_box .payment_terms .terms_list_box li{margin-bottom:6px;font-size:12px;font-weight:500;letter-spacing:-.4px;color:#a2a2a2}.payment_wrap .payment_terms_box .payment_terms .terms_list_box li span{margin-left:7px;text-decoration:underline;cursor:pointer}.payment_wrap .payment_terms_box .payment_terms .terms_list_box li:last-child{margin-bottom:0}.payment_wrap .payment_terms_box .payment_btn{transition:all .2s;display:block;width:100%;padding:18px 0 19px;border:0;border-radius:5px;outline:0 none;font-size:14px;font-weight:500;letter-spacing:-.4px;text-align:center;color:#fff;background-color:#f24462;cursor:pointer}.payment_wrap .payment_terms_box .payment_btn:disabled{background-color:#bebebe}@media screen and (max-width:767px){.payment_wrap .inner_wrap{flex-direction:column;padding:33px 24px 100px;box-sizing:border-box}.payment_wrap .inner_wrap h3{margin-bottom:0;font-size:16px}.payment_wrap .payment_form{width:100%}.payment_wrap .payment_form h2{display:none}.payment_wrap .payment_form .payment_list_wrap{margin-bottom:32px}.payment_wrap .payment_form .payment_list_wrap h3{margin-bottom:11px}.payment_wrap .payment_form .payment_list_wrap .payment_list_box{padding:20px 20px 33px}.payment_wrap .payment_form .payment_list_wrap .payment_list{flex-direction:column;justify-content:unset;align-items:flex-start;text-align:unset}.payment_wrap .payment_form .payment_list_wrap .payment_list h4{margin-bottom:14px;padding:0;font-weight:500;letter-spacing:-.55px}.payment_wrap .payment_form .payment_list_wrap .payment_list .price_box{justify-content:flex-end;width:100%;text-align:right}.payment_wrap .payment_form .payment_list_wrap .coupon_select_wrap{display:flex;justify-content:space-between}.payment_wrap .payment_form .payment_list_wrap .coupon_select_wrap .price_box{display:flex;flex-direction:column;justify-content:flex-end;width:auto;margin-left:15px;text-align:right}.payment_wrap .payment_form .payment_list_wrap .coupon_select_wrap .price_box .price{font-size:16px;font-weight:700;letter-spacing:-.34px}.payment_wrap .payment_form .payment_list_wrap .coupon_select_wrap .price_box .price.hasDiscount{font-size:12px;font-weight:500;color:#bebebe;text-decoration:line-through}.payment_wrap .payment_form .payment_list_wrap .coupon_select_wrap .price_box .discounted_price{font-size:16px;letter-spacing:-.3px;color:#000}.payment_wrap .payment_form .payment_list_wrap .coupon_select_wrap .coupon_select_box{flex:1 1;width:auto;padding:12px 23px 12px 21px}.payment_wrap .payment_form .payment_implement_list_wrap h3{margin-bottom:22px}.payment_wrap .payment_form .payment_implement_list_wrap .payment_implement_list_box{overflow:hidden}.payment_wrap .payment_form .payment_implement_list_wrap .payment_implement_list_box li{float:left;width:calc(50% - 6px);margin-right:12px;margin-bottom:7px;padding:15px 0 14px;font-size:12px}.payment_wrap .payment_form .payment_implement_list_wrap .payment_implement_list_box li:nth-child(2n){margin-right:0}.payment_wrap .payment_form .payment_implement_list_wrap .payment_implement_list_box li:nth-child(3n){margin-right:12px}.payment_wrap .payment_terms_box{width:100%;padding:28px 0 0;border-radius:0;box-shadow:none;box-sizing:border-box}.payment_wrap .payment_terms_box h3{margin-bottom:24px}.payment_wrap .payment_terms_box .price_history{margin-bottom:89px;padding:0;border-radius:0;border:0}.payment_wrap .payment_terms_box .price_history .price_history_priceWrap{display:flex;justify-content:space-between;line-height:2;font-size:12px;font-weight:500;letter-spacing:-.34px}.payment_wrap .payment_terms_box .price_history .price_history_priceWrap .coupon{margin-bottom:15px}.payment_wrap .payment_terms_box .price_history .total_price_history{padding-top:15px;font-size:18px}.payment_wrap .payment_terms_box .payment_terms .agreement{display:flex;align-items:center}.payment_wrap .payment_terms_box .payment_terms .agreement strong{margin-left:22px;font-size:16px}.payment_wrap .payment_terms_box .payment_terms .terms_list_box{margin-top:15px;margin-bottom:36px;padding-left:0}.payment_wrap .payment_terms_box .payment_btn{padding:16px 0 14px;font-size:12px}}@font-face{font-family:"NotoSansCJKkr";src:local("*"),url(/static/media/NotoSansCJKkr-Light.5d10ad82.woff) format("woff"),url(/static/media/NotoSansCJKkr-Light.1350baf1.ttf) format("truetype"),url(/static/media/NotoSansCJKkr-Light.528e085c.otf) format("opentype");font-weight:300}@font-face{font-family:"NotoSansCJKkr";src:local("*"),url(/static/media/NotoSansCJKkr-Medium.cc7bef80.woff) format("woff"),url(/static/media/NotoSansCJKkr-Medium.010f210e.ttf) format("truetype"),url(/static/media/NotoSansCJKkr-Medium.a89c0e76.otf) format("opentype")}@font-face{font-family:"NotoSansCJKkr";src:local("*"),url(/static/media/NotoSansCJKkr-Medium.cc7bef80.woff) format("woff"),url(/static/media/NotoSansCJKkr-Medium.010f210e.ttf) format("truetype"),url(/static/media/NotoSansCJKkr-Medium.a89c0e76.otf) format("opentype");font-weight:500}@font-face{font-family:"NotoSansCJKkr";src:local("*"),url(/static/media/NotoSansCJKkr-Bold.b846a434.woff) format("woff"),url(/static/media/NotoSansCJKkr-Bold.9759dfa4.ttf) format("truetype"),url(/static/media/NotoSansCJKkr-Bold.9b1db29f.otf) format("opentype");font-weight:600}@font-face{font-family:"NotoSansCJKkr";src:local("*"),url(/static/media/NotoSansCJKkr-Bold.b846a434.woff) format("woff"),url(/static/media/NotoSansCJKkr-Bold.9759dfa4.ttf) format("truetype"),url(/static/media/NotoSansCJKkr-Bold.9b1db29f.otf) format("opentype");font-weight:700}body{margin:0;font-family:"NotoSansCJKkr","Noto Sans",sans-serif}h1,h2,h3,h4,h5,li,ol,p,ul{margin:0;padding:0;box-sizing:border-box}li,ol,ul{list-style:none}input,textarea{outline:0 none;box-sizing:border-box}textarea{resize:none}a{color:inherit;text-decoration:none}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inner_wrap{width:1200px;margin:0 auto;box-sizing:border-box}@media screen and (max-width:767px){.inner_wrap{width:100%;min-width:320px;padding:0 20px}}.my_page_content_wrap{display:flex;justify-content:space-between;width:1200px;min-height:calc(100vh - 450px);margin:0 auto;padding:100px 0 80px;grid-column-gap:20px;-webkit-column-gap:20px;column-gap:20px}.my_page_content_wrap .my_page_content{width:960px}.my_page_content_wrap .my_page_content .title{font-size:20px;letter-spacing:-.33px;color:#000}.my_page_content_wrap .none_list{padding:80px 0;font-size:13px;font-weight:700;letter-spacing:-.76px;color:#acacac;text-align:center;box-sizing:border-box}@media screen and (max-width:767px){.my_page_content_wrap{width:100%;min-width:320px;padding-top:22px}.my_page_content_wrap .my_page_content{width:100%}.my_page_content_wrap .my_page_content .title{display:none}}.modal_outside{position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100%;overflow:hidden;background-color:rgba(50,50,50,.21);z-index:999}.mobile_header{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:46px;padding:0 21px;border-bottom:1px solid #ececec;font-size:13px;font-weight:500;letter-spacing:-.51px;color:#000;box-sizing:border-box}.mobile_header img{position:absolute;top:50%;left:21px;width:9px;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}@tailwind base;@tailwind components;@tailwind utilities;@tailwind screens;@tailwind config;@tailwind responsive;
/*# sourceMappingURL=main.7353637a.chunk.css.map */