﻿strike {
	color: #666666;
	font-family:Pretendard;
	text-decoration:line-through;
}

input, textarea, button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
input[type=radio] {
    appearance: auto;
    -moz-appearance: auto;
    -webkit-appearance: auto;
}

/* Type Selector */
*{margin:0; padding:0; font-family:"돋움","굴림", Dotum,  Gulim, AppleGothic, Sans-serif; text-decoration:none;}
html{width:100%; overflow:scroll; overflow-x:hidden; overflow-y:scroll;
	scrollbar-face-color:#c0c0c0;  
    scrollbar-highlight-color:#FFF; 
    scrollbar-shadow-color:#E0E0E0;
    scrollbar-3dlight-color:#E0E0E0; 
    scrollbar-darkshadow-color:#FFF; 
    scrollbar-track-color:#FFF;
    scrollbar-arrow-color: #808080; 
	}
body{width:100%; height:100%; background-color:#ffffff; background-repeat:repeat-x; background-position:bottom bottom;}
img, fieldset, button{border:none;}
hr, button img{display:none;}
li{list-style:none;}
a{text-decoration:none; color:#000000;}
textarea{overflow:auto;}
select {
    border: none;
    background: none;
    font-size: 18px;
    font-family: 'LotteMartHappy';
    outline: none;
    cursor:pointer;
    padding-right:6px;
}

option {
    font-family: 'LotteMartHappy';
    box-sizing: border-box;
    padding: 3px;
} /* Firefox Fix */
.search_btn {
    font-weight:bold;
    font-size:30px;
    color:#000;
}
legend {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
} /* For Screen Reader */

input{height:14px; border:solid 1px #c8c8c8; font-size:1em; padding-top:2px; font-size:12px; letter-spacing:2px; text-indent:5px; padding-left:-5px;}

/* Layout Selector */
#main{width:100%; margin:0px auto;}
#header{width:1200px; height:0px; margin:0px auto;background-repeat:no-repeat;}
#center{ height:auto; margin:0px auto;}
#center #top{width:1200px;}
#center #content #left{width:189px; height:auto; float:left;}
#center #content #body{ height:auto;}
#center #content #right{width:189px; height:auto; float:left;}
#center #content #common{max-width:600px; width:100%; height:auto; margin:0px auto;}

a{font-size:12px; color:#666666;}
label{font-size:12px; color:#666666;}
div{font-size:12px; color:#666666;}
td,th{font-size:12px; color:#666666;word-break:break-all;}
p{font-size:12px; color:#666666;}
.container {
    max-width:1450px;
    width:100%;
    margin:0 auto;
}

#main {
    position: relative;
}
br.mo_block {
    display:none;
}


/*footer css*/
.footer_wrap {
    background-color: #111;
}
.footer_wrap .policy_wrap ul {
    box-sizing:border-box;
    display:flex;
    justify-content:center;
    gap:50px;
    padding: 40px 0 0 20px;
}
.footer_wrap .policy_wrap ul li {
    position:relative;
}
.footer_wrap .policy_wrap ul li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background-color: #6a6a6a;
    top: 50%;
    transform: translateY(-50%);
    right: -25px;
}
.footer_wrap .policy_wrap ul:last-child li:last-child:after {
    display:none;
}
.footer_wrap .policy_wrap ul span {
    font-family:"twayair";
    font-size:16px;
    color:#fff;
    font-weight:100;
}
.footer_wrap .conpany_info_wrap {
}
.footer_wrap .conpany_info_wrap ul li ul {
    display:flex;
    gap:10px;
    justify-content:center;
}
.footer_wrap .conpany_info_wrap ul li ul li span {
    font-family: 'Pretendard';
    font-size:14px;
    font-weight:400;
}


    .footer_wrap .grade_wrap {
        margin-top:20px;
        display:flex;
        gap:20px;
        justify-content:center;
    }
    .footer_wrap .grade_img {
        display: flex;
        gap: 10px;
        align-items:center;
    }

        .footer_wrap .grade_img img {
            width: 90px;
            max-height: 104px;
        }

.footer_wrap .grade_wrap .row_li_wrap {
    display: flex;
}

.footer_wrap .grade_wrap .line_li {
    display: flex;
    justify-content: center;
    width: 500px;
    box-sizing: border-box;
}

    .footer_wrap .grade_wrap .line_li.row_li {
        flex-direction: column;
        width: 250px;
    }

    .footer_wrap .grade_wrap .line_li ul {
        display: flex;
        width: 50%;
    }

    .footer_wrap .grade_wrap .line_li.row_li ul {
        width: 100%;
    }

    .footer_wrap .grade_wrap .line_li ul li {
        font-family: 'twayair';
        width: 40%;
        height: 28px;
        background-color: rgb(20, 104, 179);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        color: #fff;
        margin: 0.5px;
        font-family: 'Pretendard';
        font-weight: 400;
    }

    .footer_wrap .grade_wrap .line_li.row_left ul li {
        height: 42.5px;
    }

    .footer_wrap .grade_wrap .line_li ul li:last-child {
        box-sizing: border-box;
        padding-left: 15px;
        width: 60%;
        justify-content: flex-start;
    }
.footer_logo_wrap {
    margin:15px 0;
    display:flex;
    gap:30px;
    justify-content:center;
    align-items:center;
}
.footer_logo_wrap a {
    cursor:default;
}
.footer_logo_wrap a img {
    width: 100%;
}
.copy_wrap {
    margin-top:20px;
    text-align:center;
    padding-bottom:25px;
}
.copy {
    font-family: 'Pretendard';
    font-weight:400;
}
.gnb_mo_bg {
    display:none;
}

.footer_logo_wrap a {
    display: inline-block;
    width:100%;
}
.footer_logo_wrap a.dmo_logo {
    max-width:150px;
}
.footer_logo_wrap a.move_logo {
    max-width:113px;
}
.footer_logo_wrap a.bandai_logo {
    max-width:160px;
}
.footer_logo_wrap a.naver_logo {
    max-width:160px;
}
.footer_logo_wrap a.mgame_logo  {
    max-width:120px;
}
.footer_logo_wrap a.toei_logo {
    max-width:100px;
}
.footer_logo_wrap a.hangame_logo {
    max-width:100px;
}

/*error page BEGIN*/
#main.error_main {
    min-height:80vh;
}
.container.error_container {
    padding-top:80px;
    padding-bottom:20px;
}
.container.error_container .error_icon_wrap {
    text-align:center;
    margin-top:80px;
}
.container.error_container .error_icon_wrap i {
    font-size:100px;
    color:#000;
}
.container.error_container .error_icon_wrap h2 {
    font-family: 'paybooc-Bold';
    font-weight: 500;
    margin: 0;
    margin-top: 20px;
    color: #000;
    font-size: 40px;
}
.container.error_container .error_notice_wrap {
    max-width: 75%;
    margin: 40px auto;
    padding: 40px 15px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
    text-align:center;
}
.container.error_container .error_notice_wrap p {
    font-size: 18px;
    font-family: 'Pretendard';
    font-weight: 600;
    color:#000;
}
.container.error_container .btn_wrap {
    text-align:center;
}
.container.error_container .btn_wrap a {
    max-width:150px;
    height:45px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 auto;
    background:#111;
    border-radius:10px;
}
.container.error_container .btn_wrap a span {
    font-family: "twayair";
    font-size: 16px;
    color: #fff;
    font-weight: 100;
}
/*error page END*/

#center #content #common.dormancy_common {
    max-width:800px;
    padding-bottom:40px;
}
.dormancy_common .container.error_container .error_icon_wrap h2 strong {
    font-family: 'paybooc-Bold';
    color: #ff8800;
}

.dormancy_common .container.error_container .error_notice_wrap {
    padding: 40px 25px;
    text-align: left;
}
.dormancy_common .container.error_container .error_notice_wrap h3 {
    font-family: 'paybooc-Bold';
    font-weight: 500;
    color: #000;
    font-size:20px;
    margin-bottom:20px;
}
.dormancy_common .container.error_container .error_notice_wrap h3 strong {
    font-family: 'paybooc-Bold';
    color:#ff8800;
}
.dormancy_common .container.error_container .error_notice_wrap p {
    font-size: 16px;
}
.dormancy_common .container.error_container .btn_wrap {
    display:flex;
    justify-content:center;
    gap:20px;
}
.dormancy_common .container.error_container .btn_wrap input {
    max-width: 150px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #111;
    border-radius: 10px;
    width: 100%;
    font-family: "twayair";
    font-size: 16px;
    color: #fff;
    font-weight: 100;
    cursor:pointer;
}
@media(max-width:1000px) {
    .footer_wrap .grade_wrap {
        flex-direction: column;
        align-items: center;
    }
}
@media(max-width:600px) {
    br.mo_block {
        display:inline;
    }
    .footer_logo_wrap {
        display: grid;
        grid-template-columns: 50% 50%;
        gap:5px;
        margin-top:35px;
    }
    .footer_logo_wrap a {
        margin: 0 auto;
    }
    .footer_wrap .grade_wrap {
        display:none;
    }
    .grade_table {
        transform: scale(0.7);
    }
    .footer_wrap .grade_wrap .line_li ul li {
        font-size:13px;
    }

    .footer_logo_wrap a.dmo_logo {
        max-width: 100px;
    }

    .footer_logo_wrap a.move_logo {
        max-width: 85px;
    }

    .footer_logo_wrap a.bandai_logo {
        max-width: 110px;
    }

    .footer_logo_wrap a.toei_logo {
        max-width: 70px;
    }
    .container.error_container {
        padding-top:50px;
    }
    .container.error_container .error_notice_wrap {
        max-width: 100%;
    }
}