@charset "UTF-8";
@import url("https://webfontworld.github.io/gmarket/GmarketSans.css");
/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, button, figure {
    margin: 0;
    padding: 0;
}

fieldset, img {
    border: 0 none;
}

dl, ul, ol, menu, li {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}

input, select, textarea, button {
    border-radius: 0;
    vertical-align: middle;
}

input::-ms-clear {
    display: none;
}

hr {
    display: none;
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

button, input {
    border-radius: 0;
    border: 0;
    -webkit-border-radius: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    direction: ltr;
    word-break: keep-all;
    word-wrap: break-word;
    -webkit-text-size-adjust: none;
}

body, th, td, input, select, textarea, button {
    font-size: 100%;
    font-family: "Noto Sans KR", sans-serif;
    line-height: 1;
    color: #222;
}

a {
    color: #999;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    background-color: transparent;
}

address, caption, cite, code, dfn, em, var {
    font-style: normal;
    font-weight: normal;
}

img {
    vertical-align: middle;
}

input[type=text], input[type=password], input[type=tel], input[type=email], input[type=search], input[type=submit], input[type=button], input[type=reset], input[type=url], select, textarea {
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
}

::-moz-placeholder {
    color: #888;
}

::placeholder {
    color: #888;
}

::-webkit-input-placeholder {
    color: #888;
}

::-ms-input-placeholder {
    color: #888;
}

.blind {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

/*-------------------------------------------------------------------
 ## common
-------------------------------------------------------------------*/
html {
    scroll-behavior: smooth;
}

body {
    color: var(--color-black);
    font-family: "Noto Sans KR", sans-serif, "맑은 고딕", "Malgun Gothic";
    font-size: 10px;
    line-height: 1.3;
    word-break: keep-all;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

a {
    transition: all 0.3s ease;
    word-break: break-all;
}

.sec_inner {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

/*-------------------------------------------------------------------
  ## color
-------------------------------------------------------------------*/
:root {
    --color-black: #000;
    --color-white: #fff;
    --color-txt: #212121;
    --color-line: #ccc;
    --color-line-l: #ddd;
    --color-gray: #565656;
    --color-gray-l: #f5f5f5;
    --color-gray-d: #353941;
    --color-gray-dhover: #1f2127;
    --color-orange: #ff5a00;
    --color-orange-l: #fff2ea;
    --color-orange-hover: #ff4b00;
    --color-link: #1e90ff;
}

/*-------------------------------------------------------------------
  ## header
-------------------------------------------------------------------*/
#header {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    background: url(//img.mk.co.kr/2024/fintech/images/im_top_bg.jpg) no-repeat top center/cover;
}

.nav {
    padding: 10px 0;
    background-color: rgba(150, 45, 0, 0.7);
}
.nav div {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.nav .logo {
    display: flex;
    align-items: center;
}
.nav .logo li {
    margin-right: 15px;
}
.nav .logo li:last-child {
    margin-right: 0;
}
.nav .logo a {
    display: block;
    position: relative;
    height: 20px;
}
.nav .logo a img {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.top_txt_wrap {
    padding: 50px 0 60px;
    text-align: center;
    color: var(--color-white);
    box-sizing: border-box;
}
.top_txt_wrap .top_logo {
    width: 60px;
    height: 80px;
    margin: 0 auto;
    background: url(//img.mk.co.kr/2024/fintech/images/l_fintech.svg) center/100% no-repeat;
}
.top_txt_wrap .top_ttl {
    margin-top: 20px;
}
.top_txt_wrap .top_ttl h1 {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -1px;
}
.top_txt_wrap .top_ttl p {
    margin-top: 8px;
    font-family: "GmarketSans";
    font-size: 20px;
    font-weight: 500;
}
.top_txt_wrap .top_subtxt {
    position: relative;
    padding-top: 22px;
    margin: 20px 0;
}
.top_txt_wrap .top_subtxt p {
    font-size: 15px;
}
.top_txt_wrap .top_subtxt::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10%;
    max-width: 25px;
    height: 2px;
    background-color: var(--color-orange);
}

.btn_wrap a {
    display: block;
    margin: 0 auto;
    padding: 15px 10px;
    width: 80%;
    max-width: 230px;
    background-color: var(--color-orange);
    color: var(--color-white);
    font-size: 15px;
    font-weight: bold;
    border-radius: 50px;
}
.btn_wrap a:hover {
    background-color: var(--color-orange-hover);
    box-shadow: 5px 5px 15px 0px rgba(120, 40, 0, 0.3);
}

/*-------------------------------------------------------------------
  ## container
-------------------------------------------------------------------*/
#container {
    padding-bottom: 50px;
    font-size: 16px;
}
#container section {
    margin-top: 50px;
    text-align: center;
}

.tit {
    display: inline-block;
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
    font-size: 25px;
}

.tit::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background-image: url(//img.mk.co.kr/edu/fintech/h2_tit01.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

a.link {
    color: dodgerblue;
}

a.link:hover {
    opacity: 0.6;
}

/* summary */
table tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 15px;
    border-top: 1px solid var(--color-line-l);
    text-align: center;
}
table th {
    padding: 15px 10px;
    background-color: var(--color-gray-l);
}
table td {
    padding: 15px;
    line-height: 1.4;
}
table td img {
    margin-right: 15px;
}
table td img:last-child {
    margin: 0;
}
table td strong {
    display: block;
    margin-bottom: 10px;
}
table td strong + p {
    font-size: 15px;
}
table td ul li {
    display: block;
    position: relative;
    margin-bottom: 5px;
    padding-left: 10px;
    text-align: left;
}
table td ul li:last-child {
    margin-bottom: 0;
}
table td ul li::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: var(--color-black);
    border-radius: 100%;
}
table tr:first-child {
    border-top: 2px solid var(--color-black);
    margin-top: 0;
}
table tr.tb_logo td {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
table .txt_box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 20px;
    margin-bottom: 40px;
    background-color: var(--color-orange-l);
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    color: var(--color-orange);
}
table .txt_box li::after {
    background-color: var(--color-orange);
}
table .txt_box.txt_prize {
    margin: 20px 0 0 0;
}
table .list_box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    text-align: left;
}
table .list_box li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
}
table .list_box li:last-child {
    margin-bottom: 0;
}
table .list_box li::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
table .list_box li:nth-child(1)::after {
    content: "①";
}
table .list_box li:nth-child(2)::after {
    content: "②";
}
table .list_box li:nth-child(3)::after {
    content: "③";
}
table .list_box li:nth-child(4)::after {
    content: "④";
}

