@font-face {
    font-family: "GMarketSans";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff") format("woff");
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "GMarketSans";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "GMarketSans";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff") format("woff");
    font-weight: 700;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-optical-sizing: auto;
    font-style: normal;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

body {
    -webkit-text-size-adjust: none;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    overflow: auto;
}
ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

input,
select {
    vertical-align: baseline;
}

.font-gmarket {
    font-family: "GMarketSans", "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
}

.wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.wrap-full {
    width: 100%;
    height: auto;
}

.fix-inner {
    width: 1140px !important;
    margin: 0 auto;
}

.header {
    display: flex;
    justify-items: left;
    align-items: center;
    justify-content: space-between;
    height: 125px;
    margin: 0 auto;
}

.link a {
    background-color: #fff;
    color: #000;
    font-size: 19px;
    font-weight: 700;
    padding: 10px 40px;
    border-radius: 6px;
}

.bg-black {
    background-color: #000;
}

.bg-gray {
    background-color: #e6e6e6;
}

.bg-footer {
    background-color: #333;
}

.visual {
    height: 500px;
    background-image: url("../images/bg.png");
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
    overflow: hidden;
}

.visual p {
    color: #fff;
}

.visual p:nth-child(1) {
    font-size: 57px;
    font-weight: 700;
    margin-top: 70px;
}

.visual p:nth-child(2) {
    font-size: 30px;
    font-weight: 300;
    margin-top: 16px;
}

.visual p:nth-child(3) {
    display: flex;
    justify-items: left;
    align-items: center;
    font-size: 24px;
    font-weight: 300;
    margin-top: 50px;
}

.visual p:nth-child(3) span {
    display: inline-block;
    border: solid 1px #fff;
    border-radius: 4px;
    font-size: 19px;
    padding: 10px 16px;
    margin-right: 20px;
}

.visual p:nth-child(3) strong {
    font-weight: 700;
}

.login {
    margin: 0 auto;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 90px;
}

.login .title {
    color: #000;
    font-size: 24px;
    text-align: center;
    letter-spacing: -1px;
    font-weight: 500;
}

.login .box {
    background-color: #000;
    color: #fff;
    text-align: center;
    margin: 30px auto 0 auto;
    padding: 40px 0;
    width: 905px;
}

.login .box p {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}

.login .box div {
    text-align: center;
    margin-top: 20px;
}

.login .box div label {
    font-size: 22px;
    margin-right: 10px;
}

.login .box div input {
    background-color: #fff;
    text-align: center;
    color: #666;
    font-size: 20px;
    border: solid 1px #ccc;
    height: 34px;
    width: 428px;
    margin-right: 10px;
}

.login .box div input::placeholder {
    color: #666;
    font-size: 18px;
}

.login .box div button {
    background-color: #666;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border: none;
    height: 34px;
    padding: 0 45px;
    font-weight: 500;
}

.webinar {
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 110px;
}

.webinar > p {
    color: #06aff8;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -1px;
    margin-top: 50px;
}

.title-video {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 940px;
    height: 50px;
    margin: 60px auto 0 auto;
}

.title-video > div:nth-child(1) {
    background-color: #000;
    width: 16%;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 23px;
    color: #fff;
    justify-content: center;
    font-weight: 500;
    border-top-left-radius: 25px;
}

.title-video > div:nth-child(2) {
    background-color: #fff;
    width: 84%;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 23px;
    color: #000;
    justify-content: center;
    font-weight: 500;
    border-bottom-right-radius: 25px;
}

.title-video div span {
    font-size: 20px;
    width: auto;
}

.webinar .player {
    margin: 15px auto 0 auto;
    width: fit-content;
    height: 434px;
    width: 763px;
}

.event {
    margin: 0 auto;
    overflow: hidden;
}
.event > p {
    color: #06aff8;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -1px;
    margin-top: 80px;
}

.event > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px auto 0 auto;
    height: 188px;
}
.event > div > div {
    padding: 30px 40px;
}
.event > div > div:nth-child(1) {
    background-image: url("../images/event_01.png");
    width: 50%;
    height: 100%;
}

.event > div > div:nth-child(2) {
    background-image: url("../images/event_02.png");
    width: 50%;
    height: 100%;
}

.event > div > div p:nth-child(1) {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1px;
}

.event > div > div p:nth-child(1) span {
    font-size: 19px;
    font-weight: 500;
}

.event > div > div p:nth-child(2) {
    color: #000;
    font-size: 19px;
    font-weight: 300;
    letter-spacing: -1px;
    margin-top: 20px;
    line-height: 27px;
}

.event > div > div p:nth-child(2) span {
    font-weight: 600;
    color: #06aff8;
}

.survey {
    height: auto;
    overflow: hidden;
    padding-bottom: 100px;
}

.survey > div {
    width: 1140px;
    margin: 20px auto 0 auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 50px 0;
}

.survey > div > img {
    display: block;
}

.survey > div > div.questions {
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    background-color: #fff;
    overflow: hidden;
}

.survey .question {
    width: 980px;
    margin: 20px auto;
}

.survey .bar {
    width: 100%;
    text-align: center;
}

.survey .question > p {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1.8px;
    margin-bottom: 10px;
}

.survey .question > p span {
    color: #f00;
    margin-right: 6px;
}

.survey .question > ul {
    margin-left: 42px;
}

.survey .question > ul li {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 7px;
    letter-spacing: -1px;
}

.survey .question label input[type="radio"],
.survey .question label input[type="checkbox"] {
    margin-right: 6px;
}

