body{
    margin:0;
    padding:0;
    font-family: 'NanumSquare', sans-serif;
}

.opacity::before{
    background: rgba(0,0,0,0.6);
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.terms_and_conditions_letters{
    color:#000000;
}

.terms_and_conditions_letters:hover{
    cursor: pointer;
}

/* Presets */
/* unvisited link */
a:link {
    color: #000000;
}

/* visited link */
a:visited {
    color: #000000;
}

/* mouse over link */
a:hover {
    color: #000000;
}

/* selected link */
a:active {
    color: #000000;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

#navbar_container{
    border-bottom: 3px solid #091b33;
}

.nav_container{
    height:85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar_dropdown{
    z-index: 1000;
}

.navbar_dropdown_container{
    display: flex;
    position: relative;
}

.navbar_dropdown_container .navbar_dropdown {
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    top: 60px;
    right: 0;
    background: #FFFFFF;
    border: 1px solid #e4e4e4;
}

.navbar_dropdown_container .navbar_dropdown .navbar_dropdown_category_container_flex .navbar_dropdown_category_container.border_right{
    border-right: 1px solid #e4e4e4;
}

.navbar_dropdown_container:hover .navbar_dropdown{
    max-height: 300px;
    opacity: 1;
}

.nav_top_container{
    width:160px;
    text-align: center;
}

.nav_top{
    font-weight: 700;
    font-size: 20px;
}

.navbar_dropdown_category_container{
    width: 160px;
    text-align: center;
}

.sub_category_container{
    padding: 10px 0;
}

.navbar_dropdown_category_container_flex{
    display: flex;
}

.text_center{
    text-align: center;
}

.center_img{
    margin: 0 auto;
    display: block;
    position: relative;
    width:auto;
    max-width: 100%;
}

.fullwidth_img{
    width: 100%;
}

#right_sidebar {
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 999;
    width: 145px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    border: 1px solid #000;
}

#right_sidebar_title {
    font-size: 20px;
    background: #4379c1;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
}

#floating_icon_1_container{
    background: #ffffff;
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e4;
}

#floating_icon_2_container{
    background: #ffffff;
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e4;
}

#floating_icon_3_container{
    background: #ffffff;
    padding: 20px 0;
}


#footer_container{
    background:#282828;
    font-size: 13px;
    padding: 20px 0;
}

#floating_icon_4_container {
    text-align: center;
    font-size: 24px;
    background: #4379c1;
}

#floating_icon_4_container a {
    color: #FFFFFF;
}

#floating_icon_5_container{
    background: #244264;
    text-align: center;
}

#floating_icon_5_container a{
    color: #fff100;
}

.left_sidebar {
    width: 250px;
    margin-top: 30px;
    margin-right: 30px;
}

.left_sidebar_title{
    font-size: 24px;
    color: #4379c1;
    border-top: 7px solid #4379c1;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.left_sidebar_content.active{
    color: #fff;
    background: #4379c1;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
}

.left_sidebar_content{
    color: #000000;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
}

#sidebar_1{
    width:100%;
    margin-top: 50px;
}

.right_side{
    margin-top: 30px;
    width: 820px;
    padding-bottom: 30px;
    height: 100%;
}

#m_sidenav{
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 100; /* Stay on top */
    top: 0;
    right: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

#m_sidenav .closebtn {
    position: absolute;
    top: 0;
    left: -50px;
    font-size: 36px;
    z-index: 10;
}

#m_main{

}

#m_main_2{
    max-width: 100vw;
}

#m_sidenav{
    background-color: #00284D;
    padding-top: 0px;
}

#m_sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    display: block;
    transition: 0.3s;
}

#m_sidenav .main_category{
    background-color: #E4E5E3;
    color: #000000;
    font-weight: bold;
    border-bottom: 1px solid #AEAEAE;
}

#m_sidenav .collapse{
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    transition: 0.3s;
}

.sub_category{
    padding: 8px 8px 8px 32px;
    font-size: 16px;
    color: #5B5B5B;
    background: #FFFFFF;
    border-bottom: 1px solid #AEAEAE;
}

.sub_category div{
    font-size: 16px;
    color: #000;
}

#m_navbar{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    border-bottom: 3px solid #091b33;
}

#m_navbar{
    height: 75px;
}

#m_footer{
    background: #000000;
    /*padding: 20px 0;*/
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}

.footer_txt{
    color: #FFFFFF;
    margin: auto 0 auto 20px;
}

.contents_title{
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 800;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0;
}

#notice{
    z-index: 4;
    position: relative;
    width: 820px;
    /*min-height: 73vh;*/
    height: auto !important;
    background: #fff;
    font-size: 1em;
    zoom: 1;
    float: left;
}

#notice tbody{
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

#notice tr:nth-child(odd){
    background: #eef7ff;
}

#notice tr:nth-child(even){

}

#notice th{
    width: 120px;
    font-weight: bold;
    text-align: center;
    display: table-cell;
    vertical-align: inherit;
}

#notice th span{
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: block;
    margin: 0 auto;
    border-radius: 60px;
    background: #4379c1;
    color: #fff;
    font-size: 28px;
}

#notice h3 {
    color: #4379c1;
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-weight: 800;
}

#notice p {
    font-size: 17px;
    margin-top: 5px;
    color: #363b41;
    margin: 0;
    padding: 0;
}

#notice td{
    padding: 30px 0;
}

#notice .pink{
    color: #fe427e;
    font-weight: 900;
}

.right_side_section .title{
    color: #5b5b5b;
    margin-bottom: 10px;
    margin-top: 40px;
    font-size: 21px;
    font-weight: 800;
}

#m_sidenav_phone{
    margin:0 !important;
    padding: 0 !important;
}

.m_navbar_icon{
    width:20px;
    height:20px;
    display: inline-block;
    float: right;
}

#terms_and_conditions_modal .modal-lg .modal-content .modal-body{
    max-height: 300px !important;
    overflow-y: scroll;
}

#terms_and_conditions_collapse .card-body{
    height:300px;
    overflow-y:scroll;
}

#right_side_close_btn{
    position:absolute;
    width: 20px;
    left: -20px;
    background: #4379c1;
    border: 1px solid #000000;
    bottom:111px;
    color:#FFFFFF;
    text-align: center;
}

.ios,
.ios * {
// causes dom events events to be fired
cursor: pointer;
}

#mobile_footer{
    display: none;
}

#mobile_footer_left{
    flex: 1;
    text-align: center;
    background-color: #181E3E;
    color: white;
    padding: 8px 0;
}

#mobile_footer_right{
    flex: 1;
    text-align: center;
    background-color: #17F6FF;
    padding: 8px 0;
}

@media only screen and (max-width: 768px) {
    #mobile_footer {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99999999;
        font-size: 20px;
    }
    #body{
        padding-bottom: 54.75px;
    }
}