﻿@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR',"맑은고딕", Arial,sans-serif;
    color: #595959
}

html {
    box-sizing: border-box
}

*, :before, :after {
    box-sizing: inherit
}

fieldset {
    box-sizing: border-box
}

html, body {
    width: 100%;
    min-width: 500px;
    height: 100%;
    background-color: #fff;
    font-style: normal;
    font-weight: normal;
    font-family: 'Noto Sans KR',Arial,sans-serif;
    color: #000; /*-ms-overflow-style:-ms-autohiding-scrollbar */
}

body, input, select {
    font-size: .9em
}

:lang(en-GB) {
    quotes: '\2018\' \'\2019\' \'\201C\' \'\201D'
}

:lang(zh) {
    font-family: '微软雅黑'
}

@-ms-viewport {
    width: device-width
}

@-moz-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@-webkit-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

/* Theme layout styles */
#pageWrapper {
    position: relative;
    width: 100%;
    min-width: 640px;
    min-height: 600px;
    height: 100%;
    background-color: #ddd;
    background-image: url(../images/img_background.jpg)
}

#contentWrapper {
    position: relative;
    width: 640px;
    height: 530px;
    margin: 0 auto;
    top: 10%;
    background-color: #fff; /* opacity: 0.9; */
}

#banner {
    background: #00aef0;
    height: 70px;
    margin: 0 auto;
    padding: 20px 35px 35px;
}

    /* 2019 브랜드 수정 */
    #banner h1 {
        margin-top: 10px;
        color: #fff;
    }

#artpss {
    background-image: url(../images/brandlogo.png);
    background-repeat: no-repeat;
    margin-top: 10px;
    display: inline-block;
    min-height: 45px;
    width: 50%;
    position: absolute;
    top: 35px;
    left: 35px;
}
/* //2019 브랜드 수정 */

#header h2 {
    font-size: .8em;
    color: #fff;
    font-weight: normal;
}

#indicator {
    font-size: 1.3em;
    float: right;
    display: flex;
    width: auto;
    justify-content: space-around
}

    #indicator p {
        color: #fff;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-color: rgba(256,256,256,0.7);
        text-align: center;
        margin-left: 14px; /* for IE9 */
        display: inline-block;
        padding-top: 6px;
    }

        #indicator p:first-child {
            margin-left: 0;
        }

        #indicator p.now {
            color: #00aef0;
            background-color: rgba(256,256,256,1);
        }

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 51px;
    color: #666;
    background: #ebebeb;
}

.copyright {
    color: #696969;
    margin-left: 35px;
    line-height: 50px;
    display: inline-block;
    font-size: .7em
}

    .copyright a {
        color: #1883d7;
        margin-left: 7px;
    }


.cLogo {
    float: right;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    visibility: hidden;
    opacity: 0;
}

/* Common content styles */
a {
    background-color: transparent;
    color: #2672ec;
    text-decoration: none
}

fieldset, img {
    border: 0;
}

legend {
    display: none
}

.row::after {
    content: "";
    clear: both;
    display: table
}

[class*="col-"] {
    float: left;
    padding: 3px 0;
}

.col-1 {
    width: 8.33%
}

.col-2 {
    width: 16.66%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.33%
}

.col-5 {
    width: 41.66%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.33%
}

.col-8 {
    width: 66.66%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.33%
}

.col-11 {
    width: 91.66%
}

.col-12 {
    width: 100%
}

input[type="text"], input[type="password"], select {
    border: 1px solid #cccccc;
    height: 34px;
    padding: 4px 10px;
    font-size: .8em;
}

    input[type="text"]:active, input[type="text"]:focus, input[type="password"]:active, input[type="password"]:focus {
        border: 1px solid #0084FF
    }

/* page */
.header_wrap {
    background: #00aef0;
    height: 90px;
    margin: 0 auto;
    padding: 14px 35px 35px;
}

.content_wrap {
    padding: 25px 35px;
}

.form_in { /*min-height:100px*/
}

    .form_in .tit {
        display: inline-block;
        color: #000;
        height: 30px;
        line-height: 25px; /*overflow:hidden;text-overflow:ellipsis;white-space:nowrap;*/
    }

    .form_in .displayname {
    }

    .form_in input[type="text"], .sub_form input[type="password"], select {
        margin-bottom: 15px
    }

    .form_in .cert_select {
        padding-top: 9px;
        margin-bottom: 15px
    }

        .form_in .cert_select label {
            display: inline-block;
            font-weight: 300;
            margin-right: 12px
        }

