@charset "UTF-8";

article, aside, details, figcaption, figure, footer, header, main, menu,
    nav, section {
    display: block
}

audio, canvas, progress, video {
    display: inline-block
}

article, aside, audio, blockquote, body, canvas, caption, dd, details,
    div, dl, dt, embed, fieldset, figcaption, figure, footer, form, h1,
    h2, h3, h4, h5, h6, header, html, iframe, legend, li, main, menu,
    nav, ol, p, pre, section, summary, table, tbody, td, template,
    textarea, tfoot, th, thead, tr, ul, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: inherit;
    font-family: inherit;
    box-sizing: border-box;
    word-break: break-all
}

a, em, span {
    display: inline-block;
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

b, strong {
    font-weight: 600
}

address, cite, dfn, em, i {
    font-style: normal
}

img {
    border: none;
    vertical-align: middle
}

audio, img, video {
    max-width: 100%;
    max-height: 100%
}

svg {
    overflow: hidden;
    vertical-align: middle
}

switch {
    display: none
}

figcaption, figure {
    margin: 0;
    padding: 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 90%
}

sub, sup {
    position: relative;
    font-size: .9em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

del {
    color: #aaa !important;
    text-decoration: line-through
}

label {
    display: inline-block;
    cursor: pointer
}

iframe {
    display: block;
    max-width: 100%
}

template {
    display: none
}

summary {
    display: list-item;
    cursor: pointer
}

output {
    display: inline-block
}

ul, ul>li {
    list-style: none
}

ol {
    overflow: hidden;
    position: relative;
    counter-reset: number
}

ol>li {
    counter-increment: number
}

ol>li:before {
    content: counter(number, decimal) "."
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

.required-txt {
	float: right;
	color: red;
	margin-bottom: 4px;
}

.required:before {
	display: inline-block;
	content: '* ';
	color: red;
	vertical-align: middle;
	margin-right: 4px;
}

.required-input {
	position: relative;
}
.required-input:before {
	content: '';
	display: block;
    position: absolute;
    top: -4px;
    left: -4px;
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: #ff7300 transparent transparent transparent;
    transform: rotate(135deg);
}


caption {
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    background: 0 0;
    font-size: 0;
    color: transparent;
    line-height: 0;
    text-indent: 100%
}

legend {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    background: 0 0;
    font-size: 0;
    color: transparent;
    line-height: 0
}

fieldset {
    border: none;
    min-width: 0
}

hr {
    overflow: hidden;
    position: absolute;
    height: 0;
    width: 0
}

:after, :before {
    display: none;
    content: ''
}

.clearfix {
    display: block
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.clear {
    clear: both
}

.hide {
    display: none
}

.skip {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    background: 0 0;
    font-size: 0 !important;
    color: transparent !important;
    line-height: 0
}

button, input, optgroup, select, textarea {
    margin: 0;
    padding: 0;
    border: 1px solid;
    box-sizing: border-box;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    vertical-align: middle
}

button, input, select {
    display: inline-block
}

button, input {
    overflow: visible
}

input[type=search], input[type=text] {
    -webkit-border-radius: 0;
    -webkit-appearance: none
}

input[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type=file] {
    border: none
}

input[type=file]::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    border: 1px solid #bbb;
    background: #e0e0e0;
    box-shadow: none
}

input[type=checkbox], input[type=radio] {
    padding: 0;
    border: none
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    overflow: visible;
    border-color: transparent;
    background-color: transparent;
    cursor: pointer
}

textarea {
    display: block;
    overflow: auto;
    overflow-x: hidden;
    resize: vertical
}

input[disabled] {
    background-color: #ebebeb
}

select:disabled {
    background-color: #ebebeb
}

td select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../../images/login/icon_login_arrow.png) no-repeat 95%
        50% #fff;
    background-size: 16px;
    padding: 0 8px;
    width: 160px;
    height: 44px;
    border: 1px solid #cccccc;
    max-width: 100%;
}

select:disabled {
    background-color: #ebebeb
}

input[disabled] {
    background-color: #ebebeb
}

[hidden] {
    display: none !important
}

body, a, button, input, select, textarea {
    font-family: 'Pretendard', '돋움', Dotum, '굴림', Gulim, Verdana, Arial,
        sans-serif;
    font-weight: normal;
    word-break: keep-all;
    font-size: inherit;
    line-height: inherit;
}

a {
    text-decoration: none;
}
/* 레이아웃 공통 */
#accessibility {
    position: relative;
    z-index: 10000;
}

#accessibility>a {
    display: block;
    position: fixed;
    left: 0;
    top: -30px;
    width: 100%;
    height: 28px;
    margin: 0 auto;
    padding: 0 10px;
    background: #111;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    text-decoration: underline;
    z-index: 10000;
}

#accessibility>a:active, #accessibility>a:focus {
    top: 0;
}

#accessibility a:focus {
    display: inline-block;
    padding: 10px;
    background: #000;
    font-size: 15px;
    color: #fff;
    opacity: 1;
    z-index: 1000;
}

@media screen and (max-width:768px) {
    .skip, caption, legend {
        overflow: visible;
        font-size: 3px !important
    }
}

.notScroll {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    touch-action: none;
}

input[type="text"], input[type="password"] {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border: 1px solid #cccccc;
    padding: 0 12px;
    box-sizing: border-box;
    font-size: 15px;
    border-radius: 0;
    color: #333;
}

input:focus {
    box-shadow: 0 0 0 2px #000 inset;
}

textarea {
    width: 100%;
    min-height: 120px;
    line-height: 24px;
    border: 1px solid #cccccc;
    padding: 0 12px;
    box-sizing: border-box;
    font-size: 15px;
    border-radius: 0;
    resize: none;
    padding: 10px;
    color: #333;
}

input::placeholder {
    color: #ccc;
}

.btn {
    cursor: pointer;
    font-size: 18px;
    background: #ababab;
    font-weight: 600;
    width: 100%;
    line-height: 44px;
}

.btn01 {
    cursor: pointer;
    width: 100%;
    line-height: 44px;
    color: #fff;
    font-weight: 600;
}

.btn_point {
    background: #009de8;
    color: #fff;
}

.btn_default {
    border: 1px solid #fff;
    background: none;
    color: #fff;
}

/* defult */
body, html {
    width: 100%;
    height: 100%;
    /* 모바일 자동 폰트 사이즈 자동조절 막기 */
    -webkit-text-size-adjust: none; /*Chrome, Safari, newer versions of Opera*/
     -moz-text-size-adjust: none; /*Firefox*/
     -ms-text-size-adjust: none;  /*Ie*/
     -o-text-size-adjust: none; /*old versions of Opera*/
}

html {
    font-size: 16px
}

body {
    font-family: 'Pretendard', sans-serif;
    word-break: keep-all;
    word-wrap: break-word;
    color: #111;
    letter-spacing: -0.04em;
    height: 100%;
}

.bg {
    width: 100%;
    height: 100%;
    /* background: url(../../images/login/login_bg.jpg) no-repeat center top; */
    background: url("../../images/login/login_bg.jpg") fixed no-repeat 50% 0/cover;
    background-size: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    filter: blur(2px);
    -webkit-filter: blur(2px);
    -moz-filter:blur(2px);
    -o-filter:blur(2px);
    -ms-filter:blur(2px);
}

.bg::before {
    position: absolute;
    left: 0;
    top: 134px;
    width: 190px;
    height: 281px;
    background: url(../../images/login/bg_sh_top.png) no-repeat;
    content: '';
    z-index: 1;
    display: block;
}

.bg::after {
    position: absolute;
    right: 0;
    bottom: 105px;
    width: 280px;
    height: 190px;
    background: url(../../images/login/bg_sh.png) no-repeat;
    content: '';
    z-index: 1;
    display: block;
 
   
}

#wrapper {
    width: 100%;
    z-index: 2;
    position: relative;
    overflow: hidden;
    min-height: 100%;
/*  웹접근성 인증마크로 추가로 수치 증가
    padding-bottom: 65px;
 */    
    padding-bottom: 95px;
}

.wrap {
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.bg::after{
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0; 
    top: 0;
    background: linear-gradient(0deg, #000, #fff);
    display: block;
    z-index: 22;
    /* opacity: 52%; */
    opacity: 0.5; filter: alpha(opacity=50); 
}


#header {
    width: 100%;
    /* height: 144px; */
    /*     line-height: 100px; */
    text-align: center;
    box-sizing: border-box;
    padding-top: 50px; 
}

#header .title_box {
    display: block;
}

#header .title_box span {
    color: #0E7AA4; /* 2024-02-06 웹접근성 */
    font-size: 30px;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
    display: inline-block;
    line-height: 30px;
}

#header .title_box img {
    width: 189px;
    height: 40px;
}

#header .title_box span::before {
    content: '';
    position: absolute;
    width: 1px;
    background: #7ecae8;
    height: 28px;
    left: 0;
    top: 50%;
    margin-top: -14px;
    display: block;
}

.title_wrap {
        width: 100%;
        /* height: 144px; */
        /*     line-height: 100px; */
        text-align: center;
        box-sizing: border-box;
        /* padding-top: 50px; */
    }
    
    .title_wrap .title_box {
        display: block;
    }
    
    .title_wrap .title_box span {
        color: #14ade9;
        font-size: 30px;
        font-weight: 600;
        position: relative;
        padding-left: 20px;
        margin-left: 20px;
        display: inline-block;
        line-height: 30px;
    }
    
    .title_wrap .title_box img {
        width: 189px;
        height: 40px;
    }
    
    .title_wrap .title_box span::before {
        content: '';
        position: absolute;
        width: 1px;
        background: #7ecae8;
        height: 28px;
        left: 0;
        top: 50%;
        margin-top: -14px;
        display: block;
    }
    




#container {
    max-width: 1480px;
    /* margin: auto; */
    margin: 43px auto auto;
    width: 1480px;
}

#container .tab_wrap{
    position: relative;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: inherit; */
    /* margin: 100px 0; */
} 







#container .tab {
    box-shadow: 0 0 120px 0 rgba(0, 0, 0, 0.22);
    border-radius: 10px;
    /* margin: 43px 0;
    box-sizing: border-box; */
}