.survey .question label input[type="text"] {
    border: solid 1px #ccc;
    height: 24px;
    font-size: 16px;
    padding: 2px 4px;
}

.survey .question label strong {
    font-weight: 500;
}

.survey .question:last-child {
    margin-top: 0px;
}

.survey .question:last-child > p {
    margin-left: 20px;
}

.survey .btn {
    text-align: center;
    padding: 20px 0 10px 0;
}

/*-----------------------------------------------------*/

.check-email {
    height: 330px;
    width: 1140px !important;
    padding-top: 48px;
}

.check-email h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
}

.check-email h3 {
    font-size: 22px;
    text-align: center;
    font-weight: 300;
    letter-spacing: -1.2px;
}

.check-email .check-submit {
    background-color: #c6cbd1;
    width: 910px;
    margin: 0 auto;
    padding: 20px;
    margin-top: 40px;
}

.check-email .check-submit p:nth-child(1) {
    font-size: 23px;
    text-align: center;
    font-weight: 500;
    letter-spacing: -1px;
}

.check-email .check-submit div {
    text-align: center;
    padding: 10px;
}

.check-email .check-submit div label {
    font-size: 20px;
    height: 32px;
    border: none;
    margin-right: 4px;
}

.check-email .check-submit div input {
    font-size: 20px;
    height: 32px;
    border: none;
    width: 50%;
    padding: 4px;
}

.check-email .check-submit div button {
    font-size: 20px;
    height: 32px;
    border: none;
    color: #fff;
    background-color: #000;
    padding: 0 30px;
    margin-left: 2px;
}

.check-email .check-submit p:nth-child(3) {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -1px;
    text-align: center;
}

button {
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.footer {
    background-color: #222222;
    color: #fff;
    padding: 50px 0;
    text-align: center;
    font-size: 20px;
    letter-spacing: -1px;
    font-weight: 300;
}

.footer a {
    color: #fff;
    text-decoration: underline;
}
.footer img {
    vertical-align: middle;
}

.regist {
    position: absolute;
    z-index: 200;
    width: 900px;
    border: solid 1px #ccc;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.regist .title {
    width: 100%;
    background-color: #1e1e1e;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    letter-spacing: -0.5px;
    padding: 26px 0;
    font-family: "GMarketSans", "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
}

.regist .form {
    width: 740px;
    margin: 0 auto;
    padding: 40px 0;
}

.regist .form .items {
    display: flex;
    align-items: flex-start;
}

.regist .form .item {
    float: left;
    width: 348px;
    padding-bottom: 20px;
}

.regist .form .items .items {
    display: flex;
    align-items: flex-start;
}

.regist .form .item:nth-child(even) {
    margin-left: 44px;
}

.regist label {
    display: block;
    color: #000;
    font-size: 18px;
    margin-bottom: 8px;
}

.regist label .must {
    color: #dd2e1e;
    margin-right: 4px;
}

.regist .form .item input[type="text"] {
    display: block;
    font-size: 18px;
    height: 46px;
    width: 100%;
    padding: 8px;
    border: solid 1px #ccc;
}

.regist .form .item select {
    display: block;
    font-size: 18px;
    height: 46px;
    width: 100%;
    padding: 8px;
    border: solid 1px #ccc;
}

.regist .agree label {
    float: left;
}

.regist .agree .radio_agree {
    float: right;
}

.regist .agree .radio_agree input {
    margin-right: 6px;
}

.regist .agree .radio_agree label {
    margin-left: 20px;
}

.regist .agree .text_agree {
    background-color: #fff;
    height: 200px;
    overflow-y: scroll;
    padding: 10px;
    font-size: 13px;
    color: #666;
    line-height: 20px;
    border: solid 1px #ccc;
}

.regist .btn {
    width: 100%;
    text-align: center;
    padding: 30px 0 0 0;
}

.regist .btn button:nth-child(1) {
    margin-right: 20px;
}

.cover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    display: none;
}

.cover_alert {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 300;
    display: none;
}

.w10 {
    width: 10%;
}
.w35 {
    width: 35%;
}
.w40 {
    width: 40%;
}
.w45 {
    width: 45%;
}
.w50 {
    width: 50%;
}
.w80 {
    width: 80%;
}
.w90 {
    width: 90%;
}
.inline {
    display: inline-block;
}

.clear {
    clear: both;
}

.underline {
    text-decoration: underline;
}

.regist button.cancel {
    font-size: 22px;
    font-weight: 500;
    background-color: transparent;
    padding: 18px 80px;
    border-radius: 30px;
    border: solid 1px #000;
    color: #000;
}

.regist button.primary {
    font-size: 22px;
    font-weight: 500;
    background-color: #40caf4;
    padding: 18px 80px;
    border-radius: 30px;
}

.alert {
    width: 770px;
    height: auto;
    background-color: #1e1e1e;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 400;
    border: solid 1px #ccc;
    padding: 45px 0;
    display: none;
}

.alert .icon {
    text-align: center;
    margin-bottom: 40px;
}

.alert .message {
    text-align: center;
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    min-height: 60px;
    margin-bottom: 30px;
}

.alert .message span {
    color: #39c3f2;
}

.alert .btn {
    text-align: center;
}

.alert .btn button.confirm {
    height: 32px;
    border: none;
    color: #000;
    background-color: #06aff8;
    border-radius: 16px;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 500;
}

.alert .btn button.cancel {
    height: 32px;
    border: solid 1px #fff;
    color: #fff;
    background-color: transparent;
    border-radius: 16px;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 500;
    margin-right: 15px;
}

.quick {
    position: absolute;
    top: 600px;
    left: calc(100% / 2 + 570px);
}
