@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Noto+Serif+KR:wght@200..900&display=swap');
@font-face {
    font-family: "Noto Sans KR";
    font-weight: 100;
    src: url("/assets/fonts/NotoSans-Thin.woff2") format("woff2"), url("/assets/fonts/NotoSans-Thin.woff") format("woff");
}

@font-face {
    font-family: "Noto Sans KR";
    font-weight: 200;
    src: url("/assets/fonts/NotoSans-DemiLight.woff2") format("woff2"), url("/assets/fonts/NotoSans-DemiLight.woff") format("woff");
}

@font-face {
    font-family: "Noto Sans KR";
    font-weight: 300;
    src: url("/assets/fonts/NotoSans-Light.woff2") format("woff2"), url("/assets/fonts/NotoSans-Light.woff") format("woff");
}

@font-face {
    font-family: "Noto Sans KR";
    font-weight: 400;
    src: url("/assets/fonts/NotoSans-Regular.woff2") format("woff2"), url("/assets/fonts/NotoSans-Regular.woff") format("woff");
}

@font-face {
    font-family: "Noto Sans KR";
    font-weight: 500;
    src: url("/assets/fonts/NotoSans-Medium.woff2") format("woff2"), url("/assets/fonts/NotoSans-Medium.woff") format("woff");
}

@font-face {
    font-family: "Noto Sans KR";
    font-weight: 700;
    src: url("/assets/fonts/NotoSans-Bold.woff2") format("woff2"), url("/assets/fonts/NotoSans-Bold.woff") format("woff");
}

@font-face {
    font-family: "Noto Sans KR";
    font-weight: 900;
    src: url("/assets/fonts/NotoSans-Black.woff2") format("woff2"), url("/assets/fonts/NotoSans-Black.woff") format("woff");
}


@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    font-display: swap;
    src: local('Pretendard Black'), url("/assets/fonts/Pretendard-Black.woff2") format('woff2'), url("/assets/fonts/Pretendard-Black.woff") format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-display: swap;
    src: local('Pretendard ExtraBold'), url("/assets/fonts/Pretendard-ExtraBold.woff2") format('woff2'), url("/assets/fonts/Pretendard-ExtraBold.woff") format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-display: swap;
    src: local('Pretendard Bold'), url("/assets/fonts/Pretendard-Bold.woff2") format('woff2'), url("/assets/fonts/Pretendard-Bold.woff") format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-display: swap;
    src: local('Pretendard SemiBold'), url("/assets/fonts/Pretendard-SemiBold.woff2") format('woff2'), url("/assets/fonts/Pretendard-SemiBold.woff") format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-display: swap;
    src: local('Pretendard Medium'), url("/assets/fonts/Pretendard-Medium.woff2") format('woff2'), url("/assets/fonts/Pretendard-Medium.woff") format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-display: swap;
    src: local('Pretendard Regular'), url("/assets/fonts/Pretendard-Regular.woff2") format('woff2'), url("/assets/fonts/Pretendard-Regular.woff") format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-display: swap;
    src: local('Pretendard Light'), url("/assets/fonts/Pretendard-Light.woff2") format('woff2'), url("/assets/fonts/Pretendard-Light.woff") format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    font-display: swap;
    src: local('Pretendard ExtraLight'), url("/assets/fonts/Pretendard-ExtraLight.woff2") format('woff2'), url("/assets/fonts/Pretendard-ExtraLight.woff") format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    font-display: swap;
    src: local('Pretendard Thin'), url("/assets/fonts/Pretendard-Thin.woff2") format('woff2'), url("/assets/fonts/Pretendard-Thin.woff") format('woff');
}

@font-face {
    font-family: 'Pretendard Variable';
    font-weight: 45 920;
    font-style: normal;
    font-display: swap;
    src: url('/assets/fonts/PretendardVariable.woff2') format('woff2-variations');
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
select,
input,
textarea,
button {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: inherit;
    color: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
    letter-spacing: 0;
    word-break: keep-all;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}

.table th {
    table-layout: fixed;
    border: 1px solid black;
    border-collapse: collapse;
    border-spacing: 10px;
}

.table th {
    padding: 15px;
}

.table td {
    table-layout: fixed;
    border: 1px solid black;
    border-collapse: collapse;
    border-spacing: 10px;
}

.table td {
    padding: 15px;
}

img {
    display: block;
    max-width: 100%;
    pointer-events: none;
}

a {
    text-decoration: none;
    vertical-align: middle;
}

button {
    background: none;
    cursor: pointer;
    outline: none;
}

i {
    font-style: normal;
}

strong {
    font-weight: 700;
}

select,
input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    outline: none;
}

.slick-slide {
    outline: none;
}

i[class^=ico] {
    display: inline-flex;
    width: 24px;
    height: 24px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-indent: -9999px;
    color: transparent;
    border-radius: 50%;
}

div .opacity-10 {
    opacity: 1;
}
div .opacity-9 {
    opacity: 0.9;
}
div .opacity-8 {
    opacity: 0.8;
}
div .opacity-7 {
    opacity: 0.7;
}
div .opacity-6 {
    opacity: 0.6;
}
div .opacity-5 {
    opacity: 0.5;
}
div .opacity-4 {
    opacity: 0.4;
}
div .opacity-3 {
    opacity: 0.3;
}
div .opacity-2 {
    opacity: 0.2;
}
div .opacity-1 {
    opacity: 0.1;
}
div .relative {
    position: relative;
}
div.flex-row {
    display: flex;
    flex-direction: row;
}
div.flex-column {
    display: flex;
    flex-direction: column;
}
div .align-center {
    align-items: center;
}

div .align-end {
    align-items: flex-end;
}

div .justify-center {
    justify-content: center;
}
div .justify-between {
    justify-content: space-between;
}
div .mr-8 {
    margin-right: 0.41vw
}
div .ml-8 {
    margin-left: 0.41vw
}

i.ico_top01 {
    /*background-image: url("/assets/images/ico_top01.svg");*/
}

i.ico_top02 {
    background-image: url("/assets/images/ico_top02.svg");
}

i.ico_top03 {
    background-image: url("/assets/images/ico_top03.svg");
}

i.ico_top04 {
    background-image: url("/assets/images/ico_top04.svg");
}

i.ico_top05 {
    background-image: url("/assets/images/ico_top05.svg");
}

i.ico_top06 {
    background-image: url("/assets/images/ico_top06.svg");
}

i.ico_bn01 {
    background-image: url("/assets/images/ico_bn01.svg");
}

i.ico_bn02 {
    background-image: url("/assets/images/ico_bn02.svg");
}

i.ico_bn03 {
    background-image: url("/assets/images/ico_bn03.svg");
}

i.ico_bn04 {
    /*background-image: url("/assets/images/ico_bn04.svg");*/
}

i.ico_bn05 {
    background-image: url("/assets/images/ico_bn05.svg");
}

i.ico_drop_down {
    border-radius: 0;
    background-color: transparent;
    background-image: url("/assets/images/ico_drop_down.svg");
}

i.ico_drop_up {
    border-radius: 0;
    background-color: transparent;
    background-image: url("/assets/images/ico_drop_up.svg");
}

i.ico_file {
    border-radius: 0;
    background-color: transparent;
    background-image: url("/assets/images/ico_file.svg");
}

i.ico_download {
    border-radius: 0;
    background-color: transparent;
    background-image: url("/assets/images/ico_download.svg");
}

i.ico_pprev {
    border-radius: 0;
    background-color: transparent;
    background-image: url("/assets/images/ico_pprev.svg");
}

i.ico_prev {
    border-radius: 0;
    background-color: transparent;
    background-image: url("/assets/images/ico_prev.svg");
}

i.ico_next {
    border-radius: 0;
    background-color: transparent;
    background-image: url("/assets/images/ico_next.svg");
}

i.ico_nnext {
    border-radius: 0;
    background-color: transparent;
    background-image: url("/assets/images/ico_nnext.svg");
}

i.ico_link {
    border-radius: 0;
    background-color: transparent;
    background-image: url("/assets/images/ico_link.svg");
}

i.ico_close {
    border-radius: 0;
    background-color: transparent;
    background-image: url("/assets/images/ico_close.svg");
}

i.ico_btn_file {
    border-radius: 0;
    background-color: transparent;
    background-image: url("/assets/images/btn_file.svg");
}

i.ico_btn_ffile {
    border-radius: 0;
    background-color: transparent;
    background-image: url("/assets/images/btn_ffile.svg");
}

i.ico_btn_cancel {
    border-radius: 0;
    background-color: transparent;
    background-image: url("/assets/images/btn_cancel.svg");
}

i.ico_btn_refund {
    border-radius: 0;
    background-color: transparent;
    background-image: url("/assets/images/btn_refund.svg");
}

i.ico_btn_print {
    border-radius: 0;
    background-color: transparent;
    background-image: url("/assets/images/btn_print.svg");
}

i.ico_chat {
    background-image: url("/assets/images/ico_chat.svg");
}

i.ico_faq {
    background-image: url("/assets/images/ico_faq.svg");
}

i.ico_map {
    background-image: url("/assets/images/ico_map.svg");
}

i.ico_blog {
    background-image: url("/assets/images/ico_blog.svg");
}

i.ico_youtube {
    background-image: url("/assets/images/ico_youtube.svg");
}

i.ico_hisbook {
    background-size: 32px 32px;
    background-image: url("/assets/images/ico_hisbook.svg");
}

i.ico_arrow {
    background-image: url("/assets/images/ico_top02.svg");
}

i.ico_32 {
    width: 32px;
    height: 32px;
    border-radius: 0;
    background-color: transparent;
}

i.ico_more_b {
    position: relative;
    width: 38px;
    height: 38px;
    background-color: #000;
}

i.ico_more_b::before, i.ico_more_b::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
}

i.ico_more_b::before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}

i.ico_more_b::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

i.ico_more_g {
    position: relative;
    width: 24px;
    height: 24px;
}

i.ico_more_g::before, i.ico_more_g::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 16px;
    height: 2px;
    background-color: #999;
}

i.ico_more_g::before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}

i.ico_more_g::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

@media (max-width: 720px) {
    i.ico_32 {
        width: 24px;
        height: 24px;
    }

    i.ico_more_b {
        width: 24px;
        height: 24px;
    }

    i.ico_more_b::before, i.ico_more_b::after {
        width: 12px;
    }
}

i[class^=ubadge] {

    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    min-width: 88px;
    height: 25px;
    padding: 0 8px;
    font-size: 14px;
    text-align: center;
    border-radius: 16px;
}

i[class^=ubadge].small {
    min-width: 80px;
    font-size: 12px;
    border-radius: 24px;
}

i.ubadge_dark {
    color: #fff;
    background-color: #3c3c3d;
}

i.ubadge_light {
    color: #6d6d6d;
    background-color: #dbdbdb;
}

i.ubadge_cancel {
    color: #ff3a3a;
    background-color: #ffe5e5;
}

i.ubadge_primary {
    background-color: #e8f6ee;
    color: #1ea25e;
}

i.ubadge_gray {
    background-color: #f2f2f2;
    color: #6d6d6d;
}

@media (max-width: 720px) {
    i[class^=ubadge] {
        min-width: 80px;
        height: 22px;
        font-size: 12px;
    }
}

a[class^=ubtn],
span[class^=ubtn],
button[class^=ubtn] {
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 160px;
    min-width: 120px;
    height: 48px;
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    -webkit-transition: border-color 0.5s, background-color 0.5s;
    transition: border-color 0.5s, background-color 0.5s;
}

a[class^=ubtn]:disabled,
span[class^=ubtn]:disabled,
button[class^=ubtn]:disabled {
    cursor: default;
    opacity: 0.6;
}

a[class^=ubtn].w100,
span[class^=ubtn].w100,
button[class^=ubtn].w100 {
    max-width: 100%;
}

a[class^=ubtn].small,
span[class^=ubtn].small,
button[class^=ubtn].small {
    max-width: 120px;
}

a.ubtn_light,
span.ubtn_light,
button.ubtn_light {
    color: #000;
    background-color: #fff;
    border-color: #dbdbdb;
}

a.ubtn_light:hover,
span.ubtn_light:hover,
button.ubtn_light:hover {
    background-color: #fff;
    border-color: #a4a4a5;
}

a.ubtn_dark,
span.ubtn_dark,
button.ubtn_dark {
    color: #fff;
    background-color: #3c3c3d;
    border-color: #3c3c3d;
}

a.ubtn_dark:hover,
span.ubtn_dark:hover,
button.ubtn_dark:hover {
    background-color: #000;
    border-color: #000;
}

a.ubtn_primary,
span.ubtn_primary,
button.ubtn_primary {
    color: #fff;
    background-color: #1ea25e;
    border-color: #1ea25e;
}

a.ubtn_primary:hover,
span.ubtn_primary:hover,
button.ubtn_primary:hover {
    background-color: #0d7e44;
    border-color: #0d7e44;
}

@media (max-width: 720px) {
    a[class^=ubtn],
    span[class^=ubtn],
    button[class^=ubtn] {
        max-width: 100%;
        min-width: 88px;
        height: 40px;
        font-size: 14px;
    }

    a[class^=ubtn].small,
    span[class^=ubtn].small,
    button[class^=ubtn].small {
        max-width: 88px;
    }
}