/* schedule */
section#schedule .tit::before {
    background-image: url(https://img.mk.co.kr/edu/fintech/h2_tit02.gif);
}

.fin_schedule {
    display: flex;
    flex-direction: column;
}
.fin_schedule li {
    padding: 40px 30px;
    margin-bottom: 10px;
    border: 1px solid var(--color-line-l);
}
.fin_schedule .sche_imgbox {
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto 25px;
}
.fin_schedule .sche_imgbox.im_apply {
    background-image: url(//img.mk.co.kr/2024/fintech/images/im_apply.jpg);
}
.fin_schedule .sche_imgbox.im_speech {
    background-image: url(//img.mk.co.kr/2024/fintech/images/im_speech.jpg);
}
.fin_schedule .sche_imgbox.im_prize {
    background-image: url(//img.mk.co.kr/2024/fintech/images/im_prize.jpg);
}
.fin_schedule h3 {
    margin-bottom: 5px;
    font-size: 20px;
}
.fin_schedule span {
    line-height: 1.5;
}

/* contact */
section#contact .tit::before {
    background-image: url(https://img.mk.co.kr/edu/fintech/h2_tit03.gif);
}

.fin_schedule.fin_contact .sche_imgbox.im_phone {
    background-image: url(//img.mk.co.kr/2024/fintech/images/im_phone.jpg);
}
.fin_schedule.fin_contact .sche_imgbox.im_fax {
    background-image: url(//img.mk.co.kr/2024/fintech/images/im_fax.jpg);
}
.fin_schedule.fin_contact .sche_imgbox.im_mail {
    background-image: url(//img.mk.co.kr/2024/fintech/images/im_mail.jpg);
}
.fin_schedule.fin_contact a {
    display: block;
    color: var(--color-black);
}

/* to top */
#to_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: var(--color-white);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    z-index: 9;
    opacity: 0;
    cursor: pointer;
}
#to_top a {
    display: block;
}

#to_top.on {
    opacity: 1;
}

#to_top .ic_arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(270deg);
    width: 22px;
    height: 22px;
    background-image: url(//img.mk.co.kr/2024/CES/images/ic_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*-------------------------------------------------------------------
  ## footer
-------------------------------------------------------------------*/
footer {
    text-align: center;
    font-size: 16px;
}
footer .inner {
    background-color: var(--color-orange-l);
    padding: 50px 20px;
}

.btn_wrap2 {
    margin-bottom: 20px;
}
.btn_wrap2 a {
    display: inline-block;
    padding: 15px 20px;
    font-weight: bold;
    color: var(--color-white);
    background-color: var(--color-gray-d);
    border-radius: 50px;
}
.btn_wrap2 a:hover {
    background-color: var(--color-gray-dhover);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

.f_txt {
    color: var(--color-gray-d);
}
.f_txt .f_orange, .f_txt .link {
    color: var(--color-orange);
}

.f_copy {
    padding: 30px 20px;
    background-color: var(--color-txt);
    font-size: 13px;
    color: #999;
}

/*-------------------------------------------------------------------
  ## media query
-------------------------------------------------------------------*/
@media (min-width: 768px) {
    #container {
        padding-bottom: 80px;
    }
    #container section {
        margin-top: 80px;
    }
    .top_txt_wrap .top_logo {
        width: 80px;
        height: 100px;
    }
    .top_txt_wrap .top_ttl h1 {
        font-size: 38px;
    }
    .top_txt_wrap .top_ttl p {
        font-size: 30px;
    }
    .top_txt_wrap .top_subtxt {
        margin-top: 15px;
    }
    .top_txt_wrap .top_subtxt p {
        width: 45%;
        margin: 0 auto;
        font-size: 16px;
        line-height: 1.5;
    }
    .btn_wrap a {
        font-size: 16px;
    }
    .tit {
        font-size: 35px;
        padding-left: 65px;
        margin-bottom: 25px;
    }
    .tit::before {
        width: 50px;
        height: 50px;
    }
    table {
        border-bottom: 1px solid var(--color-line-l);
    }
    table tr {
        display: table-row;
    }
    table tr td {
        text-align: left;
    }
    table tr td img {
        margin-right: 25px;
    }
    table tr.tb_logo td {
        justify-content: flex-start;
    }
    table td strong {
        margin-bottom: 10px;
    }
    table td strong + .list_box {
        margin-top: 5px;
    }
    table .txt_box.txt_prize {
        margin-top: 15px;
    }
    table .list_box li {
        padding-left: 22px;
    }
    .fin_schedule {
        flex-direction: row;
    }
    .fin_schedule .sche_imgbox {
        width: 85px;
        height: 85px;
    }
    .fin_schedule li {
        width: 33.333%;
        margin-bottom: 0;
        border-right: 0;
    }
    .fin_schedule li:last-child {
        border-right: 1px solid var(--color-line-l);
    }
    .fin_schedule.fin_contact li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 40px;
    }
    .fin_schedule.fin_contact li div:last-child {
        width: 100%;
        padding-left: 30px;
        text-align: left;
    }
    .fin_schedule.fin_contact .sche_imgbox {
        flex: 0 0 60px;
        width: 60px;
        height: 60px;
        margin: 0;
    }
    footer .inner {
        padding: 65px 20px;
    }
}/*# sourceMappingURL=style.css.map */