.subtxt {
    text-align: right;
    height: 30px;
}

.pss_policy {
    text-align: right !important;
}

.alert {
    display: none;
}

    .alert .tit {
        display: inline-block;
        color: #000;
        text-align: right;
        height: 30px;
        line-height: 30px;
        /*margin-top: 20px*/
    }

    .alert .btn-alert {
        display: none
    }

.btn-wrap {
    width: 100%;
    text-align: center;
    margin-top: 25px
}

.btn-in {
    float: left;
    margin-left: 7px;
    padding: 0;
    width: 184px;
}

.birth-in select {
    float: left;
    margin-left: 7px;
    width: 32.2%
}

    .birth-in select:first-child {
        margin-left: 0;
    }

.btn-panel {
    position: absolute;
    bottom: 10px;
    right: 35px;
    z-index: 1;
    width: 50%;
    text-align: right;
}

[class*="btn_"] {
    display: inline-block;
    font-size: 1em;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    height: 29px; /*padding:0 25px*/
}

.btn_submit {
    background-color: #00aef0;
    border: 1px solid #00aef0;
    color: #fff;
    width: 45%;
}

.btn_basic {
    background-color: #fff;
    border: 1px solid #00aef0;
    color: #00aef0;
    width: 45%
}

    .btn_basic:hover {
        background-color: #DEEEFC
    }

.btn_light {
    background-color: #fff;
    border: 1px solid #b5b5b5;
    height: 34px;
    font-size: 1em;
    font-weight: 400;
    padding: 0 15px
}

    .btn_light:hover {
        background-color: #F7F7F7
    }

.message {
    margin-top: 20px
}

    .message strong {
        color: #0072bc;
        margin: 0 5px
    }

.captcha {
    height: 34px;
    border: 0px;
    padding: 0
}

/* tooltip */
.tooltip {
    display: inline-block;
    position: relative;
    text-align: left;
    color: #00aef0;
}

    .tooltip .display {
        width: 530px;
        bottom: 40px;
        right: -100px;
        /* transform:translate(-50%, -100%);*/
        padding: 10px 20px;
        color: #444444;
        background-color: #EEEEEE;
        font-weight: normal;
        font-size: .8em;
        position: absolute;
        z-index: 99999999;
        box-sizing: border-box;
        box-shadow: 0 1px 8px rgba(0,0,0,0.5);
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.8s;
    }

    .tooltip:hover .display {
        visibility: visible;
        opacity: 1;
    }

    .tooltip .display i {
        position: absolute;
        top: 100%;
        left: 70%;
        margin-left: -12px;
        width: 24px;
        height: 12px;
        overflow: hidden;
    }

        .tooltip .display i::after {
            content: '';
            position: absolute;
            width: 12px;
            height: 12px;
            left: 50%;
            transform: translate(-50%,-50%) rotate(45deg);
            background-color: #EEEEEE;
            box-shadow: 0 1px 8px rgba(0,0,0,0.5);
        }

/* Warning page */
#bannerWarn {
    background: #00aef0;
    height: 160px;
    margin: 0 auto;
    padding: 20px 35px 35px;
}

#footerWarn {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 51px;
    color: #666;
    text-align: center
}

    #footerWarn .copyright {
        color: #696969;
        margin-left: 0;
        line-height: 50px;
        display: inline-block;
        font-size: .7em
    }

.glyph_warn {
    position: relative;
    margin: 0 auto;
    z-index: 99;
    width: 100%;
    text-align: center;
    top: -70px
}

.error {
    text-align: center;
    font-size: 1.2em;
}

    .error .code {
        font-size: 5.5em;
        font-weight: 700;
    }

    .error p {
        color: #00aef0
    }