div[class^=uinput] {
    position: relative;
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

div[class^=uinput].rows {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0 8px;
}

div.uinput_key input,
div.uinput_key select,
div.uinput_key textarea {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    color: #000;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #dbdbdb;
    -webkit-transition: border-color 0.5s, background-color 0.5s;
    transition: border-color 0.5s, background-color 0.5s;
}

div.uinput_key input:focus,
div.uinput_key select:focus,
div.uinput_key textarea:focus {
    border-color: #1ea25e;
}

div.uinput_key input:disabled,
div.uinput_key select:disabled,
div.uinput_key textarea:disabled {
    color: #6d6d6d;
    background-color: #f2f2f2;
    border-color: #a4a4a5;
}

div.uinput_key input:-moz-read-only:focus, div.uinput_key select:-moz-read-only:focus, div.uinput_key textarea:-moz-read-only:focus {
    border-color: #dbdbdb;
}

div.uinput_key input:read-only:focus,
div.uinput_key select:read-only:focus,
div.uinput_key textarea:read-only:focus {
    border-color: #dbdbdb;
}

div.uinput_key select {
    padding-right: 58px;
    background-repeat: no-repeat;
    background-position: top 50% right 16px;
    background-image: url("/assets/images/ico_drop_down.svg");
}

div.uinput_key textarea {
    height: 120px;
    padding: 12px 16px;
    resize: none;
}

div.uinput_key textarea::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

div.uinput_key textarea::-webkit-scrollbar-thumb {
    background: #1ea25e;
    border-radius: 3px;
}

div.uinput_key textarea::-webkit-scrollbar-track {
    background: #f2f2f2;
    border-radius: 3px;
}

div.uinput_key textarea {
    scrollbar-face-color: #1ea25e;
    scrollbar-track-color: #f2f2f2;
}

div.uinput_key textarea.h_double {
    height: 240px;
}

div.uinput_key.input_error input {
    border-color: #ff3a3a;
}

div.uinput_key.input_error textarea {
    border-color: #ff3a3a;
}

div.uinput_key [class^=ubtn] {
    max-width: 124px;
}

div.uinput_key [class^=ubtn].w80 {
    max-width: 80px;
}

div.uinput_key .warn {
    margin-top: 8px;
    color: #a4a4a5;
    font-weight: 300;
    text-align: left;
}

div.uinput_box input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

div.uinput_box input + label {
    position: relative;
    display: inline-block;
    padding-left: 32px;
    cursor: pointer;
}

div.uinput_box input + label::before, div.uinput_box input + label::after {
    content: "";
    position: absolute;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.uinput_box input + label::before {
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
}

div.uinput_box input + label::after {
    visibility: hidden;
    opacity: 0;
}

div.uinput_box input:checked + label::after {
    visibility: visible;
    opacity: 1;
}

div.uinput_box input:disabled + label {
    cursor: default;
}

div.uinput_box input:disabled + label::before {
    background-color: #f2f2f2;
}

div.uinput_box input[type=checkbox] + label::before {
    border-radius: 0;
}

div.uinput_box input[type=checkbox]:checked + label::before {
    border-color: #1ea25e;
}

div.uinput_box input[type=checkbox]:checked + label::after {
    top: 4px;
    left: 8px;
    width: 8px;
    height: 12px;
    border: solid #1ea25e;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

div.uinput_box input[type=checkbox]:disabled:checked + label::after {
    border-color: #a4a4a5;
}

div.uinput_box input[type=radio] + label::before {
    border-radius: 50%;
}

div.uinput_box input[type=radio]:checked + label::after {
    top: 6px;
    left: 6px;
    width: 12px;
    height: 12px;
    background-color: #1ea25e;
    border-radius: 50%;
}

div.uinput_box input[type=radio]:disabled:checked + label::after {
    background-color: #a4a4a5;
}

.display-row {
    display: flex !important;
    flex-direction: row !important;
}

.col-gap {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 12px;
}

.display-row label {
    width: 200px;
}

.etc-input {
    margin-top: 20px;
    margin-bottom: -20px;
}

.etc-input input {
    border: 1px solid #000;
    background-color: #fff;
    height: 48px;
    width: 100%;
    padding-inline: 10px;
}

.etc-input input:disabled {
    border: 1px solid #cfcfcf;
    background-color: #dedede;
    height: 48px;
    width: 100%;
    padding-inline: 10px;
}

div.uinput_dropdown {
    position: relative;
    min-width: 140px;
}

div.uinput_dropdown .dropdown_trigger {
    display: -webkit-box;

    display: flex;
    width: 100%;
    padding: 11px 16px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top 50% right 16px;
    background-image: url("/assets/images/ico_drop_down.svg");
    border-width: 1px;
    border-style: solid;
    border-color: #dbdbdb;
    -webkit-transition: border-color 0.5s, background-color 0.5s;
    transition: border-color 0.5s, background-color 0.5s;
    cursor: pointer;
}

div.uinput_dropdown .drowdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    width: 100%;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px 16px;
    gap: 4px 0;
    background-color: #f2f2f2;
    border: 1px solid #1ea25e;
    border-top: 0;
}

div.uinput_dropdown .drowdown_menu > li {
    cursor: pointer;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

div.uinput_dropdown .drowdown_menu > li:hover {
    font-weight: 500;
    color: #1ea25e;
}

div.uinput_dropdown.active .dropdown_trigger {
    background-image: url("/assets/images/ico_drop_up.svg");
    border-color: #1ea25e;
}

div.uinput_dropdown.active .drowdown_menu {
    display: -webkit-box;

    display: flex;
}

div.uinput_list .common_list_1 {
    gap: 4px 0;
}

div.uinput_list .common_list_1 > li {
    font-size: 14px;
    color: #6d6d6d;
}

div.uinput_list .common_list_1 > li::before {
    top: 8px;
}

@media (max-width: 720px) {
    div[class^=uinput].rows {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px 0;
    }

    div.uinput_key input,
    div.uinput_key select,
    div.uinput_key textarea {
        height: 40px;
        padding: 0 12px;
        font-size: 14px;
    }

    div.uinput_key select {
        padding-right: 48px;
        background-position: top 50% right 12px;
    }

    div.uinput_key textarea {
        height: 104px;
        padding: 12px;
    }

    div.uinput_key textarea.h_double {
        height: 160px;
    }

    div.uinput_key [class^=ubtn] {
        max-width: 100%;
    }

    div.uinput_key [class^=ubtn].w80 {
        max-width: 100%;
    }

    div.uinput_box input + label {
        font-size: 14px;
        line-height: 24px;
    }

    div.uinput_dropdown {
        min-width: 110px;
    }

    div.uinput_dropdown .dropdown_trigger {
        padding: 8.5px 12px;
        font-size: 14px;
        background-position: top 50% right 12px;
    }

    div.uinput_dropdown .drowdown_menu {
        padding: 12px;
        gap: 0;
    }

    div.uinput_dropdown .drowdown_menu > li {
        padding: 4px 0;
        font-size: 14px;
    }

    div.uinput_list .common_list_1 {
        gap: 8px 0;
    }

    div.uinput_list .common_list_1 > li {
        font-size: 12px;
    }

    div.uinput_list .common_list_1 > li::before {
        top: 7px;
    }
}

.hamb_trigger .animate {
    position: relative;
    width: 32px;
    height: 32px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hamb_trigger u {
    position: absolute;
    left: 4px;
    width: 24px;
    height: 2px;
    background-color: #999;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hamb_trigger u:nth-child(1) {
    top: 7px;
}

.hamb_trigger u:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.hamb_trigger u:nth-child(3) {
    bottom: 7px;
}

.hamb_trigger.active u {
    background-color: #1ea25e;
}

.hamb_trigger.active u:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}

.hamb_trigger.active u:nth-child(2) {
    opacity: 0;
}

.hamb_trigger.active u:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}

@media (max-width: 720px) {
    .hamb_trigger .animate {
        width: 24px;
        height: 24px;
    }

    .hamb_trigger u {
        width: 16px;
    }

    .hamb_trigger u:nth-child(1) {
        top: 5px;
    }

    .hamb_trigger u:nth-child(3) {
        bottom: 5px;
    }

    .hamb_trigger.active u {
        background-color: #1ea25e;
    }

    .hamb_trigger.active u:nth-child(1) {
        -webkit-transform: translateY(6px) rotate(-45deg);
        transform: translateY(6px) rotate(-45deg);
    }

    .hamb_trigger.active u:nth-child(3) {
        -webkit-transform: translateY(-6px) rotate(45deg);
        transform: translateY(-6px) rotate(45deg);
    }
}

@-webkit-keyframes runWidth1 {
    from {
        width: 30%;
        background: rgba(0, 0, 0, 0.78);
    }
    50% {
        width: 45%;
        background: rgba(0, 0, 0, 0.6);
    }
    to {
        width: 30%;
        background: rgba(0, 0, 0, 0.78);
    }
}

@keyframes runWidth1 {
    from {
        width: 30%;
        background: rgba(0, 0, 0, 0.78);
    }
    50% {
        width: 45%;
        background: rgba(0, 0, 0, 0.6);
    }
    to {
        width: 30%;
        background: rgba(0, 0, 0, 0.78);
    }
}

@-webkit-keyframes runWidth2 {
    from {
        width: 30%;
        background: rgba(0, 0, 0, 0.78);
    }
    50% {
        width: 45%;
        background: rgba(0, 0, 0, 0.6);
    }
    to {
        width: 30%;
        background: rgba(0, 0, 0, 0.78);
    }
}

@keyframes runWidth2 {
    from {
        width: 30%;
        background: rgba(0, 0, 0, 0.78);
    }
    50% {
        width: 45%;
        background: rgba(0, 0, 0, 0.6);
    }
    to {
        width: 30%;
        background: rgba(0, 0, 0, 0.78);
    }
}

@-webkit-keyframes runBgColor1 {
    from {
        background-color: transparent;
    }
    50% {
        background-color: rgba(0, 0, 0, 0.3);
    }
    to {
        background-color: transparent;
    }
}

@keyframes runBgColor1 {
    from {
        background-color: transparent;
    }
    50% {
        background-color: rgba(0, 0, 0, 0.3);
    }
    to {
        background-color: transparent;
    }
}

@-webkit-keyframes runBgColor2 {
    from {
        background-color: transparent;
    }
    50% {
        background-color: rgba(0, 0, 0, 0.3);
    }
    to {
        background-color: transparent;
    }
}

@keyframes runBgColor2 {
    from {
        background-color: transparent;
    }
    50% {
        background-color: rgba(0, 0, 0, 0.3);
    }
    to {
        background-color: transparent;
    }
}

@-webkit-keyframes runRight1 {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    to {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
}

@keyframes runRight1 {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    to {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
}

@-webkit-keyframes runRight2 {
    from {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes runRight2 {
    from {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes runLeft1 {
    from {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes runLeft1 {
    from {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes runLeft2 {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    to {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
}

@keyframes runLeft2 {
    from {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    to {
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    min-width: 360px;
}

body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

body::-webkit-scrollbar-thumb {
    background: #6d6d6d;
    border-radius: 3px;
}

body::-webkit-scrollbar-track {
    background: #f2f2f2;
    border-radius: 3px;
}

body {
    scrollbar-face-color: #6d6d6d;
    scrollbar-track-color: #f2f2f2;
}

body.none_scroll {
    overflow: hidden;
}

body.none_scroll .wrapper {
    padding-right: 5px;
}

body .mgt24 {
    margin-top: 24px;
}

body .color_primary {
    color: #1ea25e !important;
}

body .color-darkGray {
    color: #6d6d6d !important;
}

@media (max-width: 1024px) {
    body.none_scroll .wrapper {
        padding-right: 0;
    }
}

.hrd_header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.hrd_header .pc_gnb {
    display: block;
}

.hrd_header .tablet_gnb {
    display: none;
}

.hrd_header .inner {
    position: relative;
    max-width: 1580px;
    width: 100%;
    height: 112px;
    margin: 0 auto;
    padding: 16px 40px 24px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.hrd_header .inner h1 a {
    display: block;
    width: 160px;
    height: 40px;
    margin-bottom: -8px;
    color: transparent;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/assets/images/logo01-1.svg");
}

.hrd_header .quick_menu {
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 0 24px;
    font-size: 14px;
    color: #f2f2f2;
}

.hrd_header .quick_menu a {
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 8px;
}

.hrd_header .nav_menu {
    margin-top: 24px;
    -webkit-transition: margin-top 0.5s;
    transition: margin-top 0.5s;
}

.hrd_header .nav_menu .depth1 {
    position: relative;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 0 56px;
}

.hrd_header .nav_menu .depth1 .hover_target {
    display: -webkit-box;

    display: flex;
}

.hrd_header .nav_menu .depth1 .hover_target > a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
    -webkit-transition: color 0.2s, font-weight 0.2s;
    transition: color 0.2s, font-weight 0.2s;
}

.hrd_header .nav_menu .depth1 .hover_target > a::before {
    content: attr(title);
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    font-weight: 700;
    cursor: pointer;
}

@media speech {
    .hrd_header .nav_menu .depth1 .hover_target > a::before {
        display: none;
    }
}

.hrd_header .nav_menu .depth1 .hover_target:hover::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
}

.hrd_header .nav_menu .depth1 .hover_target:hover > a {
    font-weight: 700;
    color: #fff;
}

.hrd_header .nav_menu .depth1 .hover_target:hover > .menu_wrap {
    width: 100%;
    height: 176px;
    margin-top: 24px;
    padding: 0 32px;
    opacity: 1;
    overflow: visible;
    border: 1px solid #dbdbdb;
}

.hrd_header .nav_menu .depth2 {
    position: relative;
    z-index: 5;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 128px;
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px 24px;
}

.hrd_header .nav_menu .depth2 li {
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hrd_header .nav_menu .depth2 a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}

.hrd_header .nav_menu .depth2 a.blank::after {
    width: 100%;
    background: #000;
}

.hrd_header .nav_menu .depth2 a:hover {
    color: #1ea25e;
    font-weight: 700;
}

.hrd_header .nav_menu .depth2 a:hover::after {
    width: 100%;
    background: #1ea25e;
}

.hrd_header .nav_menu .depth2 a::before {
    content: attr(title);
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    font-weight: 700;
    cursor: pointer;
}

@media speech {
    .hrd_header .nav_menu .depth2 a::before {
        display: none;
    }
}

.hrd_header .nav_menu .depth2 a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px;
    display: block;
    width: 0;
    height: 1px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

.hrd_header .nav_menu .menu_wrap {
    position: absolute;
    top: 100%;
    left: 0;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 0;
    padding: 0;
    background-color: #fff;
    border-radius: 0px 0px 8px 8px;
    border: 0;
    -webkit-transition: height 0.5s, opacity 0.5s 0.1s;
    transition: height 0.5s, opacity 0.5s 0.1s;
}

.hrd_header .nav_menu .menu_bg {
    position: relative;
    z-index: 5;
    width: 244px;
    height: 128px;
    -webkit-transform: translate(40px, 0);
    /* transform: translate(40px, 0); */
    transform: translate(33px, 0);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000;
    background-size: cover;
    border-radius: 8px 0px 0px 8px;
}

.hrd_header .nav_menu .menu_bg.menu01 {
    background-image: url("/assets/images/img_menu01@2x.png");
}

.hrd_header .nav_menu .menu_bg.menu02 {
    background-image: url("/assets/images/img_menu02@2x.png");
}

.hrd_header .nav_menu .menu_bg.menu03 {
    background-image: url("/assets/images/img_menu03@2x.png");
}

.hrd_header .nav_menu .menu_bg.menu04 {
    background-image: url("/assets/images/img_menu04@2x.png");
}

.hrd_header .nav_menu .menu_bg.menu05 {
    background-image: url("/assets/images/img_menu05@2x.png");
}

.hrd_header .nav_menu .menu_bg strong {
    position: absolute;
    bottom: 16px;
    left: 16px;
    display: block;
    color: #fff;
}

.hrd_header .bottom_menu {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 200;
    display: -webkit-box;

    display: flex;
    width: 100%;
    height: 72px;
    padding: 0 40px;
    background-color: #fff;
    border-top: 1px solid #dbdbdb;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.hrd_header .bottom_menu a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6px 0;
}

.hrd_header .bottom_menu a.active span {
    color: #1ea25e;
}

.hrd_header .bottom_menu span {
    font-size: 12px;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.hrd_header .bottom_menu.scrolled {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.hrd_header .all_menu {
    position: fixed;
    bottom: -100%;
    left: 0;
    z-index: 150;
    width: 100%;
    height: calc(100% - 129px);
    background-color: #fff;
    -webkit-transition: bottom 0.5s;
    transition: bottom 0.5s;
}

.hrd_header .all_menu .depth1 {
    overflow-y: auto;
    height: 100%;
    padding: 16px 0;
}

.hrd_header .all_menu .depth1 > li.current .clickable {
    color: #1ea25e;
}

.hrd_header .all_menu .depth1 .clickable {
    width: 100%;
    height: 83px;
    padding: 0 40px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 24px;
    cursor: pointer;
}

.hrd_header .all_menu .depth2 {
    padding: 24px 40px;
}

.hrd_header .all_menu .depth2 > li {
    position: relative;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hrd_header .all_menu .depth2 > li + li {
    margin-top: 16px;
}

.hrd_header .all_menu .depth2 a {
    display: block;
}

.hrd_header .all_menu .depth2 a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 105%;
    height: 150%;
}

.hrd_header .all_menu .menu_wrap {
    overflow: hidden;
    background-color: #f2f2f2;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}

.hrd_header .all_menu.active {
    bottom: 72px;
}

.hrd_header.scrolled {
    background-color: #fff;
    border-bottom: 1px solid #dbdbdb;
}

.hrd_header.scrolled .inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 72px;
    padding: 0 40px;
}

.hrd_header.scrolled .inner h1 a {
    margin-bottom: 0;
    background-image: url("/assets/images/logo02-1.svg");
}

.hrd_header.scrolled .quick_menu {
    display: none;
}

.hrd_header.scrolled .nav_menu {
    margin-top: 0;
}

.hrd_header.scrolled .nav_menu .depth1 .hover_target > a {
    color: rgba(0, 0, 0, 0.6);
}

.hrd_header.scrolled .nav_menu .depth1 .hover_target.current > a {
    color: #000;
}

@media (max-width: 1024px) {
    .hrd_header .pc_gnb {
        display: none;
    }

    .hrd_header .tablet_gnb {
        display: block;
    }

    .hrd_header .inner {
        height: 56px;
        padding: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .hrd_header.scrolled .inner {
        height: 56px;
        padding: 0;
    }
}

@media (max-width: 720px) {
    .hrd_header .inner {
        height: 40px;
    }

    .hrd_header .inner h1 a {
        width: 96px;
        height: 24px;
        background-size: cover;
    }

    .hrd_header .bottom_menu {
        height: 64px;
        padding: 0 20px;
    }

    .hrd_header .bottom_menu a {
        gap: 4px 0;
    }

    .hrd_header .all_menu {
        height: calc(100% - 105px);
    }

    .hrd_header .all_menu .depth1 {
        padding: 8px 0;
    }

    .hrd_header .all_menu .depth1 .clickable {
        height: 56px;
        padding: 0 20px;
        font-size: 16px;
    }

    .hrd_header .all_menu .depth2 {
        padding: 16px 20px;
    }

    .hrd_header .all_menu .depth2 > li + li {
        margin-top: 14px;
    }

    .hrd_header .all_menu .depth2 a {
        font-size: 14px;
    }

    .hrd_header .all_menu.active {
        bottom: 64px;
    }

    .hrd_header.scrolled .inner {
        height: 40px;
    }
}

.header_change .hrd_header {
    background-color: #fff;
}

.header_change .hrd_header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dbdbdb;
}

.header_change .hrd_header .inner h1 a {
    background-image: url("/assets/images/logo02-1.svg");
}

.header_change .hrd_header .quick_menu {
    color: #6d6d6d;
}

.header_change .hrd_header .quick_menu a i {
    background-color: #f2f2f2;
}

.header_change .hrd_header .nav_menu .depth1 .hover_target > a {
    color: #000;
}

.header_change .hrd_header .nav_menu .depth1 .hover_target:hover > a {
    color: #1ea25e;
}

.header_change .hrd_header .nav_menu .depth1 .hover_target:hover > .menu_wrap {
    border-top: 0;
}

.header_change .hrd_header.scrolled {
    border-bottom: 0;
}

.header_change main {
    padding-top: 112px;
}

@media (max-width: 1024px) {
    .header_change main {
        padding-top: 56px;
    }
}

@media (max-width: 720px) {
    .header_change main {
        padding-top: 40px;
    }
}

.header_change .scrolled + main {
    padding-top: 72px;
}

@media (max-width: 1024px) {
    .header_change .scrolled + main {
        padding-top: 56px;
    }
}

@media (max-width: 720px) {
    .header_change .scrolled + main {
        padding-top: 40px;
    }
}

.hrd_footer {
    position: relative;
    border-top: 1px solid #f2f2f2;
    background-color: #fff;
}

.hrd_footer::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 21%;
    height: 100%;
    background-color: #f2f2f2;
}

.hrd_footer .inner {
    position: relative;
    z-index: 5;
    max-width: 1580px;
    width: 100%;
    height: 208px;
    margin: 0 auto;
    padding: 0 40px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hrd_footer .site_info {
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hrd_footer .site_info h2 {
    margin-right: 32px;
}

.hrd_footer .site_info .text {
    font-size: 14px;
    color: #6d6d6d;
}

.hrd_footer .site_info .links {
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 24px;
}

.hrd_footer .site_info .links a {
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.hrd_footer .site_info .links a:hover {
    color: #000;
}

.hrd_footer .site_info .address {
    margin-top: 24px;
}

.hrd_footer .site_info .copy {
    margin-top: 16px;
}

.hrd_footer .campus_info {
    text-align: right;
}

.hrd_footer .campus_info .phone {
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 20px;
    font-weight: 700;
    color: #3c3c3d;
    gap: 0 12px;
}

.hrd_footer .campus_info .phone a {
    cursor: default;
}

.hrd_footer .campus_info .hour {
    margin-top: 16px;
    color: #6d6d6d;
}

@media (max-width: 1024px) {
    .hrd_footer::after {
        width: 30.73%;
    }

    .hrd_footer .inner {
        height: 240px;
        padding: 32px 40px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .hrd_footer .site_info {
        width: 70%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .hrd_footer .site_info h2 {
        margin-right: 16px;
        width: 80px;
    }

    .hrd_footer .site_info .text {
        font-size: 12px;
    }

    .hrd_footer .site_info .address {
        margin-top: 16px;
    }

    .hrd_footer .site_info .copy {
        margin-top: 12px;
    }

    .hrd_footer .campus_info {
        width: 30%;
    }
}

@media (max-width: 720px) {
    .hrd_footer::after {
        display: none;
    }

    .hrd_footer .inner {
        height: auto;
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .hrd_footer .site_info {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 24px 20px 16px;
    }

    .hrd_footer .site_info h2 {
        margin-right: 0;
        margin-bottom: 16px;
        width: 56px;
    }

    .hrd_footer .site_info .text {
        font-size: 10px;
    }

    .hrd_footer .site_info .links {
        gap: 0 16px;
    }

    .hrd_footer .site_info .links a {
        font-size: 14px;
    }

    .hrd_footer .campus_info {
        width: 100%;
        padding: 16px 20px 88px;
        display: -webkit-box;

        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #f2f2f2;
    }

    .hrd_footer .campus_info .hour {
        margin-top: 0;
        font-size: 14px;
    }
}

.hrd_floating {
    position: fixed;
    bottom: 160px;
    right: 40px;
    z-index: 50;
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
}

.hrd_floating a {
    display: block;
}

.hrd_floating.scrolled {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1024px) {
    .hrd_floating {
        bottom: 220px;
    }
}

@media (max-width: 720px) {
    .hrd_floating {
        bottom: 160px;
        right: 20px;
        gap: 8px 0;
    }

    .hrd_floating a {
        width: 40px;
    }
}

.warn {
    margin-top: 16px;
    font-size: 12px;
    color: #6d6d6d;
    text-align: center;
}

.error {
    margin-top: 8px;
    font-size: 12px;
    color: #ff3a3a;
}

.no_item {
    width: 100%;
    height: 104px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
}

@media (max-width: 720px) {
    .no_item {
        font-size: 14px;
    }
}

.pagination {
    margin-top: 40px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 8px;
}

.pagination span {
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.pagination span.current {
    color: #1ea25e;
    text-decoration: underline;
}

.pagination span.prev {
    margin-right: 8px;
}

.pagination span.next {
    margin-left: 8px;
}

@media (max-width: 720px) {
    .pagination {
        margin-top: 32px;
        gap: 0 4px;
    }

    .pagination span {
        font-size: 14px;
    }
}

.board_list {
    border-top: 1px solid #000;
}

.board_list > li {
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 16px;
    padding: 16px;
    border-bottom: 1px solid #dbdbdb;
}

.board_list .num {
    width: 32px;
    text-align: center;
    font-size: 14px;
    color: #6d6d6d;
}

.board_list .title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    gap: 8px 0;
}

.board_list .title p {
    width: 100%;
}

.board_list .title p a {
    display: block;
    width: 100%;
}

.board_list .title dl {
    display: -webkit-box;

    display: flex;
    gap: 0 16px;
}

.board_list .title dl dd {
    font-size: 14px;
    color: #6d6d6d;
}

.board_list .title .new {
    display: inline-block;
    margin-left: 4px;
    padding: 1px 5px;
    font-size: 12px;
    color: #fff;
    background-color: #1ea25e;
    border-radius: 4px;
}

.board_accordion .new {
    display: inline-block;
    margin-left: 4px;
    padding: 1px 5px;
    font-size: 12px;
    color: #fff;
    background-color: #1ea25e;
    border-radius: 4px;
}

.common_table .new {
    display: inline-block;
    margin-left: 4px;
    padding: 1px 5px;
    font-size: 12px;
    color: #fff;
    background-color: #1ea25e;
    border-radius: 4px;
}

.board_list .file {
    margin-left: 8px;
}

@media (max-width: 1024px) {
    .board_list .num {
        margin-right: 8px;
    }

    .board_list .file {
        margin-left: 0;
    }
}

@media (max-width: 720px) {
    .board_list > li {
        gap: 0 12px;
        padding: 12px 0;
    }

    .board_list .num {
        width: 24px;
        font-size: 12px;
        margin-right: 0;
    }

    .board_list .title p a {
        font-size: 14px;
    }

    .board_list .title dl {
        gap: 0 12px;
    }

    .board_list .title dl dd {
        font-size: 12px;
    }
}

.board_detail {
    border-top: 1px solid #000;
}

.board_detail .bd_title {
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px 0;
    padding: 16px 0;
    border-bottom: 1px solid #dbdbdb;
}

.board_detail .bd_title h4 {
    font-size: 24px;
    font-weight: 700;
}

.board_detail .bd_title dl {
    display: -webkit-box;

    display: flex;
    gap: 0 16px;
}

.board_detail .bd_title dl dd {
    font-size: 14px;
    color: #6d6d6d;
}

.board_detail .bd_content {
    padding: 40px 0 16px;
    border-bottom: 1px solid #dbdbdb;
}

.board_detail .bd_content > p img {
    margin: 0 auto;
}

.board_detail .bd_content > p + p {
    margin-top: 24px;
}

.board_detail .bd_content .attach {
    margin-top: 40px;
    padding: 14px 16px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 16px;
    background-color: #f2f2f2;
    border-radius: 8px;
}

.board_detail .bd_content .attach dt {
    font-size: 14px;
    color: #6d6d6d;
}

.board_detail .bd_content .attach dd {
    font-size: 14px;
}

.board_detail .bd_content .attach dd a {
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 8px;
}

.attach {
    margin-top: 40px;
    padding: 14px 16px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 16px;
    background-color: #f2f2f2;
    border-radius: 8px;
}

.attach dt {
    font-size: 14px;
    color: #6d6d6d;
}

.attach dd {
    font-size: 14px;
}

.attach dd a {
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 8px;
}

@media (max-width: 720px) {
    .board_detail .bd_title {
        padding: 12px 0;
    }

    .board_detail .bd_title h4 {
        font-size: 18px;
    }

    .board_detail .bd_title dl {
        gap: 0 12px;
    }

    .board_detail .bd_title dl dd {
        font-size: 12px;
    }

    .board_detail .bd_content {
        padding: 32px 0 16px;
    }

    .board_detail .bd_content > p {
        font-size: 14px;
    }

    .board_detail .bd_content > p + p {
        margin-top: 16px;
    }

    .board_detail .bd_content .attach {
        margin-top: 32px;
        padding: 8px 12px;
        gap: 0 12px;
    }

    .board_detail .bd_content .attach dt {
        font-size: 12px;
    }

    .board_detail .bd_content .attach dd {
        font-size: 12px;
    }
}

.board_btns {
    margin-top: 40px;
    display: -webkit-box;

    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 16px;
}

@media (max-width: 720px) {
    .board_btns {
        margin-top: 32px;
    }
}

.board_accordion {
    border-top: 1px solid #000;
}

.board_accordion .item {
    border-bottom: 1px solid #dbdbdb;
}

.board_accordion .item.active .btn i {
    margin-bottom: 0px;
    margin-top: 7px;
    border-color: #1ea25e;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.board_accordion .item.cancel .as::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 5;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.board_accordion .qs {
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px;
    background-color: #fff;
    cursor: pointer;
}

.board_accordion .qs .title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.board_accordion .qs .title h5 {
    display: -webkit-box;

    display: flex;
    gap: 0 4px;
}

.board_accordion .qs .title h5::before {
    content: "Q.";
    color: #1ea25e;
}

.board_accordion .qs .title dl {
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px 0;
}

.board_accordion .qs .title dl dt {
    font-size: 24px;
    font-weight: 700;
}

.board_accordion .qs .title dl dd {
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 8px;
    font-size: 14px;
    color: #6d6d6d;
}

.board_accordion .qs .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.board_accordion .qs .text dl {
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 16px;
}

.board_accordion .qs .text dl dt {
    width: 88px;
    font-size: 14px;
    font-weight: 700;
}

.board_accordion .qs .text dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 8px;
}

.board_accordion .as {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
}

.board_accordion .as::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.board_accordion .as::-webkit-scrollbar-thumb {
    background: #dbdbdb;
    border-radius: 3px;
}

.board_accordion .as::-webkit-scrollbar-track {
    background: #f2f2f2;
    border-radius: 3px;
}

.board_accordion .as {
    scrollbar-face-color: #dbdbdb;
    scrollbar-track-color: #f2f2f2;
}

.board_accordion .as .astop + .asbot {
    margin-top: 8px;
    border-radius: 8px;
}

.board_accordion .as .asbot + .asbtn {
    margin-top: 8px;
}

.board_accordion .as .ascon + .asbtn {
    margin-top: 8px;
}

.board_accordion .as .astop {
    padding: 16px;
    border-top: 1px solid #dbdbdb;
}

.board_accordion .as .asbot {
    padding: 16px;
    background-color: #f2f2f2;
}

.board_accordion .as .asbtn {
    position: relative;
    z-index: 10;
    padding: 16px;
    display: -webkit-box;

    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 16px;
}

.board_accordion .as .asbtn .small {
    width: 104px;
    height: 32px;
    font-size: 14px;
}

.board_accordion .as .ascon {
    background-color: #f2f2f2;
    border-top: 1px solid #dbdbdb;
    border-radius: 0px 0px 8px 8px;
}

.board_accordion .as .ascon .box {
    display: -webkit-box;

    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    padding: 16px;
}

.board_accordion .as .ascon .box dl {
    width: calc(50% - 8px);
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 16px;
}

.board_accordion .as .ascon .box dl dt {
    width: 88px;
    font-size: 14px;
    font-weight: 700;
}

.board_accordion .as .ascon .box dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.board_accordion .as .ascon .box + .box {
    border-top: 2px solid #fff;
}

.board_accordion .as .date {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #6d6d6d;
}

.board_accordion .btn {
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    font-size: 0;
}

.board_accordion .btn i {
    display: block;
    width: 12px;
    height: 12px;
    margin-bottom: 7px;
    border-top: 1px solid #6d6d6d;
    border-right: 1px solid #6d6d6d;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: border-color 0.5s, -webkit-transform 0.5s;
    transition: border-color 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, border-color 0.5s;
    transition: transform 0.5s, border-color 0.5s, -webkit-transform 0.5s;
}

@media (max-width: 1024px) {
    .board_accordion .as .asbot {
        min-height: 80px;
    }
}

@media (max-width: 720px) {
    .board_accordion .qs .title h5 {
        font-size: 14px;
    }

    .board_accordion .qs .title dl dt {
        font-size: 18px;
    }

    .board_accordion .qs .title dl dd {
        font-size: 12px;
    }

    .board_accordion .qs .text dl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 6px 0;
    }

    .board_accordion .qs .text dl dt {
        width: 100%;
        font-size: 12px;
    }

    .board_accordion .qs .text dl dd {
        font-size: 14px;
    }

    .board_accordion .as {
        font-size: 14px;
    }

    .board_accordion .as .astop + .asbot {
        margin-top: 0;
    }

    .board_accordion .as .asbot + .asbtn {
        margin-top: 0;
    }

    .board_accordion .as .asbot {
        min-height: 74px;
    }

    .board_accordion .as .asbtn {
        gap: 0 12px;
    }

    .board_accordion .as .asbtn .small {
        width: 80px;
        height: 28px;
        font-size: 12px;
    }

    .board_accordion .as .ascon .box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 16px 0;
    }

    .board_accordion .as .ascon .box dl {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 4px 0;
    }

    .board_accordion .as .ascon .box dl dt {
        width: 100%;
        font-size: 12px;
    }

    .board_accordion .as .ascon .box dl dd {
        font-size: 14px;
    }

    .board_accordion .as .date {
        font-size: 12px;
    }
}

.common_list_1 {
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px 0;
    text-align: left;
}

.common_list_1 > li {
    position: relative;
    padding-left: 12px;
}

.common_list_1 > li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    display: block;
    width: 4px;
    height: 4px;
    background-color: #a4a4a5;
}

@media (max-width: 720px) {
    .common_list_1 > li {
        font-size: 14px;
    }

    .common_list_1 > li::before {
        top: 8px;
    }
}

.common_list_2 {
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px 0;
    text-align: left;
}

.common_list_2 > li {
    position: relative;
    padding-left: 16px;
}

.common_list_2 > li::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    width: 8px;
    height: 2px;
    background-color: #1ea25e;
}

@media (max-width: 720px) {
    .common_list_2 {
        gap: 12px 0;
    }

    .common_list_2 > li {
        font-size: 14px;
    }

    .common_list_2 > li::before {
        top: 10px;
    }
}

.common_list_3 {
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px 0;
    text-align: left;
}

.common_list_3 > li {
    position: relative;
    padding-left: 12px;
}

.common_list_3 > li::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 4px;
    height: 1px;
    background-color: #1ea25e;
}

@media (max-width: 720px) {
    .common_list_3 > li {
        font-size: 14px;
    }

    .common_list_3 > li::before {
        top: 10px;
    }
}

.common_table {
    border-top: 1px solid #000;
}

.common_table tr {
    border-bottom: 1px solid #dbdbdb;
}

.common_table th {
    position: relative;
    padding: 12px 16px;
    font-weight: 700;
}

.common_table th + th {
    border-left: 1px solid #dbdbdb;
}

.common_table td {
    position: relative;
    padding: 12px 16px;
    text-align: center;
}

.common_table td.tal {
    text-align: left;
}

.common_table td p {
    text-align: left;
}

.common_table td + td {
    border-left: 1px solid #dbdbdb;
}

.common_table .download {
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.common_table .more {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

.common_table .title {
    display: block;
    width: 100%;
    text-align: left;
}

.common_table .title:hover {
    text-decoration: underline;
}

@media (max-width: 720px) {
    .common_table th {
        padding: 12px;
        font-size: 12px;
    }

    .common_table td {
        padding: 12px;
        font-size: 12px;
        word-break: break-all;
    }

    .common_table td ul {
        gap: 4px 0;
    }

    .common_table td li {
        font-size: 12px;
    }
}

.common_tabs .tab_btns {
    margin-bottom: 40px;
    border-bottom: 1px solid #1ea25e;
    display: -webkit-box;

    display: flex;
}

.common_tabs .tab_btns button,
.common_tabs .tab_btns a {
    width: auto;
    height: 48px;
    margin-bottom: -1px;
    padding: 0 20px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #dbdbdb;
    border-bottom: 1px solid #1ea25e;
    color: #6d6d6d;
    -webkit-transition: border 0.5s;
    transition: border 0.5s;
}

.common_tabs .tab_btns button.active,
.common_tabs .tab_btns a.active {
    font-weight: 700;
    color: #1ea25e;
    border: 1px solid #1ea25e;
    border-bottom: 1px solid #fff;
}

.common_tabs .tab_panel {
    display: none;
}

.common_tabs .tab_panel.active {
    display: block;
}

@media (max-width: 1024px) {
    .common_tabs .tab_btns button,
    .common_tabs .tab_btns a {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 8px;
    }
}

@media (max-width: 720px) {
    .common_tabs .tab_btns {
        margin-bottom: 32px;
    }

    .common_tabs .tab_btns button,
    .common_tabs .tab_btns a {
        padding: 0 4px;
        font-size: 12px;
    }
}

.common_modal.active .modal_dimm {
    display: block;
}

.common_modal.active .modal_wrap {
    display: -webkit-box;

    display: flex;
}

.common_modal .modal_dimm {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.6);
}

.common_modal .modal_wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 110;
    width: 600px;
    padding: 24px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
}

.common_modal .modal_wrap .modal_close {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 10;
}

.common_modal .modal_wrap .modal_head {
    width: 100%;
}

.common_modal .modal_wrap .modal_head .tit {
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.common_modal .modal_wrap .modal_body {
    overflow-y: auto;
    max-height: 560px;
    margin-top: 24px;
    background-color: #fff;
}

.common_modal .modal_wrap.type1 {
    padding: 0;
}

.common_modal .modal_wrap.type1 .modal_head {
    height: 160px;
    padding: 0 24px;
    gap: 0 16px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #f1eee4;
}

.common_modal .modal_wrap.type1 .modal_head img {
    width: 120px;
}

.common_modal .modal_wrap.type1 .modal_head dl {
    margin-bottom: 16px;
}

.common_modal .modal_wrap.type1 .modal_head dl dt {
    font-size: 24px;
    font-weight: 700;
}

.common_modal .modal_wrap.type1 .modal_head dl dd {
    margin-top: 4px;
    font-size: 14px;
    color: #6d6d6d;
}

.common_modal .modal_wrap.type1 .modal_head .tit {
    display: none;
}

.common_modal .modal_wrap.type1 .modal_body {
    margin-top: 0;
    padding: 24px;
}

.common_modal .modal_wrap.type2 h5 {
    font-weight: 700;
    text-align: center;
}

.common_modal .modal_wrap.type2 ul {
    margin-top: 16px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #dbdbdb;
    display: -webkit-box;

    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.common_modal .modal_wrap.type2 ul > li {
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    /*
      -ms-flex: 1 1 33.33%;
          flex: 1 1 33.33%;
  */
    padding: 12px 8px;
    /* border-right: 1px solid #dbdbdb; */
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px 0;
    text-align: left;
}

.common_modal .modal_wrap.type2 ul > li:last-child {
    border-right: 0;
}

.common_modal .modal_wrap.type2 ul > li p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.common_modal .modal_wrap.type3 .btns {
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 0 8px;
    margin-bottom: 12px;
}

.common_modal .modal_wrap.type3 .btns a,
.common_modal .modal_wrap.type3 .btns button {
    width: auto;
    padding: 4px 8px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 4px;
    border: 1px solid #dbdbdb;
    font-size: 14px;
}

.common_modal .modal_wrap.type4 .history_desc {
    margin-bottom: 16px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.common_modal .modal_wrap.type4 .history_desc h4 {
    font-size: 20px;
    font-weight: 700;
}

.common_modal .modal_wrap.type4 .history_desc .btns {
    display: -webkit-box;

    display: flex;
    gap: 0 16px;
}

.common_modal .modal_wrap.type4 .history_info {
    border-top: 1px solid #000;
}

.common_modal .modal_wrap.type4 .history_info h5 {
    padding: 16px 0;
    font-weight: 700;
    text-align: center;
}

.common_modal .modal_wrap.type4 .history_info dl {
    padding: 16px 12px;
    display: -webkit-box;

    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px 0;
    background-color: #f2f2f2;
}

.common_modal .modal_wrap.type4 .history_info dl dt {
    width: 30%;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}

.common_modal .modal_wrap.type4 .history_info dl dd {
    width: 70%;
    text-align: right;
}

.common_modal .modal_wrap.type4 .history_info p {
    padding: 16px 0;
    font-weight: 700;
}

@media (max-width: 720px) {
    .common_modal .modal_wrap {
        width: 100%;
        height: 100%;
        padding: 0;
    }

    .common_modal .modal_wrap .modal_close {
        top: 8px;
        right: 20px;
    }

    .common_modal .modal_wrap .modal_head .tit {
        width: 100%;
        height: 40px;
        background-color: #fff;
        border-bottom: 1px solid #dbdbdb;
        font-size: 16px;
    }

    .common_modal .modal_wrap .modal_body {
        margin-top: 0;
        padding: 24px 20px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-height: none;
    }

    .common_modal .modal_wrap.type1 .modal_head {
        height: 184px;
        padding: 0 20px;
    }

    .common_modal .modal_wrap.type1 .modal_head dl dt {
        font-size: 20px;
    }

    .common_modal .modal_wrap.type1 .modal_head dl dd {
        font-size: 12px;
    }

    .common_modal .modal_wrap.type1 .modal_head .tit {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        display: -webkit-box;

        display: flex;
    }

    .common_modal .modal_wrap.type1 .modal_body {
        padding: 24px 20px;
    }

    .common_modal .modal_wrap.type2 ul > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        padding: 12px;
    }

    /*
  .common_modal .modal_wrap.type2 ul > li:last-child {
    border-right: 1px solid #dbdbdb;
  }
  */
    .common_modal .modal_wrap.type2 ul > li:nth-child(2n) {
        border-right: 0;
    }

    .common_modal .modal_wrap.type2 ul > li p {
        font-size: 12px;
    }

    .common_modal .modal_wrap.type3 .btns a,
    .common_modal .modal_wrap.type3 .btns button {
        padding: 2px 8px;
        font-size: 12px;
    }

    .common_modal .modal_wrap.type4 .history_desc {
        margin-bottom: 12px;
    }

    .common_modal .modal_wrap.type4 .history_desc h4 {
        font-size: 16px;
    }

    .common_modal .modal_wrap.type4 .history_info h5 {
        padding: 12px;
    }

    .common_modal .modal_wrap.type4 .history_info dl {
        padding: 12px;
        gap: 12px 0;
    }

    .common_modal .modal_wrap.type4 .history_info dl dt {
        font-size: 12px;
    }

    .common_modal .modal_wrap.type4 .history_info dl dd {
        font-size: 14px;
    }

    .common_modal .modal_wrap.type4 .history_info p {
        padding: 12px;
    }
}

.home {
    overflow-x: hidden;
}


.home .pub_container {
    width: 100%;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0;
}

.home .pub_container .publist {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}

.home .pub_container .publist table {
    background-color: #fff;
}

.home .pub_container .publist table th,
.home .pub_container .publist table td {
    height: 40px;
    padding: 0 8px;
    border: 1px solid #dbdbdb;
    text-align: center;
}

.home .pub_container .publist table th a,
.home .pub_container .publist table td a {
    text-decoration: underline;
    color: #1ea25e;
}

.home .pub_container .publist table .complete {
    background-color: rgba(0, 0, 255, 0.7);
    color: #fff;
}

.home .pub_container .publist table .incomplete {
    background-color: rgba(255, 0, 0, 0.7);
    color: #fff;
}

.home .pub_container .publist table .ing {
    background-color: rgba(0, 128, 0, 0.7);
    color: #fff;
}

.home .hero_container {
    position: relative;
    z-index: 10;
    background-color: #1C1816;
}

.home .hero_container section {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;

    display: flex;
}

.home .hero_container .hc_sections {
    width: 100%;
}

.home .hero_container .hc_sections .swiper-pagination {
    bottom: 55%;
    width: 48px;
    height: 36px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0px 8px 8px 0px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
    gap: 0 4px;
}

.home .hero_container .hc_sections .swiper-pagination-current {
    font-weight: 700;
    color: #fff;
}

.home .hero_container .hc_section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home .hero_container .hc_section.before_section {
    position: relative;
    top: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-image: url("/assets/images/img_main01.png");
    background-position: top;
    background-size: 100% 100%;
    padding-bottom: clamp(16px, 9.7vw, 188px);
    margin-top: 115px;
}

.home .hero_container .hc_section.before_section .hc_aside {
    -webkit-transform: translate(1px, 0);
    transform: translate(1px, 0);
}

.home .hero_container .hc_section.before_section.left {
    -webkit-animation: runRight1 0.8s ease 0.1s normal both;
    animation: runRight1 0.8s ease 0.1s normal both;
}


.home .hero_container .hc_section.after_section {
    position: absolute;
    top: 0;
    z-index: 5;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-image: url("/assets/images/img_main02.png");
}

.home .hero_container .hc_section.after_section .hc_aside {
    -webkit-transform: translate(-1px, 0);
    transform: translate(-1px, 0);
}

.home .hero_container .hc_section.after_section.left {
    -webkit-animation: runLeft1 0.8s ease 0.1s normal both;
    animation: runLeft1 0.8s ease 0.1s normal both;
}


.home .hero_container .hc_box {
    margin-top: clamp(62px, 6.14vw, 118px);
    width: 100%;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.home .hero_container .hc_box h3 {
    font-size: 72px;
    font-weight: 700;
}

.home .hero_container .hc_box p {
    margin-top: 24px;
    margin-bottom: 52px;
    font-size: 20px;
    font-weight: 300;
}

.home .hero_container .hc_aside {
    width: 30%;
    height: 100%;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.75);
}

.home .hero_container .hc_aside h5 {
    font-size: 64px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.6);
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.home .hero_container .hc_aside:hover h5 {
    color: rgba(255, 255, 255, 0.9);
}

.home .hero_container .hc_links {
    position: absolute;
    bottom: 120px;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 80px;
}

.home .hero_container .hc_links a {
    position: relative;
    width: 56px;
    height: 56px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    border: 2px solid #fff;
    -webkit-transition: border-color 0.5s ease 0s, background-color 0.5s ease 0.2s;
    transition: border-color 0.5s ease 0s, background-color 0.5s ease 0.2s;
    border-radius: 50%;
}

.home .hero_container .hc_links a:hover {
    background-color: #1ea25e;
    border-color: #1ea25e;
}

.home .hero_container .hc_links span {
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
    white-space: nowrap;
    color: #fff;
}

.home .hero_container .hc_links i {
    position: relative;
    z-index: 10;
}

.home .hero_container .hc_circle {
    position: absolute;
    bottom: 80px;
    right: 56px;
    z-index: 10;
}

.home .hero_container .hc_circle a {
    display: block;
    width: 160px;
    height: 160px;
    color: transparent;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("/assets/images/btn_news_off.svg");
    -webkit-transition: background-image 0.5s;
    transition: background-image 0.5s;
}

.home .hero_container .hc_circle a:hover {
    background-image: url("/assets/images/btn_news_on.svg");
}

.home .gsap_container {
    position: relative;
    z-index: 5;
}

.home .gsap_container section {
    overflow-x: hidden;
}

.home .gsap_container section#section0 {
    background-color: #fff;
}

.home .gsap_container section#section1 {
    background-color: #262626;
}

.home .gsap_container section#section2 {
    background-color: #fff;
}

.home .gsap_container section#section3 {
    background-color: #f2f2f2;
}

.home .gsap_container section#section4 {
    background-color: #fff;
}

.home .gsap_container .gc_content {
    height: 100%;
    padding: 158px 0;
}

.home .gsap_container .gc_content .distinctions {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
}

.home .gsap_container .gc_content .distinctions.w {
    color: #fff;
}

.home .gsap_container .gc_content .distinctions.b {
    color: #000;
}

.home .gsap_container .gc_content .distinctions h5 {
    font-size: 48px;
    font-weight: 700;
}

.home .gsap_container .gc_content .distinctions h5 strong {
    color: #1ea25e;
}

.home .gsap_container .gc_content .distinctions p {
    margin-top: 24px;
    font-size: 24px;
}

.home .gsap_container .gc_content .distinctions a:hover {
    background-color: #1ea25e;
    border-color: #1ea25e;
    color: #fff;
    background-image: url("/assets/images/ico_more_on.svg");
}

.home .gsap_container .gc_content .distinctions a {
    position: absolute;
    top: 14px;
    right: 40px;
    display: block;
    width: 48px;
    height: 48px;
    font-size: 0;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/assets/images/ico_more_off.svg");
}

.home .gsap_container .gc_content .shapes {
    margin-top: 80px;
    display: -webkit-box;

    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.home .gsap_container .gc_content .shapes .image {
    width: 75%;
}

.home .gsap_container .gc_content .shapes .swiper-video {
    position: relative;
    overflow: hidden;
    width: 75%;
    margin: 0;
}

.home .gsap_container .gc_content .shapes .swiper-slide {
    max-width: 768px;
    width: 60%;
    height: auto;
    margin-bottom: 80px;
}

.home .gsap_container .gc_content .shapes .swiper-slide img,
.home .gsap_container .gc_content .shapes .swiper-slide video {
    border-radius: 8px;
}

.home .gsap_container .gc_content .shapes .swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.home .gsap_container .gc_content .shapes .swiper-slide::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 0px;
    height: 0px;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 69.28px solid #fff;
    border-right: 10.72px solid transparent;
    border-radius: 10px;
}

.home .gsap_container .gc_content .shapes .swiper-slide.swiper-slide-active::after {
    display: none;
}

.home .gsap_container .gc_content .shapes .swiper-slide:last-child {
    margin-right: 30%;
}

.home .gsap_container .gc_content .shapes .swiper-wrapper {
    gap: 0 40px;
}

.home .gsap_container .gc_content .shapes .swiper-scrollbar {
    bottom: 0;
    left: 0;
    width: 75%;
    height: 4px;
    background: #515151;
    border-radius: 0;
}

.home .gsap_container .gc_content .shapes .swiper-scrollbar-drag {
    cursor: pointer;
    border-radius: 0;
    background: #fff;
}

.home .gsap_container .gc_navigation {
    position: fixed;
    top: 50%;
    left: -100%;
    z-index: 100;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: left 0.5s 0.1s;
    transition: left 0.5s 0.1s;
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px 0;
}

.home .gsap_container .gc_navigation::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 11px;
    z-index: 5;
    display: block;
    width: 2px;
    height: calc(100% - 12px);
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.home .gsap_container .gc_navigation a {
    position: relative;
    z-index: 10;
    display: block;
    padding-left: 40px;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.home .gsap_container .gc_navigation a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 6px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    width: 12px;
    height: 12px;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.home .gsap_container .gc_navigation a.active::before {
    -webkit-transform: translate(0, -50%) scale(2, 2);
    transform: translate(0, -50%) scale(2, 2);
}

.home .gsap_container .gc_navigation.active {
    left: 56px;
}

.home .gsap_container .gc_navigation.active::before {
    background-color: #cccccc;
}

.home .gsap_container .gc_navigation.active a {
    color: rgba(0, 0, 0, 0.4);
}

.home .gsap_container .gc_navigation.active a::before {
    border-color: #cccccc;
    background-color: #fff;
}

.home .gsap_container .gc_navigation.active a.active {
    color: black;
}

.home .gsap_container .gc_navigation.active a.active::before {
    background-color: #000;
}

.home .gsap_container .gc_navigation.reverse::before {
    background-color: #515151;
}

.home .gsap_container .gc_navigation.reverse a {
    color: rgba(255, 255, 255, 0.4);
}

.home .gsap_container .gc_navigation.reverse a::before {
    border-color: #515151;
    background-color: #262626;
}

.home .gsap_container .gc_navigation.reverse a.active {
    color: white;
}

.home .gsap_container .gc_navigation.reverse a.active::before {
    background-color: #fff;
}

.home .gsap_container .gc_double {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 120px 40px;
    display: -webkit-box;

    display: flex;
    gap: 0 80px;
}

.home .gsap_container .gc_double .box {
    width: 560px;
}

.home .gsap_container .gc_double .box.type1 {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}

.home .gsap_container .gc_double .box.type2 {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}

.home .gsap_container .gc_double .box dl {
    margin-top: 24px;
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px 0;
}

.home .gsap_container .gc_double .box dl dt {
    font-size: 32px;
    font-weight: 700;
}

.home .gsap_container .gc_double .box dl dt strong {
    color: #1ea25e;
}

.home .gsap_container .gc_double .box dl dd p {
    margin-bottom: 24px;
}

.home .gsap_container .gc_double .box dl dd a {
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 16px;
    width: 130px;
    height: 48px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.home .gsap_container .gc_double .box dl dd a:hover {
    background-color: #1ea25e;
    border-color: #1ea25e;
    color: #fff;
}

.home .gsap_container .gc_double .box dl dd a:hover::after {
    background-image: url("/assets/images/ico_more_on.svg");
}

.home .gsap_container .gc_double .box dl dd a::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/assets/images/ico_more_off.svg");
}

@media (max-width: 1024px) {
    .home .hero_container .hc_sections .swiper-pagination {
        display: -webkit-box;

        display: flex;
    }

    .home .hero_container .hc_section.before_section {
        margin-top: 40px;
        position: relative;
        top: auto;
        /*background-image: url("/assets/images/t_img_main01.png");*/
    }

    .home .hero_container .hc_section.before_section.left {
        -webkit-animation: none;
        animation: none;
    }

    .home .hero_container .hc_section.before_section.right {
        -webkit-animation: none;
        animation: none;
    }

    .home .hero_container .hc_section.after_section {
        position: relative;
        top: auto;
        background-image: url("/assets/images/t_img_main02.png");
    }

    .home .hero_container .hc_section.after_section.left {
        -webkit-animation: none;
        animation: none;
    }

    .home .hero_container .hc_section.after_section.right {
        -webkit-animation: none;
        animation: none;
    }

    .home .hero_container .hc_box {
        width: 100%;
        text-align: center;
    }

    .home .hero_container .hc_box h3 {
        font-size: 64px;
    }

    .home .hero_container .hc_box h3 br {
        display: none;
    }

    .home .hero_container .hc_box p {
        margin-bottom: 200px;
    }

    .home .hero_container .hc_aside {
        display: none;
    }

    .home .hero_container .hc_links {
        bottom: 142px;
        gap: 0 40px;
    }

    .home .hero_container .hc_links span {
        bottom: -30px;
        font-size: 12px;
    }

    .home .hero_container .hc_circle {
        bottom: 150px;
        right: 40px;
    }

    .home .gsap_container .gc_content {
        padding: 80px 0;
    }

    .home .gsap_container .gc_content .distinctions {
        padding: 0 40px;
    }

    .home .gsap_container .gc_content .distinctions h5 {
        font-size: 40px;
    }

    .home .gsap_container .gc_content .distinctions p {
        margin-top: 16px;
        font-size: 20px;
    }

    .home .gsap_container .gc_content .shapes {
        margin-top: 40px;
    }

    .home .gsap_container .gc_content .shapes .image {
        width: 94.792%;
    }

    .home .gsap_container .gc_content .shapes .swiper-video {
        width: 94.792%;
    }

    .home .gsap_container .gc_content .shapes .swiper-slide {
        max-width: 576px;
        width: 80%;
        margin-bottom: 40px;
    }

    .home .gsap_container .gc_content .shapes .swiper-slide::before {
        border-top: 35px solid transparent;
        border-bottom: 35px solid transparent;
        border-left: 60.62px solid #fff;
        border-right: 9.38px solid transparent;
    }

    .home .gsap_container .gc_content .shapes .swiper-slide:last-child {
        margin-right: 12%;
    }

    .home .gsap_container .gc_content .shapes .swiper-wrapper {
        gap: 0 24px;
    }

    .home .gsap_container .gc_content .shapes .swiper-scrollbar {
        left: 0;
        width: 94.506%;
    }

    .home .gsap_container .gc_navigation {
        display: none;
    }

    .home .gsap_container .gc_double {
        gap: 0 24px;
    }

    .home .gsap_container .gc_double .box {
        width: 50%;
    }
}

@media (max-width: 720px) {
    .home .hero_container .hc_sections .swiper-pagination {
        bottom: 32%;
    }

    .home .hero_container .hc_section.before_section {
        /*background-image: url("/assets/images/m_img_main01.png");*/
    }

    .home .hero_container .hc_section.after_section {
        background-image: url("/assets/images/m_img_main02.png");
    }

    .home .hero_container .hc_box {
        padding: 0 20px;
    }

    .home .hero_container .hc_box h3 {
        font-size: 32px;
    }

    .home .hero_container .hc_box p {
        font-size: 14px;
    }

    .home .hero_container .hc_box p br {
        display: none;
    }

    .home .hero_container .hc_links {
        bottom: 125px;
    }

    .home .hero_container .hc_links a {
        width: 40px;
        height: 40px;
    }

    .home .hero_container .hc_circle {
        bottom: 210px;
        right: 50%;
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }

    .home .hero_container .hc_circle a {
        width: 120px;
        height: 120px;
    }

    .home .gsap_container .gc_content {
        padding: 56px 0;
    }

    .home .gsap_container .gc_content .distinctions {
        padding: 0 20px;
    }

    .home .gsap_container .gc_content .distinctions h5 {
        font-size: 24px;
    }

    .home .gsap_container .gc_content .distinctions p {
        margin-top: 12px;
        font-size: 14px;
    }

    .home .gsap_container .gc_content .distinctions p br {
        display: none;
    }

    .home .gsap_container .gc_content .distinctions a {
        position: relative;
        top: auto;
        right: auto;
        width: 40px;
        height: 40px;
        margin: 12px auto 0;
    }

    .home .gsap_container .gc_content .shapes {
        margin-top: 24px;
    }

    .home .gsap_container .gc_content .shapes .image img {
        border-radius: 8px 0 0 8px;
    }

    .home .gsap_container .gc_content .shapes .swiper-slide {
        width: 85%;
        margin-bottom: 24px;
    }

    .home .gsap_container .gc_content .shapes .swiper-slide::before {
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 34.64px solid #fff;
        border-right: 5.36px solid transparent;
        border-radius: 5px;
    }

    .home .gsap_container .gc_content .shapes .swiper-slide:last-child {
        margin-right: 25%;
    }

    .home .gsap_container .gc_content .shapes .swiper-wrapper {
        gap: 0 16px;
    }

    .home .gsap_container .gc_navigation {
        display: none;
    }

    .home .gsap_container .gc_double {
        padding: 56px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 32px 0;
    }

    .home .gsap_container .gc_double .box {
        width: 100%;
        text-align: center;
    }

    .home .gsap_container .gc_double .box.type1 {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .home .gsap_container .gc_double .box.type2 {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .home .gsap_container .gc_double .box dl {
        margin-top: 16px;
        gap: 12px 0;
    }

    .home .gsap_container .gc_double .box dl dt {
        font-size: 24px;
    }

    .home .gsap_container .gc_double .box dl dd p {
        margin-bottom: 16px;
        font-size: 14px;
    }

    .home .gsap_container .gc_double .box dl dd a {
        gap: 0 12px;
        width: 112px;
        height: 40px;
        margin: 0 auto;
        font-size: 14px;
    }

    .home .gsap_container .gc_double img {
        width: 100%;
    }
}

.views {
    overflow-x: hidden;
    min-height: 800px;
}

.views .banner {
    position: relative;
    width: 100%;
    height: 400px;
}

.views .banner figure {
    width: 100%;
    height: 100%;
    background-color: #6d6d6d;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.views .banner figure::before {
    content: attr(data-image);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, calc(-50% + 56px));
    transform: translate(-50%, calc(-50% + 56px));
    display: block;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.views .banner figure[data-image=학원소개] {
    background-image: url("/assets/images/img_bn01.png");
}

.views .banner figure[data-image=커리큘럼] {
    background-image: url("/assets/images/img_bn02.png");
}

.views .banner figure[data-image="국제학교 입학준비"] {
    background-image: url("/assets/images/img_bn03.png");
}

.views .banner figure[data-image="학원 소식"] {
    background-image: url("/assets/images/img_bn04.png");
}

.views .banner figure[data-image=고객센터] {
    background-image: url("/assets/images/img_bn05.png");
}

.views .inner {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 40px;
    display: -webkit-box;

    display: flex;
    gap: 0 32px;
}

.views .blank {
    display: none;
}

.views .kakao {
    position: relative;
    z-index: 10;
    background-color: #fae100;
    color: #1b1b18;
}

.views .kakao .row {
    max-width: 1280px;
    margin: 0 auto;
    padding: 45px 40px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 60px;
}

.views .kakao dl {
    width: 980px;
}

.views .kakao dl dt {
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid #000;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 30px;
}

.views .kakao dl dt a {
    min-width: 400px;
    width: 405px;
    height: 68px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 10%;
    background-color: #fff;
    border-radius: 11px;
    font-size: 30px;
    font-weight: 700;
}

.views .kakao dl dt p {
    font-size: 20px;
    font-weight: 500;
}

.views .kakao dl dd {
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 16px;
}

.views .kakao dl dd span {
    width: 210px;
    height: 36px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #635932;
    border-radius: 18px;
    font-size: 20px;
    color: #fff;
}

.views .kakao dl dd p {
    font-size: 20px;
}

.views .kakao .qr {
    width: 160px;
}

.views section.container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: calc(100% - 304px);
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 80px 0;
}

.views aside.lnb {
    min-width: 272px;
}

.views aside.lnb.fixed {
    position: fixed;
    top: 112px;
}

.views aside.lnb.fixed + .blank {
    display: block;
    width: 272px;
}

.views aside.lnb h2 {
    padding: 24px 24px 16px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #f2f2f2;
}

.views aside.lnb nav {
    margin: 8px 0;
}

.views aside.lnb nav > a, .views aside.lnb nav > b {
    position: relative;
    display: block;
    padding: 8px 16px 8px 24px;
    cursor: pointer;
}

.views aside.lnb nav > a::before, .views aside.lnb nav > b::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 0;
    height: 16px;
    background-color: #1ea25e;
}

.views aside.lnb nav > a.active span, .views aside.lnb nav > b.active span {
    font-weight: 700;
    color: #1ea25e;
}

.views aside.lnb nav > a.active::before, .views aside.lnb nav > b.active::before {
    width: 4px;
}

.views aside.lnb nav > a.active span::before, .views aside.lnb nav > b.active span::before {
    width: 100%;
}

.views aside.lnb nav > a span, .views aside.lnb nav > b span {
    position: relative;
    display: inline-block;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.views aside.lnb nav > a span::before, .views aside.lnb nav > b span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0px;
    height: 1px;
    background-color: #1ea25e;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

.views aside.lnb nav > b .btn {
    position: absolute;
    top: 8px;
    right: 16px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    font-size: 0;
}

.views aside.lnb nav > b .btn i {
    display: block;
    width: 12px;
    height: 12px;
    margin-bottom: 7px;
    border-top: 1px solid #6d6d6d;
    border-right: 1px solid #6d6d6d;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: border-color 0.5s, -webkit-transform 0.5s;
    transition: border-color 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, border-color 0.5s;
    transition: transform 0.5s, border-color 0.5s, -webkit-transform 0.5s;
}

.views aside.lnb nav > b.active .btn i {
    margin-bottom: 0px;
    margin-top: 7px;
    border-color: #1ea25e;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.views aside.lnb nav .children {
    position: relative;
    overflow: hidden;
    width: 230px;
    margin-top: 16px;
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
    cursor: default;
}

.views aside.lnb nav .children ul {
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px;
    gap: 8px 0;
    background-color: #f2f2f2;
    border-radius: 0px 0px 8px 8px;
}

.views aside.lnb nav .children li {
    font-size: 14px;
}

.views aside.lnb nav .children li.active {
    color: #1ea25e;
}

.views aside.lnb nav .children li a {
    display: block;
}

.views article.content .atc_title {
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.views article.content .atc_title.between {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.views article.content .atc_title.between .flex {
    display: -webkit-box;

    display: flex;
    gap: 0 16px;
}

.views article.content .atc_title b {
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.views article.content .atc_title h3 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.views article.content .atc_title h3 span {
    color: #1ea25e;
}

.views article.content .atc_title h4 {
    margin-top: 80px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.views article.content .atc_title h4 span {
    color: #1ea25e;
}

.views article.content .atc_title p {
    margin-top: 16px;
    padding: 0 20px;
    text-align: center;
}

.views article.content .atc_title p.parag {
    color: #6d6d6d;
}

.views article.content .atc_title img {
    margin: 0 auto;
}

.views article.content .atc_subtitle {
    margin-top: 40px;
}

.views article.content .atc_subtitle h4 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.views article.content .atc_subtitle h4 span {
    color: #1ea25e;
}

.views article.content .atc_subtitle p {
    margin-top: 16px;
    text-align: center;
}

.views article.content .atc_btns {
    margin-top: 40px;
    display: -webkit-box;

    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 16px;
}

.views article.content .atc_box .cu_tit {
    font-size: 20px;
    font-weight: 700;
    color: #05542c;
    text-align: center;
}

.views article.content .atc_box .cu_txt {
    margin-top: 16px;
}

.views article.content .atc_schools {
    text-align: center;
}

.views article.content .atc_schools .list {
    margin-top: 24px;
}

.views article.content .atc_schools .list h5 {
    padding: 12px;
    font-size: 18px;
    font-weight: 700;
    border-top: 1px solid #000;
}

.views article.content .atc_schools .list ul {
    display: -webkit-box;

    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
}

.views article.content .atc_schools .list ul.max4 > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
}

.views article.content .atc_schools .list ul.max4 > li:nth-child(n+6) {
    border-top: 1px solid #dbdbdb;
}

.views article.content .atc_schools .list ul.max4 > li:nth-child(n+5) {
    border-top: 0;
}

.views article.content .atc_schools .list ul.max4 > li:nth-child(5n) {
    border-right: 0;
}

.views article.content .atc_schools .list ul.max4 > li:nth-child(4n) {
    border-right: 1px solid #dbdbdb;
}

.views article.content .atc_schools .list ul > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    height: 200px;
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #dbdbdb;
    border-right: 0;
}

.views article.content .atc_schools .list ul > li[data-href] {
    cursor: pointer;
}

.views article.content .atc_schools .list ul > li:nth-child(4n) {
    border-right: 1px solid #dbdbdb;
}

.views article.content .atc_schools .list ul > li:nth-child(n+6) {
    border-top: 0;
}

.views article.content .atc_schools .list ul > li:last-child {
    border-right: 1px solid #dbdbdb;
}

.views article.content .atc_schools .list ul > li.grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.views article.content .atc_schools .list ul > li span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.views article.content .atc_schools .list ul > li p {
    width: 100%;
    height: 48px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f2f2f2;
}

.views article.content .atc_schools .list ul > li p > span {
    all: unset;
    font-size: 12px;
}

.views article.content .atc_schools .list ul + h5 {
    margin-top: 24px;
}

.views article.content .atc_schools .list .desc {
    margin-top: 16px;
    font-size: 12px;
    color: #6d6d6d;
}

.views article.content .atc_schools .list + .cu_tit {
    margin-top: 40px;
}

.views article.content .lecture_list {
    display: -webkit-box;

    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px 16px;
}

.views article.content .lecture_list > li {
    width: calc(33.33% - 10.66px);
    border: 1px solid #dbdbdb;
}

.views article.content .lecture_list .con {
    padding: 24px 24px 0;
}

.views article.content .lecture_list .thumb img {
    width: 100%;
}

.views article.content .lecture_list .title {
    padding: 16px 0;
}

.views article.content .lecture_list .title h5 {
    font-size: 20px;
    font-weight: 700;
}

.views article.content .lecture_list .title p {
    margin-top: 4px;
    font-size: 14px;
    color: #6d6d6d;
}

.views article.content .lecture_list .info {
    padding: 16px 0;
    border-top: 1px solid #dbdbdb;
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px 0;
}

.views article.content .lecture_list .info dl {
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
}

.views article.content .lecture_list .info dt {
    color: #6d6d6d;
}

.views article.content .lecture_list .price {
    width: 100%;
    height: 48px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f2f2f2;
}

.views article.content .lecture_list .price p {
    font-size: 20px;
    font-weight: 700;
}

.views article.content .lecture_list .btns {
    display: -webkit-box;

    display: flex;
    border-top: 1px solid #dbdbdb;
}

.views article.content .lecture_list .btns a {
    width: 100%;
    height: 48px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    color: #000;
}

.views article.content .lecture_list .btns a.primary {
    background-color: #1ea25e;
    color: #fff;
}

.views article.content .lecture_list .btns a.secondary {
    background-color: #6d6d6d;
    color: #fff;
}

.views article.content .lecture_detail .top {
    display: -webkit-box;

    display: flex;
    gap: 0 32px;
}

.views article.content .lecture_detail .top .video_box {
    width: 543px;
    aspect-ratio: 16/9;
}

.views article.content .lecture_detail .top .video_box video {
    width: 100%;
    height: 100%;
}

.views article.content .lecture_detail .top .info_box {
    position: relative;
    width: 320px;
    padding-bottom: 48px;
}

.views article.content .lecture_detail .top .info_box .title h5 {
    font-size: 24px;
    font-weight: 700;
}

.views article.content .lecture_detail .top .info_box .title dl {
    margin-top: 8px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.views article.content .lecture_detail .top .info_box .title dl dd {
    display: -webkit-box;

    display: flex;
    gap: 0 8px;
}

.views article.content .lecture_detail .top .info_box .text {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #dbdbdb;
}

.views article.content .lecture_detail .top .info_box .btns {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;

    display: flex;
}

.views article.content .lecture_detail .top .info_box .btns p {
    width: 100%;
    max-width: 160px;
    height: 48px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f2f2f2;
    font-size: 18px;
    font-weight: 700;
}

.views article.content .lecture_detail .rows {
    margin-top: 40px;
}

.views article.content .lecture_detail .rows .row {
    padding: 40px 0;
    border-bottom: 1px solid #dbdbdb;
    display: -webkit-box;

    display: flex;
    gap: 0 32px;
}

.views article.content .lecture_detail .rows .row dt {
    width: 196px;
    font-weight: 700;
}

.views article.content .lecture_detail .rows .row dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.views article.content .lecture_detail .rows .teacher {
    display: -webkit-box;

    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 24px;
}

.views article.content .lecture_detail .rows .teacher .img_box {
    background-color: #f1eee4;
    border-radius: 8px;
}

.views article.content .lecture_detail .rows .teacher .txt_box h5 {
    font-weight: 700;
}

.views article.content .lecture_detail .rows .teacher .txt_box ul {
    margin-top: 16px;
}

.views article.content .lecture_detail .rows .teacher .txt_box ul > li {
    font-size: 14px;
}

.views article.content .lecture_detail .list {
    margin-top: 80px;
}

.views article.content .lecture_detail .list h5 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.views article.content .lecture_detail .list ul {
    margin-top: 24px;
    border-top: 1px solid #000;
}

.views article.content .lecture_detail .list ul > li {
    width: 100%;
    height: 56px;
    padding: 0 16px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 16px;
    border-bottom: 1px solid #dbdbdb;
}

.views article.content .lecture_detail .list ul > li span {
    width: 32px;
    display: block;
    font-size: 14px;
    color: #6d6d6d;
    text-align: center;
}

.views article.content .lecture_detail .list ul > li p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 1024px) {
    .views {
        min-height: 500px;
    }

    .views .banner {
        height: 320px;
    }

    .views .banner figure::before {
        -webkit-transform: translate(-50%, calc(-50% + 36px));
        transform: translate(-50%, calc(-50% + 36px));
    }

    .views .banner figure[data-image=학원소개] {
        background-image: url("/assets/images/t_img_bn01.png");
    }

    .views .banner figure[data-image=커리큘럼] {
        background-image: url("/assets/images/t_img_bn02.png");
    }

    .views .banner figure[data-image=국제학교입학준비] {
        background-image: url("/assets/images/t_img_bn03.png");
    }

    .views .banner figure[data-image="학원 소식"] {
        background-image: url("/assets/images/t_img_bn04.png");
    }

    .views .banner figure[data-image=고객센터] {
        background-image: url("/assets/images/t_img_bn05.png");
    }

    .views .inner {
        gap: 0;
    }

    .views .kakao .row {
        padding: 24px 40px;
        gap: 0;
    }

    .views .kakao dl {
        width: 100%;
    }

    .views .kakao dl dt {
        max-width: 520px;
        margin-bottom: 18px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 0 20px;
    }

    .views .kakao dl dt img {
        width: 48px;
    }

    .views .kakao dl dt a {
        min-width: auto;
        width: 260px;
        height: 48px;
        gap: 0 8px;
        font-size: 22px;
    }

    .views .kakao dl dt p {
        width: 100%;
        margin-top: 16px;
        font-size: 16px;
    }

    .views .kakao dl dt p br {
        display: none;
    }

    .views .kakao dl dd {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .views .kakao dl dd span {
        width: 155px;
        height: 32px;
        font-size: 16px;
    }

    .views .kakao dl dd p {
        font-size: 16px;
    }

    .views .kakao .qr {
        position: absolute;
        top: 24px;
        right: 40px;
        width: 110px;
    }

    .views section.container {
        max-width: 100%;
    }

    .views aside.lnb {
        display: none;
    }

    .views aside.lnb.fixed + .blank {
        display: none;
    }

    .views article.content .atc_subtitle p br {
        display: none;
    }

    .views article.content .atc_subtitle p br + br {
        display: block;
    }

    .views article.content .atc_schools .list ul > li {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }

    .views article.content .atc_schools .list ul > li:nth-child(5n) {
        border-right: 0;
    }

    .views article.content .atc_schools .list ul > li:nth-child(4n) {
        border-right: 1px solid #dbdbdb;
    }

    .views article.content .atc_schools .list ul > li:nth-child(n+5) {
        border-top: 0;
    }

    .views article.content .atc_schools .list ul > li:last-child {
        border-right: 1px solid #dbdbdb;
    }

    .views article.content .atc_schools .list ul > li p {
        height: 40px;
    }

    .views article.content .lecture_list > li {
        width: calc(50% - 8px);
    }

    .views article.content .lecture_detail .top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px 0;
    }

    .views article.content .lecture_detail .top .video_box {
        width: 100%;
    }

    .views article.content .lecture_detail .top .info_box {
        width: 100%;
        padding-bottom: 0;
    }

    .views article.content .lecture_detail .top .info_box .btns {
        margin-top: 48px;
        position: relative;
        bottom: auto;
        left: auto;
    }

    .views article.content .lecture_detail .top .info_box .btns p {
        max-width: 100%;
    }

    .views article.content .lecture_detail .top .info_box .btns a,
    .views article.content .lecture_detail .top .info_box .btns button {
        max-width: 100%;
    }

    .views article.content .lecture_detail .rows .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px 0;
    }

    .views article.content .lecture_detail .rows .row dt {
        width: 100%;
    }

    .views article.content .lecture_detail .rows .row dd .text {
        color: #3c3c3d;
    }
}

@media (max-width: 720px) {
    .views {
        min-height: 300px;
    }

    .views .banner {
        height: 45vw;
    }

    .views .banner figure::before {
        -webkit-transform: translate(-50%, calc(-50% + 20px));
        transform: translate(-50%, calc(-50% + 20px));
        font-size: 24px;
    }

    .views .banner figure[data-image=학원소개] {
        background-image: url("/assets/images/m_img_bn01.png");
    }

    .views .banner figure[data-image=커리큘럼] {
        background-image: url("/assets/images/m_img_bn02.png");
    }

    .views .banner figure[data-image=국제학교입학준비] {
        background-image: url("/assets/images/m_img_bn03.png");
    }

    .views .banner figure[data-image="학원 소식"] {
        background-image: url("/assets/images/m_img_bn04.png");
    }

    .views .banner figure[data-image=고객센터] {
        background-image: url("/assets/images/m_img_bn05.png");
    }

    .views .inner {
        padding: 56px 20px;
    }

    .views .kakao .row {
        padding: 18px 36px;
    }

    .views .kakao dl dt {
        max-width: 100%;
        margin-bottom: 12px;
        padding-bottom: 12px;
        gap: 0 15px;
    }

    .views .kakao dl dt img {
        width: 42px;
    }

    .views .kakao dl dt a {
        width: 220px;
        height: 40px;
        gap: 0 15px;
        font-size: 18px;
    }

    .views .kakao dl dt p {
        font-size: 12px;
    }

    .views .kakao dl dd {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .views .kakao dl dd span {
        width: 130px;
        height: 28px;
        font-size: 14px;
    }

    .views .kakao dl dd p {
        width: 100%;
        margin-top: 8px;
        font-size: 14px;
    }

    .views .kakao dl dd p strong {
        display: block;
    }

    .views .kakao .qr {
        display: none;
    }

    .views section.container {
        gap: 56px 0;
    }

    .views article.content .atc_title b {
        font-size: 16px;
    }

    .views article.content .atc_title h3 {
        font-size: 18px;
    }

    .views article.content .atc_title h4 {
        margin-top: 56px;
        font-size: 18px;
    }

    .views article.content .atc_title p {
        margin-top: 12px;
        padding-left: 0;
        padding-right: 0;
        font-size: 14px;
    }

    .views article.content .atc_title.between .flex {
        gap: 0 8px;
    }

    .views article.content .atc_subtitle {
        margin-top: 32px;
    }

    .views article.content .atc_subtitle strong {
        margin-bottom: 4px;
        padding: 2px 12px;
        font-size: 14px;
    }

    .views article.content .atc_subtitle h4 {
        font-size: 18px;
    }

    .views article.content .atc_subtitle p {
        margin-top: 12px;
        font-size: 14px;
    }

    .views article.content .atc_btns {
        margin-top: 32px;
    }

    .views article.content .atc_box .cu_tit {
        font-size: 16px;
    }

    .views article.content .atc_box .cu_txt {
        margin-top: 12px;
        font-size: 14px;
    }

    .views article.content .atc_schools .list {
        margin-top: 16px;
    }

    .views article.content .atc_schools .list h5 {
        padding: 8px;
        font-size: 16px;
    }

    .views article.content .atc_schools .list ul.max4 > li p {
        font-size: 12px;
    }

    .views article.content .atc_schools .list ul > li {
        height: auto;
    }

    .views article.content .atc_schools .list ul > li span {
        max-height: 94px;
        padding: 12px 4px;
    }

    .views article.content .atc_schools .list ul > li span img {
        max-height: 100%;
    }

    .views article.content .atc_schools .list ul > li p {
        height: 100%;
        padding: 6px 4px;
        font-size: 14px;
    }

    .views article.content .atc_schools .list ul + h5 {
        margin-top: 16px;
    }

    .views article.content .atc_schools .list .desc {
        margin-top: 12px;
    }

    .views article.content .atc_schools .list + .cu_tit {
        margin-top: 32px;
    }

    .views article.content .lecture_list {
        gap: 16px 0;
    }

    .views article.content .lecture_list > li {
        width: 100%;
    }

    .views article.content .lecture_list .title {
        padding: 12px 0;
    }

    .views article.content .lecture_list .title h5 {
        font-size: 18px;
    }

    .views article.content .lecture_list .title p {
        margin-top: 2px;
        font-size: 12px;
    }

    .views article.content .lecture_list .info {
        padding: 12px 0;
        gap: 2px 0;
    }

    .views article.content .lecture_list .info dl {
        font-size: 12px;
    }

    .views article.content .lecture_list .price {
        height: 40px;
    }

    .views article.content .lecture_list .price p {
        font-size: 18px;
    }

    .views article.content .lecture_list .btns a {
        height: 40px;
        font-size: 14px;
    }

    .views article.content .lecture_detail .top .info_box .title h5 {
        font-size: 18px;
    }

    .views article.content .lecture_detail .top .info_box .title dl {
        margin-top: 4px;
    }

    .views article.content .lecture_detail .top .info_box .title dl dt {
        font-size: 14px;
    }

    .views article.content .lecture_detail .top .info_box .text {
        margin-top: 16px;
        padding-top: 12px;
    }

    .views article.content .lecture_detail .top .info_box .text p {
        font-size: 14px;
    }

    .views article.content .lecture_detail .top .info_box .btns {
        margin-top: 32px;
    }

    .views article.content .lecture_detail .top .info_box .btns p {
        height: 40px;
        font-size: 14px;
    }

    .views article.content .lecture_detail .rows {
        margin-top: 24px;
    }

    .views article.content .lecture_detail .rows .row {
        padding: 32px 0;
        gap: 16px 0;
    }

    .views article.content .lecture_detail .rows .row dt {
        font-size: 14px;
    }

    .views article.content .lecture_detail .rows .row dd {
        font-size: 14px;
    }

    .views article.content .lecture_detail .rows .teacher {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px 0;
    }

    .views article.content .lecture_detail .rows .teacher .txt_box h5 {
        font-size: 16px;
    }

    .views article.content .lecture_detail .rows .teacher .txt_box ul {
        margin-top: 12px;
    }

    .views article.content .lecture_detail .rows .teacher .txt_box ul > li {
        font-size: 12px;
    }

    .views article.content .lecture_detail .list {
        margin-top: 56px;
    }

    .views article.content .lecture_detail .list h5 {
        font-size: 18px;
    }

    .views article.content .lecture_detail .list ul {
        margin-top: 16px;
    }

    .views article.content .lecture_detail .list ul > li {
        height: 42px;
        padding: 0 12px;
        gap: 0 12px;
    }

    .views article.content .lecture_detail .list ul > li span {
        width: 24px;
        font-size: 12px;
    }

    .views article.content .lecture_detail .list ul > li p {
        font-size: 12px;
    }
}

.views #intro .atc_box {
    margin-top: 40px;
}

.views #intro .history .box {
    display: -webkit-box;

    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 32px;
}

.views #intro .history .links {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid #dbdbdb;
    display: -webkit-box;

    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.views #intro .history .links a {
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 25%;
    padding: 12px 16px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    -webkit-transition: background-color 0.5s, color 0.5s;
    transition: background-color 0.5s, color 0.5s;
}

.views #intro .history .links a .ico_arrow {
    background-color: #f2f2f2;
}

.views #intro .history .links a:hover {
    background-color: #1ea25e;
    color: #fff;
}

.views #intro .teachers .list {
    display: -webkit-box;

    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px 16px;
}

.views #intro .teachers .list > li {
    width: 212px;
    text-align: center;
    cursor: pointer;
}

.views #intro .teachers .list > li img {
    margin: 0 auto;
    background-color: #f2f2f2;
    border-radius: 8px;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.views #intro .teachers .list > li p {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.views #intro .teachers .list > li p.name_en {
    margin-top: 16px;
    font-size: 18px;
    font-weight: 700;
}

.views #intro .teachers .list > li p.name_kr {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #6d6d6d;
}

.views #intro .teachers .list > li:hover img {
    background-color: #1ea25e;
}

.views #intro .teachers .list > li:hover p.name_en {
    color: #1ea25e;
}

.views #intro .subject .row {
    display: -webkit-box;

    display: flex;
    padding: 40px 0;
    gap: 0 24px;
    border-top: 1px solid #dbdbdb;
}

.views #intro .subject .row:first-child {
    padding-top: 0;
    border-top: 0;
}

.views #intro .subject .row h5 {
    width: 196px;
    font-weight: 700;
}

.views #intro .subject .box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.views #intro .subject .grade {
    display: -webkit-box;

    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    text-align: center;
}

.views #intro .subject .grade dl {
    width: calc(50% - 8px);
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #1ea25e;
}

