@CHARSET "UTF-8";

@media screen and (max-width:959px) {
	.Loginview{
		background-color : #FFF;
		margin-left :10%;
		margin-right : 10%;
		margin-top : 30%;
		padding-bottom : 10%;
		border : 1px solid #F04E2A;
    }
    .title{
        font-size: 2em;
    }
    
	ul{
	    padding-top : 5%;
	}
	
	li {   
        margin-top : 2%;
    }
	.marginB{
        margin-bottom : 5%;
	}    
    a {
        display: inline-block;
        padding-top : 10px;
        padding-bottom : 10px;    
        background: #F04E2A;
        color: #FFF;
        width : 60%;
        text-decoration: none;
        font-size : 1.1em;
    }
}

/* @media screen and (min-width:361px) and (max-width:959px){
    .Loginview{
        background-color : #FFF;
        margin-left :10%;
        margin-right : 10%;
        margin-top : 15%;
        padding-bottom : 10%;
    }
    li {    
        margin-top : 2%;
    }
    a {
        display: inline-block;
        paddind-top : 10px;
        padding-bottom : 10px;
        background: #2B3035;
        color: #FFF;
        width : 60%;
        text-decoration: none;    
        font-size : 1.1em;
    }
} */
@media screen and (min-width:960px) {
    .Loginview{    
        background-color : #FFF;	   
        margin-left :35%;
        margin-right : 35%;
        margin-top : 12%;
        padding-bottom : 4%;
        border : 1px solid #F04E2A;
    } 
	
    .title {
        font-size : 2.8em;
    }
	
    ul{
        padding-top : 5%;
    }	
	
    li {	
        margin-top : 2%;
    }
    
    .marginB{
        margin-bottom : 8%;
    }	
    a {
		display: inline-block;
        height : 35px;
        line-height : 35px;
		background: #F04E2A;
		color: #FFF;
		width : 60%;
		text-decoration: none;    
		font-size : 1.1em;
    }
}

a:active{
	opacity: 0.5;
}

* {	
    margin: 0;
	padding: 0;	
}

body {
	font: 12px Malgun Gothic, Verdana, Sans-serif;
	background-color : #FCF0F1;
	
}


.lcol{
	list-style: none;
	text-align : center;
	color : #F04E2A;
}

.lcheck{
	list-style: none;
	padding-left : 20%;
	font-size : 15px;
}
.wd100{
	width : 60%;
	height : 30px;
	border : 1px solid #F04E2A;
}

.fColor{
	color : #FFF;
}
 .loginWrap {
    width : 100%;
    
 }
 .ckbox{
    width : 18px;
    height : 18px;
    vertical-align : -2px;
    color : #666666;
}
 



h3{
	display:inline-block;
}
/* --------------------bottom 영역 속성 지정 시작 */
.footerArea{
	margin-top :-5%;
}
.frow{/* bottom 영역의 행 */
	text-align : center;
}

.fcol{/* bottom 영역의 열 */
	display:inline-block;
}

.fcol > img {/* bottom 영역의 이미지 중앙 정렬 */
	vertical-align: middle;
}

.acmodal__overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 1500;
}

@media screen and (max-width: 599px){
	.acmodal__overlay .acmodal__modal {
	    width: 96%;
	    right: 2%;
	    bottom: 10px;
	}
}

@media screen and (min-width: 599px){
	.acmodal__overlay .acmodal__modal {
	    left: 50%;
	    top: 50%;
	    transform: translate(-50%, -60%);
	    width: 500px;
	}
}

.acmodal__overlay .acmodal__modal {
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    position: fixed;
}

.acmodal__overlay .acmodal__modal .acmodal__modal__title {
    border-bottom: 1px solid #EFEFEF;
}

.acmodal__overlay .acmodal__modal .acmodal__modal__title, .acmodal__overlay .acmodal__modal .acmodal__modal__message, .acmodal__overlay .acmodal__modal .acmodal__modal__actions {
    display: block;
    width: 100%;
    margin: 0;
    padding: 1rem;
    box-sizing: border-box;
    color: #343434;
    font-size: 1rem;
}

.acmodal__overlay .acmodal__modal .acmodal__modal__message {
    min-height: 70px; 
    font-size: 1rem;
    max-height: 150px;
    overflow: auto;
}

.acmodal__overlay .acmodal__modal .acmodal__modal__title, .acmodal__overlay .acmodal__modal .acmodal__modal__message, .acmodal__overlay .acmodal__modal .acmodal__modal__actions {
    display: block;
    width: 100%;
    margin: 0;
    padding: 1rem;
    box-sizing: border-box;
    color: #343434;
}

.acmodal__overlay .acmodal__modal .acmodal__modal__actions {
    text-align: right;
}

@media screen and (max-width: 599px){
	.acmodal__overlay .acmodal__modal .acmodal__modal__actions {
	    text-align: center;
	}
}

.acmodal__overlay .acmodal__modal .acmodal__modal__title, .acmodal__overlay .acmodal__modal .acmodal__modal__message, .acmodal__overlay .acmodal__modal .acmodal__modal__actions {
    display: block;
    width: 100%;
    margin: 0;
    padding: 1rem;
    box-sizing: border-box;
    color: #343434;
}

.acmodal__overlay .acmodal__modal .acmodal__modal__actions .acmodal__button.acmodal__button__secondary {
    background-color: #fff;
}

.acmodal__button__secondary:focus{
	outline: 0; 
}

.acmodal__button__secondary:active{
	opacity: 0.5;
}


.acmodal__overlay .acmodal__modal .acmodal__modal__actions .acmodal__button {
    padding: .5rem .8rem;
    border: 2px solid #F04E2A;
    font-size: 1rem;
    border-radius: 5px;
    color: #343434;
    margin: 0 .5rem;
    cursor: pointer;
    transition: .2s;
}

@media screen and (max-width: 599px){
	.acmodal__overlay .acmodal__modal .acmodal__modal__actions .acmodal__button {
	    width: 90%;
	    margin: .5rem 0;
	}
}

.acmodal__overlay .acmodal__modal .acmodal__modal__actions .acmodal__button.acmodal__button__primary {
    background-color: #F04E2A;
    color: #fff;
}

.acmodal__button__primary:focus{
	outline: 0; 
}

.acmodal__button__primary:active{
	opacity: 0.5;
}

.acmodal__overlay .acmodal__modal .acmodal__modal__actions .acmodal__button {
    padding: .5rem .8rem;
    border: 2px solid #F04E2A;
    font-size: 1rem;
    border-radius: 5px;
    color: #343434;
    margin: .5rem .5rem;
    cursor: pointer;
    transition: .2s;
}

@media screen and (max-width: 599px){
	.acmodal__overlay .acmodal__modal .acmodal__modal__actions .acmodal__button {
	    width: 90%;
	    margin: .5rem 0;
	}	
}