#container .tab .tab_btn_box {
    overflow: hidden;
}

#container .tab .tab_btn_box .tab_btn_list li {
    float: left;
    list-style: none;
    width: 50%;
}

#container .tab .tab_btn_box .tab_btn_list li a {
    text-decoration: none;
    font-size: 28px;
    color: #333;
    position: relative;
    display: block;
    padding: 32px 0 20px;
    /* background: rgb(212 212 212/ 40%); */
    background: radial-gradient(#cdcbcb, #fff);
    height: 100px;
    text-align: center;
    font-size: 30px;
    font-weight: 200;
    letter-spacing: -0.05em;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

#container .tab .tab_btn_box .tab_btn_list li a:focus-visible {
    box-shadow: 0 0 0 2px #000 inset;
    outline: 0;
}

#container .tab .tab_btn_box .tab_btn_list li a span {
    font-size: 30px;
    letter-spacing: 0;
}

#container .tab .tab_btn_box .tab_btn_list li:first-child a {
    border-right: 0;
}

#container .tab .tab_btn_box .tab_btn_list li:last-child a {
    border-left: 0;
}

#container .tab .tab_btn_box .tab_btn_list li.active a {
    color: #fff;
    background: url("../../images/login/tab_bg.png") no-repeat center rgba(0, 0, 0, 0.3);
    /* background: rgba(0, 0, 0, 0.3);  */
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
    font-size: 30px;
    padding: 32px 0 20px;
    border: 1px solid rgba(255, 255, 255, 0.3); 
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
    border-bottom: none;
    box-shadow: 5px 0 20px 5px #aaaaaad1;
    z-index: 10;


}

#container .tab .tab_btn_box .tab_btn_list li.active a:focus-visible { box-shadow: 5px 0 20px 5px #aaaaaad1, 0 0 0 2px #000 inset; } /* 2024-02-06 웹접근성 */

 /* #container .tab .tab_btn_box .tab_btn_list li.active a::after {
    content: ' ';
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: rgba(0, 0, 0, 0.3);
    width: 100%; 
    height: 50%;
    display: block;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter:blur(10px);
    -o-filter:blur(10px);
    -ms-filter:blur(10px);
}  */


#container .tab .tab_btn_box .tab_btn_list li a::before {
    content: '';
    background: url("../../images/login/login_chk_off.png") no-repeat;
    background-size: 33px 33px;
    height: 33px;
    width: 33px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

#container .tab .tab_btn_box .tab_btn_list li.active a::before {
    content: '';
    background: url("../../images/login/login_chk.png") no-repeat;
    background-size: 33px 33px;
    height: 33px;
    width: 33px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}




#container .tab .tab_btn_box .tab_btn_list li.active a span b {
    font-weight: 700;
}

#container .tab .tab_cont_box {
    /* background:radial-gradient(#000, #acacac) ; */
    /* opacity: 54%;  */
    background: rgba(0, 0, 0, 0.3); 
    display: none;
    /* visibility:hidden; */
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-top: none;
    border-bottom: none;
    padding: 0;
    height: 0;
}

#container .tab .tab_cont_box.on {
    /* visibility:visible; */
    display: block;
    padding: 50px 39px 39px;
    height: auto;
}

#container .tab .login_set {
    background: rgba(0, 0, 0, 0.3);
    padding-left: 39px;
    padding-right: 39px;
    padding-bottom: 39px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-top: none;
}

#container .tab .tab_cont_box .form_list {
    font-size: 0;
}

#container .tab .tab_cont_box .form_list .form_item {
    display: inline-block;
    position: relative;
    width: calc(25% - 12px);
    height: 338px;
    margin-right: 16px;
    padding: 35px 35px 10px;
    vertical-align: top;
}

#container .tab .tab_cont_box .form_list.mobile .form_item {
    width: calc(33.3333% - 11px);
}

#container .tab .tab_cont_box .form_list.mobile .form_item.kakao {
    margin-right: 0;
}

#container .tab .tab_cont_box .form_list .form_item .inspection-box {
    display: none;
    text-align: center;
    color: #fff;
    padding: 60px 0;
}

#container .tab .tab_cont_box .form_list .form_item .inspection-box p.title
    {
    font-size: 24px;
    padding: 20px 0;
}

#container .tab .tab_cont_box .form_list .form_item .inspection-box p.desc
    {
    font-size: 18px;
}

#container .tab .tab_cont_box .form_list .form_item.inspection .form_item_content .form_item_body,
    #container .tab .tab_cont_box .form_list .form_item.inspection .form_item_content .form_item_footer
    {
    display: none;
}

#container .tab .tab_cont_box .form_list .form_item.inspection .inspection-box
    {
    display: block;
}

#container .tab .tab_cont_box .form_list .form_item:last-child {
    margin-right: 0;
}

.form_list .form_item.easy {
    background: rgba(47, 53, 183,0.7);
}

.form_list .form_item.living {
    background: rgba(74, 93, 196, 0.7);
}

.form_list .form_item.kakao {
    background: rgba(0, 157, 232, 0.7);
}

.form_list .form_item.certificate {
    background: rgba(91, 40, 190, 0.7);
}

.form_list .form_item.certificate.not_pc .form_item_body .desc {
    display: none;
}

.form_list .form_item.certificate .form_item_body .desc.moblie {
    display: none;
}

.form_list .form_item.certificate.not_pc .form_item_body .desc.moblie {
    display: block;
}

.form_list .form_item.certificate.not_pc .form_item_footer {
    display: none;
}

.form_list .form_item.default {
    background: rgba(47, 53, 183, 0.7);
}

.form_list .form_item .form_item_inner {
    font-size: 18px;
}

.form_list .form_item .form_item_inner h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    padding-left: 0;
    position: relative;
    line-height: 24px;
}

.form_list .form_item .form_item_inner h3::before {
    vertical-align: middle;
    height: 29px;
    left: 0;
    top: 0;
    background: url("../../images/login/icon_login_set_2x.png") no-repeat;
    display: inline-block;
    background-size: 220px 29px;
    margin-right: 5px;
}


.form_list .form_item.easy .form_item_inner h3::before {
    width: 29px;
    background-position: -9px -2px;
}

.form_list .form_item.living .form_item_inner h3::before {
    width: 20px;
    background-position: -56px -2px;
}

.form_list .form_item.kakao .form_item_inner h3::before {
    width: 28px;
    background-position: -96px -2px;
}

.form_list .form_item.certificate .form_item_inner h3::before {
    width: 21px;
    background-position: -144px 0;
}

.form_list .form_item.normal .form_item_inner h3::before {
    width: 29px;
    background-position: -176px 0;
}

.form_list .form_item .form_item_inner .form_item_body {
    height: 185px;
    font-size: 18px;
    padding-top: 20px;
}

.form_list .form_item .form_item_inner .form_item_body .desc {
    /* color: rgb(255 255 255/ 60%); */
    color: #fff;
    word-break: keep-all;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 30px;
}

.icon_help {
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    width: 24px;
    height: 24px;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0;
}

.form_list .form_item.living .form_item_inner .form_item_body .desc {
    margin-bottom: 30px;
}

.form_list .form_item .form_item_inner .form_item_body input.form-control
    {
    margin-bottom: 10px;
    background: #fff;
}

input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

input[type="checkbox"]+label {
    cursor: pointer;
}

input[type="checkbox"]+label>span {
    vertical-align: middle;
    padding-left: 10px;
    color: #333;
    font-weight: 400;
}

input[type="checkbox"]+label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #a7a7a7;
    background: #fff;
    vertical-align: middle;
}

input[type="checkbox"]:focus+label:before {
    box-shadow: 0 0 0 2px #000 inset;
}

input[type="checkbox"]:checked+label:before {
    content: "";
    background-color: #009de8;
    border-color: #009de8;
    background-image: url("../../images/login/check_btn.png");
    background-size: 14px 10px;
    background-repeat: no-repeat;
    background-position: 50%;
}

.form_list .form_item .form_item_body .check_wrap input[type="checkbox"]+label>span
    {
    color: #fff;
}

.f_desc_box {
    text-align: center;
    margin-top: 2px;
}

.f_desc_box a {
    display: inline-block;
    padding: 10px;
    color: rgb(255 255 255/ 70%);
    text-decoration: none;
    font-size: 15px;
}

.f_desc_box span {
    color: #737373;
    font-size: 16px;
}

.login_set .check_wrap {
    position: relative;
}

.login_set input[type="checkbox"]+label>span {
    color: #fff;
    font-size: 18px;
}

.login_set_box {
    font-size: 18px;
}

.login_set_list li {
    display: inline-block;
}

.login_set .login_set_box a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 10px;
    margin: 0 10px;
    position: relative;
}

.login_set .login_set_box li:last-child a {
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
}

.login_set .login_set_box li a::before {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background: #949497;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -8px;
}

.login_set .login_set_box li:first-child a::before {
    display: none;
}

#footer {
    /* height: 65px; */
    background-color: #262626;
    margin-top: 43px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1000;

}

.footer_inner {
    max-width: 1460px;
    margin: 20px auto 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background: #ccc; */
}

.footer_inner .footer_info {
    display: flex;
    justify-content: start !important;
    align-items: center !important;
}

.footer_inner .footer_info a {
    display: block;
    margin: 0 10px;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.04em;
    font-weight: 500;
    text-decoration: none;
    color: #999;

}

.footer_inner .footer_info a img {
    width : 60px ;
    height : 42px;
}

.footer_inner .copyright {
    font-size: 14px;
    letter-spacing: 0;
    word-break: keep-all;
    color: #999999;
 
}

.footer_inner .copyright span{
    line-height: 14px;
}

.login_cont_view {
    background: url("../../images/login/icon_login_arrow.png") no-repeat;
    background-size: 20px 11px;
    position: absolute;
    right: 0;
    top: 13px;
    width: 20px;
    height: 11px;
    display: none;
}

.login_cont_view span {
    font-size: 0;
}

#container .tab .tab_cont_box .form_list .form_item.default {
    width: 100% !important;
    padding-top: 40px;
    position: relative;
}