.views #intro .subject .grade dl dt {
    padding: 12px;
    color: #1ea25e;
    background-color: rgba(30, 162, 94, 0.1);
}

.views #intro .subject .grade dl dd {
    /*
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
 */
    padding: 12px;
    /*
  padding-bottom: 16px;
  display: -webkit-box;
  
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  */
}

.views #intro .location .box {
    display: -webkit-box;

    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 32px;
}

.views #intro .location .box #map {
    width: 100%;
    max-width: 544px;
    aspect-ratio: 2/1;
    background-color: #f2f2f2;
}

.views #intro .location .box .info {
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px 0;
}

.views #intro .location .box .info dl {
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px 0;
}

.views #intro .location .box .info dt {
    font-weight: 700;
}

.views #intro .location .tbl {
    margin-top: 40px;
    display: -webkit-box;

    display: flex;
    border: 1px solid #dbdbdb;
    text-align: center;
}

.views #intro .location .tbl dl {
    width: 50%;
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.views #intro .location .tbl dl dt {
    padding: 8px 16px;
    font-weight: 700;
    background-color: #f2f2f2;
}

.views #intro .location .tbl dl dd {
    height: 72px;
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.views #intro .location .tbl dl dd p {
    font-size: 22px;
}

.views #intro .location .tbl dl dd span {
    width: 135px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.views #intro .location .tbl dl dd u {
    text-decoration: none;
}

