﻿@charset "utf-8"; 
/* JIS Web Standardization Team (http://www.jisman.co.kr) 권미영 */

            * {
                box-sizing: border-box;
            }
html, body {
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    margin: 0;
    padding: 0;
    /*원본소스 25.03.07*/
    /*background: url('/Resources/Images/visual_img.jpg') no-repeat -130%;*/
    /*background-size: auto 100%;*/
    /*원본소스 25.03.07*/
    /*수정소스 25.03.17*/
    background: url('/Resources/Images/visual_img.jpg') no-repeat 3%;
    background-size: auto 90%;
    /*background-color: #0081c7;*/
    /*수정소스 25.03.17*/
}
            ul, ol, li, dl, dt, dd,
            h3,
            table, tr, th, td {
                margin: 0;
                padding: 0;
            }
            ul, ol, li {
                list-style: none;
            }
            a {
                text-decoration: none;
                -webkit-appearance: none;
            }
            input, textarea {
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
            }
            a.btn {
                display: flex;
                justify-content: center;
                align-items: center;
                font-family: Noto Sans KR, sans-serif;
                font-size: 21px;
                text-align: center;
                width: 100%;
                height: 60px;
                border-radius: 7px;
                color: rgba(255, 255, 255, 0.8);
                background-color: #0081c7;
            }
                a.btn:hover {
                    color: rgba(255, 255, 255, 1);
                    background-color: #0081c7;
                    border: 1px solid rgba(255, 255, 255, 0.3);
                    box-shadow: 0 15px 15px rgba(58, 95, 169, 0.5);
                }
            .margt40 {
                margin: 40px 0 0 0;
            }
            .margb40 {
                margin: 0 0 40px 0;
            }

            /* 내용 */
            #wrapper {
                display: flex;
                justify-content: space-between;
                width: 100%;
                height: 100%;
            }
            #form1 {
                display: flex;
                /*justify-content: flex-end;*/
                align-items: center;
                /*width: 31.25%;*/
                width: 600px;
                background: rgba(255, 255, 255, 1);
                padding: 0 4.68%;
            }
                #form1 .login_inner {
                    width: 100%;
                    background: rgba(255, 255, 255, 1);
                    text-align: center;
                }
                    #form1 .login_inner > dt {
                        font-size: 43px;
                        color: rgba(0, 0, 0, 0.8);
                        padding-bottom: 65px;
                    }
                    #form1 .login_inner dd > label {
                        display: flex;
                        font-size: 19px;
                        font-weight: 500;
                        color: rgba(0, 0, 0, 0.6);
                        line-height: 19px;
                        padding-bottom: 10px;
                    }
                    #form1 .login_inner > dd > div {
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        margin-top: 10px;
                    }
                        #form1 .login_inner > dd > div > div {
                            display: flex;
                            align-items: center;
                        }
                        #form1 .login_inner > dd > div > div > label {
                            display: flex;
                            align-items: center;
                            font-size: 15px;
                            color: rgba(0, 0, 0, 0.4);
                        }
                    #form1 .login_inner input[type="text"],
                    input[type='password'] {
                        width: 100%;
                        height: 60px;
                        font-family: Roboto, sans-serif;
                        font-size: 19px;
                        font-weight: 500;
                        color: rgba(58, 95, 169, 1);
                        border-radius: 7px;
                        border: 1px solid rgba(0, 0, 0, 0.17);
                        padding: 4px 25px 4px 70px;
                    }
                    #form1 .login_inner input[type="text"] {
                        background: url('/Resources/Images/icon_id.png') no-repeat scroll 7px 7px;
                        background-position-x: 20px;
                        background-position-y: center;
                    }
                    #form1 .login_inner input[type="password"] {
                        background: url('/Resources/Images/icon_pw.png') no-repeat scroll 7px 7px;
                        background-position-x: 20px;
                        background-position-y: center;
                    }
                    #form1 .login_inner input[id="Checkbox1"], #form1 .login_inner input[id="Checkbox2"] {
                        width: 24px;
                        height: 24px;
                        border-radius: 7px;
                        border: 1px solid rgba(0, 0, 0, 0.17);
                        cursor: pointer;
                    }
                        #form1 .login_inner input[id="Checkbox1"]:checked::after, #form1 .login_inner input[id="Checkbox2"]:checked::after {
                            content: '✔';
                            display: flex;
                            justify-content: center;
                            align-items: center;
                        }

            #form1 .login_inner #findpwd_bx {
                height: 20px;
                color: rgba(0, 0, 0, 0.4);
                font-size: 14px;
                line-height: 20px;
                float:right;
                text-align:right;
                cursor:pointer;
            }	
            #form1 .login_inner #findpwd_bx:hover 
            {
                color: rgba(0, 0, 0, 0.5);
                font-weight: bold;
                /*text-shadow: 0 15px 15px rgba(58, 95, 169, 0.5);*/
            }
#form2 {
    width: 61%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    font-size: 75px;
    color: rgba(255, 255, 255, 1);
    line-height: 60px;
    padding-left: 3.89%;
}
                #form2 > .txt_wrap {
                    position: relative;
                    display: flex;
                    flex-direction: column;
                    align-items: flex-end;
                }
                #form2 > .txt_wrap > .title {
                    /*font-size: 76px;
                    color: rgba(255, 255, 255, 1);
                    line-height: 60px;
                    font-weight: 300;*/
                    /*border-bottom: 1px solid rgba(255, 255, 255, 1);*/
                    /*text-shadow: 0 10px 10px rgba(58, 95, 169, 0.5);*/
                    /*margin-bottom: 10px;*/
                    font-size: 79px;
                    font-weight: lighter;
                    color: rgba(255,255,255,1);
                    line-height: 80px;
                    margin-right: 70px;
                    margin-bottom: 100px;
                }
                    #form2 > .txt_wrap > .sub {
                        /*font-size: 30px;
                    color: rgba(255, 255, 255, 1);
                    line-height: 60px;
                    font-weight: 100;*/
                        /*border-bottom: 1px solid rgba(255, 255, 255, 1);*/
                        /*text-shadow: 0 10px 10px rgba(58, 95, 169, 0.5);*/
                        font-size: 25px;
                        font-weight: lighter;
                        color: rgba(255,255,255,0.7);
                    }
                    #form2 > .txt_wrap .line {
                        position: absolute;
                        border-radius: 0 0 10px 0;
                        border-right: 2px solid rgba(255,255,255,1);
                        border-bottom: 2px solid rgba(255,255,255,1);
                        width: 120px;
                        height: 210px;
                        bottom: 45px;
                    }
            /* 반응형 */
            @media screen and (max-width: 1440px) {

                #form1 .login_inner input[type="text"],
                input[type='password'] {
                    height: 50px;
                }

                a.btn {
                    height: 50px;
                }
            }
            @media screen and (max-width: 1190px) {
                html, body {
                    /*background: url('/Resources/Images/bg.jpg') no-repeat center;*/
                    background: #fff;
                    background-size: auto 100%;
                }

                #wrapper {
                    justify-content: center;
                    background: url('/Resources/Images/visual_img.jpg') no-repeat center;
                }
                #form1 {
                    width: 600px;
                }

                #form2 {
                    display: none;
                }
            }