.form_list .form_item.default .form_item_inner .form_item_body {
    height: auto;
}

#container .tab .tab_cont_box .form_list .form_item.default .form_item_col
    {
    display: inline-block;
    position: relative;
    width: calc(50% - 12px);
    margin-right: 0;
    vertical-align: top;
}

#container .tab .tab_cont_box .form_list .form_item.default .form_item_col:first-child
    {
    width: 38%;
    padding: 0;
}

#container .tab .tab_cont_box .form_list .form_item.default .form_item_col:last-child
    {
    width: 62%;
}

#container .tab .tab_cont_box .form_list .form_item.default .form_item_col .form_item_inner
    {
    width: 100%;
    margin: 21px 0 0;
}

#container .tab .tab_cont_box .form_list .form_item.default .form_item_col .form_item_inner .form_item_content
    {
    width: 500px;
    position: relative;
}

.form_item_body dt {
    display: inline-block;
    width: 84px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.form_item_body dd {
    display: inline-block;
    width: 268px;
}

#container .tab .tab_cont_box .form_list .form_item.default .form_item_col .form_item_inner .form_item_footer
    {
    position: absolute;
    right: 0;
    top: 20px;
}

#container .tab .tab_cont_box .form_list .form_item.default .form_item_col .form_item_inner .form_item_footer .btn_box .btn
    {
    width: 133px;
    height: 98px;
}

#container .tab .tab_cont_box .form_list.mobile .form_item.certificate {
    display: none;
}

.form_default_title h3 {
    background: url("../../images/login/login_default_img.png") no-repeat;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    padding-top: 127px;
    width: 184px;
    margin: 67px 107px 0 0;
    float: right;
    background-position: top center;

}

.form_info_list_box {
    margin-top: 29px;
}

.form_info_list li {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    padding-left: 12px;
    position: relative;
    line-height: 24px;
}

.form_info_list li::before {
    content: '';
    border-radius: 50%;
    width: 3px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
}

.p_line_b {
    color: #009de8;
}

.p_line_y {
    color: #ffde00;
}

.p_line_y::after {
    background: #ffde00;
    height: 1px;
    width: 100%;
    display: block;
    content: "";
}

.p_line_b::after {
    background: #009de8;
    height: 1px;
    width: 100%;
    display: block;
    content: "";
}

#defaultLogin {
    /* width:1480px */
    
}

.form_list .form_item .form_item_inner .form_item_body .desc3 {
    margin-bottom: 5px;
    color: #fff;
}

.form_list .form_item .form_item_inner .form_item_body .desc2 {
    font-size: 14px;
    color: rgb(255 255 255/ 60%);
    margin-bottom: 10px;
}

.btn_box {
    display: flex;
    gap: 10px;
}

.m_desc {
    display: none;
}

.m_chk {
    display: none;
}

.m_btn {
    display: none;
}

.n_cover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgb(0 0 0/ 60%);
    display: block;
    z-index: 1;
}

.n_cover_box {
    
}

.n_cover_box::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgb(0 0 0/ 80%);
    display: block;
    z-index: 1;
}

.n_cover_box .n_text {
    color: #fff;
    z-index: 2;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -70px;
}

.n_cover_box .n_text .n_title {
    font-size: 24px;
    padding: 20px 0;
}

.n_cover_box .n_text .n_desc {
    font-size: 18px;
}

.sub-page {
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 15px;
}

.h2_box {
    margin-bottom: 60px;
    text-align: center;
    color: #fff;
}

.h2_box h2 {
    font-weight: 500;
    font-size: 56px;
}

.h2_box h2::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 8px;
    background: #009DE8;
}

.con_wrap {
    padding: 60px;
    background: #fff;
    box-shadow: 0 0 120px 0 rgb(0 0 0/ 22%);
}

.h3_box {
    position: relative;
    clear: both;
    overflow: hidden;
    padding-bottom: 36px;
    min-height: 40px;
}

.h3_box h3 {
    max-width: 1040px;
    float: left;
    text-align: left;
    font-weight: 500;
    font-size: 28px;
}

.con_wrap {
    padding: 60px;
    background: #fff;
}

.dl_wrap01 {
    min-height: 95px;
    padding: 30px;
    margin-bottom: 20px;
    background: #f4f4f4;
}

.dl_wrap02 {
    min-height: 95px;
    padding: 40px;
    margin-bottom: 0px;
    border: 1px solid #dddddd;
}

.text01 {
    font-size: 16px;
    /* letter-spacing: -0.3px; */
    line-height: 24px;
    font-weight: 400;
    color: #111111;
    word-break: keep-all;
}

.text02 {
    font-size: 15px;
    /* letter-spacing: -0.3px; */
    line-height: 24px;
    font-weight: 400;
    color: #111111;
    text-align: center;
}

.normal_login_form {
    max-width: 270px;
    margin: 20px auto;
}

.normal_login_form .form_item_footer {
    margin-top: 10px;
}

.normal_login_form .form_item_body input {
    margin-bottom: 10px;
}

.normal_login_form .form_item_footer .btn_default {
    line-height: 44px;
    background: #313131;
    color: #fff;
}

#modal.modal-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.popup-wrap {
    background-color: rgba(0, 0, 0, .5);
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    display: none;
    z-index: 998;
    flex-wrap: wrap;
}

.popup {
    width: 100%;
    max-width: 400px;
    background-color: #ffffff;
    /* overflow: hidden; */
    box-shadow: 5px 10px 10px 1px rgba(0, 0, 0, .3);
    position: relative;
}

.popup-wrap .popup::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    box-sizing: border-box;
    z-index: 1;
    pointer-events: none;
}

.popup-wrap:focus-visible .popup::before {
    display: block;
}

.popup.open {
    display: flex !important;
}

.popup-head {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #009de8;
}

.head-title {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: #ffff;
    padding-left: 45px;
    background: url(../../images/login/p_bl.png) no-repeat 25px center;
    background-size: 10px 10px;
}

.popup-body {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.body-content {
    width: 100%;
    padding: 20px;
    overflow-y: auto;
    /* max-height: 850px; */
}

.body-titlebox {
    text-align: center;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
}

.body-contentbox {
    word-break: break-word;
    overflow-y: auto;
    min-height: 100px;
}

.popup-button {
    width: 100%;
    padding: 40px 0 0;
    background: #fff;
    text-align: center;
}

.popup-button a:focus, .popup-button button:focus {
    box-shadow: 0 0 0 2px #000 inset;
    outline: 0;
}

.loader_box {
    position: relative;
    padding: 20px;
    overflow: hidden;
    min-height: 120px;
}

.loader {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 10px 0;
    background: url("../../images/login/loader.gif") no-repeat;
}

.time {
    font-size: 18px;
    color: #e70e0e;
}

.al_c {
    text-align: center;
}

.btn_line_point {
    border: 1px solid #009de8;
    color: #009de8;
    background: #fff;
    text-decoration: none;
    padding: 0 20px;
    display: inline-block;
    width: auto;
    font-size: 16px;
}

.btn_normal {
    border: 1px solid #009de8;
    color: #009de8;
    background: #fff;
    text-decoration: none;
    padding: 0 20px;
    display: inline-block;
    width: auto;
    font-size: 16px;
}

.btn_point {
    border: 1px solid #009de8;
    color: #fff;
    background: #009de8;
    text-decoration: none;
    padding: 0 20px;
    display: inline-block;
    width: auto;
    font-size: 16px;
}

.popup-wrap-bg .btn_normal, .popup-wrap-bg .btn_point, #alertPopup .btn_point
    {
    width: 100px;
}

.pop_desc {
    color: #111;
    line-height: 24px;
    word-break: keep-all;
    display: inline-block;
    text-align: left;
    max-width: 100%;
}

.pop_close {
    background: url("../../images/login/pop_close.png") no-repeat 0 0;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    padding: 10px;
    font-size: 0;
}

.qrcode_map {
    display: block;
    padding: 16px 0 23px;
    text-align: center;
}

.qrcode_map .qrcode_inner {
    position: relative;
    display: inline-block;
}

.p_btn_input {
    display: flex;
    position: relative;
}

.p_btn_input input[type="password"] {
    width: 100%;
}

.p_btn {
    background: #f3f4ff url("../../images/login/icon_mouse.png") no-repeat
        center center;
    background-size: 18px;
    width: 44px;
    height: 44px;
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.sm_btn {
    color: #7fd6ff;
    border: 1px solid #7fd6ff;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 14px;
    margin-left: 4px;
}

.div_inline {
    position: relative;
    display: inline-block;
}

.fL {
    float: left;
}

.fR {
    float: right;
}

.po_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.clear_both {
    clear: both;
}

.po_col {
    margin-bottom: 10px;
}

.easy input[type=password]::placeholder {
    letter-spacing: 6px;
}

input[type="checkbox"]#cookieLoginCheckKakao:checked+label:before {
    content: "";
    background-color: #fff;
    border-color: #414141;
    background-image: url("../../images/login/check_bk.png");
    background-size: 14px 10px;
    background-repeat: no-repeat;
    background-position: 50%;
}

.ckwrap {
    display: none;
}

@keyframes spin { 0% {
    transform: translate(-50%, -50%) rotate(0deg);
}

100%
{
transform
:
 
translate
(-50%
,
-50%)
rotate
(360deg);

    
}
}

.virtualArea { position: relative; }

.pin-form { display:none; }

.popup-wrap-bg {
    z-index: 999;
}

.popup-wrap-bg .body-contentbox {
    padding: 30px 20px;
    text-align: center;
}
/*학번찾기*/
#findId .popup, #findPw .popup {
    max-width: 500px;
    max-height: 100%;
    /*     max-height: 890px; */
    overflow: hidden;
}

#popup_certificate .popup {
    max-width: 500px;
}