.views #intro .location .tbl dl + dl {
    border-left: 1px solid #dbdbdb;
}

.views #intro .ib .intro {
    display: -webkit-box;

    display: flex;
    gap: 0 32px;
}

.views #intro .ib .intro dt {
    display: -webkit-box;

    display: flex;
    gap: 0 2px;
}

.views #intro .ib .intro dt p {
    height: 168px;
    padding: 0 19px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.views #intro .ib .intro dd {
    width: 432px;
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px 0;
}

.views #curriculum .atc_box {
    margin-top: 24px;
}

.views #curriculum .teachers {
    display: -webkit-box;

    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #000;
}

.views #curriculum .teachers.half .item:nth-child(1) {
    padding-top: 64px;
}

.views #curriculum .teachers.half .item:nth-child(2) {
    padding-top: 64px;
}

.views #curriculum .teachers .item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: 24px;
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
}

.views #curriculum .teachers .item:nth-child(2n) {
    border-right: 0;
}

.views #curriculum .teachers .top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f2f2f2;
    font-weight: 700;
}

.views #curriculum .teachers .tit span {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
}

.views #curriculum .teachers .tit span u {
    color: #1ea25e;
    text-decoration: none;
}

.views #curriculum .teachers .tit h5 {
    font-size: 20px;
    font-weight: 700;
}