.accountInfoBox {
    overflow-y: hidden;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #58a8f7;
    width: 32px;
    height: 32px;
    -webkit-animation: spin .5s linear infinite; /* Safari */
    animation: spin .5s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loadingMessage {
    font-family: 'Noto Sans KR',Arial,sans-serif;
    font-size: 1.05em;
    color: white;
}


@media only screen and (max-width:768px) {
    html, body {
        min-width: 260px;
    }

    .accountInfoBox {
        overflow-y: auto;
    }

    .cLogo {
        position: absolute;
        top: -40px;
        margin: 0 auto;
        height: 34px;
    }

    #pageWrapper {
        background-image: none;
        background-color: #00aef0;
        padding: 50px 0 25px 0;
        min-width: 100%;
        min-height: 770px;
        ;
    }

    #contentWrapper {
        float: none;
        width: 90%;
        height: 100%;
        min-height: 600px;
        background: #fff;
        top: 0
    }

    #banner {
        background: #fff;
        height: auto;
        margin: 0 auto;
        /*padding: 20px 35px 0*/
    }

        /* 2019 브랜드 수정 */
        #banner h1 {
            color: #000;
        }

    #artpss {
        /*background-image: url(../images/brandlogo_m.png);*/
        background-image: none;
        /*background-position: right 3px;*/
        position: absolute;
        top: 10px;
        /*right: 40px;*/
    }
    /* // 2019 브랜드 수정 */

    #bannerWarn #artpss {
        background-image: inherit !important;
    }

    #header h2 {
        font-size: 1em;
        color: #595959;
        font-weight: normal;
    }

    #indicator {
        font-size: 1.3em;
        float: none;
        display: flex;
        justify-content: space-around;
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid #ddd; /* for IE9 */
        text-align: center;
    }

        #indicator p {
            color: #fff;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background-color: #ddd;
            text-align: center;
            margin-left: 14px; /* for IE9 */
            display: inline-block;
        }

            #indicator p:first-child {
                margin-left: 0;
            }

            #indicator p.now {
                color: #fff;
                background-color: #00aef0;
            }

    input[type="text"], input[type="password"], select {
        border: 1px solid #cccccc;
        height: 40px;
        padding: 4px 10px;
        font-size: 1em;
    }

        input[type="text"]:active, input[type="text"]:focus, input[type="password"]:active, input[type="password"]:focus {
            border: 1px solid #0084FF
        }

    .header_wrap {
        background: #fff;
        height: auto;
        margin: 0 auto;
        padding: 0 35px
    }

    .row {
        width: 100%
    }

    [class*="col-"] {
        width: 100% !important;
    }

    [class*="btn_"] {
        height: 43px;
        padding: 0 25px;
    }

    .btn-panel {
        position: relative;
        top: 5px;
        right: 0;
        float: none;
        width: 100%;
        text-align: center;
        padding: 0 15px
    }

    .btn-in {
        margin-left: 0;
        width: 100%;
        margin-bottom: 15px
    }

    .birth-in select {
        width: 31.8%
    }

    .alert .info {
        text-indent: 0;
    }

    .subtxt {
        margin-top: auto;
        text-align: center
    }

    .twin_col .col-6 {
        width: 65%;
    }

    .twin_col .col-3 {
        width: 35%;
    }
    /*.form_in .col-6{width:65%;}
	.form_in .col-3{width:35%;}*/
    .message {
        text-align: center;
        margin: 50px 0;
        font-size: 1.4em
    }

    .captcha {
        height: auto;
    }

    #footer {
        background: #fff;
        height: 94px;
    }

    .copyright {
        display: block;
        font-size: .9em;
        margin: 0 auto;
        text-align: center
    }

    .tooltip .display {
        width: 430px;
        bottom: 40px;
        right: 0;
    }

        .tooltip .display i {
            left: 90%;
        }

    .alert {
        position: fixed;
        vertical-align: middle;
        background: #ffffff;
        z-index: 9999;
        min-height: 240px;
        top: 30%;
        width: 100%;
        padding: 40px 60px;
        left: 0;
    }

        .alert .tit {
            display: inline-block;
            color: #000;
            text-align: right;
            height: 30px;
            line-height: 30px;
            margin-top: 0;
            font-size: 1.5em;
            font-weight: 500;
            margin-bottom: 20px;
            color: #00aef0;
        }

        .alert .info {
            text-indent: 0;
        }

        .alert .btn-alert {
            display: block;
            position: absolute;
            bottom: 40px;
            text-align: center;
            width: 100%
        }

    .captcha {
        height: 110px /*height:auto;*/
    }

    .overlay {
        visibility: visible;
        opacity: 1;
    }
}