.sId_find_wrap .sId_item {
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.sId_find_wrap .sId_item.active {
    border-color: #606060;
}

.sId_find_wrap .sId_item:last-child {
    margin-bottom: 0;
}

.sId_find_wrap .sId_item .sId_btn {
    font-size: 20px;
    color: #111111;
    font-weight: 400;
    padding: 18px 20px;
    position: relative;
    cursor: pointer;
}

.sId_find_wrap .sId_item .sId_btn::after {
    content: '';
    width: 16px;
    height: 9px;
    background: url(../../images/login/icon_login_arrow.png) no-repeat 0 0;
    background-size: 16px 9px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    display: block;
}

.sId_find_wrap .sId_item.active .sId_btn::after {
    transform: rotate(180deg);
    filter: invert(1);
}

.sId_find_wrap .sId_item .sId_cont {
    padding: 10px 20px 20px;
    display: none;
}

.sId_find_wrap .sId_item.active .sId_cont {
    display: block;
}

.sId_find_wrap .sId_item.active .sId_btn {
    font-weight: 600;
}

.pop_desc2 {
    color: #666;
    line-height: 24px;
}

.dl_wrap03 {
    padding: 20px;
    background: #f4f4f4;
    margin-top: 10px;
}

.scroll_box {
	overflow-y: auto;
	max-height: 330px;
}

.scroll_box span {
	display: block;
	line-height: 26px;
}

#phoneAuthForFindId .dl_wrap03 {
    background: transparent;
}

#phoneAuthForFindId .auth_btn {
    margin-top: 0;
}

.dl_row {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.dl_row .dl_title {
    width: 60px;
    font-weight: 500;
    padding-left: 3px;
}

.input_text_wrap input {
    margin-bottom: 10px;
}

.input_text_wrap input:last-child {
    margin-bottom: 0;
}

.btn_code {
    background: #fff;
    border: 1px solid #cccccc;
    width: 100px;
    height: 80px;
    line-height: 20px;
    font-size: 16px;
    padding: 0 10px;
}

.email_send_box {
    gap: 10px;
    padding: 0;
}

.email_send_box .email_list {
    flex: 1;
    max-height: 110px;
    overflow: auto;
}

.email_send_box .dl_col .col_box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.email_send_box.type2 {
    display: block;
    margin-bottom: 0;
}

.email_send_box.type2 input[readonly] {
    background: #fff;
}

.email_send_box.type2 .email_list {
    height: auto;
}

.email_send_time {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    padding: 20px 0;
    justify-content: center;
    margin-top: 10px;
}

.col_box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.auth_btn {
    text-align: center;
    margin-top: 20px;
}

input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

input[type="radio"]+label {
    cursor: pointer;
    position: relative;
}

input[type="radio"]+label>span {
    vertical-align: middle;
    padding-left: 10px;
    color: #333;
    font-weight: 400;
    display: inline;
}

input[type="radio"]+label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #a7a7a7;
    background: #fff;
    vertical-align: middle;
    border-radius: 50%;
}

input[type="radio"]:checked+label:before {
    content: "";
    background-color: #fff;
    border-color: #009de8;
}

input[type="radio"]:focus+label:before {
    box-shadow: 0 0 0 2px #000 inset;
}

input[type="radio"]:checked+label::after {
    content: "";
    background-color: #009de8;
    border-color: #009de8;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 6px;
}

input[readonly] {
    background-color: #ebebeb;
}

.dl_cont .radio_wrap {
    position: relative;
    margin-right: 15px;
    min-width: 50px;
}

.sId_find_wrap div.sId_cont+.box_title {
    margin-top: 0;
}

.sId_find_wrap div.sId_cont .box_title {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

/*테이블*/
.table_list {
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #3b3b3b;
}

.table_list>table {
    width: 100%;
}

.table_list th {
    line-height: 1;
    font-size: 15px;
    color: #1a1a1a;
    padding: 12px 20px;
    background-color: #eee;
    text-align: center;
    word-wrap: break-word;
    border: 1px solid #ddd;
    border-top: none;
}

.table_list td {
    font-size: 15px;
    color: #666;
    padding: 12px 20px;
    text-align: center;
    line-height: 1.6em;
    border: 1px solid #e9e9e9;
    background: #fff;
    vertical-align: middle;
    letter-spacing: -1px;
}

.table_list tr td:first-child {
    white-space: nowrap;
}

.table_wrap table th:last-child, .table_wrap table td:last-child {
    border-right: none;
}

.dl_wrap04.type01 {
    overflow: hidden;
}

.dl_wrap04.type01 .table_write {
    float: left;
    width: calc(100% - 120px);
}

.dl_wrap04.type01 .btn_box {
    margin: 0;
    float: left;
    width: 120px;
    height: 70px;
}

.dl_wrap04.type01 .btn_box.disabled button {
    background: #ababab;
    color: #1a1a1a;
    border: 1px solid #ddd;
    pointer-events: none;
}

.error_wrap {
    display: none;
    clear: both;
    padding-top: 16px;
}

.error_wrap.active {
    display: block;
}

.error_wrap .error_txt {
    font-weight: 400;
    font-size: 18px;
    color: red;
    word-break: keep-all;
}

.error_wrap .btn_point {
    background: red;
    border: 1px solid red;
}

.table_write {
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #3b3b3b;
}

.table_write>table {
    width: 100%;
}

.table_write th {
    line-height: 1;
    font-size: 15px;
    color: #1a1a1a;
    padding: 12px 4px;
    background-color: #eee;
    text-align: center;
    word-wrap: break-word;
    border: 1px solid #ddd;
    border-top: none;
}

.table_write td {
    font-size: 15px;
    color: #666;
    padding: 12px 20px;
    text-align: left;
    line-height: 1.6em;
    border-bottom: 1px solid #e9e9e9;
    background: #fff;
    vertical-align: middle;
    letter-spacing: -1px;
}

.table_write table th:last-child, .table_write table td:last-child {
    border-right: none;
}

.table_write table th:first-child, .table_write table td:first-child {
    border-left: none;
}

.table_write tr.w_addFile_m .fileArea .file_box {
    position: relative;
    padding: 4px 4px 4px 0;
    font-size: 0;
}

.table_write tr.w_addFile_m .fileArea .file_box .upload-box {
    margin-top: 4px;
    border: 1px solid #cccccc;
    padding: 10px;
    min-height: 100px;
}

.table_write tr.w_addFile_m .fileArea .file_box .upload-box li {
    position: relative;
    padding-left: 12px;
    color: #3f3f3f;
    font-weight: 400;
    font-size: 16px;
}

.table_write tr.w_addFile_m .fileArea .file_box .upload-box li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background: #3f3f3f;
    border-radius: 50%;
}

.table_write tr.w_addFile_m .fileArea .file_box .upload-box li a {
    vertical-align: text-bottom;
    background: #ff0000;
    margin-left: 4px;
    width: 16px; height : 16px;
    border-radius: 3px;
    padding: 4px;
    width: 16px;
    height: 16px;
}

.table_write tr.w_addFile_m .fileArea .file_box .upload-box li a img {
    display: block;
    width: 100%;
    height: 100%;
}

.table_write tr.w_addFile_m .inp_text {
    width: 100%;
}

.table_write tr.w_addFile_m .btn_fileFind {
    position: relative;
    letter-spacing: -1px;
    cursor: pointer;
    margin-bottom: 4px;
}

.table_write tr.w_addFile_m .btn_fileFind:focus {
    box-shadow: 0 0 0 2px #000 inset;
    outline: 0;
}

.table_write .text-box {
	text-align: left;
    background-color: #fff;
    color: #333;
    height: 120px;
    overflow: auto;
    overflow-x: hidden;
    line-height: 24px;
    border: 1px solid #cccccc;
    padding: 0 12px;
    box-sizing: border-box;
    font-size: 15px;
    padding: 10px;
    margin-bottom: 6px;
}

.table_write .text-box:focus {
    box-shadow: 0 0 0 2px #000 inset;
    outline: 0;
}

.table_write .text-box span {
	display: block;
	text-align: center;
}
.table_write .fileArea .btn_fileFind {
    display: inline-block;
    width: 85px;
    box-sizing: border-box;
    border: 1px solid #313131;
    background: #313131;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    line-height: 44px;
    height: 44px;
    text-align: center;
    cursor: pointer;
}

.table_write .fileArea .btn_fileFind input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    min-width: 0;
}

.desc_box {
    margin-top: 20px;
    line-height: 24px;
}

.table_view {
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #3b3b3b;
}

.table_view>table {
    width: 100%;
}

.table_view th {
    line-height: 1;
    font-size: 15px;
    color: #1a1a1a;
    padding: 12px 20px;
    background-color: #eee;
    text-align: center;
    word-wrap: break-word;
    border: 1px solid #ddd;
    border-top: none;
}

.table_view td {
    font-size: 15px;
    color: #666;
    padding: 12px 20px;
    text-align: left;
    line-height: 1.6em;
    border-bottom: 1px solid #e9e9e9;
    background: #fff;
    vertical-align: middle;
    letter-spacing: -1px;
}

.table_view table th:last-child, .table_view table td:last-child {
    border-right: none;
}

.table_view table th:first-child, .table_view table td:first-child {
    border-left: none;
}

.desc_box p {
    font-size: 16px;
    margin-bottom: 10px;
    word-break: keep-all;
}

.desc_box p.bl {
    position: relative;
    padding-left: 12px;
}

.desc_box p.bl::before {
    position: absolute;
    top: 11px;
    left: 0;
    content: '';
    display: block;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    background: #a4a4a4
}

.p_link {
    margin: 30px 0 0
}

#findId .body-content, #findPw .body-content {
    max-height: calc(100vh - 90px);
}

.grace_wrap .text02 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.6;
}

.grace_wrap .info_txt p {
    padding-left: 12px;
    position: relative;
    word-break: keep-all;
}

.grace_wrap .info_txt p span {
    color: #0076AD; /* 2024-02-06 웹접근성 */
    font-weight: bold;
}

.grace_wrap .info_txt p+p {
    margin-top: 7px;
}

.grace_wrap .info_txt p:last-child {
    margin-bottom: 0;
}

.grace_wrap .info_txt p::before {
    position: absolute;
    top: 11px;
    left: 0;
    content: '';
    display: block;
    border-radius: 50%;
    width: 3px;
    height: 3px;
    background: #a4a4a4
}

.grace_wrap .btn_login {
    width: 100%;
}

