﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,700&display=swap');
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

.contentBody{
  border-top: 3px solid #0FB4DA;
  background-color: #eee;
}
.topArea {
    padding-left: 10px;
    height: 37px;
    line-height: 35px;
    border-top: 0;
    display: inline-block;
}
.topArea img{
  padding: 0 5px;
  width: 24px;
}
.topArea .arrow{
  width: 19px;
}

/* 등급분류제도 */
.tit {
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 17px;
}
.tit img{
  margin-bottom: 2px;
  padding-right: 10px;
}
.stit{
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 15px;

}
.stit img{
  margin-bottom: 2px;
  padding-right: 8px;
}
.title p{
  font-size: 15px;
  margin-bottom: 10px;
}

/* 등급분류기준 */
.inst{
  font-size: 15px;
  padding-top: 10px;
}
.inst dt {
    font-weight: 700;
    margin-bottom: 4px;
}
.inst dd{
    margin-bottom: 15px;
}
table.vertical {
    border-top: 2px solid #0FB4DA;
    border-right: 1px solid #d7d7d7;
    margin-top: 5px;
    margin-bottom: 20px;
}
table.vertical img{
  width: 30%;
}
table.responsive tr {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dbdde1;
}
table.responsive td {
    position: relative;
    float: left;
    width: 100%;
    min-height: 30px;
    border-bottom: 1px dashed #e9e9e9;
    font-size: 14px;
    text-align: center !important;
    letter-spacing: -1px;
    padding: 12px 1px;
    border-left: 1px solid #dbdde1;
    padding-left: 110px;
    background: url(../img/dot_gray.gif) repeat-y 105px top;
}
table.responsive thead, table.responsive th {
    display: none;
}
table.responsive.fw td {background:none;}
table.responsive td:last-child {border-bottom:0 !important;}
table.responsive td:before {
   content: attr(data-label);
   display:inline-block;
   text-align:left;
   text-transform: uppercase;
   font-weight: bold;
   width:100px;
   margin-right:10px;
   position:absolute;
   top:8px;
   left:12px;
   overflow:hidden;
   white-space:nowrap;
   text-overflow:ellipsis;
 }
table.responsive.w-normal td:before {white-space:normal;}

/* 게임검색 */
#srchKey{
  width: 90px;
  margin-right: 3px;
  background: #fff;
}
#input-search-keyword{
    width: calc(100% - 164px);
    padding: 5px;
    margin-right: 3px;
    border: 1px solid #ccc;
}
input::placeholder {
  color: #ccc;
  font-size: 11px;
}
.btn-search span {
    background-color: #1eb0d5;
    color: #fff;
    padding: 5px 17px;
}


table.list{
  border-top: 2px solid #353959;
  margin-top: 10px;
}
table.list td{
  border-left:none;
}
.paginate {
    clear: both;
    text-align: center;
    margin-top: 20px;
}
.paginate a{
    display: inline-block;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    color: #555;
    text-align: center;
    font-family: verdana, sans-serif;
    vertical-align: middle;
    border: 1px solid transparent;
    font-size: 11px !important;
    font-weight: normal !important;
    margin-left: 2px;
}
.paginate a.pre{
    text-indent: -9999px;
    border-color: #eaedf3;
    background: #fff url(../img/page_i.png) no-repeat;
}
.paginate a.pre.end {
    background-position: 0 -24px;
}
.paginate a.next{
    text-indent: -9999px;
    border-color: #eaedf3;
    background: #fff url(../img/page_i.png) no-repeat;
}
.paginate a.next {
    background-position: 0 -48px;
}
.paginate a.next.end {
    background-position: 0 -72px;
}

.Mobile_Text-search-keyword{
    width: calc(100% - 164px);
    padding: 5px;
    margin-right: 3px;
    border: 1px solid #ccc;
}

/* ALIGN */
.Mobile_vtop{ vertical-align: top;}
.Mobile_vmid{ vertical-align: middle;}
.Mobile_vbtm{ vertical-align: bottom;}