.views #curriculum .teachers .common_list_3 {
    margin-top: 16px;
}

.views #curriculum .ib .intro {
    display: -webkit-box;

    display: flex;
    gap: 0 32px;
}

.views #curriculum .ib .intro dt {
    /*width: 432px;*/
    display: -webkit-box;

    display: flex;
    gap: 0 2px;
}

.views #curriculum .ib .intro dt p {
    height: 168px;
    padding: 0 19px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* background-color: #f2f2f2; */
}

.views #curriculum .ib .intro dd {
    width: 432px;
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px 0;
}

.views #curriculum .ib .subject {
    overflow-x: auto;
}

.views #curriculum .ib .subject .bg {
    position: relative;
    width: 896px;
    height: 643px;
    background-position: center 144px;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
    background-image: url("/assets/images/img_IBsubject.svg");
}

.views #curriculum .ib .subject .group {
    position: absolute;
    width: 250px;
}

.views #curriculum .ib .subject .group.g1 {
    top: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.views #curriculum .ib .subject .group.g2 {
    top: 170px;
    right: 40px;
}

.views #curriculum .ib .subject .group.g2 ul {
    height: 64px;
}

.views #curriculum .ib .subject .group.g3 {
    top: 350px;
    right: 40px;
}

.views #curriculum .ib .subject .group.g4 {
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

.views #curriculum .ib .subject .group.g5 {
    top: 350px;
    left: 40px;
    text-align: right;
}