.grace_wrap .login_set_list {
    text-align: center;
    margin-top: 10px
}

.grace_wrap .login_set_list li a {
    position: relative;
    padding: 10px 20px;
    font-size: 16px;
    color: #999;
    display: inline-block;
}

.grace_wrap .login_set_list li a::before {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background: #ddd;
    position: absolute;
    left: -2px;
    top: 50%;
    margin-top: -8px;
}

.grace_wrap .login_set_list li:first-child a::before {
    display: none;
}

.grace_wrap .normal_login_form {
    margin: 40px auto 0;
}

.grace_wrap .agree_area {
    padding-top: 30px;
}

.grace_wrap .ag_box {
    background: #f4f4f4;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.grace_wrap .ag_box .text03 {
    font-weight: 500;
    line-height: 1.6;
}

.grace_wrap .ag_box .radio_box .radio_wrap {
    margin-left: 20px;
}

.w270 {
    width: 270px;
}

.btn_box.al_c {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.grace_wrap .text03 {
    line-height: 1.6;
}

.file_info {
    margin-top: 10px;
}

.file_info li span {
    font-weight: 600;
}

.file_info li>div {
    padding-left: 40px;
}

.p_txt_r {
    color: #e70e0e;
}

.password_chg_box {
    margin-top: 20px;
}

.con_wrap .h3_box {
    clear: both;
    padding-bottom: 40px;
    overflow: inherit;
}

.con_wrap .h3_box h3 {
    float: left;
    font-weight: 700;
    font-size: 40px;
}

.con_wrap .h3_box h3 span {
    font-size: 35px;
}

.con_wrap .h3_box h3 span+span {
    font-size: 26px;
    font-weight: 600;
}

.table_write td textarea+.check_wrap {
    margin-top: 10px;
}

.table_write td .check_wrap input[type="checkbox"]+label>span {
    color: #333;
}

.ag_box .check_box {
    margin-top: 10px;
    text-align: center;
}

.sId_list {
    border-top: 1px solid #e9e9e9;
    margin: 20px 0 0;
}

.sId_list .radio_wrap {
    padding: 10px 0;
    border-bottom: 1px solid #e9e9e9;
}

.infopage-head {}

.infopage-head {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #009de8;
}

.infopage-title {
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    color: #ffff;
    padding-left: 45px;
    background: url(../../images/login/p_bl.png)no-repeat 25px center;
    background-size: 10px 10px;
}

.infopage_close {
    background: url("../../images/login/pop_close.png") no-repeat 0 0;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    padding: 10px;
    font-size: 0;
}

/*tab_*/

.infopage-contents {
    /* padding: 40px; */
    padding: 5px 0;
}

.tab_type5 {
    /* margin-bottom: 40px; */
    margin: 0 20px 30px;
}

.tab_type5 ul {
    display: flex;
    height: 52px;
    border-bottom: 1px solid #009de8;
    background: #F8F8F8;
}

.tab_type5 ul li {
    width: 100%;
}

.tab_type5 ul li a {
    display: block;
    font-size: 1.125em;
    height: 51px;
    padding: 0 30px;
    color: #111;
    position: relative;
    background: #fff;
    text-align: center;
}

.tab_type5 ul li a::after {
    display: block;
    content: '';
    width: 1px;
    height: 16px;
    background-color: #ddd;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}

.tab_type5 ul li a:hover {
    opacity: 1;
}

.tab_type5 ul li.on a::after,
.tab_type5 ul li:last-child a::after {
    display: none;
}

.tab_type5 ul li.on a {
    position: relative;
    color: #009de8;
    font-weight: 500;
}

.tab_type5 ul li.on a:before {
    display: block;
    box-sizing: border-box;
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: -1px;
    border: 1px solid #009de8;
    border-bottom-color: #fff;
    z-index: 1;
}

.tab_type5 ul li a span {
    display: table;
    height: 100%;
    width: 100%;
}

.tab_type5 ul li a span em {
    display: table-cell;
    vertical-align: middle;
}

.tab_type5 ul li a:hover {
    color: #009de8;
    font-weight: 400;
}

.hide2 {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
}

.infopage-box .h4_wrap {
    padding-top: 0;
    margin-bottom: 10px;
}

.infopage-box .h4_wrap+p {
    padding-top: 0;
}

.info_text {
    font-size: 16px;
    line-height: 24px;
}

.h4_wrap h4 {
    font-size: 28px;
    color: #1a1a1a;
    line-height: 1.2em;
}

.top_infopage-box p {
    color: #333;
    line-height: 1.6;
    letter-spacing: -0.8px;
    font-size: 15px;
}

.f_red {
    color: #e70e0e;
}

.guide_list_wrap {
    position: relative;
    margin-top: 40px;
    padding: 30px;
    border: 1px solid #dddddd;
}

.h4_wrap+.guide_list_wrap {
    margin-top: 0;
}

.guide_list_wrap+.h4_wrap {
    margin-top: 30px;
}

.infopage-box .qus_box {
    padding: 20px 30px;
    border: 1px solid #ddd;
}

.infopage-box .qus_box+.qus_box {
    margin-top: 10px;
}

.infopage-box .qus_box .q_tit {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    font-weight: 400;
    font-size: 20px;
    color: #1a1a1a;
}

.infopage-box .q_tit > em {
    display: inline-block;
    margin-right: 15px;
    font-size: 30px;
    color: #009de8;
    font-family: 'Noto Sans';
}

.bd1 {
    margin-bottom: 20px;
}

.bd1.type01 {
    font-size: 20px;
}

.btn_link {
    color: #009de8
}

.div_fl {
    display: flex;
}

.div_fl input {
    margin-bottom: 0;
}

.div_fl .btn_point {
    height: 46px;
    padding: 0 12px;
    width: 105px;
}

.email_code_wrap {
    background-color: #fff;
    display: flex;
    border: 1px solid #cccccc;
    height: 46px;
    padding: 0;
    flex: 1;
}

.email_code_wrap .form-control {
    border: none;
    width: calc(100% - 50px);
}

.email_send_btn {
    text-align: center;
}

.email_send_time2 {
    font-size: 15px;
    color: #e70e0e;
    width: 50px;
    line-height: 44px;
    text-align: center;
}
/* .email_send_box{margin-bottom: 30px;} */
.btn_code2 {
    padding: 0 10px;
}

.btn_code3 {
    width: 100%;
    padding: 0 10px;
    margin-top: 20px;
}



/*안내페이지 관련*/
.pop_wrap {
    width: 100%;
    height: 100%;
}

.dark_gray {
    min-width: 100px;
    padding: 4px 15px 5px;
    border: 1px solid #333;
    line-height: 1;
    background: #000;
    color: #fff;
    text-align: center;
    border-radius: 0;
    word-break: keep-all;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    width: 110px;
}

.infopage-contents .infopage-box {
    display: none;
    margin: 0 20px;
}

.infopage-contents .infopage-box.on {
    display: block;
}

.infopage-contents .infopage-box .h4_wrap h4 {
    font-size: 22px;
}

ol,
ul {
    list-style: none;
}

.infopage-box .h4_wrap+.info_text+.h4_wrap {
    margin-top: 30px;
}

.infopage-contents .infopage-box .info_step {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    padding: 30px 30px 30px 0;
    display: flex;
    /* justify-content: center; */
    align-items: flex-start;
    max-width: 900px;
}

.infopage-contents .infopage-box .info_step li {
    float: left;
    position: relative;
    padding-left: 15px;
    margin-bottom: 30px;
}

.infopage-contents .infopage-box .info_step.gn3 > li {
    width: 33.3333%;
}

.infopage-contents .infopage-box .info_step .info_box {
    position: relative;
    padding: 0 15px;
    width: 100%;
}

.infopage-contents .infopage-box .info_step .info_box .info_box_title {
    min-height: 28px;
    font-size: 18px;
}

.infopage-contents .infopage-box .info_step > li:before {
    content: " ";
    position: absolute;
    left: -4.5px;
    top: 50%;
    display: block;
    width: 20px;
    height: 30px;
    margin-top: -15px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #496e94;
    text-align: center;
    background: url("../../images/login/infostep_arr.png") no-repeat;
    background-size: contain;
}

/* .infopage-contents .infopage-box .info_step>li:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 20px;
    height: 30px;
    margin-top: -15px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #496e94;
    text-align: center;
    background: url(../../images/login/infostep_arr.png) no-repeat;
    background-size: contain;
} */

.infopage-contents .infopage-box .info_step > li:first-child::before {
    display: none;
}

.infopage-contents .infopage-box .info_step .info_box .num {
    display: inline-block;
    width: 28px;
    height: 28px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    background-color: #009de8;
    border-radius: 50%;
    z-index: 2;
    font-weight: normal;
    margin-right: 7px;
}

.infopage-contents .infopage-box .info_step .imgbox {
    width: 100%;
    margin-top: 14px;

}

.infopage-contents .infopage-box .info_step .info {
    display: block;
    margin-top: 15px;
}

.accord-box-group {}

.accord-box-group .accord-box {
    margin-bottom: 16px;
}

.accord-box-group .accord-box:last-child {
    margin-bottom: 0;
}

.accord-box {
    background: #ffffff;
    border: 1px solid #dcdcdc;
}

.accord-box .title-part {
    display: table;
    width: 100%;
    padding: 0 29px 0 40px;
    box-sizing: border-box;
    cursor: pointer;
}

.accord-box .conts-part {
    display: none;
    padding: 0 90px 46px 60px;
    box-sizing: border-box;
}

.accord-box .table-wrap {
    padding-top: 8px;
    text-align: center;
}

.accord-box .accord-title {
    display: table-cell;
    vertical-align: middle;
    padding: 29px 0;
    text-align: left;
}

.accord-box .accord-title {
    line-height: 22px;
    font-size: 18px;
    padding-left: 30px;
    position: relative;
}

.accord-box .accord-btn {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-left: 10px;
}

.accord-box .accord-conts:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 7px;
    height: 2px;
    background: #c1c2c6;
}

.accord-box .accord-conts {
    position: relative;
    padding-left: 16px;
    text-align: left;
}

.accord-box .accord-conts {
    line-height: 30px;
}

.accord-box .accord-conts .img img {
    /* max-width: 600px; 
    width: 100%;*/
}

.btn.btn-icon-accordopen {
    font-size: 30px;
    background: none;
    font-weight: 200;
    color: #9f9f9f;
}

.accord-box.open {
    box-shadow: 6px 10px 20px rgba(165, 165, 165, .1);
}

.accord-box.open .btn.btn-icon-accordopen {
    /* background: url("../image/component/etc/icon_accord_close.svg") no-repeat center; */
}

.accord-box.open .accord-title {
    font-weight: 600;
}

.accord-box .accord-title em {
    display: inline-block;
    margin-right: 15px;
    font-size: 30px;
    color: #009de8;
    position: absolute;
    left: 0;
}

.accord-box .accord-conts .img {
    margin: 10px 0;
}

.tel_l {
    background: url("../../images/login/icon_tel.png") no-repeat;
    background-size: 36px auto;
    font-size: 24px;
    padding: 2px 0 10px 40px;
    margin-top: 20px;
    font-weight: 600;
}

.tel_l .f_s {
    font-size: 16px;
    font-weight: 400;
}

.info_step + .h4_wrap {
    margin-top: 30px;
}

.infopage-contents .infopage-box .info_step.gn4,
.infopage-contents .infopage-box .info_step.gn5 {
    flex-wrap: wrap;
    padding: 30px 30px 0;
}

.infopage-contents .infopage-box .info_step.gn4 ol,
.infopage-contents .infopage-box .info_step.gn5 ol {
    /* max-width: 1140px; */
}
.infopage-contents .infopage-box .info_step.gn4 ol > li:before,
.infopage-contents .infopage-box .info_step.gn5 ol > li:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 20px;
    height: 30px;
    margin-top: -15px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #496e94;
    text-align: center;
    background: url("../../images/login/infostep_arr.png") no-repeat;
    background-size: contain;
}