.Mobile_mt20{ margin-top:20px  !important;}

/* float div 정의 */
.Mobile_floatDiv{ *zoom: 1;}
.Mobile_floatDiv:after{ content: ""; clear: both; display: block;}

.p15 {font-size:15px !important;}
.p1em {font-size:1em !important;}

.fl{ float: left;}
.fl_small{ float: left; width:50px;height:100px;}
.fr{ float: right;}
.mt5{ margin-top:5px !important;}
.ce{ text-align: center !important;}
.ml5{ margin-left: 5px !important;}
.grade_icon2 li{ border: 1px solid #838383; padding: 2px;}
.grade_icon2 li p{ border-top: 1px solid #838383; margin-top: 5px; padding-top: 3px; text-align: center;}

.ml10{ margin-left: 10px !important;}
.mt15{ margin-top:15px !important;}

/* BACKGROUND COLOR */
.bgGray1{ background: #fafafa;}
.bgwhite{background: #fff !important;}
.bgNone{ background: none !important;}
.bgwBlack{background: #333 !important;}





/*개인정보처리방침*/
.table th, .table td {
    border-left: 1px solid #dbdde1;
    border-bottom: 1px solid #dbdde1;
    padding: 7px 10px;
    font-size: 12px;
}
.table.vertical tbody td {
    text-align: center;
}
@media only screen and (max-width: 780px){
    img {
        max-width: 100%;
    }
}

/* faq */
.title h1{
  font-size: 20px;
}
.faq_tab {position:relative; overflow:hidden}
.faq_tab ul li {
    float:left;
    display:table;
    width: 33.33%;
    border:1px solid #D1D1D2;
    border-radius:15px 15px 0 0;
    border-collapse:separate;
    background:#F5F4F2;
}
.faq_tab ul li+li {margin-left:-1px}
.faq_tab ul li a {
    position:relative;
    display:table-cell;
    line-height:1.3;
    text-align:center;
    vertical-align:middle;
    font-size:17px;
    color:#7c7c7c;
    font-weight:500;
    padding: 11px;
}
.faq_tab ul li.active {
    position:relative;
    border-bottom:1px solid #fff;
    background:#fff
}
.faq_con {display:none; padding-top:35px}
#faq_search1 {display:block}
.faq_con dl dt {
    position:relative;
    padding:10px 68px 19px 4px;
    cursor:pointer
}
.faq_con dl dt .q_tit {
    padding-left: 29px;
    text-indent: -29px;
    font-size:15px;
    color:#00b0d8;
    font-weight:500
}
.faq_con dl dt .q_tit > b {line-height:1; margin-right:10px; font-size:20px; font-weight:500}
.faq_con dl dt span {
    position:absolute;
    top:48%;
    right:8px;
    width:25px;
    height:25px;
    margin-top:-12.5px
}
.faq_con dl dt span:before {
    position:absolute;
    left:15%;
    top:46%;
    width: 60%;
    height:2px;
    margin-top:-1.5px;
    content:'';
    background:#00b0d8;
    -webkit-transition:.3s;
    transition:.3s
}
.faq_con dl dt span:after {
    position:absolute;
    top:15%;
    left:48%;
    height:59%;
    width:2px;
    margin-left:-1.5px;
    content:'';
    background:#00b0d8;
    -webkit-transition:.3s; transition:.3s
}
.faq_con dl dd {
    display:none;
    padding:15px 14px;
    margin-bottom:20px;
    border:1px solid #f1eded;
    background:#f9f9f9;
    border-radius:10px
}
.faq_con dl:first-child dd {display:block}
.faq_con dl dd p {
    font-size:13px;
    color:#494949;
    font-weight:400;
}
.faq_con dl dd p .go_link {
    padding:0 10px;
    margin-left:5px;
    font-size:13px;
    color:#494949;
    border:1px solid #bbbdbd;
    border-radius:15px
}
.faq_con dl dd p .go_link:hover {color:#fff; background:#bbbdbd}
.faq_con dl.active dt span:before {
    -webkit-transform:rotate(180deg); transform:rotate(180deg)
}
.faq_con dl.active dt span:after {
    -webkit-transform:rotate(90deg); transform:rotate(90deg)
}

/* 모의 수수료 계산 */
.grid thead th, .grid tbody th.view_tl{
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-bottom: 1px solid #ccc;
    border-top: 0;
    color: #333 !important;
    font-size: 12px;
    line-height: 1.3;
    word-wrap:break-word;
}
.grid tbody th{
    border: 1px solid #e7e7e7;
    padding: 5px 10px;
    color: #333;
    background: #f3f8f9;
    font-size: 12px;
    text-align: left;
    ont-weight: bold;
    line-height: 1.3;
}
.grid tbody td th{
    border: 1px solid #dfe3e4;
    padding: 3px 5px;
    color: #666 !important;
    background: #f9fafa;
    font-weight: normal !important;
}
.grid thead td, .grid tbody td{
    font-size: 12px;
    border: 1px solid #dfe3e4 !important;
    padding: 2px; color: #585858;
    background: #ffffff;
}
.grid.topLine{ border-top: 1px solid #ccc !important;}
.line1{
  font-size: 13px;
}
/* 공지사항 */
.first{
    padding: 10px;
    border:none !important;
}
.last{
    border:none !important;
}
.ce{
    padding: 20px;
}

/* 인사말 */
.introduce{
  margin-top: 20px;
  padding: 15px 0 320px 0;
background-position: center bottom;
  background: url(../img/introduce_img.png)no-repeat 62% bottom;
}
.introduce p {
    font-size: 15px;
    margin-bottom: 10px;
}
.color3 {
    color: #00B0D8 !important;
}

/* 등급분류위원회 개요 및 연혁 */
.history ul li {
    border-bottom:1px dotted #ccc;
    padding:15px 0;
    margin-bottom:20px;
}
.history ul li:last-child {background:none; border-bottom:0;}
.history ul li:after{content:''; display:block; clear:both;}
.history .year {
    float:left;
    width:80px;
    height:40px;
    line-height:40px;
    color:#FFF;
    font-size:18px;
    text-align:center;
    margin-right:30px;
    background:#1EB0D5;
}
.history .date_wrap {float:left;margin:0px;}
.history .date_wrap ul li {
    width:100%;
    border:0;
    padding:0;
    margin:0;
    font-size:13px;
    line-height:2.5;
    background:none;
}
.history .date_wrap .history_date {
  float:left;
  width:140px;
  font-weight:bold;
}
.history .date_wrap .history_txt {float:left;}

/* 찾아오시는 길 */
.fs14{
    font-size:15px;
}
.map_txt {
    font-size:15px;
}
.map_subway {
    background:url(../img/ico_subway.png) no-repeat 0 2px;
    padding-left:22px;
    margin-bottom:20px;
}
.map_bus {
    background:url(../img/ico_bus.png) no-repeat 1px 3px;
    padding-left:22px;
    margin-bottom:20px;
}
.map_plane {
    background:url(../img/ico_plane.png) no-repeat 1px 1px;
    padding-left:22px;
    margin-bottom:20px;
}
.map_railroad {
    background:url(../img/ico_train.png) no-repeat 2px 1px;
    padding-left:22px;
    margin-bottom:20px;
}

/* main */
::-webkit-scrollbar {display: block;} /* 스크롤바 안보이게 */

.header_wrapper{text-align: center;}
.header{
  position: relative;
  height: 61px;
}
.logo a img{padding: 18px 0;}
.header .topmenu {float:right; margin-top:15px;}
.header .topmenu {
  position:absolute;
  top:3px;
  right:0;
  background:#fff;
}
.header .topmenu .lang {float:left; margin-right:10px; }
.header .topmenu span.lang a {
  font-size:11px;
  color:#fff;
  padding:3px 8px;
  background:#00B0D8;
  border:none;
  border-radius:3px;
}
.panel{
    position:absolute;
    top: 22px;
    left: 19px;

}
.panel a:before,.panel span,.panel a:after{
    content:"";
    display:block;
    width:20px;
    height:2px;
    background:#333;
}
.panel span{
    margin:5px 0;
    text-indent:-9999px;
}
.panel a:after{
    width:15px;
}
/*패널메뉴*/
.panelBg{
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:10;
    position:fixed;
    background:rgba(0,0,0,0.5);
}
.panelMenu{
    width:0;
    height:100%;
    right:0;
    top:0;
    z-index:10;
    background:#fff;
    border-top: 3px solid #25b7bc;
    padding-top:50px;
    /*
    padding: 100px 50 0 0px;
        */
    padding: 100px 50 0 0px;
    transition:all 0.1s ease-in-out;

    /* 서브 메뉴 열었을때 스크롤 안되어서 추가 */
    overflow:auto;

}
.title{
    border-bottom: 1px solid #eaeaea;
}
.titlebig:hover{
    background: #25b7bc;
    color: #fff;
}
.panelMenu a{
    display: block;
    color:#333;
  	font-size: 16px;
  	line-height: 46px;
}
.panelMenu a:hover{

}
.sub li {
  line-height: 35px;
	background: #f5f5f5;
	cursor: pointer;
  padding: 0 10%;
}
.sub li a {
	display: block;
	height: 100%;
	text-decoration: none;
	text-indent: -2px;
	color: #555;
  font-size: 13px;
  border-top: 1px solid #e5e5e5;
}
.sub li:first-child > a {border-top:0 none;}
.sub li a:hover,
.sub li a:focus {
	color: #25b7bc;
}
/* X 종료 */
.menuAll {
    width:36px;
    height:32px;
    top:8px;
    text-indent:-99999px;
    right:100%;
    margin-right:-45px;
    background:url('../images/icon_menu.png') no-repeat center center;
    background-size:70%;
    opacity:.5;
    border:0;
    filter: alpha(opacity:'50');
}
.menuAll.on {
    position:fixed;    
    background:url('../img/icon_close_w.png') no-repeat center center;
    /*
    background-size:70%;
    margin-right:-300px;
    top:10px;
    left:250px;
        */
    background-size:70%;
    margin-right:-300px;
    top:10px;
    left:290px;

    opacity:1;
    margin:0;
    filter: alpha(opacity:'100');
}
@media all and (max-width:320px) {
  .menuAll.on{
        left:178px;
  }
}
@media all and (min-width:414px) {
  .menuAll.on{
      /*
        left:230px;
          */
      left:260px;
  }
}
/*mainslider*/
.mainVisual img{width:100%;}
.main_text{
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top:133px;
    text-align: center;
    color: #fff;
}
.main_text .text_big{
    display: inline-block;
    color:#48c4e2;
    font-size:28px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 70px;
}
.main_text .text_big2{
    display: inline-block;
    font-size:28px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 70px;
}
.main_text .text_small{font-size:17px; line-height: 18px;}
.grade{
    position: absolute;
    display: block;
    top: 39%;
    left:14%;
}
/*mainbox*/
.main-box{
    width: 94%;
    margin: 0 3%;
    border-radius: 20px;
    height: 170px;
    margin-bottom: 10px;
    background: #373c44 url(../img/banner.jpg) no-repeat 96% 90%;
    background-size:95px;
    margin-top: 15px;
}
.boxtext_big{
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color:#fff;
    margin-top: 25px;
    margin-left:29px;
}
.boxtext_big p{
    display: inline-block;
    color:#48c4e2;
}
/*mainCon1*/
.mainCon1{
    width: 94%;
    margin: 0 3%;
    margin-top: 30px;
}
.box{
    width: 31%;
    height: 105px;
    border-radius: 15px;
    box-shadow: 0px 2px 7px #ccc;
    display: inline-block;
    margin: 3px;
    text-align: center;
    font-size: 13px;
}
.box img{
    width:40px;
    padding-top: 20px;
    padding-bottom: 10px;
}

/*mainCon2*/
.mainCon2{
    margin-top: 35px;
}
.mainCon2 h1{
    font-size: 17px;
    font-weight: bold;
    color:#333;
    margin-bottom: 15px;
    padding: 0 20px;

}
.con2{
    background: url(../img/background2.png)no-repeat;
    width: 100%;
    height: 228px;
}
.more{
    float: right;
    padding-right: 10px;
}
.more img{
    width:12px;
}
.con2  ul{
    padding-top: 30px;
    margin: 0 2%;
}
.con2  ul li{
    float:left;
    text-align: center;
}
.con2 img{
    width:60%;
}
.con2 p{
    color:#fff;
    font-size: 12px;
}
.con2_1{
    padding-top: 97px;
    margin: 0 13%;
}
.con2_1 li{
    float:left;
    text-align: center;
}
.con2_1 img{
    width:60%;
}
.con2_1 p{
    color:#fff;
    font-size: 12px;
}

/* Footer*/
#footer{background: #272727; font-size: 0.7rem;}
.foot-logo{
  text-align: center;
}
#footer .footer-inner{
  padding: 15px 0 10px;
}
#footer .foot-info {
    font-size: 11px;
    color: #fff;
}
#footer .footer-menu {
    margin: 15px 0 12px 0;
}
#footer .footer-menu a.first {
    border-left: 0;
    color: #00b0d8;
    font-weight: bold;
}
#footer .footer-menu a {
    display: inline-block;
    padding: 0 5px;
    color: #fff;
    border-left: 1px solid #aaa;
}
.copy{
  color:#999;
  font-size:11px;
  margin-top: 8px;}

/* Footer_fix*/
#footer_fix{background: #272727; font-size: 0.7rem; position:absolute; bottom:0; vertical-align:central; width:100%; }
.foot-logo{
  text-align: center;
}
#footer_fix .footer-inner{
  padding: 15px 0 10px;
}
#footer_fix .foot-info {
    font-size: 11px;
    color: #fff;
}
#footer_fix .footer-menu {
    margin: 15px 0 12px 0;
}
#footer_fix .footer-menu a.first {
    border-left: 0;
    color: #00b0d8;
    font-weight: bold;
}
#footer_fix .footer-menu a {
    display: inline-block;
    padding: 0 5px;
    color: #fff;
    border-left: 1px solid #aaa;
}