.views #curriculum .ib .subject .group.g6 {
    top: 170px;
    left: 40px;
    text-align: right;
}

.views #curriculum .ib .subject .group strong {

    display: inline-flex;
    padding: 3px 10px;
    background-color: #1ea25e;
    border-radius: 24px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.views #curriculum .ib .subject .group h5 {
    margin: 4px 0 8px;
    font-size: 18px;
    font-weight: 700;
    color: #05542c;
}

.views #curriculum .ib .subject .group ul {
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px 12px;
}

.views #curriculum .ib .subject .group ul > li {
    font-size: 12px;
}

.views #curriculum .ib .subject .group ul span {
    color: #6d6d6d;
}

.views #curriculum .ib .world img {
    width: 100%;
}

.views #curriculum .igcse .course {
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px 0;
    text-align: center;
}

.views #curriculum .igcse .course ul {
    display: -webkit-box;

    display: flex;
    gap: 0 2px;
}

.views #curriculum .igcse .course ul > li {
    width: 100%;
    height: 144px;
    padding: 0 19px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f2f2f2;
}

.views #curriculum .igcse .course ul > li:nth-child(1) {
    width: 263px;
}

.views #curriculum .igcse .course ul > li:nth-child(2) {
    width: 324px;
}

.views #curriculum .igcse .course ul > li:nth-child(3) {
    width: 305px;
}

.views #curriculum .igcse .course .txt {
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px 0;
}

.views #curriculum .igcse .course .txt span {
    display: block;
    font-size: 14px;
    color: #6d6d6d;
}

.views #curriculum .igcse .curriculum {
    border-top: 1px solid #000;
}

.views #curriculum .igcse .curriculum .row {
    display: -webkit-box;

    display: flex;
    padding: 24px 0;
    gap: 0 24px;
    border-bottom: 1px solid #dbdbdb;
}

.views #curriculum .igcse .curriculum .row .tit {
    width: 24%;
}

.views #curriculum .igcse .curriculum .row .tit span {
    font-size: 14px;
}

.views #curriculum .igcse .curriculum .row .tit span u {
    color: #1ea25e;
    text-decoration: none;
}

.views #curriculum .igcse .curriculum .row .tit h5 {
    margin-top: 4px;
    font-size: 20px;
    font-weight: 700;
}

.views #curriculum .igcse .curriculum .row .box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.views #curriculum .igcse .curriculum .row .box ul {
    margin-top: 24px;
    height: 96px;
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 16px;
}

.views #curriculum .igcse .curriculum .row .box ul > li {
    width: calc(50% - 8px);
}

.views #curriculum .igcse .table {
    border-top: 1px solid #000;
}

.views #curriculum .igcse .table .row {
    display: -webkit-box;

    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.views #curriculum .igcse .table .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    height: 56px;
    padding: 0 16px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
}

.views #curriculum .igcse .table .col:nth-child(4n) {
    border-right: 0;
}

.views #curriculum .keystage .intro {
    display: -webkit-box;

    display: flex;
    gap: 0 32px;
}

.views #curriculum .keystage .intro dt {
    width: 432px;
    display: -webkit-box;

    display: flex;
    gap: 0 2px;
}

.views #curriculum .keystage .intro dt p {
    width: 100%;
    height: 264px;
    padding: 0 16px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f2f2f2;
}

.views #curriculum .keystage .intro dd {
    width: 432px;
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px 0;
}

.views #curriculum .keystage .step {
    display: -webkit-box;

    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 56px;
    text-align: center;
}

.views #curriculum .keystage .step > li {
    position: relative;
    width: calc(50% - 28px);
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #1ea25e;
}

.views #curriculum .keystage .step > li strong {
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    background-color: rgba(30, 162, 94, 0.1);
    font-weight: 400;
    color: #1ea25e;
}

.views #curriculum .keystage .step > li div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 12px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.views #curriculum .keystage .step > li div span {
    color: #6d6d6d;
}

.views #curriculum .keystage .step > li::before {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    background-color: #f2f2f2;
    border-radius: 50%;
}

.views #curriculum .keystage .step > li::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
}

.views #curriculum .keystage .step > li.step1::before {
    content: "";
    top: 50%;
    right: -40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.views #curriculum .keystage .step > li.step1::after {
    content: "";
    top: 50%;
    right: -32px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #6d6d6d;
}

.views #curriculum .keystage .step > li.step2::before {
    content: "";
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.views #curriculum .keystage .step > li.step2::after {
    content: "";
    bottom: -32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 6px solid #6d6d6d;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.views #curriculum .keystage .step > li.step3 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.views #curriculum .keystage .step > li.step3::before {
    content: "";
    top: 50%;
    left: -40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.views #curriculum .keystage .step > li.step3::after {
    content: "";
    top: 50%;
    left: -32px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 6px solid #6d6d6d;
}

.views #curriculum .keystage .step > li.step4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.views #curriculum .mathinfo .course {
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px 0;
}

.views #curriculum .mathinfo .course dt {
    overflow-x: auto;
}

.views #curriculum .mathinfo .course dt .bg {
    position: relative;
    width: 896px;
    height: 188px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #e8f6ee;
    background-image: url("/assets/images/img_ms.svg");
}

.views #curriculum .mathinfo .course dt .group {
    position: absolute;
}

.views #curriculum .mathinfo .course dt .group.g1 {
    top: 80px;
    left: 238px;
}

.views #curriculum .mathinfo .course dt .group.g1 p:nth-child(1) {
    margin-left: 30px;
}

.views #curriculum .mathinfo .course dt .group.g1 p:nth-child(2) {
    margin-left: 15px;
}

.views #curriculum .mathinfo .course dt .group.g1 p:nth-child(3) {
    margin-left: 0px;
}

.views #curriculum .mathinfo .course dt .group.g2 {
    top: 24px;
    left: 350px;
}

.views #curriculum .mathinfo .course dt .group.g3 {
    top: 24px;
    right: 348px;
}

.views #curriculum .mathinfo .course dt .group.g4 {
    top: 70px;
    right: 288px;
}

.views #curriculum .mathinfo .course dt .group.g5 {
    top: 100px;
    right: 258px;
}

.views #curriculum .mathinfo .course dt .group.g6 {
    top: 130px;
    right: 168px;
}

.views #curriculum .mathinfo .course dt .group p {
    font-weight: 700;
}

.views #curriculum .mathinfo .course dt .group span {
    display: block;
    margin-left: 15px;
    font-size: 14px;
}

.views #curriculum .mathinfo .course dd {
    display: -webkit-box;

    display: flex;
    gap: 0 2px;
}

.views #curriculum .mathinfo .course dd p {
    width: 100%;
    height: 128px;
    padding: 0 18px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f2f2f2;
}

.views #curriculum .mathinfo .course dd p:nth-child(1) {
    /* width: 359px; */
    width: 288px;
}

.views #curriculum .mathinfo .course dd p:nth-child(2) {
    width: 158px;
}

.views #curriculum .mathinfo .course dd p:nth-child(3) {
    /* width: 375px; */
    width: 288px;
}

.views #curriculum .mathinfo .course dd p:nth-child(4) {
    width: 158px;
}

.views #curriculum .mathinfo .table .row {
    display: -webkit-box;

    display: flex;
}

.views #curriculum .mathinfo .table .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
}

.views #curriculum .mathinfo .table .col:last-child {
    border-right: 0;
}

.views #curriculum .mathinfo .table .col:nth-child(4) {
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
}

.views #curriculum .mathinfo .table .col dt {
    height: 72px;
    padding: 0 16px;
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
}

.views #curriculum .mathinfo .table .col dd {
    height: 72px;
    padding: 12px 16px;
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px 0;
    border-top: 1px solid #dbdbdb;
}

.views #curriculum .mathinfo .table .col dd:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.views #curriculum .mathinfo .table .col dd p {
    position: relative;
    padding-left: 12px;
    text-align: left;
}

.views #curriculum .mathinfo .table .col dd p::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 4px;
    height: 4px;
    background-color: #a4a4a5;
}

.views #curriculum .ap .table {
    margin-top: 24px;
    border-top: 1px solid #000;
}

.views #curriculum .ap .table .row {
    display: -webkit-box;

    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.views #curriculum .ap .table .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-height: 72px;
    padding: 12px 16px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
}

.views #curriculum .ap .table .col:nth-child(4n) {
    border-right: 0;
}

.views #curriculum .ap .box1 {
    display: -webkit-box;

    display: flex;
    text-align: center;
}

.views #curriculum .ap .box1 dl {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #dbdbdb;
}

.views #curriculum .ap .box1 dt {
    padding: 8px 16px;
    background-color: #f2f2f2;
    font-weight: 700;
}

.views #curriculum .ap .box1 dd {
    padding: 12px 16px;
    background-color: #fff;
    font-weight: 400;
}

.views #curriculum .ap .box1 + .cu_tit {
    margin-top: 40px;
}

.views #curriculum .ap .box2 {
    margin-top: 24px;
    border-top: 1px solid #000;
    text-align: center;
}

.views #curriculum .ap .box2 .row {
    display: -webkit-box;

    display: flex;
    border-bottom: 1px solid #dbdbdb;
}

.views #curriculum .ap .box2 .th,
.views #curriculum .ap .box2 .td {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 18%;
    flex: 1 1 18%;
    padding: 12px;
}

.views #curriculum .ap .box2 .th:first-child,
.views #curriculum .ap .box2 .td:first-child {
    -ms-flex-preferred-size: 12%;
    flex-basis: 12%;
    padding: 12px 0;
    border-right: 1px solid #dbdbdb;
}

.views #curriculum .ap .box2 .th {
    font-weight: 700;
}

.views #curriculum .ap .box2 .td {
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px 0;
}

.views #curriculum .ap .box2 .td:nth-child(even) {
    background-color: #f1eee4;
}

.views #curriculum .ap .box2 .td span {
    font-weight: 700;
    color: #a4a4a5;
}

.views #curriculum .ap .box2 .td p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.views #curriculum .sat .table {
    margin-top: 24px;
    border-top: 1px solid #000;
}

.views #curriculum .sat .table .row {
    display: -webkit-box;

    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.views #curriculum .sat .table .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    max-height: 48px;
    padding: 12px 16px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
}

.views #curriculum .sat .table .col:nth-child(3n) {
    border-right: 0;
}

.views #curriculum .toeflpsat {
    margin-top: 40px;
}

.views #curriculum .toeflpsat .toefl {
    padding: 24px;
    background-color: #f2f2f2;
    text-align: center;
}

.views #curriculum .toeflpsat .toefl img {
    margin: 0 auto;
}

.views #curriculum .toeflpsat .toefl ul {
    margin-top: 16px;
    display: -webkit-box;

    display: flex;
    gap: 0 16px;
}

.views #curriculum .toeflpsat .toefl ul > li {
    width: 200px;
    height: 48px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #08468e;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.views #curriculum .toeflpsat .psat {
    position: relative;
    padding-top: 32px;
    text-align: center;
}

.views #curriculum .toeflpsat .psat img {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.views #curriculum .toeflpsat .psat ul {
    position: relative;
    z-index: 5;
    display: -webkit-box;

    display: flex;
    gap: 0 2px;
}

.views #curriculum .toeflpsat .psat ul > li {
    position: relative;
    width: 300px;
    height: 224px;
    padding: 25px 16px;
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 16px 0;
    background-color: #f2f2f2;
}

.views #curriculum .toeflpsat .psat ul > li:last-child::before, .views #curriculum .toeflpsat .psat ul > li:last-child::after {
    display: none;
}

.views #curriculum .toeflpsat .psat ul > li::before, .views #curriculum .toeflpsat .psat ul > li::after {
    content: "";
    position: absolute;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
}

.views #curriculum .toeflpsat .psat ul > li::before {
    right: -16px;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
}

.views #curriculum .toeflpsat .psat ul > li::after {
    width: 0;
    height: 0;
    right: -7px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #1ea25e;
}

.views #curriculum .toeflpsat .psat ul h5 {
    width: 100%;
    height: 74px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
}

.views #curriculum .toeflpsat .psat ul p {
    width: 100%;
}

.views #international .atc_box {
    margin-top: 24px;
}

.views #international .ready .admission .row {
    display: -webkit-box;

    display: flex;
    padding: 40px 0;
    gap: 0 40px;
    border-top: 1px solid #dbdbdb;
}

.views #international .ready .admission .row:first-child {
    padding-top: 16px;
    border-top: 0;
}

.views #international .ready .admission .row .tit {
    width: 22%;
}

.views #international .ready .admission .row .tit h5 {
    font-size: 16px;
    font-weight: 700;
}

.views #international .ready .admission .row .box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.views #international .ready .admission .row .box p {
    color: #3c3c3d;
}

.views #international .ready .admission .row .box p + p {
    margin-top: 24px;
}

.views #international .ready .admission .row .box ul {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px dashed #dbdbdb;
    display: -webkit-box;

    display: flex;
    text-align: center;
}

.views #international .ready .admission .row .box ul > li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 8px;
}

.views #international .ready .admission .row .box ul img {
    margin: 0 auto;
}

.views #international .ready .admission .row .box ul span {
    margin-top: 8px;
    display: block;
    font-size: 14px;
}

.views #international .mis .logos {
    display: -webkit-box;

    display: flex;
    gap: 0 2px;
}

.views #international .mis .logos > li {
    width: 100%;
    height: 128px;
    padding: 0 16px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f2f2f2;
}

.views #international .mis .logos > li:nth-child(1) {
    width: 532px;
}

.views #international .mis .logos > li:nth-child(2) {
    width: 212px;
}

.views #international .mis .logos > li:nth-child(3) {
    width: 148px;
}

.views #international .foreign .admission {
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px 0;
}

.views #international .foreign .admission .row {
    display: -webkit-box;

    display: flex;
}

.views #international .foreign .admission .tit {
    width: 22%;
}

.views #international .foreign .admission .tit h5 {
    font-size: 16px;
    font-weight: 700;
}

.views #international .foreign .admission .tit h5 span {
    color: #1ea25e;
}

.views #international .foreign .admission .box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.views #international .foreign .admission .box table {
    border: 1px solid #1ea25e;
}

.views #international .foreign .admission .box table tr {
    border-bottom: 1px solid #dbdbdb;
}

.views #international .foreign .admission .box table tr:last-child {
    border-bottom: 0;
}

.views #international .foreign .admission .box table th {
    width: 177px;
    padding: 12px 16px;
    font-weight: 700;
    background-color: #eff9f3;
    border-right: 1px solid #1ea25e;
}

.views #international .foreign .admission .box table td {
    padding: 12px 16px;
    text-align: center;
}

.views #international .foreign .admission .desc {
    margin-top: 16px;
    font-size: 12px;
    color: #6d6d6d;
    text-align: center;
}

.views #international .junior {
    margin-top: 0;
}

.views #international .ib .intro {
    display: -webkit-box;

    display: flex;
    gap: 0 32px;
}

.views #international .ib .intro dt {
    display: -webkit-box;

    display: flex;
    gap: 0 2px;
}

.views #international .ib .intro dt p {
    height: 168px;
    padding: 0 19px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.views #international .ib .intro dd {
    width: 432px;
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px 0;
}

.views #news .atc_box {
    margin-top: 24px;
}

.views #news .test .box {
    padding: 24px 0;
    border-top: 1px solid #dbdbdb;
}

.views #news .test .box p + p {
    margin-top: 24px;
}

.views #news .test .box .badges {
    margin-top: 24px;
    display: -webkit-box;

    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 8px;
}

.views #news .test .box .badges i {
    padding: 0 12px;
}

.views #news .test .btn {
    margin-top: 56px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.views #news .test .btn a,
.views #news .test .btn button {
    max-width: 240px;
}

.views #news .complete .box {
    padding: 40px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #dbdbdb;
}

.views #news .complete .box > div {
    width: 100%;
    max-width: 552px;
    margin: 0 auto;
    text-align: center;
}

.views #news .complete .box h5 {
    font-size: 24px;
    font-weight: 700;
}

.views #news .complete .box h5 span {
    color: #1ea25e;
}

.views #news .complete .box p {
    margin: 24px 0 40px;
    color: #6d6d6d;
}

.views #news .complete .box dl {
    display: -webkit-box;

    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.views #news .complete .box dl dt {
    width: 100%;
    height: 48px;
    margin-top: 16px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f2f2f2;
}

.views #news .complete .box dl dd {
    width: 50%;
}

.views #news .complete .box dl dd + dd {
    border-left: 1px solid #ccc;
}

.views #news .complete .box dl br {
    display: none;
}

.views #news .complete .btn {
    margin-top: 40px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.views #news .passer .list {
    display: -webkit-box;

    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.views #news .passer .list > li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px 0;
    padding: 12px 16px;
    border: 1px solid #dbdbdb;
    border-right: 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: color 0.5s, background-color 0.5s;
    transition: color 0.5s, background-color 0.5s;
}

.views #news .passer .list > li:hover {
    color: #1ea25e;
    background-color: #eff9f3;
}

.views #news .passer .list > li:hover::before {
    opacity: 1;
    visibility: visible;
}

.views #news .passer .list > li:nth-child(3n) {
    border-right: 1px solid #dbdbdb;
}

.views #news .passer .list > li:nth-child(n+4) {
    border-top: 0;
}

.views #news .passer .list > li:last-child {
    border-right: 1px solid #dbdbdb;
}

.views #news .passer .list > li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #1ea25e;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.views #news .passer .list > li span {
    font-size: 12px;
}

.views #news .passer .list > li p {
    font-weight: 700;
}

.views #mypage .atc_box {
    margin-top: 40px;
}

.views #mypage .lecture {
    margin-top: 0;
}

.views #mypage .lecture .top {
    margin: 8px 0 0px;
}

.views #mypage .lecture .top dl {
    margin-bottom: 24px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.views #mypage .lecture .top dl dd {
    position: relative;
    margin-left: 8px;
    padding-left: 8px;
}

.views #mypage .lecture .top dl dd::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 1px;
    height: 16px;
    background-color: #dbdbdb;
}

.views #mypage .lecture .top .video_box {
    width: 100%;
    aspect-ratio: 16/9;
}

.views #mypage .lecture .top .video_box video {
    width: 100%;
    height: 100%;
}

.views #mypage .lecture .list {
    margin-top: 24px;
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px 0;
}

.views #mypage .lecture .list > li {
    display: -webkit-box;

    display: flex;
    border: 1px solid #dbdbdb;
}

.views #mypage .lecture .list .box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 24px;
    border-right: 1px solid #dbdbdb;
}

.views #mypage .lecture .list .box .tit {
    padding-bottom: 24px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 8px;
}

.views #mypage .lecture .list .box .tit h5 {
    font-size: 20px;
    font-weight: 700;
}

.views #mypage .lecture .list .box .progress {
    border-top: 1px solid #dbdbdb;
    padding-top: 24px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 16px;
}

.views #mypage .lecture .list .box .progress .name {
    color: #6d6d6d;
}

.views #mypage .lecture .list .box .progress .bar {
    width: 100%;
    height: 8px;
    background-color: #f2f2f2;
    border-radius: 40px;
}

.views #mypage .lecture .list .box .progress .bar_inner {
    width: 0;
    height: 100%;
    background-color: #1ea25e;
    border-radius: 40px;
}

.views #mypage .lecture .list .box .progress .percent {
    min-width: 42px;
    text-align: right;
}

.views #mypage .lecture .list .box .progress .percent span {
    color: #1ea25e;
}

.views #mypage .lecture .list .btns {
    width: 188px;
    margin-top: 24px;
    padding: 24px;
    /*
  display: -webkit-box;
  
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px 0;
  */
}

.views #accordion .atc_box {
    margin-top: 40px;
}

.views #notice .atc_box {
    margin-top: 40px;
}

.views #myform .atc_box {
    margin-top: 40px;
    padding: 40px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #dbdbdb;
}

.views #myform .atc_btns [class^=ubtn] {
    max-width: 244px;
}

.views #myform .password {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px 0;
    text-align: center;
}

.views #myform .info {
    width: 100%;
    max-width: 552px;
    margin: 0 auto;
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px 0;
}

.views #myform .info > li {
    display: -webkit-box;

    display: flex;
    gap: 0 16px;
}

.views #myform .info .label {
    display: block;
    width: 96px;
    padding-top: 17.5px;
    font-size: 14px;
    font-weight: 500;
}

.views #myform .info .label.pdt {
    padding-top: 6px;
}