.infopage-contents .infopage-box .info_step.gn4 ol > li:first-child::before,
.infopage-contents .infopage-box .info_step.gn5 ol > li:first-child::before {
    display: none;
}
.infopage-contents .infopage-box .info_step.gn5 li {
    margin-top: 0;
    /* width: 20%; */
}
.dp_2 {
    padding-left: 12px;
}
.subs1 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
}
.subs2 {
    font-size: 18px;
    margin: 10px 0 0;
    font-weight: 600;
}
.info_step + .subs2 {
    margin-top: 20px;
}
.mgt20 {
    margin-top: 20px;
}
.pdl12 {
    padding-left: 12px;
}
.info_text + .h4_wrap {
    margin-top: 30px;
}
.infopage-contents .infopage-box .accord-conts .info_step {
    border: none;
    padding: 0;
    justify-content: flex-start;
}

.i_c {
    margin-top: 5px;
    padding: 10px 0 0 20px;
}
.p2 {
    padding: 0 0 10px;
}
.p3 {
    margin-top: 20px;
}
.p2 + .p3 {
    margin-top: 0;
}
.infopage-contents .infopage-box .info_step.gn4 li.t_li {
    width: 100%;
}
.img2 {
    display: flex;
    gap: 40px;
}
.i_c .btn_box {
    margin: 10px 0;
}

.h4_wrap + .subs1 {
    margin-top: 10px;
}
.subs1 + .info_step {
    margin-top: 10px;
}
.subs2 + .info_step {
    margin-top: 10px;
}

.pdl20 {
    padding-left: 20px;
}
.infopage-contents .infopage-box .info_step.f_al_c {
    align-items: center;
}
.infopage-contents .infopage-box .info_step.f_al_c > li.arr_w {
    padding-left: 50px;
}
.infopage-contents .infopage-box .info_step.f_al_c > li.arr_w:before {
    content: "발급";
    position: absolute;
    left: 0;
    top: 30%;
    display: block;
    width: 50px;
    height: 30px;
    margin-top: -15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #496e94;
    text-align: left;
    background: url("../../images/login/infostep_arr.png") no-repeat;
    background-size: 20px 30px;
    background-position: right;

}
.infopage-contents .infopage-box .info_step.f_al_c > li.arr_w:after {
    content: '등록';
    position: absolute;
    bottom: 30%;
    left: 0;
    top: inherit;
    display: block;
    width: 50px;
    height: 30px;
    margin-top: -15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #496e94;
    text-align: left;
    background: url("../../images/login/infostep_arr.png") no-repeat;
    background-size: 20px 30px;
    background-position: right;

}

.img_p {
    display: block;
}
.img_m {
    display: none;
}

.btn_set_down {
    line-height: 20px;
    min-height: 40px;
}
.btn_re {
    max-width: 450px;
    flex-wrap: wrap;
    flex-direction: column;
}
.btn_re .btn {
    width: 100%;
}

.top_infopage-box h3 {
    font-size: 24px;

}

.p_box {
    padding-left: 24px;
    margin-top: 10px;
}

.imgbox.guide_box_image img {
    max-width: 240px;
    width: 100%;
}

.accord-box .accord-conts .p {
    line-height: 24px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}

.accord-box .accord-conts .p::before {
    content: '→';
    position: absolute;
    left: 0;
    display: block;
}

.accord-box .accord-conts .p_line {
    padding-left: 18px;
    position: relative;
    line-height: 24px;
}
.accord-box .accord-conts .p_n {
    margin-left: 20px;
}

.accord-box .accord-conts .p_line .num {
    position: absolute;
    left: 0;
    top: 0;
}

.accord-box .accord-conts .p_n + .p_n {
    margin-top: 20px;
}

.accord-box .accord-conts .p_n .p_line + .img {
    padding-left: 20px;
}

.accord-box .accord-conts .p_n .img + .p_line {
    margin-top: 20px;
}

.info_top_box_title {
    background: url("../../images/login/info_top_title_bl.png") no-repeat center left;
    padding-left: 24px;
}

.h410 .imgbox img {
    max-height: 410px;
}

.w180 .imgbox img {
    max-width: 180px;
}

.w200 .imgbox img {
    max-width: 200px;
}

.h436 img {
    max-height: 436px !important;
}

.h280 .imgbox img {
    max-height: 280px;
    max-width: none;
}

.pdl_0 {
    padding-left: 0 !important;
}

.h320 .imgbox img {
    max-height: 320px;
    max-width: 100%;
    width: auto;
}

.mgt10 {
    margin-top: 10px;
}

.info_img {
    border: 1px solid #dcdcdc;
    padding: 30px;
    width: 100%;
    margin: 10px 0;
}

.info_img img {
    max-width: 800px;
    width: 100%;
}

.info_img + .h4_wrap,
.info_text.p_line + .h4_wrap {
    margin-top: 30px;
}

.info_img2 img {
    max-width: 500px;
    width: 100%;
}

.info_text.p_line {
    padding-left: 18px;
    position: relative;
    line-height: 24px;
    margin-left: 12px;
}

.info_text.p_line .num {
    position: absolute;
    left: 0;
    top: 0;
}

@media all and (max-width:1480px) {
    #container {
        width: 100%;
    }
    .footer_inner {
        padding: 0 20px 0 20px;
    }
}

@media all and (max-width: 1260px) {
    #container .tab_wrap{
        /* position: relative;
        display: block; */
        /* position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0%,0%);
        margin-top: 50px; */
    }

    #container .tab {
        margin: 0 40px;
    }
    #container .tab .tab_cont_box .form_list .form_item {
        width: calc(50% - 14px);
        margin-right: 28px;
        margin-bottom: 28px;
    }
    #container .tab .tab_cont_box .form_list.mobile .form_item {
        width: calc(50% - 14px);
    }
    #container .tab .tab_cont_box .form_list.mobile .form_item.kakao {
        width: 100%;
    }
    #container .tab .tab_cont_box .form_list .form_item:nth-child(even) {
        margin-right: 0;
    }
    #container .tab .tab_cont_box.on {
        padding-bottom: 11px;
    }
    #container .tab .tab_btn_box .tab_btn_list li a {
        font-size: 24px;
        height: 85px;
    }
    #container .tab .tab_btn_box .tab_btn_list li a span {
        font-size: 24px;
    }
    #container .tab .tab_btn_box .tab_btn_list li.active a {
        font-size: 24px;
        padding: 32px 0 20px;
    }
    #container .tab .tab_btn_box .tab_btn_list li.active a span {
        font-size: 24px;
    }
    #container .tab .tab_btn_box .tab_btn_list li a::before, #container .tab .tab_btn_box .tab_btn_list li.active a::before
        {
        margin-right: 10px;
        background-size: 28px 28px;
        width: 28px;
        height: 28px;
    }
    #container .tab .tab_cont_box .form_list .form_item.default {
        padding: 40px 0 20px;
    }
    #container .tab .tab_cont_box .form_list .form_item.default .form_item_col .form_item_inner
        {
        margin: auto;
    }
    .form_info_list {
        margin: 0 30px 0 0;
    }
    #container .tab .tab_cont_box .form_list .form_item.default .form_item_col:first-child
        {
        width: 35%;
    }
    .form_default_title h3 {
        margin: 50px 57px 0 0;
    }
}