@media only screen and (max-width:480px) {
    body {
        font-size: .8em
    }

    .accountInfoBox {
        overflow-y: auto;
    }

    #pageWrapper {
        padding: 45px 0 0 0
    }

    /* 2019 브랜드 수정 */
    #artpss {
        position: absolute;
        /*top: -31px;*/
        width: 82%;
    }
    /* //2019 브랜드 수정 */

    #contentWrapper {
        width: 100%;
    }

    #instituteWrap {
        height: 65% !important;
        font-size: 1em;
    }
    /* 개인정보 동의 update*/

    #indicator {
        font-size: 1.6em;
    }


    span.submit, input[type=submit] {
        font-size: 1.1em
    }

    .birth-in select {
        width: 31.6%
    }

    .captcha {
        height: 75px;
    }

    .tooltip .display {
        width: 340px
    }

        .tooltip .display i {
            left: 80%;
        }

    .captcha {
        height: 90px /*height:auto;*/
    }
}

/* popup */
#popwindowWrap {
    padding: 15px 20px;
    height: 100%;
    font-size: 0.8em;
}

    #popwindowWrap h1 {
        color: #1883d7;
        font-size: 1.2em;
        font-weight: 400;
        border-bottom: 1px solid #1883d7;
        padding-bottom: .7em;
        margin-bottom: 0.5em;
    }

.i_close {
    float: right;
    margin-right: 5px;
}

#instituteWrap {
    border: 1px solid #dedede;
    padding: 20px;
    margin-top: 20px;
    overflow-y: auto;
    height: 250px;
}

    #instituteWrap h3 {
        text-align: center;
        margin-bottom: 1.2em;
    }

    #instituteWrap h4 {
        margin: 25px 0 15px 0;
    }

    #instituteWrap p {
        font-size: .9em;
    }

.intro li {
    margin-left: 20px;
    margin-bottom: 10px;
}

.institute ul, .institute ol {
    margin-left: 10px;
    margin-bottom: 10px;
    list-style: none;
}

    .institute ul li, .institute ol li {
        margin: .7em 0 .5em;
    }

        .institute ul li li, .institute ol li li {
            margin: .7em 0 .5em;
        }

.subbreak {
    background: #f7f7f7;
    padding: 4px 5px;
}

.institute table {
    clear: both;
    width: 100%;
    background: #fff;
    border: 0;
    border-top: 1px solid #00aef0;
    border-right: none;
    border-bottom: 1px solid #ccc;
    border-spacing: 0;
    border-collapse: collapse;
}

.institute th {
    background: #edf9fe;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    padding: 6px 5px;
    text-align: center;
}

.institute td {
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    padding: 4px 5px;
    text-align: center;
}

    .institute th:first-child, .institute td:first-child {
        border-left: none;
    }

    .institute th:last-child, .institute td:last-child {
        border-right: none;
    }

/* 2019-01-31 */

[class*="btn_"]:disabled {
    opacity: 0.6;
    background: #dee9fc;
    border-color: #dee9fc;
    color: #929eb0;
    cursor: default;
}

/* 2019-11-11 */
.info-message {
    font-size: 0.8em;
}

/* jsGrid Extention */
.jsgrid-pager > div:first-child {
    text-align: left;
    width: 15%;
    min-width: 25%;
    max-width: 25%;
}

.jsgrid-pager > div:last-child {
    text-align: right;
    width: 15%;
    min-width: 20%;
    max-width: 20%;
}

.jsgrid-pager div {
    width: 55%;
    float: left;
    line-height: 24px;
    min-width: 55%;
    max-width: 55%;
}

.jsgrid-pager a img {
    vertical-align: middle;
}

.jsgrid-pager {
    text-align: center;
    padding: 5px;
    height: 35px;
}

    .jsgrid-pager a.jsgrid-pager-page {
        font-size: 11px;
        padding: 3px 6px;
        text-decoration: none;
        transition: background-color .3s;
    }

    .jsgrid-pager .current {
        background-color: #4f66e8;
        color: white;
    }

    .jsgrid-pager a:hover:not(.current) {
        background-color: #f3f3f3;
    }

.jsgrid-pager-nav-inactive-button {
    display: inline !important;
}

.jsgrid-header-cell, .jsgrid-cell {
    padding: 5px !important;
}

.jsgrid-grid-header, .jsgrid-grid-body {
    overflow: hidden !important;
}

.jsgrid-header-cell {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.jsgrid-cell {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