.views #myform .info .uread {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px;
    border-bottom: 1px solid #dbdbdb;
}

.views #myform .info [class^=uinput] {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.views #myform .info .radio_wrap {
    display: -webkit-box;

    display: flex;
    gap: 0 24px;
    padding: 16px 0;
}

.views #myform .info .deposit {
    margin-top: 8px;
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px 0;
}

.views #myform .info .deposit .box {
    padding: 16px;
    display: -webkit-box;

    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f2f2f2;
}

.views #myform .info .deposit .box p {
    width: 100%;
    color: #6d6d6d;
}

.views #myform .info .deposit .box p + p {
    margin-top: 24px;
}

.views #myform .info .deposit .box dt {
    width: 100%;
    height: 40px;
    margin-top: 12px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #dbdbdb;
}

.views #myform .info .deposit .box dd {
    width: 50%;
    text-align: center;
}

.views #myform .info .deposit .box dd + dd {
    border-left: 1px solid #ccc;
}

.views #myform .info .deposit .box br {
    display: none;
}

.views #myform .info_forward {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.views #myform .info_backward {
    overflow: hidden;
    width: 100%;
    max-width: 512px;
    margin: 24px auto 0;
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px 0;
    border-radius: 8px;
}

.views #myform .info_backward dt {
    padding: 16px;
    background-color: #f2f2f2;
    color: #6d6d6d;
}

.views #myform .info_backward dd {
    display: -webkit-box;

    display: flex;
    padding: 16px 0;
    background-color: #f2f2f2;
}

.views #myform .info_backward dd p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.views #myform .info_backward dd p + p {
    border-left: 1px solid #ccc;
}

.views #myform .info_backward dd span {
    color: #1ea25e;
}

.views #cs .atc_box {
    margin-top: 40px;
}

.views #cs .advisor {
    text-align: center;
}

.views #cs .advisor h5 {
    font-size: 24px;
    font-weight: 700;
}

.views #cs .advisor h5 strong {
    color: #1ea25e;
}

.views #cs .advisor ul {
    margin-top: 24px;
    display: -webkit-box;

    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
}

.views #cs .advisor ul li {
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(50% - 8px);
    height: 120px;
    background-color: #f2f2f2;
    border-radius: 0px 0px 8px 8px;
}

.views #cs .advisor ul p {
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.views #cs .advisor ul .tit {
    min-height: 40px;
    font-weight: 700;
    color: #6d6d6d;
    background-color: #dbdbdb;
}

.views #cs .advisor ul .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.views #cs .advisor .kakao_banner {
    margin-top: 80px;
}

.views #cs .index h4 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.views #cs .index ol {
    display: -webkit-box;

    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 16px;
    padding: 16px;
    gap: 8px 16px;
    background-color: #f2f2f2;
    border-radius: 8px;
}

.views #cs .index ol li {
    width: calc(50% - 8px);
}

.views #cs .index ol li a {
    color: #05542c;
}

.views #cs .policy {
    margin-top: 40px;
    padding: 16px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #dbdbdb;
}

.views #cs .policy h5 {
    font-weight: 700;
    margin-bottom: 8px;
}

.views #cs .policy p {
    font-size: 14px;
}

@media (max-width: 1024px) {
    .views #intro .history .box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px 0;
    }

    .views #intro .history .box img {
        margin: 0 auto;
    }

    .views #intro .history .links a {
        width: 33.33%;
    }

    .views #intro .teachers .list {
        gap: 24px;
    }

    .views #intro .teachers .list > li {
        width: calc(33.33% - 16px);
    }

    .views #intro .subject .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px 0;
    }

    .views #intro .subject .row h5 {
        width: 100%;
    }

    .views #intro .location .box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px 0;
    }

    .views #intro .location .box #map {
        max-width: none;
        margin: 0 auto;
    }

    .views #intro .ib .intro {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px 0;
        text-align: center;
    }

    .views #intro .ib .intro dt {
        width: 100%;
    }

    .views #intro .ib .intro dt p {
        padding: 0;
    }

    .views #intro .ib .intro dt p:first-child {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .views #intro .ib .intro dt p:last-child {
        -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
        flex: 1.5;
    }

    .views #intro .ib .intro dd {
        width: 100%;
    }

    .views #curriculum .ib .intro {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px 0;
        text-align: center;
    }

    .views #curriculum .ib .intro dt {
        width: 100%;
    }

    .views #curriculum .ib .intro dt p {
        padding: 0;
    }

    .views #curriculum .ib .intro dt p:first-child {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .views #curriculum .ib .intro dt p:last-child {
        -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
        flex: 1.5;
    }

    .views #curriculum .ib .intro dd {
        width: 100%;
    }

    .views #curriculum .igcse .curriculum .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px 0;
    }

    .views #curriculum .igcse .curriculum .row .tit {
        width: 100%;
    }

    .views #curriculum .igcse .curriculum .row .box ul {
        margin-top: 0;
    }

    .views #curriculum .igcse .table .col {
        height: auto;
        padding: 16px;
    }

    .views #curriculum .keystage .intro {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px 0;
        text-align: center;
    }

    .views #curriculum .keystage .intro dt {
        width: 100%;
    }

    .views #curriculum .keystage .intro dt p {
        padding: 16px;
    }

    .views #curriculum .keystage .intro dd {
        width: 100%;
    }

    .views #curriculum .mathinfo .course dd {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 2px;
    }

    .views #curriculum .mathinfo .course dd p {
        padding: 0 18px;
    }

    .views #curriculum .mathinfo .course dd p:nth-child(1) {
        width: calc(65% - 1px);
    }

    .views #curriculum .mathinfo .course dd p:nth-child(2) {
        width: calc(35% - 1px);
    }

    /*
  .views #curriculum .mathinfo .course dd p:nth-child(3) {
    width: 100%;
  }
  */
    .views #curriculum .mathinfo .course dd p:nth-child(3) {
        width: calc(65% - 1px);
    }

    .views #curriculum .mathinfo .course dd p:nth-child(4) {
        width: calc(35% - 1px);
    }

    .views #curriculum .mathinfo .table .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .views #curriculum .mathinfo .table .col {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 33.33%;
        flex: 1 1 33.33%;
    }

    .views #curriculum .mathinfo .table .col:nth-child(3n) {
        border-right: 0;
    }

    .views #curriculum .mathinfo .table .col:nth-child(4) {
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    }

    .views #curriculum .mathinfo .table .col dd {
        height: 52px;
        padding: 0 16px;
    }

    .views #curriculum .mathinfo .table .col dd:last-child {
        padding: 12px 16px;
    }

    .views #curriculum .ap .table .col {
        max-height: none;
    }

    .views #curriculum .ap .teachers .item {
        padding: 24px 16px;
    }

    .views #international .ready .admission .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px 0;
    }

    .views #international .ready .admission .row .tit {
        width: 100%;
    }

    .views #international .mis .logos {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 2px 2px;
    }

    .views #international .mis .logos > li:nth-child(1) {
        width: 100%;
    }

    .views #international .mis .logos > li:nth-child(2) {
        width: calc(50% - 1px);
    }

    .views #international .mis .logos > li:nth-child(3) {
        width: calc(50% - 1px);
    }

    .views #international .foreign .admission .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px 0;
    }

    .views #international .foreign .admission .tit {
        width: 100%;
    }

    .views #international .ib .intro {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px 0;
        text-align: center;
    }

    .views #international .ib .intro dt {
        width: 100%;
    }

    .views #international .ib .intro dt p {
        padding: 0;
    }

    .views #international .ib .intro dt p:first-child {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .views #international .ib .intro dt p:last-child {
        -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
        flex: 1.5;
    }

    .views #international .ib .intro dd {
        width: 100%;
    }
}

@media (max-width: 720px) {
    .views #intro .history .box {
        gap: 16px 0;
    }

    .views #intro .history .box img {
        width: 100%;
    }

    .views #intro .history .box p {
        width: 100%;
        font-size: 14px;
    }

    .views #intro .history .links {
        margin-top: 32px;
    }

    .views #intro .history .links a {
        width: 100%;
        padding: 8px 16px;
        font-size: 14px;
        border-bottom: 0;
    }

    .views #intro .history .links a:last-child {
        border-bottom: 1px solid #dbdbdb;
    }

    .views #intro .teachers .list {
        gap: 16px;
    }

    .views #intro .teachers .list > li {
        width: calc(50% - 8px);
    }

    .views #intro .teachers .list > li img {
        width: 100%;
    }

    .views #intro .teachers .list > li p.name_en {
        margin-top: 12px;
        font-size: 16px;
    }

    .views #intro .teachers .list > li p.name_kr {
        font-size: 12px;
    }

    .views #intro .subject .row {
        padding: 32px 0;
        gap: 16px 0;
    }

    .views #intro .subject .row h5 {
        font-size: 14px;
    }

    .views #intro .subject .grade {
        gap: 16px 0;
    }

    .views #intro .subject .grade dl {
        width: 100%;
        font-size: 14px;
    }

    .views #intro .subject .grade dl dt {
        padding: 10px;
    }

    .views #intro .location .box {
        gap: 32px 0;
    }

    .views #intro .location .box .info {
        font-size: 14px;
    }

    .views #intro .location .tbl {
        margin-top: 32px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .views #intro .location .tbl dl {
        width: 100%;
    }

    .views #intro .location .tbl dl dt {
        padding: 10px 12px;
        font-size: 14px;
    }

    .views #intro .location .tbl dl dd {
        height: auto;
        padding: 12px;
    }

    .views #intro .location .tbl dl dd p {
        font-size: 18px;
    }

    .views #intro .location .tbl dl dd span {
        font-size: 14px;
        width: 120px;
    }

    .views #intro .location .tbl dl + dl {
        border-left: 0;
        border-top: 1px solid #dbdbdb;
    }

    .views #intro .ib .intro {
        gap: 12px 0;
    }

    .views #intro .ib .intro dt p {
        height: 96px;
        padding: 16px 0;
    }

    .views #intro .ib .intro dt p:first-child {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .views #intro .ib .intro dt p:last-child {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }

    .views #intro .ib .intro dt p img {
        height: 100%;
    }

    .views #intro .ib .intro dd {
        gap: 8px 0;
    }

    .views #intro .ib .intro dd p {
        font-size: 14px;
    }

    .views #curriculum .atc_box {
        margin-top: 16px;
    }

    .views #curriculum .teachers.half .item:nth-child(1) {
        padding-top: 52px;
    }

    .views #curriculum .teachers.half .item:nth-child(2) {
        padding-top: 52px;
    }

    .views #curriculum .teachers.half .item.im5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .views #curriculum .teachers.half .item.im6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .views #curriculum .teachers.half .item.im7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .views #curriculum .teachers.half .item.im8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .views #curriculum .teachers .item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding: 16px 0;
        border-right: 0;
    }

    .views #curriculum .teachers .top {
        height: 36px;
        font-size: 14px;
    }

    .views #curriculum .teachers .tit span {
        margin-bottom: 2px;
        font-size: 12px;
    }

    .views #curriculum .teachers .tit h5 {
        font-size: 18px;
    }

    .views #curriculum .teachers .common_list_3 {
        margin-top: 12px;
    }

    .views #curriculum .ib .intro {
        gap: 12px 0;
    }

    .views #curriculum .ib .intro dt p {
        height: 96px;
        padding: 16px 0;
    }

    .views #curriculum .ib .intro dt p:first-child {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .views #curriculum .ib .intro dt p:last-child {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }

    .views #curriculum .ib .intro dt p img {
        height: 100%;
    }

    .views #curriculum .ib .intro dd {
        gap: 8px 0;
    }

    .views #curriculum .ib .intro dd p {
        font-size: 14px;
    }

    .views #curriculum .ib .subject .bg {
        width: 100%;
        height: 740px;
        padding: 24px 0;
        background-position: 16px 58px;
        background-image: url("/assets/images/m_img_IBsubject.svg");
        display: -webkit-box;

        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12px 0;
    }

    .views #curriculum .ib .subject .group {
        position: relative;
        width: 100%;
        padding-left: 136px;
    }

    .views #curriculum .ib .subject .group.g1 {
        top: auto;
        left: auto;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        text-align: left;
    }

    .views #curriculum .ib .subject .group.g2 {
        top: auto;
        right: auto;
    }

    .views #curriculum .ib .subject .group.g2 ul {
        height: auto;
    }

    .views #curriculum .ib .subject .group.g3 {
        top: auto;
        right: auto;
    }

    .views #curriculum .ib .subject .group.g4 {
        bottom: auto;
        left: auto;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        text-align: left;
    }

    .views #curriculum .ib .subject .group.g5 {
        top: auto;
        left: auto;
        text-align: left;
    }

    .views #curriculum .ib .subject .group.g6 {
        top: auto;
        left: auto;
        text-align: left;
    }

    .views #curriculum .ib .subject .group strong {
        padding: 2px 6px 3px;
        font-size: 10px;
    }

    .views #curriculum .ib .subject .group h5 {
        margin: 3px 0 8px;
        font-size: 14px;
    }

    .views #curriculum .ib .subject .group ul {
        gap: 2px 0;
    }

    .views #curriculum .ib .subject .group ul > li {
        font-size: 10px;
    }

    .views #curriculum .ib .subject .group ul span {
        display: block;
    }

    .views #curriculum .igcse .course {
        gap: 12px 0;
    }

    .views #curriculum .igcse .course ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 2px;
    }

    .views #curriculum .igcse .course ul > li {
        width: 50%;
        height: 88px;
        padding: 16px;
    }

    .views #curriculum .igcse .course ul > li:nth-child(1) {
        width: calc(46% - 1px);
    }

    .views #curriculum .igcse .course ul > li:nth-child(2) {
        width: calc(54% - 1px);
    }

    .views #curriculum .igcse .course ul > li:nth-child(3) {
        width: 100%;
    }

    .views #curriculum .igcse .course ul > li img {
        height: 100%;
    }

    .views #curriculum .igcse .course .txt {
        gap: 16px 0;
        font-size: 14px;
    }

    .views #curriculum .igcse .course .txt span {
        font-size: 12px;
    }

    .views #curriculum .igcse .curriculum .row {
        padding: 16px 0;
        gap: 12px 0;
    }

    .views #curriculum .igcse .curriculum .row .tit span {
        font-size: 12px;
    }

    .views #curriculum .igcse .curriculum .row .tit h5 {
        margin-top: 2px;
        font-size: 18px;
    }

    .views #curriculum .igcse .curriculum .row .box ul {
        height: auto;
        gap: 0;
    }

    .views #curriculum .igcse .curriculum .row .box ul > li {
        width: 100%;
        font-size: 14px;
    }

    .views #curriculum .igcse .table .col {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        padding: 12px 18px;
        font-size: 14px;
    }

    .views #curriculum .igcse .table .col:nth-child(4n) {
        border-right: 1px solid #dbdbdb;
    }

    .views #curriculum .igcse .table .col:nth-child(2n) {
        border-right: 0;
    }

    .views #curriculum .keystage .intro {
        gap: 16px 0;
    }

    .views #curriculum .keystage .intro dt p {
        height: 218px;
    }

    .views #curriculum .keystage .intro dt p img {
        height: 100%;
    }

    .views #curriculum .keystage .step {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 48px 0;
    }

    .views #curriculum .keystage .step > li {
        width: 100%;
    }

    .views #curriculum .keystage .step > li strong {
        height: 40px;
        font-size: 14px;
    }

    .views #curriculum .keystage .step > li div {
        font-size: 14px;
    }

    .views #curriculum .keystage .step > li div span {
        display: block;
    }

    .views #curriculum .keystage .step > li.step1::before {
        top: auto;
        right: auto;
        bottom: -36px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .views #curriculum .keystage .step > li.step1::after {
        top: auto;
        right: auto;
        bottom: -28px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-top: 6px solid #6d6d6d;
        border-bottom: 0;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

    .views #curriculum .keystage .step > li.step2::before {
        bottom: -36px;
    }

    .views #curriculum .keystage .step > li.step2::after {
        bottom: -28px;
    }

    .views #curriculum .keystage .step > li.step3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .views #curriculum .keystage .step > li.step3::before {
        top: auto;
        bottom: -36px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .views #curriculum .keystage .step > li.step3::after {
        top: auto;
        right: auto;
        bottom: -28px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-top: 6px solid #6d6d6d;
        border-bottom: 0;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

    .views #curriculum .keystage .step > li.step4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .views #curriculum .mathinfo .course {
        gap: 12px 0;
    }

    .views #curriculum .mathinfo .course dt {
        overflow-x: auto;
    }

    .views #curriculum .mathinfo .course dt .bg {
        width: 100%;
        height: 140px;
        background-image: url("/assets/images/m_img_ms.svg");
    }

    .views #curriculum .mathinfo .course dt .for-m {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 214px;
        height: 120px;
    }

    .views #curriculum .mathinfo .course dt .group {
        font-size: 12px;
    }

    .views #curriculum .mathinfo .course dt .group.g1 {
        top: 40px;
        left: -50px;
    }

    .views #curriculum .mathinfo .course dt .group.g2 {
        top: 0;
        left: 30px;
    }

    .views #curriculum .mathinfo .course dt .group.g3 {
        top: 0;
        right: 20px;
    }

    .views #curriculum .mathinfo .course dt .group.g4 {
        top: 55px;
        right: -30px;
    }

    .views #curriculum .mathinfo .course dt .group.g5 {
        top: 70px;
        right: -40px;
    }

    .views #curriculum .mathinfo .course dt .group span {
        margin-left: 10px;
        width: 40px;
        font-size: 10px;
    }

    .views #curriculum .mathinfo .course dd p {
        height: 88px;
        padding: 16px;
    }

    .views #curriculum .mathinfo .course dd p img {
        height: 100%;
    }

    .views #curriculum .mathinfo .table .col dt {
        height: 60px;
        font-size: 12px;
    }

    .views #curriculum .mathinfo .table .col dd {
        height: 60px;
        padding: 12px 16px;
        font-size: 12px;
    }

    .views #curriculum .mathinfo .table .col dd p {
        padding-left: 8px;
    }

    .views #curriculum .mathinfo .table .col dd p::before {
        top: 8px;
    }

    .views #curriculum .ap .table .col {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 33.33%;
        flex: 1 1 33.33%;
        padding: 12px;
        font-size: 12px;
    }

    .views #curriculum .ap .table .col:nth-child(4n) {
        border-right: 1px solid #dbdbdb;
    }

    .views #curriculum .ap .table .col:nth-child(3n) {
        border-right: 0;
    }

    .views #curriculum .ap .box1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .views #curriculum .ap .box1 dl + dl {
        border-top: 0;
    }

    .views #curriculum .ap .box1 dt {
        font-size: 14px;
        padding: 8px 12px;
    }

    .views #curriculum .ap .box1 dd {
        font-size: 14px;
        padding: 12px;
    }

    .views #curriculum .ap .box1 + .cu_tit {
        margin-top: 32px;
    }

    .views #curriculum .ap .box2 {
        margin-top: 16px;
    }

    .views #curriculum .ap .box2 .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .views #curriculum .ap .box2 .th,
    .views #curriculum .ap .box2 .td {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
        flex: 1 1 20%;
        padding: 12px 2px;
    }

    .views #curriculum .ap .box2 .th:first-child,
    .views #curriculum .ap .box2 .td:first-child {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 8px 0;
        border-right: 0;
        border-bottom: 1px solid #dbdbdb;
    }

    .views #curriculum .ap .box2 .th:first-child br,
    .views #curriculum .ap .box2 .td:first-child br {
        display: none;
    }

    .views #curriculum .ap .box2 .th {
        font-size: 12px;
    }

    .views #curriculum .ap .box2 .th:first-child {
        display: none;
    }

    .views #curriculum .ap .box2 .td:nth-child(even) {
        background-color: #f1eee4;
    }

    .views #curriculum .ap .box2 .td span {
        font-size: 12px;
    }

    .views #curriculum .ap .box2 .td p {
        font-size: 10px;
    }

    .views #curriculum .toeflpsat {
        margin-top: 32px;
    }

    .views #curriculum .toeflpsat .toefl {
        padding: 24px 16px;
    }

    .views #curriculum .toeflpsat .toefl img {
        width: 132px;
    }

    .views #curriculum .toeflpsat .toefl ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 8px 8px;
    }

    .views #curriculum .toeflpsat .toefl ul > li {
        width: calc(50% - 4px);
        height: 40px;
        font-size: 16px;
    }

    .views #curriculum .toeflpsat .psat {
        padding-top: 24px;
    }

    .views #curriculum .toeflpsat .psat img {
        width: 272px;
    }

    .views #curriculum .toeflpsat .psat ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2px 0;
    }

    .views #curriculum .toeflpsat .psat ul > li {
        width: 100%;
        height: auto;
        padding: 16px;
        gap: 8px 0;
    }

    .views #curriculum .toeflpsat .psat ul > li:first-child {
        padding-top: 40px;
    }

    .views #curriculum .toeflpsat .psat ul > li::before, .views #curriculum .toeflpsat .psat ul > li::after {
        top: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .views #curriculum .toeflpsat .psat ul > li::before {
        right: auto;
        bottom: -12px;
        width: 24px;
        height: 24px;
    }

    .views #curriculum .toeflpsat .psat ul > li::after {
        right: auto;
        bottom: -5px;
        border-top: 8px solid #1ea25e;
        border-bottom: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }

    .views #curriculum .toeflpsat .psat ul h5 {
        height: auto;
        font-size: 18px;
    }

    .views #curriculum .toeflpsat .psat ul p {
        font-size: 14px;
    }

    .views #international .atc_box {
        margin-top: 16px;
    }

    .views #international .ready .admission .row {
        padding: 32px 0;
        gap: 16px 0;
    }

    .views #international .ready .admission .row .tit h5 {
        font-size: 14px;
    }

    .views #international .ready .admission .row .box p {
        font-size: 14px;
    }

    .views #international .ready .admission .row .box p + p {
        margin-top: 16px;
    }

    .views #international .ready .admission .row .box ul {
        margin-top: 16px;
        padding-top: 16px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .views #international .ready .admission .row .box ul.mark {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 16px 24px;
    }

    .views #international .ready .admission .row .box ul.mark > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(25% - 24px);
        flex: 0 1 calc(25% - 24px);
    }

    .views #international .ready .admission .row .box ul.flag {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        gap: 12px 40px;
    }

    .views #international .ready .admission .row .box ul.flag > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.33% - 40px);
        flex: 0 1 calc(33.33% - 40px);
    }

    .views #international .ready .admission .row .box ul > li {
        padding: 0;
    }

    .views #international .ready .admission .row .box ul span {
        font-size: 12px;
    }

    .views #international .mis .logos > li {
        height: 80px;
        padding: 16px;
    }

    .views #international .mis .logos > li img {
        height: 100%;
    }

    .views #international .foreign .admission {
        gap: 16px 0;
    }

    .views #international .foreign .admission .row {
        gap: 12px 0;
    }

    .views #international .foreign .admission .tit h5 {
        font-size: 14px;
    }

    .views #international .foreign .admission .box table th {
        width: 120px;
        padding: 12px;
        font-size: 12px;
    }

    .views #international .foreign .admission .box table td {
        padding: 12px;
        font-size: 12px;
    }

    .views #international .junior {
        margin-top: 0;
    }

    .views #international .junior .common_tabs .tab_btns button,
    .views #international .junior .common_tabs .tab_btns a {
        font-size: 14px;
    }

    .views #international .ib .intro {
        gap: 12px 0;
    }

    .views #international .ib .intro dt p {
        height: 96px;
        padding: 16px 0;
    }

    .views #international .ib .intro dt p:first-child {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .views #international .ib .intro dt p:last-child {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }

    .views #international .ib .intro dt p img {
        height: 100%;
    }

    .views #international .ib .intro dd {
        gap: 8px 0;
    }

    .views #international .ib .intro dd p {
        font-size: 14px;
    }

    .views #news .atc_box {
        margin-top: 16px;
    }

    .views #news .test .box {
        padding: 16px 0;
    }

    .views #news .test .box p {
        font-size: 14px;
        color: #3c3c3d;
    }

    .views #news .test .box p + p {
        margin-top: 16px;
    }

    .views #news .test .box .badges {
        margin-top: 16px;
    }

    .views #news .test .btn {
        margin-top: 40px;
    }

    .views #news .test .btn a,
    .views #news .test .btn button {
        max-width: 100%;
    }

    .views #news .complete .box {
        padding: 32px 0;
    }

    .views #news .complete .box h5 {
        font-size: 18px;
    }

    .views #news .complete .box p {
        margin: 16px 0 32px;
        font-size: 14px;
    }

    .views #news .complete .box dl dt {
        height: auto;
        padding: 12px;
        font-size: 14px;
        text-align: center;
    }

    .views #news .complete .box dl dd {
        width: 40%;
        font-size: 14px;
    }

    .views #news .complete .box dl dd:first-child {
        width: 60%;
    }

    .views #news .complete .box dl br {
        display: block;
    }

    .views #news .complete .btn {
        margin-top: 32px;
    }

    .views #news .passer .list > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        padding: 12px;
    }

    .views #news .passer .list > li:nth-child(3n) {
        border-right: 0;
    }

    .views #news .passer .list > li:nth-child(2n) {
        border-right: 1px solid #dbdbdb;
    }

    .views #news .passer .list > li:nth-child(n+4) {
        border-top: 0;
    }

    .views #news .passer .list > li:nth-child(n+3) {
        border-top: 0;
    }

    .views #news .passer .list > li:last-child {
        border-right: 1px solid #dbdbdb;
    }

    .views #news .passer .list > li p {
        font-size: 14px;
    }

    .views #mypage .atc_box {
        margin-top: 32px;
    }

    .views #mypage .lecture {
        margin-top: 0;
    }

    .views #mypage .lecture .top {
        margin: 4px 0 32px;
    }

    .views #mypage .lecture .top dl {
        margin-bottom: 16px;
    }

    .views #mypage .lecture .top dl dd {
        margin-left: 12px;
        padding-left: 12px;
        font-size: 14px;
    }

    .views #mypage .lecture .top dl dd::before {
        height: 14px;
    }

    .views #mypage .lecture .list {
        margin-top: 18px;
    }

    .views #mypage .lecture .list > li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .views #mypage .lecture .list .box {
        border-right: 0;
    }

    .views #mypage .lecture .list .box .tit {
        padding-bottom: 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 2px 0;
    }

    .views #mypage .lecture .list .box .tit h5 {
        font-size: 18px;
    }

    .views #mypage .lecture .list .box .progress {
        position: relative;
        padding-top: 12px;
        padding-bottom: 16px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 0;
    }

    .views #mypage .lecture .list .box .progress .name {
        font-size: 12px;
    }

    .views #mypage .lecture .list .box .progress .bar {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .views #mypage .lecture .list .box .progress .percent {
        font-size: 12px;
    }

    .views #mypage .lecture .list .btns {
        width: 100%;
        padding: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 0;
    }

    .views #accordion .atc_box {
        margin-top: 32px;
    }

    .views #myform .atc_box {
        margin-top: 32px;
        padding: 32px 0;
    }

    .views #myform .atc_btns [class^=ubtn] {
        max-width: 100%;
    }

    .views #myform .password {
        max-width: 100%;
        gap: 12px 0;
    }

    .views #myform .password p {
        font-size: 14px;
    }

    .views #myform .info {
        max-width: 100%;
    }

    .views #myform .info > li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 8px 0;
    }

    .views #myform .info .label {
        width: 100%;
        padding-top: 0;
        font-size: 12px;
    }

    .views #myform .info .label.pdt {
        padding-top: 0;
    }

    .views #myform .info .uread {
        height: auto;
        padding: 8px 0;
        font-size: 14px;
    }

    .views #myform .info .radio_wrap {
        padding: 8px 0 0;
    }

    .views #myform .info .radio_wrap [class^=uinput] {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .views #myform .info .deposit .box {
        padding: 12px;
    }

    .views #myform .info .deposit .box p {
        font-size: 14px;
    }

    .views #myform .info .deposit .box p + p {
        margin-top: 16px;
    }

    .views #myform .info .deposit .box dt {
        height: auto;
        padding: 12px;
        font-size: 14px;
        text-align: center;
    }

    .views #myform .info .deposit .box dd {
        width: 40%;
        font-size: 14px;
    }

    .views #myform .info .deposit .box dd:first-child {
        width: 60%;
    }

    .views #myform .info .deposit .box br {
        display: block;
    }

    .views #myform .info_backward {
        max-width: 100%;
        font-size: 14px;
    }

    .views #myform .info_backward dd p {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .views #cs .atc_box {
        margin-top: 32px;
    }

    .views #cs .advisor h5 {
        font-size: 18px;
    }

    .views #cs .advisor ul {
        gap: 16px 0;
    }

    .views #cs .advisor ul li {
        width: 100%;
        height: 112px;
    }

    .views #cs .advisor ul .tit {
        min-height: 38px;
    }

    .views #cs .advisor .kakao_banner {
        margin-top: 56px;
    }

    .views #cs .index h4 {
        font-size: 18px;
    }

    .views #cs .index ol {
        margin-top: 12px;
        gap: 8px 0;
    }

    .views #cs .index ol li {
        width: 100%;
    }

    .views #cs .index ol li a {
        font-size: 14px;
    }

    .views #cs .policy {
        margin-top: 32px;
    }

    .views #cs .policy h5 {
        font-size: 14px;
    }

    .views #cs .policy p {
        font-size: 12px;
    }
}