@media all and (max-width:1024px) {
    .dl_wrap01 {
        padding: 20px;
        margin-bottom: 20px;
        min-height: auto;
    }
    .dl_wrap02 {
        padding: 20px;
        margin-bottom: 20px;
        min-height: auto;
    }
    .grace_wrap .normal_login_form {
        margin: 20px auto 0;
    }
    .h4_wrap h4 {
        font-size: 20px;
    }
    .infopage-box .qus_box {
        padding: 15px;
    }
    .infopage-box .qus_box+.qus_box {
        margin-top: 10px;
    }
    .infopage-box .qus_box .q_tit {
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .infopage-box .q_tit > em {
        margin-right: 10px;
        font-size: 22px;
    }
    .infopage-contents .infopage-box .h4_wrap h4 {
        font-size: 20px;
    }
}

@media all and (max-width:992px) {
    #container .tab {
        margin: 0 20px;
    }
    #container .tab .tab_cont_box .form_list .form_item.default .form_item_col:first-child
        {
        width: 100%;
    }
    #container .tab .tab_cont_box .form_list .form_item.default {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        padding-bottom: 30px;
    }
    .form_default_title h3 {
        width: auto;
        margin: 0;
        float: initial;
        background: none;
        padding-top: 10px;
    }
    #container .tab .tab_cont_box .form_list .form_item.default .form_item_col:last-child
        {
        width: 100%;
    }
    #container .tab .tab_cont_box .form_list .form_item.default .form_item_col .form_item_inner .form_item_content
        {
        width: 500px;
        margin: 0 auto;
    }
    #container .tab .tab_btn_box .tab_btn_list li.active a span {
        font-size: 20px;
    }
    #container .tab .tab_btn_box .tab_btn_list li a {
        font-size: 20px;
    }
    #container .tab .tab_btn_box .tab_btn_list li.active a {
        font-size: 20px;
    }
    #container .tab .tab_btn_box .tab_btn_list li a span {
        font-size: 20px;
    }
    #container .tab .tab_btn_box .tab_btn_list li a::before, #container .tab .tab_btn_box .tab_btn_list li.active a::before
        {
        margin-right: 6px;
        background-size: 22px 22px;
        width: 22px;
        height: 22px;
        vertical-align: -4px;
    }
    .form_default_title {
        width: 500px;
        margin: 0 auto;
    }
    .form_default_title h3 {
        font-size: 24px;
        color: #fff;
        font-weight: 600;
        padding-left: 0;
        position: relative;
        line-height: 24px;
        text-align: left;
    }
    .form_default_title h3::before {
        vertical-align: middle;
        height: 24px;
        left: 0;
        top: 0;
        background: url("../../images/login/login_default_img_m.png") no-repeat;
        display: inline-block;
        background-size: 18px auto;
        margin-right: 5px;
        width: 19px;
        background-position: 0 0px;
    }
    .form_info_list_box {
        width: 500px;
        margin: 20px auto;
    }
    .form_info_list_box .form_info_list {
        margin: 0;
    }
    .form_item_body dt {
        display: none;
    }
    .form_item_body dd {
        display: inline-block;
        width: calc(100% - 143px);
    }
    .con_wrap {
        padding: 30px 15px;
    }
    .h2_box {
        margin-bottom: 20px;
    }
    .h2_box h2 {
        font-size: 30px;
    }
    .con_wrap .h3_box h3 {
        font-size: 25px;
    }
    .con_wrap .h3_box h3 span {
        padding-right: 10px;
        padding-left: 20px;
    }
    .con_wrap .h3_box {
        position: relative;
        margin-left: -20px;
        padding-bottom: 20px;
        width: calc(100% + 40px);
    }
}

@media all and (max-width: 768px) {
    .wrap {
        display: inherit;
    }
    #container {
        margin-top: 20px;
        min-height: calc(100vh - 205px);
        padding-bottom: 45px;
    }
    #container .tab_wrap{
        /* top: -112px; */
      }



    #header .title_box span {
        font-size: 22px;
    }
    #header .title_box span::before {
        height: 20px;
        margin-top: -10px;
    }
    .title_wrap .title_box span {
        font-size: 22px;
    }
    .title_wrap .title_box span::before {
        height: 20px;
        margin-top: -10px;
    }
    #container .tab {
        /* margin-top: 20px; */
    }


    #container .tab .tab_btn_box .tab_btn_list li a span {
        display: none;
    }
    #footer {
        margin-top: 36px;
        height: auto;
    }
    /* .footer_inner {
        padding-bottom: 20px;
        margin-top: 20px;
        padding-top: 20px;
    } */
    #container .tab .tab_cont_box .form_list .form_item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        transition: all 0.3s ease-out;
        /* overflow: hidden; */
        padding: 15px 20px;
        height: auto;
    }
    #container .tab .tab_cont_box .form_list.mobile .form_item {
        width: 100%;
    }
    #container .tab .tab_cont_box .form_list .form_item .inspection-box {
        padding: 20px 0;
    }
    #container .tab .tab_cont_box .form_list .form_item .inspection-box p.title
        {
        padding: 0 0 10px 0;
    }
    .form_list .form_item .form_item_inner .form_item_body {
        height: auto;
        padding-bottom: 20px;
    }
    .icon_help {
        z-index: 1;
        position: relative;
        width: 22px;
        height: 22px;
        font-size: 14px;
        line-height: 22px;
        vertical-align: middle;
        margin-top: -3px;
    }
    .form_list .form_item .form_item_inner h3 {
        cursor: pointer;
    }
    #container .tab .tab_cont_box .form_list .form_item .login_cont_view {
        display: block;
        transform: rotate(0deg);
        transition: all 0.3s ease-out;
    }
    #container .tab .tab_cont_box .form_list .form_item.active .login_cont_view
        {
        transform: rotate(180deg);
    }
    #container .tab .tab_cont_box .form_list .form_item.default {
        flex-direction: column;
        max-height: 100%;
        height: auto;
        padding: 15px 20px 0;
    }
    #container .tab .tab_cont_box .form_list .form_item.default .form_item_col
        {
        width: 100%;
    }
    #container .tab .tab_cont_box .form_list .form_item.default::before {
        display: none;
    }
    #container .tab .tab_cont_box .form_list .form_item.default .form_item_col .form_item_inner
        {
        width: 100%;
    }
    .form_info_list {
        margin: 0;
    }
    .footer_inner {
        flex-direction: column-reverse;
    }
    #container .tab .tab_cont_box {
        padding: 20px;
    }
    .footer_info {
        margin-bottom: 15px;
    }
    #header {
        height: 60px;
        padding-top: 18px;
    }
    #header .title_box img {
        width: 140px;
        height: auto;
    }

    /* .title_wrap {
        height: 60px;
        padding-top: 18px;
    }
    .title_wrap .title_box img {
        width: 140px;
        height: auto;
    } */


    
    #container .tab .tab_btn_box .tab_btn_list li a {
        height: 64px;
        padding: 20px 0;
    }
    #container .tab .tab_btn_box .tab_btn_list li a {
        font-size: 22px;
    }
    #container .tab .tab_btn_box .tab_btn_list li.active a {
        font-size: 22px;
        padding: 20px 0;
    }
    #container .tab .tab_btn_box .tab_btn_list li.active a span {
        display: none;
    }
    #container .tab .tab_btn_box .tab_btn_list li a::before, #container .tab .tab_btn_box .tab_btn_list li.active a::before
        {
        margin-right: 5px;
        background-size: 22px 22px;
        width: 22px;
        height: 22px;
    }
    .form_list .form_item .form_item_inner h3 {
        font-size: 22px;
        line-height: 36px;
    }
    .form_list .form_item .form_item_inner .form_item_body .desc {
        font-size: 18px;
        line-height: 24px;
    }
    .form_list .form_item .form_item_inner .form_item_body .desc br {
    	display: none;
    }
    .login_set .login_set_box a {
        font-size: 14px;
        text-align: center;
    }
    input[type="checkbox"]+label:before {
        width: 16px;
        height: 16px;
    }
    input[type="checkbox"]+label>span {
        font-size: 15px;
        padding-left: 6px;
    }
    input[type="checkbox"]:checked+label:before {
        background-size: 14px auto;
    }
    .sm_btn {
        margin-right: 6px;
    }
    .m_desc {
        display: block;
        color: #fff;
        text-align: center;
        font-size: 18px;
        padding: 15px 0 25px;
        line-height: 28px;
        word-break: keep-all;
        letter-spacing: -0.05em;
    }
    #container .tab .tab_cont_box .form_list .form_item:last-child {
        margin-bottom: 0;
    }
    .login_set input[type="checkbox"]+label>span {
        font-size: 15px;
    }
    #container .tab .login_set {
        display: block;
        padding: 10px 15px 20px;
    }
    .login_set_box {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 20px 0 0;
    }
    .login_set .login_set_box a {
        padding: 0 10px;
        margin: 0;
    }
    .login_set .login_set_box li a::before {
        left: -3px;
    }
    .login_set .login_set_box li:last-child a {
        padding: 0 10px;
        margin: 0;
    }
    #container .tab .tab_cont_box.on {
        padding: 20px 15px 0;
    }
    #container .tab .tab_cont_box .form_list .form_item.default {
        margin: 0;
    }
    #container .tab .tab_cont_box .form_list .form_item.default .form_item_col:last-child
        {
        width: 100%;
    }
    #container .tab .tab_cont_box .form_list .form_item.default .form_item_col .form_item_inner .form_item_content
        {
        width: 100%;
        margin: 0 auto;
    }
    .m_chk {
        display: block;
    }
    .form_item_body dt {
        display: none;
    }
    #container .tab .tab_cont_box .form_list .form_item.default .form_item_col .form_item_inner .form_item_footer
        {
        position: static;
    }
    #container .tab .tab_cont_box .form_list .form_item.default .form_item_col .form_item_inner .form_item_footer .btn_box .btn
        {
        width: 100%;
        height: 44px;
    }
    .form_default_title h3 {
        font-size: 22px;
    }
    .form_list .form_item .form_item_inner .form_item_body .desc {
        font-size: 15px;
    }
    .form_info_list li {
        line-height: 1.6;
        font-size: 15px;
    }
    .m_btn {
        display: block;
        border: none;
        font-size: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 30px;
        right: 0;
    }
    #container .tab .tab_cont_box#learningLogin .form_list .form_item .form_item_content
        {
        display: none;
    }
    #container .tab .tab_cont_box#learningLogin .form_list .form_item.active .form_item_content
        {
        display: block;
    }
    .footer_inner .copyright {
        font-size: 12px;
        text-align: center;
    }
    .footer_inner .footer_info a {
        font-size: 12px;
    }
    .n_cover_box .n_text {
        top: 0;
        margin-top: 0;
    }
    .form_list .form_item.living .form_item_inner h3::before {
        width: 28px;
        background-position: -50px -2px;
    }
    .form_list .form_item.certificate .form_item_inner h3::before {
        width: 28px;
        background-position: -140px 0;
    }
    .form_default_title {
        width: 100%;
        margin: 0 auto;
    }
    .icon_help {
        display: none;
    }
    .form_info_list_box {
        width: 100%;
    }
    .form_item_body dd {
        width: 100%;
    }
    .login_set_top {
        display: flex;
        position: relative;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .ckwrap {
        display: block;
    }
    .ckwrap .login_info_dr {
        cursor: pointer;
    }
    .ckwrap .login_info_dr p {
        /* width: 120px; */
        height: 30px;
        /* background: rgb(255 255 255 / 20%) url(../../images/login/icon_login_arrow.png) no-repeat 95%; */
        background-size: 10px auto;
        padding-left: 6px;
        line-height: 30px;
        font-size: 14px;
        color: #fff;
    }
    .ckwrap .login_info_dr.active p {
        /* background: #fff url(../../images/login/icon_login_arrow.png) no-repeat 95%;
        background-size: 10px auto;
        color:#666; */
        
    }
    .ckwrap .login_info_dr ul {
        background-color: rgb(0 0 0/ 60%);
        margin-top: -1px;
        display: none;
        position: absolute;
        /* width: 120px; */
        z-index: 1;
        bottom: 30px;
        right: 0;
        padding: 10px;
        border: 1px solid rgb(255 255 255/ 30%);
    }
    .ckwrap .login_info_dr li {
        height: 28px;
        line-height: 28px;
        padding: 0 6px;
        font-size: 11px;
        color: #666;
        font-weight: 400;
    }
    .ckwrap .login_info_dr li a {
        text-decoration: none;
        font-size: 14px;
        color: #fff;
    }
    .grace_wrap .text02 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .grace_wrap .login_set_list {
        margin-top: 0px;
    }
    .grace_wrap .login_set_list li a {
        padding: 7px 10px;
        font-size: 14px;
    }
    .table_list  table th {
        padding: 12px 10px;
    }
    .table_list  table td {
        padding: 10px 4px;
    }
    .table_write tr {
        padding: 10px;
        border-bottom: 1px solid #e9e9e9;
    }
    .table_write td, .table_write th, .table_write tr {
        display: block;
        height: auto;
        width: 100%;
        box-sizing: border-box;
        border: 0;
        padding: 0;
        font-size: 15px;
    }
    .table_write th {
        background: none;
        text-align: left;
        padding: 15px 10px 5px;
    }
    .table_write td {
        overflow: hidden;
        border-bottom: 1px solid #e9e9e9;
        padding: 0 10px 10px;
    }
    .table_write table {
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
    }
    .table_write table tbody {
        box-sizing: border-box;
    }
    .table_write colgroup {
        display: none;
    }
    .table_view tr {
        padding: 10px;
        border-bottom: 1px solid #e9e9e9;
    }
    .table_view td, .table_view th, .table_view tr {
        display: block;
        height: auto;
        width: 100%;
        box-sizing: border-box;
        border: 0;
        padding: 0;
        font-size: 15px;
    }
    .table_view th {
        background: none;
        text-align: left;
        padding: 15px 10px 5px;
    }
    .table_view td {
        overflow: hidden;
        border-bottom: 1px solid #e9e9e9;
        padding: 0 10px 10px;
    }
    .table_view table {
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
    }
    .table_view table tbody {
        box-sizing: border-box;
    }
    .table_view colgroup {
        display: none;
    }
    .grace_wrap .ag_box {
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .grace_wrap .ag_box .radio_box {
        margin-top: 10px;
        text-align: center;
    }
    .grace_wrap .ag_box .text03 {
        text-align: center;
    }
    .grace_wrap .ag_box .radio_box .radio_wrap:first-child {
        margin-left: 0;
    }
    .dl_wrap04.type01 .table_write {
        float: none;
        width: 100%;
    }
    .dl_wrap04.type01 .btn_box {
        float: none;
        width: auto;
        height: auto;
        margin-top: 20px;
    }
    .error_wrap .btn_point {
        display: block;
        text-align: center;
        max-width: 270px;
        margin: 20px auto 0;
    }

    .infopage-contents {
        padding: 5px 0;
    }
    .guide_list_wrap {
        padding: 30px 15px;
    }

    .accord-box .title-part {
        padding: 0 12px;
    }
    .accord-box .conts-part {
        padding: 0 12px 16px;
    }

    .infopage-contents .infopage-box {
        margin: 0 10px;
    }

    .accord-box .accord-title em {
        margin-right: 10px;
        font-size: 24px;
    }

    .accord-box .accord-title {
        padding-left: 24px;
    }
}

@media all and (max-width: 750px) {
    .tab_type5 {
        margin: 0 10px 20px;
    }
    .tab_type5 ul {
        flex-wrap: wrap;
        height: auto;
        border: none;
    }
    .tab_type5 ul li {
        width: 50%;
        margin: 0;
    }
    .tab_type5 ul li:nth-child(even) {
        margin-left: -1px;
    }
    .tab_type5 ul li:nth-child(n+3) {
        margin-top: -1px;
    }
    .tab_type5 ul li a {
        height: 39px;
        padding: 0 10px;
        text-align: center;
        font-size: 15px;
        text-align: center;
        border: 1px solid #eee;
    }
    .tab_type5 ul li a::after {
        display: none;
    }
    .tab_type5 ul li a span {
        width: 100%;
    }
    .tab_type5 ul li.on {
        position: relative;
        z-index: 1;
    }
    .tab_type5 ul li.on a:before {
        border: 1px solid #009de8;
    }
}

@media all and (max-width: 640px) {
    .form_info_list_box {
        width: 100%;
    }
    .email_send_box {
        flex-direction: column;
    }
    .email_send_btn {
        width: 100%;
    }
    .btn_code {
        width: 100%;
        height: 40px;
    }
    .email_send_box .email_list {
        width: 100%;
        margin-bottom: 10px;
    }
    .pop_full {
        height: 100%;
    }
    .pop_full {
        padding: 0;
        align-items: flex-start
    }
    .pop_full .body-content {
        height: 100%;
        max-height: calc(100% - 60px) !important;
    }
    .pop_full .popup {
        height: 100%;
        max-width: 100% !important;
        max-height: 100% !important;
    }
    .div_fl {
        display: block;
    }
    .div_fl .btn_point {
        width: 100%;
        margin-top: 10px;
    }

    .info_img {
        padding: 10px;
    }
}

@media all and (max-width: 420px) {
    #container .tab .tab_cont_box .form_list .form_item.default .form_item_col .form_item_inner .form_item_content
        {
        width: 100%;
    }
    .form_item_body dd {
        width: 100%;
    }
    #container .tab .tab_btn_box .tab_btn_list li a, #container .tab .tab_btn_box .tab_btn_list li.active a
        {
        font-size: 20px;
    }
}

@media ( max-height : 1080px) , screen and (orientation: portrait) {
}

/* 로딩바 */
.loading-popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgb(0 0 0/ 70%);
}

