@charset "utf-8";

/* header */

::-webkit-scrollbar {
    display: none;
}

header,
#top {
    position: fixed;
    width: 100%;
    height: 75px;
    color: #333;
    z-index: 1;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 27px 0;
}

#top {
    top: 0;
    left: 0;
}

header .header_wrap,
#top .top_wrap {
    position: relative;
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* 
.header_wrap:after {
content: "";
clear: both;
width: 100%;
height: 0;
} */


/*  */

header h1,
#top .head_tit {
    max-width: 80%;
    text-align: left;
    overflow: hidden;
    font-weight: normal;
    color: #333;
}

header a {
    display: inline-block;
    height: 100%;
}

.logo {
    width: 175px;
    height: 100%;
    background-image: url("../../images/logo_2.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 99%;
}

#top .logo {
    background-image: url("../../images/logo_2_color.png");
    position: absolute;
    top: 0;
}

header .btn_nav,
#toolbar {
    width: 27px;
    height: 27px;
    margin-right: 46px;
    background-image: url("../../images/list_icon.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    cursor: pointer;
}

#top #toolbar {
    background-image: url("../../images/list_icon_color.png");
}


/* language 버튼 */

.language_area {
    display: flex;
    align-items: center;
    position: relative;
}

.language_btn {
    height: 100%;
}

.language_btn button {
    width: calc(100% + 5px);
    background-color: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    font-family: "New HD2.1";
}

.language_btn button:after {
    content: " ";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    margin-right: 10px;
}

.language_btn.active button {
    color: #58595b;
}

.language_btn.active button:after {
    border-color: #58595b;
}

.language_list {
    position: absolute;
    background-color: #fff;
    box-sizing: border-box;
    display: none;
    top: 23px;
}

.language_list>ul {
    list-style-type: none;
}

.language_list li {
    padding: 5px 10px;
}

.language_list li:hover,
.language_list li.active {
    background-color: #002c5f;
    color: #fff;
}

#scroll_nav,
.chap {
    top: 77px;
    background-color: #f6f3f2;
}

.cover .model {
    color: #aacae6;
}

.cover .model,
footer {
    font-family: "New HD2.1", "Noto Sans Arabic";
}


/* toc */

.hidden {
    display: none;
}

.show {
    display: block;
}

#top_kind_toc {
    display: none;
    position: fixed;
    width: 400px;
    height: 75px;
    top: 0;
    float: left;
    z-index: 100001;
    text-align: left;
    background-color: #fff !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.8);
    padding: 20px 28px;
    box-sizing: border-box;
}

#view_toc {
    position: fixed;
    top: 0px;
    width: 400px;
    height: 100%;
    background-color: #fff;
    z-index: 10001;
    display: none;
}

#view_toc a {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    color: #82846f;
}

#view_toc a:visited {
    text-decoration: none;
    color: #82846f;
}

#view_toc a:link {
    text-decoration: none;
    color: #82846f;
}

#view_toc a:hover {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    color: #82846f;
}

#view_container {
    overflow-y: scroll;
    position: absolute;
    top: 77px;
    right: 0;
    left: 0;
    bottom: 0;
}

#con_list {
    width: 100%;
    height: 100%;
}

.toc_close {
    position: absolute;
    width: 22px;
    height: 100%;
    top: 50%;
    left: 28px;
    transform: translateY(-50%);
    background-image: url("../../images/toc_close.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}

.toc_search {
    position: absolute;
    width: 22px;
    height: 100%;
    top: 50%;
    right: 28px;
    transform: translateY(-50%);
    background-image: url("../../images/search_gray_bt.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}

#container {
    position: absolute;
    top: 55px;
    right: 0;
    left: 0;
    bottom: 0;
    padding-bottom: 1em;
}

.no-sect {
    display: none;
    background-image: none !important;
}

#id_toc1 ul li {
    list-style-type: none;
    line-height: inherit;
    margin: 0px;
}

.toc-chap {
    clear: both;
    position: relative;
    color: #000;
    margin-top: 0;
    font-weight: normal;
    line-height: 32px;
    border-top: 1px solid #f6f3f2;
    background: url("../../images/but1.png") no-repeat;
    background-size: 26px auto;
    background-position: 7% 50%;
    padding: 18px 28px 18px 60px;
    word-wrap: break-word;
}

.toc-chap:first-child {
    border-top: 0px !important;
}

.chapter_text2 {
    color: #000;
    font-weight: 500;
}

.cover_list .chapter_text2 {
    color: #002c5f;
    height: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cover_list li.hover .chapter_text2 {
    color: #fff;
}

ul.toc-sect,
ul.sect {
    background: #f6f3f2;
    margin: 0;
}

ul.sect {
    /* margin: 20px auto; */
    overflow: hidden;
    overflow-y: scroll;
    background-color: #fff;
}

ul.sect>li {
    border-bottom: 2px solid #f6f3f2;
    margin: 0;
}

ul.toc-sect li.child ul li,
ul.sect li.child ul li {
    border-bottom: 0px !important;
}

ul.toc-sect li a,
ul.sect li a {
    position: relative;
    padding: 23px 28px 23px 60px;
    font-weight: normal;
    display: block;
    word-wrap: break-word;
}

#wrapper ul.sect li a {
    padding: 15px;
    color: #333;
    font-weight: bold;
    margin: 0 auto;
}

ul.toc-sect li.toc_cate a,
ul.sect li.toc_cate a {
    position: relative;
    padding: 0px;
    text-align: left;
    display: block;
    word-wrap: break-word;
}

ul.toc-sect li a img,
ul.sect li a img {
    left: 25px;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 9px;
}

ul.toc-sect li.child,
ul.sect li.child {
    background: url("../../images/but1.png") no-repeat 100% 20px;
    background-size: 30px auto;
}

ul.toc-sect li.open,
ul.sect li.open {
    background: url("../../images/but2.png") no-repeat 100% 20px;
    background-size: 30px auto;
}

ul.toc-sect li ul,
ul.sect li ul {
    background-repeat: initial;
}

ul.toc-sect li ul li:last-child,
ul.sect li ul li:last-child {
    border-bottom: 0px !important;
}

ul.toc-sect li ul li,
ul.sect li ul li {
    box-shadow: none !important;
}

ul.toc-sect li ul li a,
ul.sect li ul li a {
    padding-left: 67px;
    background-repeat: initial;
}

#close_bt_div {
    display: none;
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10001;
}

.con_wrap {
    background-color: #bec2cc;
}

.c_image[src*="category.png"] {
    height: 14px;
    margin-bottom: -1px;
}

table.block {
    margin-top: 20px;
    color: black;
}

table.block tr td:first-child img {
    width: 40%;
    display: flex;
    margin: 0 auto;
}

table.block .description_1-center {
    width: 100%;
    margin-bottom: 0;
}


/* footer */

footer {
    width: 100%;
    position: relative;
    background-color: #262626;
    color: #fff;
    box-shadow: 0 0 60px rgba(30, 42, 72, 0.251);
    padding: 14px;
    box-sizing: border-box;
    direction: ltr;
}

footer .footer_wrap {
    position: relative;
    margin: 0 auto;
    max-width: 1024px;
    width: 100%;
    height: 100%;
}

footer .footer_img {
    height: 25px;
    width: auto;
    background: url("../../images/h_footer_logo.png") no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
    margin-bottom: 12px;
}

footer p {
    text-align: center;
    /* text-transform: uppercase; */
}

footer p span {
    color: #fff;
}

#gototop {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 56px;
    z-index: 1000;
    cursor: pointer;
}

