@charset "euc-kr";
body {
    height: 100vh;
    background: url(/images/donga_images/bg_20240531.jpg)no-repeat 50%/cover;
}
.bg {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    text-indent: -9999em;
    opacity:0;
}
.container {
    width:100%;
    min-height:100vh;

    display:flex;
    justify-content:flex-end;      /* ¿À¸¥ÂÊ ¹èÄ¡ */
    align-items:center;            /* ¼¼·Î °¡¿îµ¥ */

    padding-right:6%;              /* ¿À¸¥ÂÊ ¿©¹é */
    padding-left:6%;
}
/*¿ÞÂÊ ·Î°í¿µ¿ª*/
.left {
     flex:1;
}
.name {
/*    width: 50%;*/
    display: flex;
}
.name > p {
    font-size: 2.2rem;
    font-weight: 700;
    color: #666;
    letter-spacing: -2px;
}
.name > div {
    position: relative;
    margin-left: 5px;
}
.name > div > p {
    font-weight: 700;
    color: #666;
    margin-top: 2px;
    font-size: 1.3rem;
}
.name > div > span {
    font-size: .5rem;
    letter-spacing: -.1px;
    margin-left: 2px;
    position: absolute;
    bottom: 2px;
}
.logo {
    
/*    background: url(../images/ci_main.png) no-repeat center;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.logo img {
    max-width: 100%;
    height: auto;
}
.didim {
    font-family: 'Nanum Pen Script', cursive;
    font-size: 1.4rem;
     margin-left: 25%;
}
.didim > p {
    font-weight: bold;
}
.didim > span {
    letter-spacing: -1px;
    white-space: nowrap;
}
.m_logo {
    display: none;
}

/*·Î±×ÀÎ ¿µ¿ª*/
.right{
    width:100%;
    max-width:650px;
    background: #fff;
    padding-bottom:40px;
}
.log_top {
    padding: 5% 0 5%;
    box-sizing: border-box;
    text-align: center;
}
.log_top h1 {
    padding-bottom:2%;
    font-size: 2.25rem;
    color: #14429e;
    font-weight:bold;
}
.log_top p {
    font-size: 1.125rem;
}
.login {
    width: 60%;
    height: 30%;
    padding: 4% 4% 3%;
    border: 1px solid #ddd;
    margin: 0 auto;
    border-radius: 20px;
    box-sizing: border-box;
    min-width: 281px;
    min-height: 181px;
}

.login p {
    text-align: center;
    margin-bottom: 6%;
    min-width: 225px;
}

.log_wrap {
    width: 95%;
    height: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
 
}
.input_box input {
    width: 90%;
    height: 40%;
    border: 1px solid #ddd;
    padding: 0 3%;
    box-sizing: border-box;
}
.input_box::placeholder {
    
}

input[type=password] {
    margin-top: 5%;
}

.log_btn {
     width: 26%;
     /*padding-top: 3px;*/
     align-items: center;
     box-sizing: border-box;
     /*text-align:right;*/
}
.log_btn img {
    max-width: 100%;
    height: auto;
}

.log_btn span {
    display: inline-block;
    margin-top: 10%;
    white-space: nowrap;
}

.search {
    width: 50%;
    height: 6%;
    margin: 5% auto;
    position: relative;
}

.search input {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 0 15%;
    box-sizing: border-box;
}

.search i {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-45%);
    color: #999;
}

.search a {
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
    display: block;
    max-width: 10%;
}

.B_wrap {
    width: 90%;
    margin: 3% auto 1%;
    text-align: center;
    min-width: 239px;
}

.B_wrap p {
    margin-bottom: 2%;
    white-space: nowrap;
}

.B_wrap p a {
    display: inline-block;
    font-size: 0.875rem;
    margin-left: 5%;
}

.B_wrap p:first-child a {
}

.B_wrap div {
    font-size: 0.875rem;
}

.more {
    display: inline-block;
    margin-left: 4%;
    vertical-align: middle;
   
}

.J_wrap {
    width: 39%;
    font-size: 0.875rem;
    margin: 0 auto;
}

.B_wrap p a, .more {
    padding: 1.3% 1%;
    border-bottom: 1.5px solid #9a4d97;
    box-sizing: border-box;
}

.B_wrap p a:hover, .more:hover {
    background: #9a4d97;
    color: #fff;
}


/*¹ÝÀÀÇü-mobile*/
@media screen and (max-width:1024px) {
    .left{
        display: none;
    }
    .right {
        width: 95%;
        /*height: 73vh;*/
        padding-bottom:30px;
        position: fixed;
        left: 50%;
        top: 20%;
        transform: translate(-50%,0);
    }
    .m_logo {
        display: block;
        position: absolute;
        top: 4%;
        left: 50%;
        transform: translateX(-50%);
    }
    .login {
        width: 75%;
        margin: 5% auto 3%;
    }
    .log_top h1 {
        padding-bottom:2%;
        font-size: 2rem;
        color: #14429e;
        font-weight:bold;
    }
    .log_top p {
        font-size: 1rem;
    }
    .log_btn {
         width: 15%;
         padding-top:0%;
     
    }
    .log_btn span {
        display: block;
        font-size: 	.9rem;
        /* text-align: center; */
    }
    .search {
        width: 75%;
        margin-top: 8%;
    }
    .search img {
        width: 90%;
    }
    .B_wrap {
        width: 75%;
        margin-top: 6%;
    }
    .B_wrap p {
        font-size: 0.875rem;
    }
    .B_wrap p a {
        font-size: 0.75rem;
    }
    .J_wrap {
        width: 250px;
        font-size: 0.75rem;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);

    }
    .B_wrap p a, .more {
        padding: 1% 1%;
        border-bottom: 1.5px solid #9a4d97;
        box-sizing: border-box;
    }
    .B_wrap p a:hover, .more:hover {
        background: #9a4d97;
        color: #fff;
    }
} 

    
@media screen and (min-width:767px) and (max-width:1023px){
    .left {
        width: 50%;
    }
    .name {
        width: 160%;
    }
    .name > p {
        font-size: 1.6rem;
    }
    .name > div {
        width: 50%;
        margin-top: -2px;
    }
    .name > div > p {
        font-size: 1rem;
    }
    
    .name > div > span {
        font-size: 0.625rem;
        position: absolute;
        bottom: -3px;
    }
    .didim {
        font-size: 1.4rem;
        position: fixed;
        bottom: 13%;
        margin: 0;
    }
    .didim > p {
        font-weight: bold;
    }
    .didim > span {
        letter-spacing: -1px;
        white-space: nowrap;
    }
    .right {
        width: 55%;
        /* height: 50vh; */
    }
    .login {
        width: 75%;
        height: 28%;
        margin: 5% auto 3%;
    }
    .log_btn {
        padding-top: 2%;
        width: 56px;
    }
    .log_btn span {
        display: block;
        font-size: 	0.725rem;
        text-align: center;
    }
    .search {
        width: 75%;
        margin-top: 8%;
    }
    .search img {
        width: 90%;
    }
    .B_wrap {
        width: 75%;
        margin-top: 6%;
    }
    .B_wrap p {
        font-size: 0.875rem;
    }
    .B_wrap p a {
        font-size: 0.75rem;
    }
    .J_wrap {
        width: 250px;
        font-size: 0.75rem;   
    }
}