.loading-popup .behind {
    z-index: 2;
}

.loading-popup .box {
    width: 350px;
    height: 240px;
    max-width: 100%;
    padding: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*   background: #fff; */
    border-radius: 30px;
}

.loading-popup .box>div {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
}

.loading-popup .box>div>div {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #0da2e9;
    top: 10px;
    left: 10px;
    transform-origin: 20px 20px;
    border-radius: 8px;
    animation: spin-a 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

.loading-popup .box>div>.c2 {
    top: 10px;
    left: auto;
    right: 10px;
    transform-origin: -4px 20px;
    animation: spin-b 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

.loading-popup .box>div>.c3 {
    top: auto;
    left: auto;
    right: 10px;
    bottom: 10px;
    transform-origin: -4px -4px;
    animation: spin-c 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

.loading-popup .box>div>.c4 {
    top: auto;
    bottom: 10px;
    transform-origin: 20px -4px;
    animation: spin-d 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

@keyframes spin-a {
    0% {
        transform: rotate(90deg);
    }

    0% {
        transform: rotate (90deg);

    }
    50% {
        transform: rotate (180deg);

    }
    75% {
        transform: rotate (270deg);

    }
    100% {
        transform: rotate (360deg);

    }
}
@keyframes spin-b {
    0% {
        transform: rotate(90deg);
    }

    25% {
        transform: rotate (90deg);

    }
    25% {
        transform: rotate (180deg);

    }
    75% {
        transform: rotate (270deg);

    }
    100% {
        transform: rotate (360deg);

    }
}
@keyframes spin-c {
    0% {
        transform: rotate(90deg);
    }

    25% {
        transform: rotate (90deg);

    }
    50% {
        transform: rotate (180deg);

    }
    50% {
        transform: rotate (270deg);

    }
    100% {
        transform: rotate (360deg);

    }
}
@keyframes spin-d {
    0% {
        transform: rotate(90deg);
    }

    25% {
        transform: rotate (90deg);

    }
    50% {
        transform: rotate (180deg);

    }
    75% {
        transform: rotate (270deg);

    }
    75% {
        transform: rotate (360deg);

    }
    100% {
        transform: rotate (360deg);

    }

}
.loading-popup .box>span {
    width: 100%;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    margin-top: 25px;
    color: #0072ff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    word-break: keep-all;
}

input + .error-txt {
    display: none;
    font-weight: 400;
    color: red;
    font-size: 12px;
    margin-top: 4px;
}

input + .error-txt.active {
    display: block;
}

/*아이콘 없애기*/
.form_list .form_item .form_item_inner h3.icon_no::before{
	display:none
}




/* 2024-02-06 웹접근성 */
:is(input[type="text"], input[type="password"])::-webkit-input-placeholder { color: #767676; font-style: normal; text-transform: none; }
:is(input[type="text"], input[type="password"]):-moz-placeholder { color: #767676; font-style: normal; text-transform: none; opacity: 1; filter: alpha(opacity=100); }
:is(input[type="text"], input[type="password"])::-moz-placeholder { color: #767676; font-style: normal; text-transform: none; opacity: 1; filter: alpha(opacity=100); }
:is(input[type="text"], input[type="password"]):-ms-input-placeholder { color: #767676; font-style: normal; text-transform: none; }

.sr-only { position: fixed; left: -9999px; width: 0; height: 0; }