#gototop img {
    width: 100%;
    height: auto;
    background-color: rgba(100, 100, 100, 0.251);
}


/* color======= */

.cover_list li.hover a {
    background-color: #002c5f;
}

h2.Heading2-APPLINK,
h2.heading2,
h2.heading2-notoc,
.heading2-continue,
.description-faq,
.heading2-none-view {
    color: #002c5f;
}

h3:before {
    background-color: #003469;
}

.highlight {
    color: #00aad2;
}

p.heading2-appendix {
    color: #002c5f !important;
}

#wrapper a.btn_page {
    color: #333;
}

table[class~="table_icon"] tr td:nth-child(1) {
    background-color: #000000;
}

.c_crossreference-symbol,
.c_crossreference,
.c_crossreference+a {
    color: #a36b4f;
}

.custom-select-trigger {
    background-color: #002c5f;
    box-sizing: border-box;
}


/* resposive============= */

@media screen and (max-width: 1024px) {
    header .header_wrap,
    #top .top_wrap {
        width: 95%;
    }
    footer .footer_wrap {
        width: 95%;
    }
}

@media screen and (max-width: 767px) {
    header .header_wrap,
    #top .top_wrap {
        width: 90%;
    }
    footer .footer_wrap {
        width: 90%;
    }
    header h1,
    #top .head_tit {
        max-width: 60%;
    }
    header .btn_nav,
    #top #toolbar {
        margin-right: 30px;
    }
    /* toc */
    #top_kind_toc {
        width: 80%;
        height: 60px;
        border-bottom: 0;
        box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2);
    }
    #view_toc {
        width: 80%;
    }
    #view_container {
        top: 62px;
    }
    .toc_close {
        left: 20px;
        width: 30px;
        height: 22px;
    }
    .toc_search {
        right: auto;
        left: 60px;
        width: 30px;
        height: 22px;
    }
    .toc-chap {
        line-height: 26px;
        background-size: 28px auto;
        /* background-position: 50% 91%; */
    }
    ul.toc-sect li a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    /* footer */
    footer {
        padding: 20px 0;
    }
    footer .footer_img {
        height: 25px;
    }
    footer p {
        left: 65px;
    }
    table.block tr td:first-child img {
        width: 80%;
    }
}

@media screen and (max-width: 480px) {
    header,
    #top {
        height: 40px;
        padding: 13px 0;
    }
    /* #top {
    padding: 13px 0;
} */
    .logo {
        width: 116px;
    }
    .language_list {
        width: auto;
        top: 20px;
    }
    .language_list li {
        padding: 0 5px;
    }
    header .btn_nav,
    #top #toolbar {
        width: 16px;
    }
    .toc_close {
        width: 14px;
    }
    .toc_search {
        width: 15px;
    }
    .toc-chap {
        padding-left: 15%;
        padding-right: 20px;
    }
    ul.toc-sect li a,
    ul.sect li a {
        padding-left: 15%;
        padding-right: 20px;
    }
    footer {
        padding: 8px 0 16px;
    }
    footer .footer_img {
        height: 17px;
        margin-bottom: 8px;
    }
    footer p span {
        display: block;
        line-height: 130%;
    }
    #gototop {
        width: 51px;
        height: 48px;
    }
}