@import url("normalize.css");
@import url("fonts.css");
@import url("slick.css");
@import url("main.css");


/*  reset  */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

html {
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR', 'roboto', '¸¼Àº °íµñ', 'AppleGothic', 'µ¸¿ò', 'dotum', 'sans-serif';
    font-weight: 400;
    letter-spacing: normal;
    font-size: 100%;
    line-height: inherit;
    -webkit-text-size-adjust: none;
    color: #000;
    margin: 0 auto;
    background: #fff;
}

html,
body {
    width: 100%;
    height: 100%;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
dl,
dt,
dd,
p,
form,
fieldset,
input,
table,
tr,
th,
td,
button,
textarea,
select {
    margin: 0;
    padding: 0;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
dl,
dt,
dd,
p,
form,
fieldset,
input,
table,
tr,
th,
td,
button,
textarea,
select {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

img {
    border: 0;
    vertical-align: middle;
}

hr {
    display: none;
}

ul,
ol,
dl,
dt,
dd,
li {
    list-style: none;
}

table,
th,
td {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-weight: 400;
}

caption {
    display: block;
    text-indent: -9999em;
    overflow: hidden;
    height: 0;
    font-size: 0;
    line-height: 0;
}

fieldset,
blockquote,
iframe,
button {
    border: none;
}

i,
em,
u,
cite {
    font-style: normal;
}

p {
    vertical-align: middle;
}

a {
    color: inherit;
    text-decoration: none;
}

a:active,
a:visited {
    color: inherit;
}

a:hover {
    color: inherit;
}

label {
    vertical-align: middle;
    cursor: pointer;
}

button {
    background: transparent;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: none;
    border-image-width: 0;
    font-family: inherit;
    font-weight: 400;
}

button:focus {
    outline: 0;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    cursor: pointer;
    -webkit-appearance: none;
}

button:disabled {
    cursor: not-allowed;
    opacity: .5;
}

section,
nav,
article,
aside,
header,
footer,
main {
    display: block;
}

input,
select,
textarea,
button {
    font-family: 'Noto Sans KR', 'roboto', '¸¼Àº °íµñ', 'AppleGothic', 'µ¸¿ò', 'dotum', 'sans-serif';
    vertical-align: middle;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=number],
input[type=search],
input[type=date] {
    padding: 0 6px;
    height: 50px;
    line-height: 50px;
    color: #000;
    font-size: .95em;
    border: 1px solid #DCDCDC;
    border-radius: 2px;
    -webkit-appearance: none;
    appearance: none;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=number],
input[type=search],
input[type=date] {
    width: 100%;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=date]:focus,
textarea:focus {
    border-color: #000;
    background: #fff;
    outline: 0;
}

textarea {
    padding: 10px;
    color: #000;
    font-size: .95em;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    border-radius: 10px;
}

input::-ms-clear {
    display: none;
}



::placeholder {
    color: #999;
    font-weight: 300;
    font-size: .95em;
}

:-ms-input-placeholder {
    color: #999;
    letter-spacing: 0.04px;
    font-weight: 300;
    font-size: .95em;
}

input.placeholder {
    color: #999;
    font-weight: 300;
    font-size: .95em;
}

input.number {
    font-family: 'roboto';
}

.blind {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip-path: polygon(0 0, 0 0, 0 0);
}

.clearfix {
    *zoom: 1
}

.clearfix:after,
.cleartix:after {
    display: block;
    content: '';
    clear: both
}


.cellBox {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.cellBox .cell {
    display: table-cell;
    width: 100%;
    vertical-align: top;
}

.txt-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: normal
}

.txt-overflow2 {
    line-height: 1.29;
    max-height: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
}

.txt-overflow3 {
    line-height: 1.2em;
    max-height: 67px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    white-space: normal;
}

.txt-overflow4 {
    line-height: 1.2em;
    max-height: 4.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    white-space: normal;
}

.ir {
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.ta_l {
    text-align: left !important;
}

.ta_r {
    text-align: right !important;
}

.pt20 {
    padding-top: 20px;
}

.pt20 {
    padding-top: 20px;
}

.mt15 {
    margin-top: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt40 {
    margin-top: 40px;
}

.mt45 {
    margin-top: 45px;
}


/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* act */
.act2 {
    position: relative;
}

.act2:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    background: url(../images/common/icon_pilsu.svg) no-repeat right top;
}


/* radio, Ã¼Å©¹Ú½º */
.checks {
    display: inline-block;
    position: relative;
    height: 27px;
    line-height: 27px;
    vertical-align: middle;
}

.checks input[type="checkbox"],
.checks input[type="radio"] {
    /* ½ÇÁ¦ Ã¼Å©¹Ú½º´Â È­¸é¿¡¼­ ¼û±è */
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.checks input[type="checkbox"] + label,
.checks input[type="radio"] + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.checks.txt input[type="checkbox"] + label,
.checks.txt input[type="radio"] + label {
    color: #bbb;
    font-size: 1.1em;
}

.checks input[type="checkbox"] + label:before,
.checks input[type="radio"] + label:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #ebeae8;
}

.checks.txt input[type="checkbox"] + label:before,
.checks.txt input[type="radio"] + label:before {
    margin: 0 8px 0 0;
}

.checks input[type="checkbox"] + label:active:before,
.checks input[type="checkbox"]:checked + label:active:before,
.checks input[type="radio"] + label:active:before,
.checks input[type="radio"]:checked + label:active:before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.checks input[type="checkbox"]:checked + label:before,
.checks input[type="radio"]:checked + label:before {
    /* Ã¼Å©¹Ú½º¸¦ Ã¼Å©ÇßÀ»¶§ */
    content: '';
    background: url(../images/common/note_chk.png) no-repeat center #fd7405;
}

.checks input[type="checkbox"]:checked + label {
    color: #fd7405;
}


/* join radio, Ã¼Å©¹Ú½º */
.circle_checks {
    display: inline-block;
    position: relative;
    height: 23px;
    line-height: 1em;
    vertical-align: middle;
    font-size: 1.2em;
}

.circle_checks input[type="checkbox"],
.circle_checks input[type="radio"] {
    /* ½ÇÁ¦ Ã¼Å©¹Ú½º´Â È­¸é¿¡¼­ ¼û±è */
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.circle_checks input[type="checkbox"] + label,
.circle_checks input[type="radio"] + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.circle_checks input[type="checkbox"] + label:before,
.circle_checks input[type="radio"] + label:before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: -5px 8px 0 0;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #bbb;
}

.circle_checks input[type="checkbox"] + label:active:before,
.circle_checks input[type="checkbox"]:checked + label:active:before,
.circle_checks input[type="radio"] + label:active:before,
.circle_checks input[type="radio"]:checked + label:active:before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.circle_checks input[type="checkbox"]:checked + label:before,
.circle_checks input[type="radio"]:checked + label:before {
    /* Ã¼Å©¹Ú½º¸¦ Ã¼Å©ÇßÀ»¶§ */
    content: '';
    border: 7px solid #ed700a;
    width: 9px;
    height: 9px;
}

.circle_checks input[type="checkbox"]:checked + label {
    color: #fd7405;
}


/* lecture radio */
.circle_checks.black {
    height: inherit;
    line-height: 1em;
    font-size: 1em;
}

.circle_checks.black input[type="checkbox"] + label:before,
.circle_checks.black input[type="radio"] + label:before {
    width: 20px;
    height: 20px;
    margin: -6px 4px 0 0;
}

.circle_checks.black input[type="checkbox"]:checked + label:before,
.circle_checks.black input[type="radio"]:checked + label:before {
    /* Ã¼Å©¹Ú½º¸¦ Ã¼Å©ÇßÀ»¶§ */
    content: '';
    border: 7px solid #313029;
    width: 8px;
    height: 8px;
}

/* lecture checkbox */
.square_checks {
    display: inline-block;
    position: relative;
    height: 23px;
    line-height: 1em;
    vertical-align: middle;
}

.square_checks input[type="checkbox"],
.square_checks input[type="radio"] {
    /* ½ÇÁ¦ Ã¼Å©¹Ú½º´Â È­¸é¿¡¼­ ¼û±è */
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.square_checks input[type="checkbox"] + label,
.square_checks input[type="radio"] + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.square_checks.txt input[type="checkbox"] + label,
.square_checks.txt input[type="radio"] + label {
    color: #bbb;
    font-size: 1.1em;
}

.square_checks input[type="checkbox"] + label:before,
.square_checks input[type="radio"] + label:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    margin: -4px 8px 0 0;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #bbb;
}

.square_checks.txt input[type="checkbox"] + label:before,
.square_checks.txt input[type="radio"] + label:before {
    margin: 0 8px 0 0;
}

.square_checks input[type="checkbox"] + label:active:before,
.square_checks input[type="checkbox"]:checked + label:active:before,
.square_checks input[type="radio"] + label:active:before,
.square_checks input[type="radio"]:checked + label:active:before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.square_checks input[type="checkbox"]:checked + label:before,
.square_checks input[type="radio"]:checked + label:before {
    /* Ã¼Å©¹Ú½º¸¦ Ã¼Å©ÇßÀ»¶§ */
    content: '';
    background: url(../images/common/note_chk.png) no-repeat center #313029;
    border: 1px solid #313029;
}

.square_checks input[type="checkbox"]:checked + label {
    color: #313029;
}




/* self_pop radio, Ã¼Å©¹Ú½º */
.Pchecks {
    display: inline-block;
    position: relative;
    height: 22px;
    line-height: 22px;
}

.Pchecks input[type="checkbox"],
.Pchecks input[type="radio"] {
    /* ½ÇÁ¦ Ã¼Å©¹Ú½º´Â È­¸é¿¡¼­ ¼û±è */
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.Pchecks input[type="checkbox"] + label,
.Pchecks input[type="radio"] + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.Pchecks input[type="checkbox"] + label:before,
.Pchecks input[type="radio"] + label:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: -2px 4px 0 0;
    text-align: center;
    vertical-align: middle;
    background: url(../images/common/self_pop_chk.png) no-repeat center #ddd;
    border-radius: 50%;
}

.Pchecks input[type="checkbox"] + label:active:before,
.Pchecks input[type="checkbox"]:checked + label:active:before,
.Pchecks input[type="radio"] + label:active:before,
.Pchecks input[type="radio"]:checked + label:active:before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.Pchecks input[type="checkbox"]:checked + label:before,
.Pchecks input[type="radio"]:checked + label:before {
    /* Ã¼Å©¹Ú½º¸¦ Ã¼Å©ÇßÀ»¶§ */
    content: '';
    background: url(../images/common/self_pop_chk.png) no-repeat center #e7880c;
}

.Pchecks input[type="checkbox"]:checked + label {
    color: #c98c17;
}



#wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    background: #fff;
}

/* ±ÛÀÚ»ö */
.Torange {
    color: #fd7405;
}

.Tleft {
    text-align: left !important;
}

.ellipsis1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.imgBox {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.imgBox img {
    position: absolute;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* popup */
.overlay_flight {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 20;
}

.overlay_flight:target {
    visibility: visible;
    opacity: 1;
}

.close_self_pop {
    position: absolute;
    width: 20px;
    height: 20px;
    transition: all 200ms;
    right: 12px;
    top: 18px;
    display: inline-block;
    background: url(../images/common/self_pop_close.png) no-repeat center;
}

/* º»ÀÎÀÎÁõ */
.self_pop {
    width: 500px;
    position: relative;
    margin: 0;
}

.overlay_flight h3 {
    color: #fff;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: linear-gradient(to right, #f18e26, #fd644f);
    background: -moz-linear-gradient(to right, #f18e26, #fd644f);
    background: -webkit-linear-gradient(to right, #f18e26, #fd644f);
    border-radius: 16px 16px 0 0;
    font-size: 1.3em;
    position: relative;
}

.overlay_flight h3.none {
    border-radius: 0;
}

.self_pop_con {
    padding: 24px;
    background: #fff;
    font-size: .9em;
    letter-spacing: -.08em;
    border-radius: 0 0 16px 16px;
}

.self_pop h5 {
    line-height: 1.1em;
    position: relative;
    padding-left: 12px;
}

.self_pop h5 small {
    display: block;
    color: #999;
    font-size: .85em;
}

.self_pop h5::before {
    content: '*';
    color: #0d86ed;
    font-weight: bold;
    vertical-align: middle;
    margin-right: 3px;
    font-size: 1.3em;
    position: absolute;
    top: 4px;
    left: 0px;
}

.self_pop_con .agree {
    height: 136px;
    width: 100%;
    border: 1px solid #ddd;
    margin: 10px 0 8px;
    padding: 15px;
    color: #999;
    overflow-y: scroll;
}

.self_pop_con .Pchecks {
    font-size: .9em;
    color: #999;
    font-weight: 400;
    margin-bottom: 22px;
}

.pop_btn {
    text-align: center;
}

.pop_btn .button {
    display: inline-block;
    background: #128eb7;
    border-radius: 20px;
    line-height: 40px;
    height: 40px;
    width: 128px;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
}

.pop_btn.black {
    padding: 30px 0 20px;
}

.pop_btn.black .button {
    background: #434141;
}

.self_pop_con.b {
    padding: 35px 50px 0;
    text-align: center;
    border-radius: 0;
}

.self_pop_con.b h5 {
    padding-left: 7px;
}

.self_pop_con.b h5::before {
    left: 7px;
}

.self_img {
    text-align: center;
    margin-bottom: 10px;
}

.self_img span {
    border-radius: 50%;
    display: inline-block;
    height: 92px;
    width: 92px;
    background: url(../images/common/self_pop_icon.png) no-repeat center #edf8ff;
}

.self_pop .self_go {
    margin: 18px 0 15px;
}

.self_pop .self_go li:first-child {
    margin-bottom: 9px;
}

.self_pop .self_go li:first-child a {
    background: #fb9d22;
}

.self_pop .self_go li:last-child a {
    background: #107be9;
}

.self_pop .self_go li a {
    display: block;
    height: 60px;
    line-height: 60px;
    color: #fff;
    border-radius: 6px;
    font-size: 1.2em;
    padding: 0 15px 0 57px;
    text-align: left;
    position: relative;
}

.self_pop .self_go li a::before {
    content: '';
    width: 36px;
    height: 36px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -18px;
}

.self_pop .self_go li.phone a::before {
    background: url(../images/common/self_pop_ico01.png) no-repeat center;
}

.self_pop .self_go li.ipin a::before {
    background: url(../images/common/self_pop_ico02.png) no-repeat center;
}

.self_pop .self_go li a::after {
    content: '';
    width: 12px;
    height: 20px;
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -10px;
    background: url(../images/common/self_pop_go.png) no-repeat center;
}

.self_pop .arrival::before {
    content: '!';
    width: 21px;
    height: 21px;
    line-height: 21px;
    border-radius: 50%;
    border: 1px solid #8d8b8b;
    color: #a5a3a3;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    margin-right: 4px;
}

.self_pop .arrival {
    color: #a4a3a3;
}

.self_pop .arrival button {
    width: 56px;
    height: 22px;
    border-radius: 11px;
    display: inline-block;
    text-align: center;
    color: #aaa;
    border: 1px solid #a5a3a3;
    margin-left: 7px;
    font-size: .8em;
    vertical-align: top;
}

.self_pop .bg_grey {
    background: #eee;
    padding: 20px 0;
    color: #999;
    text-align: center;
    border-radius: 0 0 16px 16px;
}

.self_pop .bg_grey .info {
    font-size: .85em;
    line-height: 1.2em;
    margin-bottom: 12px;
    font-weight: 400;
}

.self_pop .bg_grey .tel {
    color: #aaa;
    font-family: 'GmarketSans';
    font-size: 1.2em;
}


/* ¸ð»ç´ä¾È ¹æÁöÁ¤Ã¥ */
.pop_tit {
    color: #fff;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: linear-gradient(to right, #f18e26, #fd644f);
    background: -moz-linear-gradient(to right, #f18e26, #fd644f);
    background: -webkit-linear-gradient(to right, #f18e26, #fd644f);
    border-radius: 0;
    font-size: 1.3em;
    position: relative;
}

.policy_pop {
    width: 385px;
    position: relative;
    margin: 0;
}

.grayBox {
    background: #f6f6f6;
    height: 70px;
    padding: 18px 0;
    text-align: center;
    font-size: .85em;
    letter-spacing: -.07em;
}

.policy_con {
    padding: 0 20px 20px;
    background: #fff;
}

.policy_con h6 {
    font-size: .9em;
    color: #f28b29;
    font-weight: 500;
    padding: 16px 0 8px;
}

.policy_con .policy_txt {
    font-size: .8em;
    letter-spacing: -.05em;
}

.policy_con .policy_txt li {
    margin-bottom: 5px;
}

.policy_con .policy_txt p.tit {
    color: #000;
}

.policy_con .policy_txt p.txt {
    color: #999;
    padding-left: 12px;
}

.policy_con .policy_txt font {
    color: #0f92e5;
    margin-right: 4px;
}


/* »ç¾÷Á¦ÈÞ¹®ÀÇ */
.partner_pop {
    width: 456px;
    position: relative;
    margin: 0;
}

.partner_pop .grayBox {
    text-align: left;
    padding: 18px 24px;
}

.partner_pop .stit {
    font-family: 'GmarketSans';
    font-weight: 500;
    font-size: 1.6em;
}

.partner_pop .stit b {
    color: #fc694a;
}

.partner_pop .sinfo {
    font-size: .95em;
    color: #666;
}

.partner_con {
    background: #fff;
    padding: 24px;
}

.partner_form li {
    margin-bottom: 8px;
    font-size: .9em;
}

.partner_form li::before {
    content: '';
    width: 3px;
    height: 3px;
    display: inline-block;
    background: #f2892b;
    vertical-align: middle;
    margin-right: 4px;
    margin-top: -4px;
    border-radius: 50%;
}

.partner_form input {
    width: 345px;
    height: 35px;
    border-radius: 6px;
    margin-left: 12px;
}

.partner_form input.email1 {
    width: 109px;
}

.partner_form input.email2 {
    width: 100px;
    margin-left: 0;
}

.partner_form select.email3 {
    width: 110px;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 6px;
    font-size: .9em;
    color: #aaa;
    background: url(../images/common/select_arrow2.png) no-repeat 95% 50%;
}

.partner_form textarea {
    height: 150px;
    width: 345px;
    margin-left: 12px;
}

.partner_form .txt2 {
    letter-spacing: 1.84em;
}

.partner_form .txt3 {
    letter-spacing: .47em;
}

.partner_form.ver2 input {
    width: 331px;
}

.partner_form.ver2 input.email1 {
    width: 100px;
}

.partner_form.ver2 input.email2 {
    width: 95px;
    margin-left: 0;
}

.partner_form.ver2 textarea {
    width: 331px;
    height: 100px;
}


.pop_btn_con {
    margin: 0 auto;
    text-align: center;
}

.pop_btn_con li {
    display: inline-block;
}

.partner_form select.textfiled {
    width: 331px;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 28px 0 6px;
    font-size: .9em;
    color: #aaa;
    background: url(../images/common/select_arrow2.png) no-repeat 98% 50%;
    margin-left: 12px;
}

/* Ã·ºÎÆÄÀÏ */
.filebox {
    width: 331px;
    margin-left: 12px;
    display: inline-block;
}

.filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}

.filebox label {
    display: inline-block;
    width: 90px;
    height: 35px;
    line-height: 33px;
    font-size: .9em;
    vertical-align: middle;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #aaa;
    border-radius: 4px;
    background: url(../images/common/ico_file_s.png) no-repeat 13% center;
    padding-left: 32px;
}

.partner_form.ver2 .filebox .upload-name {
    display: inline-block;
    height: 35px;
    padding: 0 6px;
    vertical-align: middle;
    border: none;
    width: 236px;
    margin-left: 0;
    color: #7a7a7b;
}






/* ¿ø°ÝÁ¢¼Ó¹æ¹ý center.html */
.way_pop {
    width: 550px;
    position: relative;
    margin: 200px auto 0;
    z-index: 100;
    border-radius: 20px;
    transition: all 2s ease-in-out;
}

.way_pop_con {
    background: #fff;
    height: 614px;
    width: 100%;
    border-radius: 0 0 20px 20px;
    padding: 25px 15px 25px 20px;
}

.way_pop_con .scr {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 5px;
}

.way_pop_con .sequence {
    font-size: .9em;
    line-height: 1.35em;
    letter-spacing: -.05em;
    position: relative;
}

.way_pop_con .sequence .num {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 24px;
    background: #239fee;
    border-radius: 50%;
    color: #fff;
    font-family: 'GmarketSans';
    text-align: center;
    font-size: .85em;
    position: absolute;
    top: -1px;
    left: 0;
}

.way_pop_con .sequence span {
    display: block;
    padding-left: 28px;
}

.way_pop_con .view {
    height: 205px;
    margin: 10px 0 35px;
}

.way_pop_con .view.mb0 {
    margin: 8px 0 0;
}

.way_pop_con .view img {
    border: 1px solid #ddd;
}


/* header */
#header {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
}

.header_top {
    width: 100%;
    height: 78px;
    max-width: 900px;
    margin: 0 auto;
}

.header_top .logo {
    width: 183px;
    height: 78px;
    line-height: 78px;
    float: left;
}

.header_top .logo img {
    vertical-align: middle;
}

.header_top .map {
    float: right;
    width: 260px;
    text-align: right;
    padding-top: 38px;
}

.header_top .map li {
    display: inline-block;
}

.header_top .map li a {
    color: #aaa;
    font-size: .9em;
    display: block;
    letter-spacing: -0.03em;
}

.header_top .map li.divider a::after {
    content: '';
    width: 2px;
    height: 12px;
    background: #ebebeb;
    margin: 0 5px 0 10px;
    display: inline-block;
}

.top_menu {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 78px;
    left: 0;
    right: 0;
    z-index: 999;
}

.header_menu {
    width: 100%;
    background: #fd7405;
    height: 45px;
    position: relative;
}

.fixed .header_menu {
    height: 55px;
    background-color: rgba(48, 52, 55, 0.9);
}

.menu {
    width: 900px;
    margin: 0 auto;
    position: relative;
}

/* 20211013 ¼öÁ¤ */
.menu li {
    width: 20.5%;
    float: left;
}

.menu li:nth-child(3) {
    width: 15%;
}

.menu li:nth-child(4) {
    width: 16%;
}

/* //20211013 ¼öÁ¤ */

.menu li a {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 1.1em;
    line-height: 45px;
    letter-spacing: -0.05em;
}

.fixed .menu li a {
    line-height: 55px;
}

.sub_menu li a {
    color: #000;
}


/* adept02Menu */
.dept02 {
    display: none;
    overflow: hidden;
    position: relative;
    display: none;
}

.menu_con.is-show .dept02 {
    display: block;
}

.menu_con .aside_bg {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.49);
    content: '';
    z-index: 101;
    opacity: 0;
    display: none;
}

.menu_con .aside_bgBox {
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.menu_con.is-show .aside_bg {
    opacity: 1;
    display: block;
}

.dept02 .sub_gnb {
    position: fixed;
    left: 0;
    top: -280px;
    bottom: 0;
    z-index: -1;
    transition: .3s;
    animation-delay: 1s;
    padding: 0;
    margin: 0;
    height: 280px;
    width: 100%;
    background: #fff;
    border-bottom: 2px solid #fd7405;
}

.dept02 .sub_gnb.is-open {
    top: 178px;
}

.fixed .dept02 .sub_gnb.is-open {
    top: 188px;
}

.dept02 > .sub_gnb .inner {
    width: 900px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

/* 20211013 ¼öÁ¤ */
.dept02 ul {
    padding-bottom: 50px;
    width: 20.5%;
    float: left;
}

.dept02 .sub_menu3 {
    width: 15%;
}

.dept02 .sub_menu4 {
    width: 16%;
}

/* //20211013 ¼öÁ¤ */

.dept02 ul li {
    margin-top: 15px;
    text-align: center;
}

.dept02 ul li:first-child {
    margin-top: 18px;
}

.dept02 ul li a {
    display: block;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: -0.03em;
}

.dept02 ul li a:hover {
    color: #ff8400;
}

.dept02 ul li.on a {
    color: #ff8400;
}

.dept02 .close {
    width: 44px;
    height: 44px;
    background: url(../images/main/mclose.png) no-repeat center #fd7405;
    background-size: 60%;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0
}


/* container */
#container {
    margin: 178px auto 0;
    width: 100%;
    position: relative;
}

.login_bg {border-top: 1px solid #ddd;
    background: #fbfbfb;
    height: 55px;
    width: 100%;
}

.login_con {
    color: #000000;
    font-size: .95em;
    width: 900px;
    height: 100%;
    margin: 0 auto;
    padding: 12px 20px 13px;
}

.login_con p:first-child {
    float: left;
    width: 65%;
}

.login_con p:last-child {
    float: right;
    width: 35%;
    text-align: right;
}

.login_con span.id {
    margin-right: 30px;
}

.login_con input[type=text],
.login_con input[type=password] {
    width: 180px;
    height: 30px;
    line-height: 28px;
    margin-left: 10px;
}

.login_con p em {
    color: #fd9642;
}

.login_con p.welcome::before {
    content: '';
    width: 15px;
    height: 21px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
    background: url(../images/common/ico_login.png) no-repeat center;
}

.login_con button {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 2px;
}

.login_con .login button {
    background: #EF5515;
    width: 80px;
    margin-right: 4px;
}

.login_con .idpass button {
    background: #F0EEF7;
    padding: 0 15px;
    color: #3B3E40;
    letter-spacing: -0.03em;
}

.sub_visual {
    width: 100%;
    max-width: 900px;
    height: 132px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    background: url(../images/common/sub_bg.png) no-repeat right;
}

.sub_visual.join {
    background: url(../images/common/join_bg.png) no-repeat right;
}

.sub_visual h2 {
    font-size: 2em;
    font-weight: bold;
    padding-top: 50px;
    letter-spacing: -.05em;
}

.sub_visual p {
    color: #999;
    font-size: .9em;
    font-weight: 400;
}

.sub_contents {
    width: 100%;
}

.sub_tab {
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative;
    height: 47px;
}

.sub_tab ul {
    height: 47px;
    width: 600px;
    margin-left: -300px;
    position: absolute;
    top: -1px;
    left: 50%;
}

.sub_tab.four ul {
    width: 800px;
    margin-left: -400px;
}

.sub_tab.six ul {
    width: 900px;
    margin-left: -450px;
}

.sub_tab ul li {
    float: left;
    width: 200px;
    text-align: center;
}

.sub_tab.six ul li {
    width: calc(900px/6);
}


.sub_tab li a {
    color: #aaa;
    background: #f6f6f6;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: block;
    line-height: 45px;
}

.sub_tab li:first-child a {
    border-left: 1px solid #ddd;
}

.sub_tab li.on a {
    color: #fff;
    background: #fd7405;
    border-right: 1px solid #fd7405;
    border-top: 1px solid #fd7405;
    border-bottom: 1px solid #fd7405;
}

.sub_tab li.on:first-child a {
    border-left: 1px solid #fd7405;
}

.sub_con {
    margin: 0 auto;
    width: 900px;
}

.sub_con.mb {
    padding-bottom: 150px;
}

.sub_ttl {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: -0.05em;
    margin: 60px 0 18px;
    position: relative;
}

.sub_ttl.mb0 {
    margin: 60px 0 0;
    line-height: 1.2em;
}

.sub_ttl::before {
    content: '';
    display: block;
    width: 17px;
    height: 4px;
    background: #fd7405;
}

.sub_ttl small {
    color: #e5ad41;
    font-size: .65em;
    font-weight: 400;
    margin-left: 6px;
}

.how_down {
    overflow: hidden;
    margin-left: -12px;
}

.how_down li {
    width: calc(100%/4);
    float: left;
}

.how_down a {
    border: 1px solid #ddd;
    width: 216px;
    height: 230px;
    margin-left: 12px;
    text-align: center;
    padding: 28px 11px 13px;
    font-weight: 500;
    display: block;
}

.how_down li:first-child .border {
    margin-left: 0;
}

.how_down .ico_img {
    height: 75px;
    width: 75px;
    line-height: 68px;
    border-radius: 50%;
    margin: 0 auto;
}

.how_down .ico_img.a {
    background: #fbf9e7;
}

.how_down .ico_img.b {
    background: #f6fafc;
}

.how_down .ico_img.c {
    background: #fbffe8;
}

.how_down .ico_img.d {
    background: #fefaff;
}

.how_down .ico_img img {
    vertical-align: middle;
}

.how_down .ico_img.b img,
.how_down .ico_img.d img {
    padding-left: 5px;
}

.how_down li .sttl {
    font-size: 1em;
    letter-spacing: -0.05em;
    position: relative;
    margin: 10px 0 15px;
    font-weight: 400;
    line-height: 1.2em;
}

.how_down li .sttl.a {
    color: #fd7405;
}

.how_down li .sttl.b {
    color: #3085b5;
}

.how_down li .sttl.c {
    color: #768511;
}

.how_down li .sttl.d {
    color: #6e1b82;
}

.how_down .down {
    height: 40px;
    width: 136px;
    line-height: 38px;
    font-size: .96em;
    letter-spacing: -0.05em;
    margin: 0 auto;
    border-radius: 20px;
}

.how_down .down.a {
    border: 1px solid #fb9325;
    color: #fb9325;
}

.how_down .down.b {
    border: 1px solid #458eba;
    color: #458eba;
}

.how_down .down.c {
    border: 1px solid #acc11b;
    color: #acc11b;
}

.how_down .down.d {
    border: 1px solid #914ea5;
    color: #914ea5;
}

.how_down .down::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    background: #aaa;
}

.how_down .down.a::after {
    background: url(../images/common/ico_down01.png) no-repeat center;
}

.how_down .down.b::after {
    background: url(../images/common/ico_down02.png) no-repeat center;
}

.how_down .down.c::after {
    background: url(../images/common/ico_down03.png) no-repeat center;
}

.how_down .down.d::after {
    background: url(../images/common/ico_down04.png) no-repeat center;
}

.classTable table {
    width: 100%;
    font-size: .9em;
}

.classTable.last {
    margin-bottom: 85px;
}

.classTable th {
    background: #f6f6f6;
    color: #222;
    height: 40px;
}

.classTable td {
    border-bottom: 1px solid #dbdbdf;
    padding: 12px 10px;
    text-align: center;
    line-height: 1.4em;

}

.classTable td p:nth-child(2) {
    margin-top: 6px;
}

.date {
    font-family: 'roboto';
}

.classTable td .btn {
    color: #fff;
    font-size: .8em;
    border-radius: 20px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
}

.classTable td .btn.black {
    background: #222;
    width: 86px;
}

.classTable td .btn.orange {
    background: #fd7405;
    width: 80px;
}

.classTable td.w100 {
    background: #fbf7ec;
    color: #f58500;
    text-align: center;
    font-size: 1.1em;
    height: 45px;
    border-bottom: 0;
}

.classTable td span {
    display: inline-block;
    text-align: center;
}

.classTable td span + span {
    margin-left: 4px;
}

.classTable td .Bblue {
    background: #3853f6;
    color: #fff;
    height: 26px;
    line-height: 24px;
    width: 60px;
    border-radius: 30px;
    font-size: .95em;
}

.classTable td .Borange {
    background: #d129d3;
    color: #fff;
    height: 26px;
    line-height: 24px;
    width: 90px;
    border-radius: 30px;
    font-size: .95em;
}

.Tcenter {
    text-align: center;
}

.Torange2 {
    color: #f16202;
}

.Tgrey {
    color: #aaa;
}

.Tblack {
    color: #000;
}

.Tblue {
    color: #1ca0e5;
}

.Tdarkgrey {
    color: #444;
    letter-spacing: -.05em;
}

/* Á¤º¸¼öÁ¤ */
.info_input {
    border-top: 2px solid #507191;
}

.info_input dl {
    line-height: height: 60px;
    border-bottom: 1px solid #d3d4d6;
    overflow: hidden;
}

.info_input dl dt {
    background: #f6f6f6;
    width: 187px;
    color: #222;
    float: left;
    text-align: center;
    line-height: 59px;
}

.info_input dl dd {
    color: #666;
    float: left;
    padding: 8px 12px;
    line-height: 40px;
    font-size: .95em;
    position: relative;
    width: calc(100% - 187px);
}

.info_input dl dd.w50 {
    width: 263px;
}

.info_input dl dd input {
    height: 38px;
    border-radius: 6px;
    width: 239px;
    vertical-align: middle;
}

.info_input dl dd.address input {
    width: 500px;
}

.info_input dl dd.number input {
    width: 100px;
}

.info_input dl dd .post {
    width: 115px;
    height: 38px;
    line-height: 35px;
    color: #fff;
    background: #343434;
    display: inline-block;
    border-radius: 6px;
    margin-left: 10px;
    font-size: .95em;
    font-weight: 300;
}

.info_input dl dd span {
    margin-left: 10px;
}

.info_input dl dd em {
    color: #e7880c;
}

.sub_btn {
    text-align: center;
    margin: 35px 0 110px;
}

.sub_btn button {
    display: inline-block;
    background: #128eb7;
    border-radius: 30px;
    height: 52px;
    width: 170px;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
}


/* ÂÊÁöÇÔ */
.over_tab {
    margin: 80px 0 65px;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    height: 44px;
}

.over_tab ul {
    position: absolute;
    bottom: -1px;
    height: 44px;
    width: 100%;
    overflow: hidden;
}

.over_tab ul li {
    width: 110px;
    float: left;
}

.over_tab ul li a {
    display: block;
    height: 44px;
    line-height: 44px;
    color: #bdbfc1;
    font-weight: 300;
    text-align: center;
}

.over_tab ul li.on a {
    color: #fd7405;
    border-bottom: 2px solid #fd821e;
    font-weight: 500;
}

.note li {
    border-bottom: 1px solid #aaa;
    padding: 25px 0;
}

.note li:first-child {
    padding: 0 0 25px;
}

.note h4 {
    background: #f7f7f7;
    height: 58px;
    line-height: 58px;
    padding: 0 25px;
    font-size: 1.1em;
}

.note h4 span {}

.note h4 .checks {
    height: 58px;
    line-height: 46px;
}

.note h4 .name {
    border-radius: 20px;
    width: 68px;
    height: 34px;
    line-height: 34px;
    background: #75bfff;
    color: #fff;
    font-size: .9em;
    display: inline-block;
    text-align: center;
}

.note h4 .name.from {
    margin: 0 8px 0 30px;
}

.note h4 .name.to {
    margin: 0 8px 0 0;
}

.note h4 .view {
    background: #fff;
    border: 1px solid #bdbfc1;
    color: #959697;
    width: 65px;
    height: 34px;
    line-height: 34px;
    border-radius: 20px;
    font-family: 'GmarketSans';
    font-size: .7em;
    font-weight: 700;
    float: right;
    margin-top: 13px;
    display: inline-block;
    text-align: center;
}

.note .from_img {
    padding: 20px;
    height: 410px;
    border: 1px solid #dedede;
    margin-top: 25px;
}

.note .from_img iframe {
    height: 370px;
    width: 100%;
    overflow-y: scroll;
    border: 0;
}

.note h4 .date {
    font-family: 'roboto';
    float: right;
}

.note_btn {
    margin: 35px 0 200px;
    text-align: center;
}

.note_btn.del {
    text-align: right;
}

.note_btn button {
    display: inline-block;
    background: #32323a;
    border-radius: 30px;
    height: 50px;
    width: 170px;
    color: #fff;
    text-align: center;
    font-size: 1.1em;
}

.note_btn.del button {
    width: 90px;
    height: 40px;
}

.info_input .textLine {
    height: 240px;
}

.info_input .textLine dt {
    line-height: 240px;
}

.info_input .textLine dd {
    padding: 12px;
}

.info_input textarea {
    height: 214px;
    width: 685px;
    line-height: 1.4em;
    border-radius: 6px;
}


/* join.html */
.contents900 {
    width: 900px;
    margin: 0 auto;
}

.join_welcome {
    background: url(../images/common/join_welcome.png) no-repeat right #fbfbfb;
    height: 186px;
    margin-bottom: 40px;
    padding: 35px 40px;
}

.join_welcome.lecture {
    background: url(../images/common/lecture_welcome.png) no-repeat 95% 40px #fbfbfb;
    margin-bottom: 55px;
}

.join_welcome h3 {
    color: #61605f;
    font-size: 1.85em;
    margin-bottom: 10px;
    letter-spacing: -0.07em;
    font-weight: 500;
}

.join_welcome h3 em {
    color: #ed7b28;
}

.join_welcome h3.eng {
    color: #333332;
    font-size: 2.5em;
    font-style: italic;
    font-family: 'roboto';
    letter-spacing: .01em;
    margin-bottom: 8px;
}

.join_welcome h3.eng b {
    color: #ed7b28;
}

.join_welcome p {
    color: #aaa;
    font-size: 1.25em;
    line-height: 1.3em;
    letter-spacing: -0.05em;
}

.join_tab {
    margin: 0 auto 50px;
    text-align: center;
    position: relative;
}

.join_tab ul {
    z-index: 1;
}

.join_tab li {
    display: inline-block;
    width: 130px;
    height: 130px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #f0f1f1;
    z-index: 10;
    position: relative;
}

.join_tab li + li {
    margin-left: 140px;
}

.join_tab li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #999;
    padding-top: 40px;
    line-height: 1.7em;
    font-size: 1.05em;
    letter-spacing: -0.03em;
}

.join_tab li a b {
    display: block;
    font-size: 2.2em;
    font-family: 'GmarketSans';
}

.join_tab li.on {
    background: #79d8c1;
    border: 1px solid #79d8c1;
}

.join_tab li.on a {
    color: #fff;
}

.join_tab li::before {
    content: '';
    border-top: 1px dashed #ddd;
    height: 1px;
    display: inline-block;
    position: absolute;
    top: 50%;
}

.join_tab li::after {
    content: '';
    border-top: 1px dashed #ddd;
    height: 1px;
    display: inline-block;
    position: absolute;
    top: 50%;
}

.join_tab li:first-child::before {
    width: 250px;
    left: -250px;
}

.join_tab li:first-child::after {
    width: 72px;
    right: -72px;
}

.join_tab li:last-child::before {
    width: 72px;
    left: -72px;
}

.join_tab li:last-child::after {
    width: 250px;
    right: -250px;
}

.join_ttl {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: -0.05em;
    margin-bottom: 15px;
}

.join_ttl.person {
    margin-top: 25px;
}

.join_con {
    width: 100%;
    height: 320px;
    border: 1px solid #dedede;
    padding: 25px;
    color: #555;
    text-align: left;
    font-size: 1.1em;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 12px;
    border-radius: 0;
}

.info_input dl dd .dupl {
    width: 126px;
    height: 38px;
    line-height: 36px;
    color: #6c6d6c;
    background: #fff;
    border: 1px solid #999;
    display: inline-block;
    border-radius: 6px;
    margin-left: 10px;
    font-size: .95em;
    font-weight: 300;
}

/*.info_input dl dd .id_infor {
    display: inline-block;
    line-height: 1.2em;
    height: 38px;
    position: absolute;
    right: 40px;
    bottom: 0;
}

.info_input dl dd .id_infor em {
    color: #000;
}*/

.info_input dl dd span.black {
    color: #000;
}

.info_input dl dd span.circle_checks:first-child {
    margin-right: 22px;
}

.info_input dl dd span.circle_checks {
    margin-left: 6px;
}

.info_input dl dd em.grey {
    color: #aaa;
}

.joinbtn_con {
    text-align: center;
    margin-top: 66px;
}

.agree_txt {
    font-size: 1.3em;
    color: #aaa;
    margin-bottom: 22px;
    letter-spacing: -0.03em;
}

.btn_two li {
    display: inline-block;
    text-align: center;
}

.btn_two li + li {
    margin-left: 4px;
}

.btn_two .btn button {
    display: inline-block;
    border-radius: 30px;
    height: 52px;
    width: 148px;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
}

.btn_two .btn.blue button {
    background: #0495bf;
}

.btn_two .btn.black button {
    background: #32323a;
}


/* join popup */
.join_pop {
    width: 690px;
    position: relative;
    margin: 200px auto 0;
    z-index: 100;
    border-radius: 16px;
    border: 1px solid #aaa;
    transition: all 2s ease-in-out;
    overflow: hidden;
}

.join_pop .half {
    width: 50%;
    float: left;
    background: #fff;
}

.join_pop h3 {
    color: #fff;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #000;
    font-size: 1.15em;
    position: relative;
    letter-spacing: -0.02em;
}

.join_pop h3.gr {
    background: linear-gradient(to right, #f18e26, #fd644f);
    background: -moz-linear-gradient(to right, #f18e26, #fd644f);
    background: -webkit-linear-gradient(to right, #f18e26, #fd644f);
    border-radius: 16px 0 0 0;
}

.join_pop_con {
    font-size: .85em;
    padding: 30px 34px 15px 30px;
}

.join_pop_con .intxt {
    text-align: center;
    line-height: 1.4em;
    color: #aaa;
    letter-spacing: -.075em;
    font-size: .95em;
    margin-bottom: 20px;
}

.join_pop_con .intxt em {
    color: #000;
}

.join_pop_con h5 {
    color: #494242;
    border-bottom: 2px solid #ebe5e9;
    font-size: 1.1em;
    font-weight: 500;
    letter-spacing: -.03em;
    padding-bottom: 4px;
    margin-bottom: 25px;
}

.join_pop_con h5 span {
    border-bottom: 2px solid #f36a06;
    padding-bottom: 4px;
}

.phone_num span {
    font-weight: bold;
    font-size: 1.4em;
    font-family: 'GmarketSans';
    line-height: 34px;
    letter-spacing: .02em;
}

.pop_sbtn {
    padding: 0 12px;
    height: 34px;
    line-height: 34px;
    background: #f28a29;
    border-radius: 50px;
    float: right;
    color: #fff;
    letter-spacing: -.05em;
}

.join_pop_con .send_infor {
    background: #f6f6f6;
    color: #a4a3a3;
    text-align: center;
    padding: 12px 0;
    border-radius: 10px;
    line-height: 1.2em;
    margin: 18px 0;
}

.certi input[type=text] {
    width: 176px;
    height: 34px;
    border: 1px solid #e7e7e7;
    border-radius: 50px;
    padding: 0 15px;
}

.join_pop_con .arrival {
    letter-spacing: -.08em;
    text-align: center;
}

.join_pop .bg_black {
    text-align: center;
    background: #595959;
    padding: 12px 0;
}

.join_pop .pop_btn.black {
    padding: 24px 0 14px;
}

.join_pop .bg_black .info {
    color: #fff;
    font-size: .8em;
    line-height: 1.2em;
}

.join_pop .bg_black .tel {
    color: #f28a29;
    font-family: 'GmarketSans';
    font-size: 1.05em;
    font-weight: 500;
    margin-top: 7px;
}

.join_pop .right_grey {
    background: #f5f5f5;
    padding: 20px 15px;
    height: 495px;
    overflow: hidden;
}

.join_pop .right_grey h6 {
    margin: 20px 0 4px;
    font-size: .8em;
    padding-left: 14px;
    position: relative;
}

.join_pop .right_grey h6:first-child {
    margin-top: 0;
}

.join_pop .right_grey h6 span {
    position: absolute;
    left: 0;
}

.join_pop .right_grey p {
    color: #666;
    font-size: .7em;
    padding-left: 14px;
    line-height: 1.7em;
}


/* community list */
.commTable table {
    width: 100%;
    font-size: .9em;
    border-top: 1px solid #161616;
    margin-bottom: 46px;
}

.commTable th {
    color: #222;
    height: 40px;
    border-bottom: 1px solid #dedede;
}

.commTable td {
    border-bottom: 1px solid #dedede;
    padding: 14px 10px;
    text-align: center;
    line-height: 1.4em;
    color: #666;
}

.commTable td.Tleft {
    color: #222;
}

.commTable_img {
    margin-left: 5px;
}


.commTable table tr.re {
    background: #f9f9f9;
}

.commTable table tr.re .Tleft {
    background: url(../images/common/q_a_re_icon.png) no-repeat 12px 13px;
    padding-left: 38px;
}

.btn.import {
    color: #fff;
    border-radius: 20px;
    height: 25px;
    line-height: 25px;
    padding: 0 8px;
    text-align: center;
    display: inline-block;
    background: #f99b14;
}

.leftBox {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

.leftBox select {
    border: 1px solid #ddd;
    border-radius: 50px;
    width: 150px;
    height: 43px;
    line-height: 41px;
    padding: 0 15px;
    font-size: .65em;
    background: url(../images/common/select_arrow.png) no-repeat 90% 50%;
}

select {
    -webkit-appearance: none;
    /* ³×ÀÌÆ¼ºê ¿ÜÇü °¨Ãß±â */
    -moz-appearance: none;
    appearance: none;
}

/* IE 10, 11ÀÇ ³×ÀÌÆ¼ºê È­»ìÇ¥ ¼û±â±â */
select::-ms-expand {
    display: none;
}

.leftBox .search {
    display: inline-block;
    position: relative;
}

.leftBox input {
    background: #f6f6f7;
    border: 0;
    width: 270px;
    height: 43px;
    line-height: 43px;
    font-size: .9em;
    border-radius: 50px;
    padding: 0 18px;
    font-size: .65em;
}

.leftBox input::placeholder {
    color: #999;
    font-size: .9em;
}

.search_ico {
    background: url(../images/common/ico_search.png) no-repeat center;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
}

.leftBox input[type=text]:focus {
    background: #f6f6f7;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent;
}

.list_num {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.list_num ul {
    height: 30px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.list_num li {
    width: 30px;
    height: 30px;
    float: left;
}

.list_num li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
    font-size: .9em;
    font-weight: 500;
}

.list_num li.on {
    background: #fd7405;
    color: #fff;
}

.list_num li.prev {
    margin-right: 4px;
    background: url(../images/common/list_btn.png) no-repeat center;
}

.list_num li.next {
    margin-left: 4px;
    background: url(../images/common/list_btn.png) no-repeat center;
    transform: rotate(180deg);
}

.list_num li.btn a {
    border: 1px solid #ddd;
    line-height: 28px;
}

.list_num li.btn a:hover {
    border: 1px solid #666;
}


/* community view */
.view_con {
    border-top: 2px solid #161616;
    letter-spacing: -.02em;
}

.view_con .hit {
    display: inline-block;
    width: 62px;
    height: 25px;
    line-height: 25px;
    background: #f2f2f2;
    border-radius: 50px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -12.5px;
    color: #222;
    text-align: center;
    font-size: .75em;
    letter-spacing: -.01em;
}

.view_con li {
    border-bottom: 1px solid #dedede;
    height: 38px;
    line-height: 37px;
    padding: 0 20px;
}

.view_con li:first-child {
    height: 48px;
    line-height: 48px;
    position: relative;
    text-align: center;
}

.view_con li:nth-child(3) {
    background: #f6f6f6;
}

.view_con li:last-child {
    min-height: 340px;
    padding: 25px 20px;
    color: #444;
    height: 100%;
    line-height: 1.5em;
}

.view_con dl {
    font-size: .9em;
}

.view_con dl.left {
    float: left;
}

.view_con dl.right {
    float: right;
}

.view_con dl dt {
    color: #222;
    display: inline-block;
    margin-right: 12px;
}

.view_con dl dd {
    color: #666;
    display: inline-block;
}

.view_con .qttl {
    margin: 80px 0 8px;
}

.view_con .qtxt {
    font-size: .9em;
    line-height: 1.4em;
}


.sbtn_con {
    text-align: center;
    margin: 80px auto 35px;
}

.sbtn_con li {
    display: inline-block;
    text-align: center;
}

.sbtn button {
    display: inline-block;
    border-radius: 30px;
    height: 40px;
    width: 90px;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
}

.sbtn.blue button {
    background: #0495bf;
}

.sbtn.grey button {
    background: #666;
}

.sbtn.black button {
    background: #32323a;
}

.sbtn.border button {
    background: #fff;
    color: #e6670a;
    border: 1px solid #ed7b28;
    font-weight: 500;
}

.sbtn.right {
    text-align: right;
    margin-top: 30px;
}

.sbtn.right button {
    font-size: 1em;
}

.password_con {
    width: 478px;
    text-align: center;
    margin: 0 auto;
}

.password_con h4 {
    background: #e68b0a;
    color: #fff;
    height: 44px;
    line-height: 44px;
    font-size: 1.2em;
}

.password_con p {
    padding: 13px;
    border: 1px solid #f6f6f6;
    border-top: 0px;
}

.password_con input {
    width: 280px;
    height: 40px;
    border-radius: 6px;
    margin-right: 7px;
}

.password_con button {
    width: 78px;
    height: 40px;
    border-radius: 6px;
}

.password_con button.grey {
    background: #f6f6f6;
    border: 1px solid #ddd;
    color: #aaa;
    margin-right: 3px;
}

.password_con button.black {
    background: #32323a;
    border: 1px solid #32323a;
    color: #fff;
}


/* community list */
.info_input.comm {
    border-top: 2px solid #161616;
    font-weight: 500;
}

.info_input select {
    width: 184px;
    height: 38px;
    border: 1px solid #ddd;
    color: #aaa;
    border-radius: 6px;
    padding: 0 6px;
    background: url(../images/common/select_arrow.png) no-repeat 95% 50%;
    font-weight: 400;
}

.info_input dl dd input.w100 {
    height: 38px;
    border-radius: 6px;
    width: 100%;
    vertical-align: middle;
}

.info_input.comm dl dd {
    color: #000;
}

.info_input.comm dl.all dd {
    padding: 20px;
    width: 100%;
}

.info_input.comm textarea {
    background: #f6f6f6;
    border: 0;
    width: 100%;
    min-height: 360px;
}

.info_input.comm dl dt.line2 {
    padding: 10px 0;
    line-height: 1.2em;
    height: 59px;
}

.info_input.comm dl dt.line2 small {
    color: #7a7a7b;
    font-weight: 300;
}

button.file {
    width: 110px;
    height: 38px;
    line-height: 36px;
    border: 1px solid #79797a;
    font-weight: 500;
    border-radius: 6px;
}

button.file::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 16px;
    background: url(../images/common/ico_file.png) no-repeat center;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -2px;
}

.info_input.comm dl dd span {
    line-height: 36px;
}

.info_input.comm dl dd .no_file {
    color: #7a7a7b;
}

.info_input.comm .del {
    float: right;
    width: 30px;
    height: 38px;
    vertical-align: middle;
}



/* lectureList.html */
.lecture_scr {
    margin: 22px 0 36px;
    position: relative;
}

.ui-carousel {
    margin: 0 auto;
    width: 800px;
    overflow: hidden;
    text-align: center;
    padding-left: 30px;
}

.ui-carousel li {
    display: inline-block;
    width: 130px;
    height: 130px;
    background: #fff;
    position: relative;
}

.ui-carousel li a {
    display: table-cell;
    vertical-align: middle;
    width: 130px;
    height: 130px;
    color: #aaa;
    border: 1px solid #ddd;
    line-height: 1.1em;
    font-size: 1.4em;
    letter-spacing: -0.03em;
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
}

.ui-carousel li.on a {
    border: 1px solid #1fb194;
    color: #1fb194;
}

.ui-carousel li .select {
    background: #33cdae;
    color: #fff;
}

.lecture_scr .btn {
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 34px;
    top: 50%;
    margin-top: -16px;
}

.lecture_scr .btn.prev {
    left: 0;
    background: url(../images/common/lecture_btn.png) no-repeat center;
}

.lecture_scr .btn.next {
    right: 0;
    background: url(../images/common/lecture_btn.png) no-repeat center;
    transform: rotate(180deg);
}

.lecturesearchbox {}

.lecturesearchbox table {
    border: 1px solid #ddd;
    width: 100%;
}

.lecturesearchbox table tr {
    height: 60px;
    border-bottom: 1px solid #ddd;
}

.lecturesearchbox table tr th {
    background: #f6fcfc;
    color: #222;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.lecturesearchbox table tr td {
    padding: 16px 18px;
    text-align: left;
    font-size: 1.1em;
    color: #666;
}

.lecturesearchbox table tr td:first-child {
    width: 330px;
}

.lecturesearchbox table tr td.td_inputCon {
    padding: 11px 12px;
}

.lecturesearchbox table tr td input[type=text] {
    width: 290px;
    height: 38px;
    border-radius: 6px;
    vertical-align: middle;
}

.lecturesearchbox table tr td span {
    margin-right: 10px;
}

.lecturesearchbox .btn_area {
    margin: 50px 0;
}

.btn_area {
    text-align: center;
}

.btn_area.mt {
    margin: 50px 0;
}

/* button */
button.Bver2 {
    display: inline-block;
    border-radius: 30px;
    height: 52px;
    min-width: 150px;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    padding: 0 20px;
}

button.Bver2.black {
    background: #313029;
}

button.Bver2.border {
    border: 1px solid #ed7b28;
    color: #ed7b28;
}

button.Bver2.orange {
    background: #ed7b28;
}

button.Bver2 + button.Bver2 {
    margin-left: 6px;
}

button.Bver2.blue {
    background: #0495bf;
}

/* button */

.lectureList li {
    border: 1px solid #ddd;
    min-height: 305px;
    padding: 32px 30px 28px;
    margin-bottom: 22px;
    overflow: hidden;
}

.lectureList li div {
    float: left;
}

.lectureList .thum {
    width: 280px;
    overflow: hidden;
    border-radius: 10px;
}

.lectureList .thum a {
    display: block;
}

.lectureList .thum .thumimg {
    height: 204px;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 10px 10px 0 0;
}

.lectureList .thum .thumimg::after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/common/imgBg_logo.png) no-repeat center #f6f6f6;
    display: block;
    vertical-align: middle;
}

.lectureList .thum .thumimg img {
    position: absolute;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.lectureList .thum .thumview {
    height: 43px;
    line-height: 43px;
    font-size: 1.06em;
    background: #ffa423;
    color: #fff;
    text-align: center;
}

.lectureList .thum .thumview::before {
    content: '';
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url(../images/common/ico_view.png) no-repeat center;
    vertical-align: middle;
    margin: -4px 6px 0 0;
}

.lectureList .txtbox {
    width: 558px;
    padding-left: 20px;
    height: 247px;
    overflow: hidden;
    position: relative;
}

.lectureList .txtbox .title {
    font-size: 1.4em;
    line-height: 1.2em;
}

.lectureList .txtbox .pay {
    margin: 8px 0 20px;
}

.lectureList .txtbox .pay em {
    font-family: 'roboto';
    font-weight: 500;
    margin-right: 4px;
}

.sticker {
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    border-radius: 50px;
    height: 24px;
    font-size: .85em;
    margin-top: -5px;
}

.sticker.a {
    border: 1px solid #3faf33;
    color: #3faf33;
}

.sticker.b {
    border: 1px solid #138dd3;
    color: #138dd3;
}

.sticker.c {
    border: 1px solid #5e0de4;
    color: #5e0de4;
}

.sticker.pc {
    border: 1px solid #3853f6;
    background: #3853f6;
    color: #fff;
}

.sticker.s {
    border: 1px solid #d129d3;
    background: #d129d3;
    color: #fff;
}

.sticker.re {
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

.sticker.non {
    border: 1px solid #aaa;
    background: #aaa;
    color: #fff;
}

.lectureList .txtbox .text {
    font-size: 1.1em;
    line-height: 1.2em;
    color: #aaa;
}

.lectureList .txtbox .Tinfo {
    font-size: 1.1em;
    line-height: 1.2em;
    color: #999;
    position: absolute;
    bottom: 0;
    left: 20px;
    line-height: 1.2em;
}

.lectureList .txtbox .Tinfo small {
    font-size: .9em;
    color: #000;
    text-align: justify;
}



/* lectureView.html */
.lecturedetail .info {
    overflow: hidden;
}

.lecturedetail .thum {
    width: 282px;
    float: left;
}

.lecturedetail .slider-for {
    width: 282px;
    height: 197px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.lecturedetail .slider-for li {
    float: left;
    height: 195px;
    width: 280px;
}

.lecturedetail .slider-for li img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.lecturedetail .slider-nav {
    margin-top: 12px;
    width: 286px;
}

.lecturedetail .slider-nav li {
    width: 64px;
    height: 44px;
    float: left;
    overflow: hidden;
}

.lecturedetail .slider-nav li p {
    width: 64px;
    height: 44px;
    border: 1px solid #ddd;
}

.lecturedetail .slider-nav p + p {
    margin-left: 11px;
}

.lecturedetail .slider-nav li img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
}


.lecturedetail .info .infoBox {
    float: left;
    width: 618px;
    min-height: 252px;
    padding-left: 30px;
}

.lecturedetail .infoBox .title {
    font-size: 1.8em;
    line-height: 1.2em;
}

.lecturedetail .infoBox .sticker_con {
    margin: 14px 0 20px;
}

.lecturedetail .pay {
    overflow: hidden;
}

.lecturedetail .pay .pay_in {
    float: left;
}

.lecturedetail .pay .pay_in.a {
    width: 213px;
}

.lecturedetail .pay .pay_in.a li {
    font-size: 1.1em;
    margin-top: 6px;
}

.star {
    color: #ed7b28;
    letter-spacing: .15em;
}

.lecturedetail .pay .pay_in.b {
    width: 375px;
}

.lecturedetail .pay table {
    width: 100%;
    border: 1px solid #ddd;
}

.lecturedetail .pay table tr {
    border-bottom: 1px solid #ddd;
    height: 40px;
}

.lecturedetail .pay table tr th {
    text-align: center;
    background: #f6fcfc;
    font-size: 1.1em;
}

.lecturedetail .pay table tr td {
    text-align: center;
}

.lecturedetail .pay table tr td small {
    font-size: .7em;
}


.lecturedetail .btn_area {
    margin: 74px auto 50px;
}


/* grap */
.graph {
    overflow: hidden;
    margin-bottom: 42px;
}

.graph .graph_con {
    float: left;
    width: 285px;
}

.graph .graph_con + .graph_con {
    margin-left: 22px;
}

.graph h4 {
    background: #1f3c53;
    color: #fff;
    height: 60px;
    line-height: 60px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-size: 1.15em;
}

.graph .graph_con div {
    height: 242px;
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    border: 1px solid #ddd;
    border-top: 0;
    text-align: center;
}

.graph .graph_con div.a svg {
    padding: 30px 0 0 25px;
}

.graph .graph_con div.b svg {
    padding: 25px 0 0 22px;
}

.graph .graph_con div.c svg {
    padding: 25px 0 0 15px;
}



/* tab */
#nav-container-top {
    background-color: #fff;
    min-height: 1px;
    min-width: 1px;
}

#nav-container {
    background: #fff;
    text-align: center;
    position: -webkit-sticky;
    /* for safari */
    position: sticky;
    top: 133px;
    transition: font-size 0.2s ease-in;
    padding: 10px 0 0;
    overflow: hidden;
}

.nav-container-sticky {
    background-color: #fff !important;
}


.tabmenu li {
    float: left;
    width: calc(100%/8);

}

.tabmenu li a {
    display: block;
    text-align: center;
    border-bottom: 1px solid #ed7b28;
    padding: 12px 0 8px;
    color: #666;
    font-size: .9em;
}

.tabmenu li.on a {
    color: #e76108;
    border-top: 2px solid #ed7b28;
    border-left: 1px solid #ed7b28;
    border-right: 1px solid #ed7b28;
    border-bottom: 1px solid #fff;
    padding: 10px 0 8px;
}

.lecturedetail .tabconents {
    border: 1px solid #ddd;
    font-size: .8em;
    margin-top: 30px;
    padding: 24px 30px;
}

.lecturedetail .tabconents.unit table {
    width: 100%;
    border: 1px solid #ddd;
    border-top: 2px solid #1f3c53;
}

.lecturedetail .tabconents.unit table td {
    padding: 6px 18px;
    border: 1px solid #ddd;
}

.lecturedetail .tabconents.unit .chapterNum {
    color: #293455;
    background: #f6fcfc;
    width: 150px;
    text-align: center;
}

.lecturedetail .tabconents.re {
    font-size: .9em;
}

.lecturedetail .reList li {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.lecturedetail .reList li:first-child {
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
}

.lecturedetail .reList li:last-child {
    border-bottom: 0;
    padding: 15px 0 45px;
}

.lecturedetail .tabconents.re .review {
    font-size: .9em;
    color: #aaa;
}

.lecturedetail .reList .name em {
    margin-left: 10px;
}


/* integration.html */
.sub_con.inte {
    padding-bottom: 150px;
}

.inte h4 {
    margin-bottom: 30px;
    color: #353637;
    font-size: 1.2em;
    font-weight: 500;
}

.inte h4.overview_ttl {
    margin: 35px 0 17px;
}

.inte h4 small {
    color: #558ece;
    font-size: .75em;
    margin-left: 10px;
}

.overview {
    margin-bottom: 60px;
    padding-left: 20px;
}

.overview dl {
    overflow: hidden;
    margin-bottom: 6px;
}

.overview dl dt {
    float: left;
    width: 100px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #f0f0f0;
    background: #fdfdfd;
    border-radius: 30px;
    color: #808181;
    font-size: .9em;
    text-align: center;
}

.overview dl dt.black {
    background: #353637;
    color: #fff;
}

.overview dl dd {
    float: left;
    padding-left: 10px;
    line-height: 34px;
}

.overview dl dd font {
    color: #58a2a9;
    margin-left: 6px;
}

.overview dl dd font small {
    margin-right: 2px;
}

.sTorange {
    line-height: 1.2em;
    font-size: .85em;
    color: #e85f15;
    letter-spacing: -.03em;
}

.sTorange::before {
    content: '!';
    width: 17px;
    height: 13px;
    color: #fff;
    background: #e97314;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-family: 'GmarketSans';
    font-weight: bold;
    padding-top: 4px;
    font-size: .84em;
    margin-right: 5px;
    margin-top: -3px;
    line-height: 1em;
}


.schedule {
    margin-bottom: 60px;
}

.schedule table {
    width: 100%;
    border-top: 2px solid #1f3c53;
    text-align: center;
    font-size: .9em;
}

.schedule table tr {
    border-bottom: 1px solid #d0d6db;
}

.schedule table th {
    padding: 8px 0;
    background: #f6fcfc;
    font-weight: 500;
    border-right: 1px solid #d0d6db;
}

.schedule table th:last-child {
    border-right: 0;
}

.schedule table td {
    padding: 14px 0;
    color: #5f6367;
    border-right: 1px solid #d0d6db;
    line-height: 1.3em;
}

.schedule table td:last-child {
    border-right: 0;
}

.schedule table td.br {
    border-right: 1px solid #d0d6db;
}

.schedule table tr.point td {
    color: #58a2a9;
}

.schedule table tr.point td.Tblack {
    color: #5f6367;
}

.deposit {
    overflow: hidden;
    margin-top: 15px;
}

.deposit dt {
    float: left;
    width: 100px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #f0f0f0;
    background: #353637;
    color: #fff;
    border-radius: 30px;
    font-size: .9em;
    text-align: center;
}

.deposit dd {
    float: left;
    padding-left: 10px;
    line-height: 34px;
}

.process {
    margin-bottom: 80px;
}

.process li {
    display: inline-block;
    width: 103px;
    height: 103px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2em;
    position: relative;
    padding-top: 20px;
    font-size: .95em;
}

.process.big li {
    display: inline-block;
    width: 140px;
    height: 140px;
    padding-top: 38px;
    font-size: 1em;
}

.process.small li {
    display: inline-block;
    width: 91px;
    height: 91px;
    padding-top: 16px;
    font-size: .9em;
}

.process li.next {
    margin-right: 26px;
}

.process.big li.next {
    margin-right: 46px;
}

.process.small li.next {
    margin-right: 20.9px;
}

.process li.blue {
    background: #2cc1ec;
}

.process li.orange {
    background: #f2a152;
}

.process li b {
    font-family: 'roboto';
    display: block;
    margin-bottom: 5px;
    font-size: 1.1em;
}

.process.small li b {
    margin-bottom: 3px;
}

.process li.next::after {
    content: '';
    width: 16px;
    height: 24px;
    background: url(../images/common/next_btn.png) no-repeat center;
    background-size: 90% auto;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
}

.process.big li.next::after {
    content: '';
    width: 16px;
    height: 24px;
    background: url(../images/common/next_btn.png) no-repeat center;
    background-size: 98% auto;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -33px;
    margin-top: -12px;
}

.process.small li.next::after {
    right: -21px;
}


/* center.html */
.remote {
    min-height: 135px;
    width: 100%;
    border: 1px solid #ddd;
    background: #f9f9f9;
    padding: 35px;
    border-radius: 14px;
    margin-top: 30px;
}

.remote div {
    display: inline-block;
}

.remote .right {
    float: right;
}

.remote .txt1 {
    color: #444;
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 6px;
    letter-spacing: -.075em;
}

.remote .txt2 {
    color: #2095b7;
    font-size: 1.15em;
    letter-spacing: -.05em;
}

.remote .txt2::before {
    content: 'Tip';
    width: 45px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    background: #2cc1ec;
    color: #fff;
    border-radius: 30px;
    vertical-align: middle;
    margin-right: 7px;
    margin-top: -4px;
    font-size: .8em;
    text-align: center;
    font-family: 'roboto';
    letter-spacing: .05em;
}

.remote_btn {
    width: 280px;
    height: 60px;
    color: #fff;
    background: linear-gradient(to right, #f18e26, #fd644f);
    background: -moz-linear-gradient(to right, #f18e26, #fd644f);
    background: -webkit-linear-gradient(to right, #f18e26, #fd644f);
    border-radius: 50px;
    font-size: 1.35em;
    letter-spacing: -.075em;
    position: relative;
}

.remote_btn::before {
    content: '';
    width: 46px;
    height: 46px;
    display: inline-block;
    background: url(../images/common/ico_remote.png) no-repeat center;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -23px;
}

.remote_btn::after {
    content: '';
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(../images/common/ico_remote_down.png) no-repeat center #fff;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -20px;
}

.sub_sttl {
    color: #666;
    margin: 35px 0 10px;
    font-size: 1.2em;
}

.sub_ssttl {
    color: #aaa;
    letter-spacing: -.05em;
}

.sub_ssttl.mb {
    margin-bottom: 30px;
}

.edutool {
    border-top: 2px solid #000;
    letter-spacing: -.02em;
}

.edutool li {
    border-bottom: 1px solid #ddd;
    min-height: 59px;
    padding: 10px 8px;
    overflow: hidden;
}

.edutool li h6 {
    float: left;
    width: 40%;
    font-size: .85em;
    text-transform: uppercase;
    letter-spacing: -.05em;
}

.edutool_icon {
    display: inline-block;
    border: 1px solid #ddd;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    margin-right: 8px;
    vertical-align: middle;
    text-align: center;
}

.edutool_icon img {
    vertical-align: middle;
    margin-top: 3px;
    border-radius: 10px;
}

.edutool li .intxt {
    float: left;
    width: 60%;
    font-size: .85em;
    color: #aaa;
    position: relative;
    text-transform: uppercase;
    padding: 9px 110px 9px 0;
    letter-spacing: -.03em;
}

.edutool li.line2 .intxt {
    padding: 0 110px 0 0;
}

.edutool li .intxt a {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    display: inline-block;
    width: 98px;
    height: 30px;
    line-height: 28px;
    background: #0ba8b6;
    color: #fff;
    border-radius: 30px;
    padding: 0 12px 0 15px;
}

.edutool li .intxt a::after {
    content: '>';
    display: inline-block;
    width: 7px;
    height: 28px;
    margin-left: 14px;
    vertical-align: middle;
    font-family: 'GmarketSans';
    font-weight: 300;
    font-size: .9em;
}


/* intro.html */
.greeting_img {
    margin-bottom: 35px;
}

.greeting_txt {
    font-weight: 500;
    letter-spacing: -.025em;
    font-size: 1.15em;
    line-height: 1.35em;
}

.greeting_txt h5 {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.greeting_txt .myeongjo {
    margin: 35px 0 40px;
    color: #9fa4a8;
    font-size: 1.3em;
    font-family: 'NanumMyeongjo';
    line-height: 1.4em;
    letter-spacing: -.05em;
}

.greeting_txt .last {
    margin: 20px 0 40px;
}

.greeting_txt .signature {
    text-align: right;
}

.vision_img {
    margin: 70px 0 50px;
    text-align: center;
}

.value {
    overflow: hidden;
}

.value li {
    float: left;
    width: 157px;
    margin-left: 28.75px;
    text-align: center;
}

.value li:first-child {
    margin-left: 0;
}

.value_tit {
    font-size: 1.1em;
    margin: 16px 0 6px;
    font-weight: 500;
}

.value_txt {
    font-size: .9em;
    color: #aaa;
    letter-spacing: -.05em;
    line-height: 1.3em;
}

.strategy {
    margin-top: 40px;
}

.strategy li {
    font-size: 1.2em;
    color: #222;
    letter-spacing: -.05em;
    line-height: 40px;
    position: relative;
    margin-bottom: 10px;
}

.strategy li::before {
    content: '';
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    margin-right: 0;
    vertical-align: middle;
}

.strategy_01::before {
    background: url(../images/common/strategy1.png) no-repeat center bottom;
}

.strategy_02::before {
    background: url(../images/common/strategy2.png) no-repeat center bottom;
}

.strategy_03::before {
    background: url(../images/common/strategy3.png) no-repeat center bottom;
}

.strategy_04::before {
    background: url(../images/common/strategy4.png) no-repeat center bottom;
}

.strategy_05::before {
    background: url(../images/common/strategy5.png) no-repeat center bottom;
}

.history {
    margin-top: 85px;
}

.history li {
    margin-bottom: 60px;
    text-align: center;
}

.history li .round_con {
    height: 142px;
    text-align: center;
}

.history .roundBox {
    border-radius: 30px;
    display: inline-block;
    width: 190px;
    height: 48px;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    font-style: italic;
    font-family: 'roboto';
    line-height: 48px;
    position: relative;
}

.history .roundBox small {
    font-size: .85em;
}

.history .roundBox.a {
    background: #e46d04;
}

.history .roundBox.b {
    background: #0a989d;
}

.history .roundBox.c {
    background: #255fe1;
}

.history .roundBox.d {
    background: #404144;
}

.history .roundBox::after {
    content: '';
    width: 1px;
    height: 94px;
    background: #ddd;
    display: inline-block;
    position: absolute;
    top: 48px;
    left: 50%;
}

.history .ring {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 3px solid #e49804;
    background: #fff;
    border-radius: 50%;
}

.history .ring.a {
    border: 3px solid #e49804;
}

.history .ring.b {
    border: 3px solid #0dbd91;
}

.history .ring.c {
    border: 3px solid #129dde;
}

.history .ring.d {
    border: 3px solid #404144;
}

.history .ring::after {
    content: '';
    width: 1px;
    height: 11px;
    background: #ddd;
    display: inline-block;
    margin-top: 11px;
    margin-left: calc(50% - 3px);
}

.history .history_txt {
    text-align: center;
    margin: 0 auto;
}

.history .history_txt p {
    text-align: left;
    font-size: 1.1em;
}

.history .history_txt b {
    color: #aaa;
    font-family: 'roboto';
    font-size: 1.1em;
    margin-right: 12px;
}

.history .history_txt.a {
    width: 380px;
}

.history .history_txt.b {
    width: 630px;
}

.history .history_txt.c {
    width: 570px;
}

.history .history_txt.d {
    width: 530px;
}

.business {
    padding: 50px 0 100px;
    text-align: center;
    background: url(../images/common/business_bg.jpg) no-repeat bottom;
    background-size: contain;
}

.organization {
    margin: 50px auto 150px;
    text-align: center;
}

.sub_con .addr {
    background: #f7fbfc;
    font-size: .9em;
    padding: 0 12px;
    height: 46px;
    line-height: 46px;
    letter-spacing: -.05em;
    margin-bottom: 45px;
}

.sub_con .addr::before {
    content: '';
    width: 14px;
    height: 19px;
    display: inline-block;
    background: url(../images/common/ico_map.png) no-repeat center;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 4px;
}

.sub_con .traffic_tit {
    margin-bottom: 20px;
}

.traffic {
    padding-left: 74px;
    position: relative;
    min-height: 54px;
    margin-bottom: 10px;
    font-size: 1.1em;
    line-height: 1.4em;
    vertical-align: middle;
}

.traffic.bus {
    line-height: 54px;
    margin-bottom: 55px;
}

.Tbule {
    color: #128ed5;
}

.traffic::before {
    content: '';
    width: 54px;
    height: 54px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -27px;
}

.traffic.subway::before {
    background: url(../images/common/subway.png) no-repeat center #18a31e;
    top: 40%;
}

.traffic.bus::before {
    background: url(../images/common/bus.png) no-repeat center #128ed5;
}

.contact {
    text-align: center;
    overflow: hidden;
    height: 54px;
}

.contact p {
    display: inline-block;
    font-family: 'roboto';
    font-weight: bold;
    font-size: 1.6em;
    height: 54px;
    line-height: 54px;
}

.contact p.phone {
    float: left;
    color: #fb7820;
    text-align: left;
}

.contact p.email {
    float: right;
    font-size: 1.3em;
    font-weight: 400;
    text-align: right;
}

.contact p::before {
    content: '';
    width: 54px;
    height: 54px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 20px;
    vertical-align: middle;
}

.contact p.phone::before {
    background: url(../images/common/ico_phone.png) no-repeat center #f9f9f9;
}

.contact p.fax::before {
    background: url(../images/common/ico_fax.png) no-repeat center #f9f9f9;
}

.contact p.email::before {
    background: url(../images/common/ico_email.png) no-repeat center #f9f9f9;
}

/* ±â¾÷±³À° */
.intro_tab {
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-top: 40px;
    min-height: 50px;
}

.intro_tab ul {
    position: absolute;
    bottom: -1px;
}

.intro_tab li {
    display: inline-block;
    padding: 10px 18px;
}

.intro_tab li a {
    color: #bdbfc1;
}

.intro_tab li.on {
    border-bottom: 2px solid #fd821e;
}

.intro_tab li.on a {
    color: #fd821e;
    font-weight: 500;
}

.introBox {
    margin-top: 50px;
    letter-spacing: -.04em;
}

.intro_Tbox {
    border: 1px solid #f2f2f2;
    border-radius: 14px;
    padding: 15px 12px;
    margin-bottom: 25px;
}

.intro_Tbox .Tbox_tit {
    line-height: 42px;
}

.intro_Tbox .num {
    border-radius: 9px;
    width: 42px;
    height: 42px;
    line-height: 45px;
    display: inline-block;
    font-family: 'GmarketSans';
    text-align: center;
    margin-right: 8px;
    color: #fff;
    letter-spacing: .05em;
}

.intro_Tbox .num.a {
    background: #f7b311;
}

.intro_Tbox .num.b {
    background: #5cc8cb;
}

.intro_Tbox .num.c {
    background: #6376da;
}

.intro_Tbox .num.d {
    background: #007cdb;
}

.intro_Tbox .Tbox_intxt {
    padding: 0 50px;
    font-size: .85em;
    color: #999;
}

.intro_Tbox dl {
    font-size: .9em;
    overflow: hidden;
    padding: 0 50px;
}

.intro_Tbox dl.small {
    margin-top: 10px;
}

.intro_Tbox dl.big {
    margin: 10px 0 15px;
}

.intro_Tbox dl dt {
    float: left;
    width: 82px;
    height: 24px;
    text-align: center;
    border-radius: 30px;
}

.intro_Tbox dl.small dt {
    border: 1px solid #6fa0d8;
    color: #6fa0d8;
}

.intro_Tbox dl.big dt {
    border: 1px solid #a345f3;
    color: #a345f3;
}

.intro_Tbox dl dd {
    color: #333;
    width: calc(100% - 82px);
    float: left;
    padding-left: 8px;
}

.intro_img1 {
    text-align: center;
    margin: 40px auto 0;
}

.introStep li {
    background: #f9f9f9;
    border-radius: 15px;
    padding: 14px;
    position: relative;
    min-height: 94px;
    margin-bottom: 28px;
}

.introStep li::before {
    content: '';
    width: 3px;
    height: 3px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: -6px;
    left: 41px;
    border-radius: 50%;
}

.introStep li.a::before {
    display: none;
}

.introStep li.b::before {
    border: 4px solid #5cc8cb;
}

.introStep li.c::before {
    border: 4px solid #6fa0d8;
}

.introStep li.d::before {
    border: 4px solid #007cdb;
}

.introStep li.e::before {
    border: 4px solid #f7ce11;
}

.introStep li.f::before {
    border: 4px solid #f7b311;
}

.introStep li.g::before {
    border: 4px solid #74be2a;
}

.introStep li.h::before {
    border: 4px solid #529e06;
}

.introStep li.i::before {
    border: 4px solid #7989dc;
}

.introStep li.j::before {
    border: 4px solid #6376da;
}

.introStep li.k::before {
    border: 4px solid #4a63d7;
}

.introStep li.l::before {
    border: 4px solid #565656;
}

.introStep li.m::before {
    border: 4px solid #2a2929;
}

.introStep li::after {
    content: '';
    width: 1px;
    height: 22px;
    background: #ddd;
    display: inline-block;
    position: absolute;
    bottom: -22px;
    left: 46px;
}

.introStep li.m::after {
    display: none;
}

.introStep li .step_num {
    width: 66px;
    height: 66px;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    position: absolute;
    left: 14px;
    font-size: 1.8em;
    font-weight: bold;
    font-family: 'GmarketSans';
    letter-spacing: .05em;
    padding: 12px 0;
}

.introStep li .step_num small {
    font-size: .3em;
    display: block;
    font-weight: 400;
    letter-spacing: -.05em;
}

.introStep li.a .step_num {
    background: #2cbdda;
}

.introStep li.b .step_num {
    background: #5cc8cb;
}

.introStep li.c .step_num {
    background: #6fa0d8;
}

.introStep li.d .step_num {
    background: #007cdb;
}

.introStep li.e .step_num {
    background: #f7ce11;
}

.introStep li.f .step_num {
    background: #f7b311;
}

.introStep li.g .step_num {
    background: #74be2a;
}

.introStep li.h .step_num {
    background: #529e06;
}

.introStep li.i .step_num {
    background: #7989dc;
}

.introStep li.j .step_num {
    background: #6376da;
}

.introStep li.k .step_num {
    background: #4a63d7;
}

.introStep li.l .step_num {
    background: #565656;
}

.introStep li.m .step_num {
    background: #2a2929;
}

.introStep li h5 {
    padding: 16px 0 0 80px;
    line-height: 1.2em;
}

.introStep li .step_stxt {
    padding-left: 82px;
    color: #999;
    font-size: .9em;
}

.introStep li .step_stxt::before {
    content: '-';
}

.introBox .guide2 {
    color: #656b71;
    font-size: .9em;
    padding: 0 14px;
}

.intro_img3 {
    text-align: center;
    margin: 80px auto 0;
}

.introBox h5 {
    font-size: 1.1em;
    font-weight: 500;
}

.introBox h5 font {
    color: #16b086;
}

.introBox .guide {
    color: #656b71;
    margin: 30px 0 55px;
    padding: 0 18px;
    line-height: 1.2em;
    font-size: .9em;
}

.introBox h6 {
    font-size: 1.1em;
    color: #333;
}

.introBox h6 font {
    font-family: 'GmarketSans';
}

.introBox .intxt {
    color: #999;
    font-size: .9em;
    padding: 6px 18px;
}

.intro_img4 {
    text-align: center;
    margin: 35px 0 80px;
}



/* personal.html */
.person_ttl {
    color: #1d96db;
    font-size: 2em;
    font-weight: 500;
    letter-spacing: -.075em;
}

.sguide {
    color: #aaa;
    font-size: 1.2em;
    line-height: 1.2em;
    letter-spacing: -.05em;
    margin: 10px 0 50px;
}

.person_guide {
    font-size: 1.4em;
    letter-spacing: -.075em;
    margin-bottom: 45px;
    text-align: justify;
}

.person_con li {
    margin-bottom: 40px;
    text-align: justify;
}

.person_con li h6,
.person_con li .txt {
    font-size: 1.4em;
    letter-spacing: -.075em;
}

.person_con li .txt,
.person_con li .intxt {
    padding-left: 20px;
}

.person_con li .intxt {
    font-size: 1.2em;
    letter-spacing: -.075em;
    color: #999;
    margin-top: 5px;
}

.person_con li .intxt p {
    padding-left: 10px;
    position: relative;
    margin-bottom: 10px;
}

.person_con li .intxt p::before {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
}


/* complete.html */
.complBox {
    margin-top: 40px;
}

.complBox .num {
    position: relative;
    margin-bottom: 5px;
    border-bottom: 1px solid #f2f2f2;
    padding: 16px 0 10px;
}

.complBox .num b {
    font-size: 28px;
    font-weight: bold;
    color: #f5b76e;
    font-family: 'GmarketSans';
}

.complBox .screen {
    position: absolute;
    width: 20px;
    height: 10px;
    background: #fff;
    transform: rotate(-45deg);
    top: 35px;
    left: 27px;
}

.complBox .num span {
    margin: 20px 0;
    color: #555;
    letter-spacing: -.03em;
    font-family: 'Noto Sans KR';
    margin-left: 10px;
}





/* sitemap.html */
.sitemap_con {
    overflow: hidden;
    padding: 50px 0 100px;
}

.sitemap {
    float: left;
    width: 25%;
    overflow: hidden;
    min-height: 400px;
    padding-left: 40px;
}

.sitemap .map_tit {
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 10px;
    background: #FFA200;
    position: relative;
    padding: 10px;
    border-radius: 3px;
    letter-spacing: -.03em;
}

.sitemap .map_tit::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 10px;
    background: url(../images/common/down_arrow_w.png) no-repeat center;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -5px;
}

.sitemap li {
    padding: 8px 0 8px 10px;
}



/* footer */
.footer {
    width: 100%;
    position: relative;
}

.inner {
    width: 900px;
    margin: 0 auto;
    position: relative;
}

.footerCS {
    background: #f16202;
    color: #fff;
    height: 54px;
    line-height: 56px;
    font-family: 'GmarketSans';
    font-size: .85em;
    text-align: center;
}

.topGo {
    position: absolute;
    width: 54px;
    height: 54px;
    right: -54px;
    top: 0;
}

.topGo a {
    display: block;
    background: #373737;
    border: 1px solid #1c1d1e;
    font-family: 'GmarketSans';
    color: #fff;
    padding: 15px 0;
    text-align: center;
    font-size: .75em;
    line-height: 1em;
}

.topGo a::before {
    content: '';
    width: 100%;
    height: 6px;
    display: block;
    background: url(../images/main/top_arrow.png) no-repeat center;
    margin-bottom: 6px;
}

.footerCS span:nth-child(2) {
    margin: 0 38px;
}

.footerCS span em {
    margin-right: 10px;
}

.footerCS span::before {
    content: '';
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}

.footerCS span:nth-child(1)::before {
    background: url(../images/main/call.png) no-repeat center;
    width: 18px;
    height: 18px;
}

.footerCS span:nth-child(2)::before {
    background: url(../images/main/fax.png) no-repeat center;
    width: 21px;
    height: 20px;
}

.footerCS span:nth-child(3)::before {
    background: url(../images/main/email.png) no-repeat center;
    width: 20px;
    height: 13px;
}

.footer .address {
    padding: 12px 0 50px;
    overflow: hidden;
}

.footer .address .inner div {
    float: left;
}

.greyLogo {
    width: 190px;
    padding-top: 5px;
}

.address_txt {
    width: 500px;
    padding: 7px 0 0 25px;
}

.address_txt p {
    font-size: .85em;
    line-height: 1.3em;
    font-weight: 500;
    color: #999;
}

.address_txt p.copy {
    font-family: 'GmarketSans';
    margin-top: 4px;
}

.etc {
    width: 210px;
    float: right;
    text-align: right;
}

.etc span {
    display: inline-block;
    vertical-align: top;
}

.etc span.qr {
    padding-top: 10px;
    margin-left: 20px;
}


/* 20210929 Ãß°¡ */
/* server_pop */
.pop_con {
    width: 316px;
    height: 361px;
    font-size: .9em;
    text-align: center;
}

.pop_con.server {
    background: url(../images/popup/server_bg.png) no-repeat center;
    padding: 138px 27px 0;
}

.pop_con.server .infor {
    color: #999;
    line-height: 1.3em;
    margin-bottom: 14px;
    letter-spacing: -.07em;
}

.pop_con.server .infor font {
    color: #000;
}

.pop_con.server .stit {
    color: #fff;
    padding: 6px;
    border-radius: 10px 10px 0 0;
}

.pop_con.server .stit.blue {
    background: #1ab2f2;
}

.pop_con.server .stit.red {
    background: #fd3671;
}

.pop_con.server .intxt {
    border: 1px solid #f6f6f6;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    padding: 8px;
    font-weight: 500;
    letter-spacing: -.05em;
}

.pop_con.server .intxt.a {
    margin-bottom: 10px;
}

.pop_con.server .intxt.b {
    color: #fd054f;
}


/* chuseok_pop */
.pop_con.chuseok {
    background: url(../images/popup/chuseok_bg.png) no-repeat center;
    padding: 245px 0 0;
}

.pop_con.chuseok .infor {
    line-height: 1.3em;
    letter-spacing: -.07em;
    font-size: .75em;
    text-align: center;
}


/* new_pop */
.pop_con.new {
  background: url(../images/popup/new_bg.png) no-repeat center; 
  /*  background: url(../images/popup/new1_bg.png) no-repeat center; */
    padding: 140px 0 0;
}

.pop_con.new .tit {
    font-size: .85em;
    letter-spacing: -.07em;
    font-weight: 500;
    line-height: 1.3em;
}

.pop_con.new .day_tit {
    display: inline-block;
    background: #f86666;
    color: #fff;
    font-weight: 500;
    font-size: .85em;
    padding: 1px 8px;
    border-radius: 30px;
    margin: 8px 0 3px;
}

.pop_con.new .day {
    font-size: .85em;
    font-weight: 500;
    margin-bottom: 10px;
}

.pop_con.new .infor {
    line-height: 1.3em;
    letter-spacing: -.07em;
    font-size: .8em;
    color: #686767;
}


/* check_pop(È¨ÆäÀÌÁö Á¡°Ë Áß) 20211104Ãß°¡ */
.pop_con.check {
    background: url(../images/popup/check_bg.jpg) no-repeat center top #F6F6F6;
    padding: 110px 0 0;
    width: 316px;
    height: 234px;
}

.pop_con.check .check_tit {
    font-size: 1.4em;
    color: #fff;
    font-weight: 500;
    letter-spacing: -.05em;
    margin-bottom: 30px;
}

.pop_con.check .check_tit font {
    color: #FF6201;
}

.pop_con.check .check_info {
    height: 65px;
    padding: 15px 0;
    font-size: .9em;
    line-height: 1.4em;
    font-weight: 500;
    letter-spacing: -.03em;
}

.pop_con.check .check_info font {
    color: #FF7200;
}

.pop_con.check .check_info em {
    color: #888;
}

/*ÀÎÁõÇÏ±â*/
.cer_pop {
    width: 100%;
    min-height: 750px;
}

.cerInfoText {
    display: block;
    width: calc(100% - 40px);
    margin: 20px 20px;
    text-align: center;
    color: #666;
    font-weight: 500;
    font-size: 22px;
    font-family: 'GmarketSans';
    word-break: keep-all;
}

.cerInfoText b {
    color: #222;
}

.celList {
    width: calc(100% - 10px);
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.celList li {
    width: calc((100% / 3) - 40px);
    text-align: center;
    display: flex;
    flex-direction: column;
    border-right: 1px dotted #e4e4e4;
    padding: 0 20px;
}

.celList li:last-child {
    border-right: 0;
}

.celList li span {
    width: 100%;
}

.celList li span:first-child {
    box-sizing: border-box;
    display: block;
    text-align: center;
    display: block;
    width: 100%;
}

.celList li span:first-child img {
    width: auto;
    height: 96px;
    vertical-align: middle;
    text-align: center;
}

.celList li:last-child span:first-child img {
    margin-left: 20px;
}

.celList li span:last-child {
    font-size: 16px;
    color: #222;
    line-height: 1.2em;
    margin-top: 10px;
    padding: 5px 0;
    font-family: 'GmarketSans';
    text-align: center;
    line-height: 1.2em;
    float: left;
}

.celList li span:last-child b {
    font-size: 16px;
    color: #FF7200;
    font-family: 'GmarketSans';
    display: block;
}

.otpex {
    width: 100%;
    padding: 20px;
    margin-top: 40px;
    background: #e9e9e9;
}

.otpex dl {
    width: 100%;
    position: relative;
    margin: 5px 0;
}

.otpex dt {
    width: calc(150px - 30px);
    margin-right: 30px;
    padding: 7px 0;
    text-align: center;
    color: #Fff;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

.otpex dt.web {
    background: #1EB56F;
}

.otpex dt.mb {
    background: #1E69B5;
}

.otpex dd {
    width: calc(100% - 150px);
    margin-left: 150px;
}

/*motp*/
.mbex {
    max-width: 700px;
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 0 20px;
}

.mbex p {
    width: 50%;
    display: inline-block;
}

.mbex p img {
    width: 100%;
    border: 2px solid #444;
    border-radius: 4px;
    max-width: 334px;
    width: 100%;
}

.mbex span {
    width: calc(50% - 20px);
    margin: 0 10px;
    text-align: center;
    display: inline-block;
    border: 2px solid #1E69B5;
    border-radius: 4px;
    padding: 20px 0;
    color: #1E69B5;
    font-family: 'GmarketSans';
    background: #F8FCFF;
    display: flex;
    align-items: center;
}

.mbex span a {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.mbex span a img {
    width: 60px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.mbex span a em {
    width: 100%;
    height: 30px;
    line-height: 50px;
    vertical-align: middle;
}

.mbex span a em img {
    vertical-align: middle;
    margin-top: 18px;
}

.motpin {
    width: calc(100% - 50px);
    max-width: 700px;
    padding: 15px;
    margin: 0 auto;
}

.motpin p {
    display: block;
}

.motpin p:first-child {
    font-size: 16px;
    color: #222;
    font-weight: bold;
    border-bottom: 1px dotted #e5e6e7;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.motpin p:last-child input {
    width: calc(100% - 155px);
    height: 50px;
    line-height: 48px;
    border: 3px solid #ff7200;
    font-size: 14px;
    color: #222;
    padding: 0 15px;
    box-sizing: border-box;
    margin-right: 5px;
}

.motpin p:last-child button {
    width: 150px;
    height: 50px;
    line-height: 50px;
    background: #FF7200;
    color: #fff;
    border-radius: 4px;
}

.exgui {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #222;
    line-height: 1.2em;
    margin-top: 20px;
}

p.re {
    width: 100%;
    display: block;
    padding: 20px 0;
}

p.re button {
    display: block;
    width: 300px;
    margin: 0 auto 40px;
    background: #1E69B5;
    color: #fff;
    text-align: center;
    height: 60px;
    line-height: 58px;
    border-radius: 4px;
    position: relative;
}

p.re button img {
    margin-left: 5px;
    width: 20px;
    height: auto;
    position: absolute;
    right: 20px;
    top: 20px;
}

/* dim°ú popÀº display:none ÇØµÐ´Ù */
#pop {
    width: 300px;
    height: 400px;
    background: #3d3d3d;
    color: #fff;
    position: absolute;
    top: 10px;
    left: 500px;
    text-align: center;
    border: 2px solid #000;
    z-index: 999;
}