@charset "utf-8";
* {margin: 0;padding: 0;box-sizing:border-box;}
body, table, input, textarea, select, button{font-family: "Pretendard";font-size:13px;color:#333;}


img{max-width:100%;}

body, a, p, th, td,button{box-sizing:border-box;line-height: inherit;}
body,p,div{margin:0;padding:0;vertical-align:top}
html {scroll-behavior: auto;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;-webkit-font-smoothing: antialiased;}
a, a:focus, a:hover {text-decoration:none;outline: 0;transition: all 0.2s ease-in 0s;}
a{color:#333;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {display: block;}
audio,loader,video {display: inline-block;*display: inline;*zoom: 1;}
audio:not([controls]) {display: none;}
div{box-sizing:border-box;}
ul,ol{margin: 0;padding: 0;list-style: none;}
dl,ul,ol,menu,li{list-style:none}
li {text-decoration: none;}

input:focus{outline:0;}
button{border:0px;}
input[type="button"]{border-radius:0;-moz-border-radius:0px;-webkit-border-radius:0px;appearance:none;-moz-appearance:none;-webkit-appearance:none;}
.cl_pointer{cursor:pointer}

.mo{display:none;}
.pc{display:auto;}
.limit_width{max-width:1200px;margin:0 auto}
.t-center{text-align:center;}
.circle{border-radius:50%;}

/*¹é»ö ¹Ú½º*/
.back_box {border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;background-color: #ffffff;border: 1px solid #dedede;padding: 30px;}

.search_box .inputText{height:40px;line-height:40px;padding-left:10px;border: 1px solid #dedede;}
.search_box .search_btn{width:60px;height:40px;border:1px solid #dedede;margin-left:-5px;}
/*´ë½Ãº¸µå ¹Ú½º*/
.page_dashboard_box{width:180px;border:1px solid #dedede;text-align:center;display:inline-block;}
.page_dashboard_title{height:40px;width:100%;border-bottom:1px solid #dedede; background-color:#f9f9f9;font-size:20px;line-height:40px;font-family:"Pretendard";color:#0091ee}
.page_dashboard_content{height:60px;font-size:40px;font-family:"Pretendard";color:#6c6c6c}

/*½ºÅ©·Ñ ÇÁ·¹ÀÓ*/
.frame_box{overflow:auto;}
.frame_box::-webkit-scrollbar {width:5px;background-color:#d8e0e9;}
.frame_box::-webkit-scrollbar-track {}
.frame_box::-webkit-scrollbar-thumb {background-color:#589bfc;}

.in_boxx{background-color: #ffffff;
    padding: 0 50px 20px;
    border-radius: 10px;
    border: 1px solid #dedede;}
.frame_box_w{overflow:auto;}
.frame_box_w::-webkit-scrollbar {width:5px;background-color:#d8e0e9;}
.frame_box_w::-webkit-scrollbar-track {}
.frame_box_w::-webkit-scrollbar-thumb {background-color:#589bfc;}

@media all and (min-width:871px)
{
}

@media all and (min-width:480px) and (max-width:870px)
{
.mo{display:block;}
.pc{display:none;}
}

@media all and (max-width:480px)
{	
.mo{display:block;}
.pc{display:none;}
}