.auth {
    overflow-x: hidden;
    background-color: #f1eee4;
    -webkit-transition: padding-top 0.5s;
    transition: padding-top 0.5s;
}

.auth section.container {
    width: 100%;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.auth article.content {
    width: 480px;
    margin: 80px 0;
    padding: 80px 40px;
    background-color: #fff;
}

.auth article.content .atc_title {
    text-align: center;
}

.auth article.content .atc_title h3 {
    font-size: 32px;
    font-weight: 700;
}

.auth article.content .atc_title h3 span {
    color: #1ea25e;
}

.auth article.content .atc_subtitle {
    margin-bottom: 24px;
    text-align: center;
}

.auth article.content .atc_subtitle h4 {
    font-size: 24px;
    font-weight: 700;
}

.auth article.content .atc_result .txt {
    text-align: center;
}

.auth article.content .atc_result .txt p {
    font-size: 19px;
}

.auth article.content .atc_result .txt p strong {
    color: #1ea25e;
}

.auth article.content .atc_inputs.bdtb {
    margin: 0 -40px;
    padding: 40px;
}

.auth article.content .atc_inputs.bdtb:first-child {
    padding-top: 0;
}

.auth article.content .atc_inputs.bdtb + .bdtb {
    border-top: 1px solid #dbdbdb;
}

.auth article.content .atc_inputs.bdtb + .atc_btns {
    margin-top: 0;
}

.auth article.content .atc_inputs ul.list {
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px 0;
}

.auth article.content .atc_inputs ul.list > li .label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
}

.auth article.content .atc_inputs ul.list hr {
    width: 100%;
    margin: 24px 0 8px;
    border: 0;
    border-bottom: 1px solid #dbdbdb;
}

.auth article.content .atc_inputs .gry_back {
    height: 56px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 40px;
    margin: 0 -40px 24px;
    background-color: #f2f2f2;
}

.auth article.content .atc_inputs .radio_wrap {
    display: -webkit-box;

    display: flex;
    gap: 0 24px;
}

.auth article.content .atc_inputs .select_wrap {
    display: -webkit-box;

    display: flex;
    gap: 0 16px;
}

.auth article.content .atc_inputs .select_wrap .uinput_key {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.auth article.content .atc_inputs .policy_wrap {
    overflow-y: auto;
    width: 100%;
    height: 120px;
    margin-bottom: 16px;
    padding: 16px;
    font-size: 14px;
    color: #6d6d6d;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #dbdbdb;
    border-radius: 8px;
}

.auth article.content .atc_inputs .policy_wrap::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.auth article.content .atc_inputs .policy_wrap::-webkit-scrollbar-thumb {
    background: #1ea25e;
    border-radius: 3px;
}

.auth article.content .atc_inputs .policy_wrap::-webkit-scrollbar-track {
    background: #f2f2f2;
    border-radius: 3px;
}

.auth article.content .atc_inputs .policy_wrap {
    scrollbar-face-color: #1ea25e;
    scrollbar-track-color: #f2f2f2;
}

.auth article.content .atc_inputs .pay_wrap .mi {
    margin: 0 auto 24px;
}

.auth article.content .atc_inputs .pay_wrap hr {
    width: 100%;
    margin: 40px 0 16px;
    border: 0;
    border-bottom: 1px solid #dbdbdb;
}

.auth article.content .atc_inputs .pay_wrap dl {
    display: -webkit-box;

    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.auth article.content .atc_inputs .pay_wrap dl.type1 {
    gap: 8px 40px;
}

.auth article.content .atc_inputs .pay_wrap dl.type1 dt {
    width: 120px;
    font-weight: 700;
}

.auth article.content .atc_inputs .pay_wrap dl.type1 dd {
    width: calc(100% - 160px);
    text-align: right;
}

.auth article.content .atc_inputs .pay_wrap dl.type1 dd.hl {
    font-size: 20px;
}

.auth article.content .atc_inputs .pay_wrap dl.type1 dd.hl strong {
    color: #1ea25e;
}

.auth article.content .atc_inputs .pay_wrap dl.type1 dd.sale {
    width: 100%;
    text-align: left;
    margin: 8px 0 16px;
    padding: 16px;
    background-color: #f2f2f2;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #6d6d6d;
}

.auth article.content .atc_inputs .pay_wrap dl.type2 {
    gap: 16px;
}

.auth article.content .atc_inputs .pay_wrap dl.type2 dt {
    width: calc(100% - 88px);
}

.auth article.content .atc_inputs .pay_wrap dl.type2 dd {
    width: 72px;
    text-align: right;
}

.auth article.content .atc_inputs .pay_wrap dl.type2 dd a {
    font-size: 14px;
    color: #6d6d6d;
}

.auth article.content .atc_inputs .pay_wrap .center {
    font-size: 20px;
    text-align: center;
}

.auth article.content .atc_inputs .regist_wrap {
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    background-color: #f2f2f2;
}

.auth article.content .atc_inputs .regist_wrap .tit {
    width: 96px;
    font-size: 14px;
    font-weight: 500;
}

.auth article.content .atc_btns {
    margin-top: 40px;
    display: -webkit-box;

    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 16px;
}

.auth article.content .atc_tabs {
    display: -webkit-box;

    display: flex;
    margin: 0 -40px;
}

.auth article.content .atc_tabs a {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 56px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #6d6d6d;
}

.auth article.content .atc_tabs a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dbdbdb;
}

.auth article.content .atc_tabs a.current {
    font-weight: 700;
    color: #1ea25e;
}

.auth article.content .atc_tabs a.current::before {
    height: 2px;
    background-color: #1ea25e;
}

.auth article.content .atc_tabs + .atc_result {
    padding-top: 80px;
}

.auth article.content#login {
    margin: 126px 0;
    padding-top: 40px;
}

.auth article.content#login .atc_box {
    margin-top: 40px;
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px 0;
}

.auth article.content#login .item {
    position: relative;
}

.auth article.content#login .link {
    display: -webkit-box;

    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.auth article.content#login .link a {
    font-size: 14px;
    color: #6d6d6d;
}

.auth article.content#login .atc_btns {
    margin-top: 24px;
}

.auth article.content#join {
    padding-top: 40px;
}

.auth article.content#join .atc_box {
    margin-top: 40px;
}

.auth article.content#join .tit {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.auth article.content#join .agreement {
    margin-bottom: 80px;
}

.auth article.content#join .agreement dl dt {
    margin-bottom: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dbdbdb;
}

.auth article.content#join .agreement dl dd {
    display: -webkit-box;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px 0;
}

.auth article.content#join .agreement dl dd .between {
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.auth article.content#join .agreement dl dd a {
    font-size: 14px;
    color: #6d6d6d;
}

.auth article.content#join .agreement .gry_back {
    height: 56px;
    display: -webkit-box;

    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 24px;
    margin-top: 16px;
    background-color: #f2f2f2;
}

.auth article.content#join .agreement .gry_back .uinput_box label {
    font-size: 14px;
    line-height: 24px;
}

.auth article.content#result {
    margin: 220px 0;
}

.auth article.content#idpwsearch {
    padding-top: 0;
}

.auth article.content#recruit {
    padding-top: 40px;
}

.auth article.content#recruit .atc_box {
    margin-top: 40px;
}

.auth article.content#payment {
    padding-top: 40px;
}

.auth article.content#payment .atc_box {
    margin-top: 40px;
}

@media (max-width: 1024px) {
    .auth article.content#login {
        margin-top: 80px;
    }

    .auth article.content#result {
        margin-top: 80px;
    }
}

@media (max-width: 720px) {
    .auth {
        background-color: #fff;
    }

    .auth article.content {
        width: 100%;
        margin: 0;
        padding: 56px 20px;
        border-radius: 0;
    }

    .auth article.content .atc_title h3 {
        font-size: 24px;
    }

    .auth article.content .atc_subtitle h4 {
        font-size: 20px;
    }

    .auth article.content .atc_result {
        padding: 24px 0;
    }

    .auth article.content .atc_result .txt p {
        font-size: 18px;
    }

    .auth article.content .atc_result .txt p span {
        display: block;
    }

    .auth article.content .atc_inputs.bdtb {
        margin: 0 -20px;
        padding: 32px 20px;
    }

    .auth article.content .atc_inputs ul.list > li .label {
        font-size: 12px;
    }

    .auth article.content .atc_inputs ul.list hr {
        width: calc(100% + 40px);
        margin: 16px -20px 8px;
    }

    .auth article.content .atc_inputs .gry_back {
        gap: 0 32px;
        margin: 0 -20px 24px;
    }

    .auth article.content .atc_inputs .select_wrap {
        gap: 0 12px;
    }

    .auth article.content .atc_inputs .policy_wrap {
        height: 104px;
        padding: 10px 12px;
        font-size: 12px;
    }

    .auth article.content .atc_inputs .pay_wrap .mi {
        margin-bottom: 16px;
    }

    .auth article.content .atc_inputs .pay_wrap hr {
        margin: 32px 0 16px;
    }

    .auth article.content .atc_inputs .pay_wrap dl {
        font-size: 14px;
    }

    .auth article.content .atc_inputs .pay_wrap dl.type1 {
        gap: 8px 40px;
    }

    .auth article.content .atc_inputs .pay_wrap dl.type1 dd.hl {
        font-size: 18px;
    }

    .auth article.content .atc_inputs .pay_wrap dl.type2 dt {
        width: calc(100% - 64px);
    }

    .auth article.content .atc_inputs .pay_wrap dl.type2 dd {
        width: 48px;
    }

    .auth article.content .atc_inputs .pay_wrap dl.type2 dd a {
        font-size: 12px;
    }

    .auth article.content .atc_inputs .pay_wrap .center {
        font-size: 18px;
    }

    .auth article.content .atc_inputs .regist_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .auth article.content .atc_inputs .regist_wrap .tit {
        width: 100%;
        font-size: 12px;
        margin-bottom: 8px;
    }

    .auth article.content .atc_btns {
        margin-top: 32px;
    }

    .auth article.content .atc_tabs {
        margin: 0 -20px;
    }

    .auth article.content .atc_tabs a {
        height: 54px;
        font-size: 14px;
    }

    .auth article.content#login {
        margin: 0;
    }

    .auth article.content#login .atc_box {
        margin-top: 32px;
    }

    .auth article.content#login .link a {
        font-size: 12px;
    }

    .auth article.content#login .atc_btns {
        margin-top: 16px;
    }

    .auth article.content#join {
        padding-top: 32px;
    }

    .auth article.content#join .atc_box {
        margin-top: 32px;
    }

    .auth article.content#join .tit {
        font-size: 20px;
    }

    .auth article.content#join .agreement {
        margin-bottom: 56px;
    }

    .auth article.content#join .agreement dl dd a {
        font-size: 12px;
    }

    .auth article.content#join .agreement .gry_back .uinput_box label {
        font-size: 12px;
    }

    .auth article.content#result {
        margin: 24px 0 44px;
    }

    .auth article.content#recruit {
        padding-top: 32px;
    }

    .auth article.content#recruit .atc_box {
        margin-top: 32px;
    }

    .auth article.content#payment {
        padding-top: 32px;
    }

    .auth article.content#payment .atc_box {
        margin-top: 32px;
    }
}

/*# sourceMappingURL=style.css.map */