/* basic */
body{font-family: 'Noto Sans KR', sans-serif;}
 * { -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html, body, h1, h2, h3, h4, h5, h6, p, div, th, td, table, pre, code, select, form, fieldset, legend, input, address, ol, ul, li, dl, dt, dd, img, textarea, blockquote{margin:0; padding:0;}
html, body{width: 100%; height:100%; line-height:1.4; -webkit-text-size-adjust:none;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary{margin:0; padding:0;display:block}
/*audio, canvas, video{display:inline-block; *display:inline; *zoom:1}*/
audio, canvas, video{display:inline-block;}
/* html, body, h1, h2, h3, h4, h5, h6, p, div, th, td, table, pre, code, select, form, fieldset, legend, input, address, ol, ul, li, dl, dt, dd, img, textarea, blockquote{ font-family:ng,'NanumGothic', dotum, "돋움", Dotum, "굴림", Gulim,verdana, tahoma, helvetica,sans-serif !important; font-size:12px; color: #424242;} */
article{position:relative;}
table{border-collapse:collapse; border-spacing:0; border:0 none; width:100%; empty-cells: show;}
table td{word-break: break-all;}
ul, ol, li{list-style:none;}
img,input, select, textarea {vertical-align:middle;}
img, fieldset, iframe{border: 0 none;}
caption{display:none;}
em, address{font-style:normal; font-size:12px; color:#424242;}
a{text-decoration:none; color:#424242;}
input[disabled]{color: #999;}
input[type="checkbox"], input[type="radio"]{margin-right: 3px; margin-right: 5px;}
input[type="text"], input[type="password"], .inputData{margin:0; padding:2px 7px; height:26px; line-height:26px; border:1px solid #dbdde1;}
select{width:150px; height:26px; border:1px solid #dbdde1; background: #fff; margin: 2px 0px;}
textarea{padding:5px 7px; overflow:auto; width:98%; line-height:1.6; vertical-align:top; resize:none; border:1px solid #dbdde1;}
button{overflow:visible; cursor:pointer; margin:0; padding:0; border:0; background:none; outline:0; -webkit-box-sizing:content-box; box-sizing:content-box;}
:focus{outline:none;}
.section {position: relative; padding: 20px 15px 40px 15px;}
/*.clearfix{*zoom:1;}*/
.cf{display:block; clear:both; content:'.';}
.bbn {border-bottom:none !important;}  /*2015.03.11 추가*/
.skip, legend, caption, .hide, hr{font-size: 0; width:0 !important; height: 0; line-height: 0; overflow: hidden; visibility: hidden; width: 0; position:absolute;}
.blind{display:none;}
/*object{display: none;}*/

/* BUTTON str */
.imgBtn{ margin:0; padding:0; display:inline-block; text-decoration:none !important; border:0; font-size: 0 !important; line-height: 0 !important; cursor: pointer; overflow:visible;}
.imgBtn2{ padding: 3px 5px; display: inline-block;}

.btnArea { margin: 20px 0 40px; text-align:center;}
.btnArea:after { content: ""; clear: both; display: block;}
.btnArea .fl{ float: left;}
.btnArea .fr{ float: right;}

.button,
.button *{ position:relative; margin:0; padding:0; display:inline-block; text-decoration:none !important; border:0; white-space:nowrap; background:url(../images/button/button.gif) no-repeat; vertical-align:top; overflow:visible; color:#ffffff;}
.button { margin-right:2px;}
.button *{ left:0px; 
cursor:pointer; _cursor:hand;
}

/* Button Size = medium | large | xLarge | small */
.button.medium, .button.medium *{ height:27px; line-height:27px; color: #666 !important;}
.button.large, .button.large *{ height:35px; line-height:35px;}
.button.small, .button.small *{ height:17px; line-height:17px;}
.button.xsmall, .button.xsmall *{ height:14px; line-height:14px;}
.button.medium { background-position:left 0;}
.button.large { background-position:left -114px;}
.button.small { background-position:left -120px;}
.button.xsmall { background-position:left -305px;}
.button.medium *{ padding:0 30px 0 15px; background-position:right top;}
.button.large *{ padding:0 25px 0 21px; background-position:right -114px; color: #ffffff !important;}
.button.small *{ padding:0 11px 0 7px; background-position:right -120px; color: #ffffff !important;}
.button.xsmall *{ padding:0 5px 0 2px; background-position:right -305px; color: #777 !important;}

.button.medium.blue {background-position:left -39px;}
.button.medium.blue *{ background-position:right -39px; color: #ffffff !important;
    top: 0px;
}

.button.small.smallGray {background-position:left -179px; height: 35px;}
.button.small.smallGray *{ background-position:right -179px;  height: 35px; line-height: 20px; color: #333 !important;}

.button.small.smallBlue {background-position:left -204px; height: 35px;}
.button.small.smallBlue *{ background-position:right -204px;  height: 35px; line-height: 20px;}


.button.large.largeBlue {background-position:left -366px; height: 35px;}
.button.large.largeBlue *{ background-position:right -366px;  height: 35px; line-height: 20px;}

/* Button Hover */
.button *:hover,
.button *:active,
.button *:focus{ }

/* Button Strong */
.button.strong *{ font-weight:bold !important;}

