@charset "utf-8";
  
@font-face {
    font-family: "Roboto-Bold";
    src: url("fonts/roboto-bold.ttf");
}
@font-face {
    font-family: "Roboto-Medium";
    src: url("fonts/roboto-medium.ttf");
}
@font-face {
    font-family: "Roboto-Regular";
    src: url("fonts/roboto-regular.ttf");
}
@font-face {
    font-family: "Roboto-Light";
    src: url("fonts/roboto-light.ttf");
}
@font-face {
    font-family: "Roboto-Con";
    src: url("fonts/robotocondensed-regular.ttf");
}
@font-face {
    font-family: "Noto-Regular";
    src: url("fonts/notosanskr-regular.otf");
}
@font-face {
    font-family: "Noto-Medium";
    src: url("fonts/notosanskr-medium.otf");
}
@font-face {
    font-family: "Noto-Bold";
    src: url("fonts/notosanskr-bold.otf");
}
@font-face {
    font-family: "Zawgyi";
    src: url("fonts/zawgyi.ttf");
}

/* reset */
* {
    font-family:  "Roboto-Regular", "Roboto-Medium", Helvetica;
    margin: 0px;
    padding: 0px;
    text-decoration: None;
    word-break: break-word;
    word-wrap: break-word;
    list-style: none;
    color: #000;
    font-size: 15px;
}

table {
    transform: translateZ(0);
}

img,
input {
    border: 0;
}
a {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}
#wrapper a:visited, #wrapper a:link, #wrapper a:hover {
    color: #4a90ef;
    font-weight: normal;
}

.C_CrossReference > a > content {
    color: #4a90ef;
}

.hidden {
    display: none;
}
.hide {
    display: none;
}
/* reset 끝 */

p, 
span, 
li, 
table, 
.Description, 
.Description-UpSp,  
.OrderList1_1, 
.OrderList2_1{
    line-height: 150%;
}

body {
    position: relative;
    width: 100%;
    min-width: 320px;
    margin: 0px auto;
    background: #F2F2F2;
    overflow-x: hidden;
    overflow-y: auto;
}


/* side bar */
nav {
    position: fixed;
    max-width: 270px;
    top: 0;
    left: -95%;
    height: 100%;
    border-radius: 0 25px 25px 0;
    background-color: #EAEAEA;
    overflow: hidden;
    z-index: 100;
}

.toc_chapter .chapter_h1 {
    padding-right: 8px;
    padding-left: 22px;
    min-height: 65px;
    display: flex;
    align-items: center;
    position: relative;
}

.toc_chapter .chapter_h1 a.toc_chapter_link {
    display: flex;
    align-items: center;
}

.section_more {
    width: 12px;
    position: absolute;
    padding: 16px 0px 10px 6px;
    cursor: pointer;
}

.slide_menu .chapter_more {
    width: 12px;
    margin-left: auto;
    margin-right: 16px;
    cursor: pointer;
    display: none;
}

nav.open .slide_menu .chapter_more {
    display: block;
}

a .toc_chapter_title {
    padding-right: 30px;
    font-size: 15px;
    font-weight: 600;
    color: #010101;
    line-height: 1.3em;
    display: none;

    /* font-family: "Roboto-Bold", "Noto-Bold";
    font-weight: bold; */
}
nav.open a .toc_chapter_title,
nav .siteMap a .toc_chapter_title {
    display: block;
}

.chapter_h1.active a .toc_chapter_title {
    position: relative;
}

.chapter_h1.active a .toc_chapter_title::before {
    content: "";
    background-color: #dedede;
    border-radius: 8px;
    z-index: -1;
    width: calc(270px * 0.9);
    height: 100%;
    position: absolute;
    left: -9px;
    padding: 15px 0;
    top: 50%;
    transform: translateY(-50%);
}

ul.toc_section > li {
    min-height: 45px;
    padding: 0px 8px 0px 20px;
    position: relative;
}

.toc_chapter ul.toc_section li a.toc_section_link{
    font-size: 14px;
    font-family: "Roboto-bold";
    display: inline-block;
    vertical-align: middle;
    line-height: 23px;
    width: 85%;
    margin: 10px 0;
}

#toc .button_sitemap ul.toc_section li a.toc_section_link{
    font-size: 14px;
    font-family: inherit;
    display: inline-block;
    vertical-align: middle;
    line-height: 23px;
    width: 85%;
    margin: 10px 0;
}

ul.toc_section.active {
    position: relative;
}

ul.toc_section.active > li > a {
    position: relative;
    font-weight: 600;
    color: #777777;
}

#toc > ul.toc_chapter ul.toc_section.active > li > a::before {
    content: "";
    background-color: #dedede;
    border-radius: 8px;
    position: absolute;
    width: calc(270px* 0.9);;
    height: 100%;
    z-index: -1;
    left: -17px;
    padding: 5px 0px;
    top: 50%;
    transform: translateY(-50%);
}

ul.toc_section.active ul li.active a {
    font-weight: bold;
    font-family: 'Roboto-Bold';
    text-decoration: underline;
}

.siteMap ul.toc_section.active > li > a {
    position: relative;
    font-weight: normal;
    color: #000;
}

div.wrap a {
    text-decoration: underline;
    
}

.choice_f li a,
div#search div#search_area a,
div.wrap #search_box a{
    text-decoration: none;
} 

ul.toc_chapter li ul.toc_section {
    margin-left: 10px;
}

ul.toc_subsection {
    padding: 0 1px 20px;
    padding: 0 30px 20px 15px;
}

ul.toc_subsection li {
    margin-top: 15px;
}

ul.toc_subsection li a {
    font-size: 14px; 
    line-height: 140%;
}

.slide_top {
    max-height: 70px;
    display: flex;
    padding-top: 17px;
    padding-left: 23px;
    height: 70px;
    padding-right: 18px;
    box-sizing: border-box;
    width: 270px;
    border-radius: 0 25px 0 0;
    z-index: 100;
    max-width: 270px;
}

.sidebar.open .slide_top {
    background-color: #EAEAEA;
}

.sidebar.open .slide_top {
    background-color: #EAEAEA;
}

.hamburger {
    position: absolute;
    display: inline-block;
    left: 20px;
    top: 17px;
    z-index: 9999;
}

.hamburger a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.hamburger a span {
    display: inline-block;
    width: 15px;
    height: 2px;
    border-radius: 12px;
    background-color: #010101;
    position: relative;
}

.hamburger.open a span {
    background-color: transparent;
}

.hamburger.open a span::before {
    top: calc(50%);
    transform: rotate(45deg);
}

.hamburger a span::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 2px;
    background-color: #010101;
    position: absolute;
    top: 6px;
    transform: rotate(0deg);
    transition: all ease-out 0.3s;
}
.hamburger.open a span::after {
    top: calc(50%);
    transform: rotate(-45deg);
}
.hamburger a span::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 2px;
    background-color: #010101;
    position: absolute;
    top: -6px;
    transform: rotate(0deg);
    transition: all ease-out 0.3s;
}

.fold.nohamburger .hamburger {
    display: none;
}

.sitemapArea .hamburger{
    display: none;
}

.slide_menu {
    height: 100%;
    /* overflow-y: auto; */
    width: 70px;
}

nav.open .slide_menu {
    width: 270px;
}

.slide_menu #toc {
    height: 100%;
    overflow-y: auto;
    padding-top: 10px;
}

.slide_dim {
    display: none;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

/* side bar 끝 */


/* layout */
.wrap {
    max-width: 1000px;
    margin: 0 auto;
    /* overflow-x: hidden; */
}

section {
    position: relative;
    /* overflow-y: auto;  */
    height: auto;
}

.unfold section {
    width: calc(100% - 70px);
    margin-left: 70px;
}

.unfold section.open {
    width: calc(100% - 270px);
    margin-left: 270px;
    transition: width 0.5s, margin-left 0.5s;
}

.unfold section.close {
    width: calc(100% - 70px);
    margin-left: 70px;
    transition: width 0.5s, margin-left 0.5s;
}

/* 검색 창 */
#search_area a.search_go {
    font-size: 15px;
    display: block;
    width: 100%;
    background-color: #E6E6E6;
    height: 40px;
    line-height: 40px;
    color: #747474;
    border-radius: 30px;
    padding: 0 50px 0 23px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #E6E6E6;
    font-family: 'Roboto-Bold', "Noto-Bold";
    font-weight: bold;
    position: relative;
}

a.search_go::after{
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    background-image: url(../images/template/toc_search.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
/* 검색창 끝 */

/* home */
.choice_f li {
    margin-top: 15px;
    border-radius: 20px;
    background-color: #fff;
}

.choice_f li a{
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    padding: 10px 22px;
    display: flex;
    align-items: center;
}

.main_bottom {
    display: flex;
    padding: 50px 10px 26px 10px;
    justify-content: space-between;
    align-items: flex-end;
}

.model_box {
    font-size: 14px;
    letter-spacing: -0.2px;
    opacity: 0.7;
}

.top_btn {
    margin-top: 20px;
    text-align: right;
}

.top_btn img {
    width: 46px;
}

.samsung_logo {
    width: 75px;
}

.samsung_logo img {
    width: 100%;
}

.main_content div.model {
    padding: 16px 20px;
    box-sizing: border-box;
    min-height: 250px;
    overflow: hidden;
    font-weight: normal;
    align-items: center;
    justify-content: space-around;
    display: flex;
}
.main_content span.model {
    font-family: "Roboto-Bold", "Noto-Bold";
    font-size: 26px;
}
/* home 끝*/


/* 본문 */
.wrap #top{
    display: flex;
    align-items: center;
    width: calc(100% - 60px);
    min-height: 60px;
    margin-left: auto;
}

#scrollmask {
    width: calc(100% - 60px);
    overflow: hidden;
}

#scrollmask #chapter {
    font-size: 21px;
    white-space: nowrap;
    font-family: "Roboto-Medium";
    text-overflow: ellipsis;
    display: inline-block;
}

.choice_f li a .chapter_text {
    font-weight: bold;
    font-size: 20px;
    font-family: "Roboto-Bold", "Roboto-medium";
    padding: 20px 0;
    width: calc(100% - 60px);
}

#toolbar {
    display: flex;
    align-items: center;
    margin-left: auto;
}

#toolbar span {
    margin-right: 16px;
}

#toolbar span img {
    height: 17px;
}

#toolbar span:nth-child(2){
    margin-right: 16px;
}

#toolbar span#main_search{
    margin-left: 15px;
}
.heading1#wrapper {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    height: 100%;
}

#nav {
    display: none;
}

.btn_prev2 {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

section.open .btn_prev2 {
    left: 270px;
    transition: left 0.4s;
}

section.close .btn_prev2 {
    left: 0px;
    transition: left 0.4s;
}

.btn_next2 {
    position: fixed;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
    cursor: pointer;
}

#root {
    overflow: hidden;
    background-color: #fff;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

#root > .heading2 {
    padding: 0 18px;
    overflow-y: scroll;
}

.Heading2{
    color: #010101;
}

h1, h2, h3, h4, h3>span.MMI_NoBold {
    font-family: "Roboto-Bold", "Noto-Bold";
    font-weight: bold;
}

h1,
h1 .MMI_NoBold,
h1 span {
    font-family: "Roboto-Bold", "Noto-Bold";
    font-weight: bold;
    font-size: 28px;
    color: #66B3FF;
    /* margin: 26px 0 30px 0px; */
    margin: 70px 0 30px 0px;
}

h2,
h2 .MMI_NoBold,
h2 span {
    font-family: "Roboto-Bold", "Noto-Bold";
    font-size: 26px;
    font-weight: bold;
    /* margin: 40px 0 30px 0; */
    margin: 60px 0 30px 0px;
    color: #010101;
}

h3,
h3 .MMI_NoBold {
    font-family: "Roboto-Bold", "Noto-Bold";
    font-size: 21px;
    font-weight: bold;
    margin: 50px 0 20px 0;
}

h1 + h2 {
    margin-top: 30px;
}

div.heading2.show > h1.Heading1:first-child {
    margin: 40px 0 30px 0px;
}

div.heading2.show > h2.Heading2:first-child {
    margin: 40px 0 30px 0px;
}

h2 + h3{
    margin-top: 40px;
}

h4.Heading4{
    color: #747474;
}

h4.Heading4 + p.Description{
    margin-bottom: 15px;
}

h4 + p + p.Description-UpSp {
    margin-bottom: 10px;
}

h4 {
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 5px;
    font-size: 15px;
}

h5.Heading5 {
    margin: 25px 0px 15px 0px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

h5.Heading5 + .Description{
    margin: 10px 0px 10px 8px;
}

/* 단락 스타일 다음으로 오는 첫번째 li는 padding-top 값 주기 */
.UnorderList_1-Cell .UnorderList_2-Cell .UnorderList_3_3 >li:first-child {
    padding-top: 3px;
}
.UnorderList_1-Cell .UnorderList_2-Cell >li:first-child {
    padding-top: 5px;
}

/* 블렛 스타일 앞에 문장이 오면 문장의 시작점과 동일하게 위치 변경 */
.Table_Icon .Description-Cell li + .UnorderList_1-Cell {
    padding: 0px 5px 5px 0px
}

.UnorderList_1-Cell > li {
    padding-left: 10px;
}

.UnorderList_1-Cell > li {
    position: relative;
   
}

.UnorderList_1-Cell > li:has(> p)::before{
    content: "•";
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 0;
}


.UnorderList_2-Cell > li p {
    padding-left: 5px;
}

.UnorderList_2-Cell > li {
    list-style: "\2010";
    margin-left: 5px;
}

.UnorderList_1-Cell > li > .UnorderList_2-Cell > li > p {
    text-indent: 0;
}

.UnorderList_2 > li {
    list-style: "\2010";
    padding-left: 5px;
    margin-top: 5px;
    margin-left: 5px;
}

.C_Important-Semi,
.C_Important {
    font-family: "Roboto-Bold";
    font-weight: bold;
}

.MMI,
.MMI > content {
    color: #C4532F;
    font-weight: bold;
    font-family: "Roboto-bold";
}

.con_btm {
    height: 130px;
}

.Description-UpSp {
    margin-top: 10px;
}

p.Description + p.Description-UpSp{
    margin-left: 0px;
    margin-top: 0px;
}

/* table 뒤에 오는 Description-UpSp */
div:has(table.Table_Text) + .Description-UpSp{
    margin-top: 40px;
    margin-left: 0px;
}

/* 맨 처음 description부터 나오는 경우 */
.heading2 > .Description:first-child{
    margin-top: 40px;
}

.Description:has(+ .OrderList1_1) {
    margin-bottom: 10px;
}

.OrderList1_1 > li::marker {
    color: #333;
    font-weight: bold;
    content: counter(list-item) " ";
    font-size: 17px;
}

.OrderList1_1 > li {
    margin-left: 15px;
    margin-bottom: 8px;
    padding-left: 0.5em;
    list-style: decimal;
}

.OrderList1_1 > li > .UnorderList_3 > li {
    margin-top: 3px;
    margin-left: 15px;
    margin-bottom: 20px;
    padding-left:4px;
    list-style: "\25B6";
    color: #333;
}

.UnorderList_1 > li {
    margin-left: 27px;
    margin-bottom: 8px;
    padding-left: 0px;
    list-style: disc;
}

.UnorderList_1{
    margin-top: 10px;
}

.UnorderList_1-Child{
    text-align: center;
}

.UnorderList_1_2 > li {
    margin-left: 18px;
    margin-bottom: 8px;
    padding-left: 0px;
    margin-top: 3px;
    list-style: disc;
}

.UnorderList_1 > li > .UnorderList_3 > li {
    margin: 3px 0px 20px 15px;
    padding-left: 5px;
    list-style: "\25B6";
    color: #333;
}

.UnorderList_1_2 > li > .UnorderList_3_3 > li {
    margin: 3px 0px 20px 15px;
    padding-left: 5px;
    list-style: "\25B6";
    color: #333;
}

.UnorderList_1-Cell > li > .UnorderList_3_2 > li {
    margin: 3px 0px 0px 15px;
    padding-left: 5px;
    list-style: "\25B6";
    color: #333;
}

.UnorderList_2-Cell > li > .UnorderList_3_3 > li {
    margin-left: 18px;
    /* padding-left: 0.5em; */
    list-style: "\25B6";
    color: #333;
}

.UnorderList_3_2 > li {
    margin: 5px 0px 5px 27px;
    padding-left: 5px;
    list-style: "\25B6";
    color: #333;
}

.Description-Cell:has(.C_Image) + .UnorderList_3_2 > li {
    margin: 3px 0px 5px 37px;
    padding-left: 5px;
    list-style: "\25B6";
    color: #333;
}

.Table_Icon .Description-Cell:has(.C_Image) + .UnorderList_3_2 > li {
    margin: 3px 0px 5px 12px;
    padding-left: 5px;
    list-style: "\25B6";
    color: #333;
}

table tr td .Description-Cell + .UnorderList_3_2 li {
    margin: 5px 0px 0px 15px;
}

.OrderList1_1 li .UnorderList_3_2 li {
    margin: 5px 0px 5px 14px;
}

img.C_Image {
    height: 20px;
    vertical-align: middle;
}

span.C_Image{
    display: inline-block;
    vertical-align: text-bottom; 
}


.C_URL > content,
.C_URL {
   color: #4a90ef;
   cursor: pointer;
   text-decoration: underline;
}

.Description-Center-Cell {
    text-align: center;
}

.Description-Cell {
    margin: 5px 0;
    text-align: left;
}

.button_sitemap {
    padding: 15px 0;
    margin: 0px 20px 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.button_sitemap p:last-child {
    width: 80%;
    background-color: #dedede;
    border: 1px solid #dedede;
    box-sizing: border-box;
    padding: 12px 15px;
    margin: 47px auto 50px;
    border-radius: 30px;
    text-align: center;
    display: none;
}

nav.open .button_sitemap p:last-child {
    display: block;
}

.button_sitemap p:last-child a {
    font-family: "Roboto-Bold";
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.3rem;
    color: #252525;
}
/* 본문 */


/* All menus */
.siteMap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    box-sizing: border-box;
    overflow-y: scroll;
    padding: 20px 20px 50px 20px;
}

.siteMap .toc_subsection {
    display: none !important;
}

.siteMap .toc_chapter {
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}

.siteMap .chapter_h1 {
    margin: 50px 0 0px 0px;
    padding: 0 30px 0 0px;
    min-height: inherit;
}

.siteMap .toc_section {
    display: block !important;
}

.siteMap ul.toc_section > li {
    list-style: disc;
    list-style-position: inside;
}

.siteMap .chapter_h1:has( + .toc_section_box) {
    background-color: #fff;
    padding: 20px 10px 10px 15px;
    border-radius: 20px 20px 0px 0px;
}

.siteMap .chapter_h1{
    text-decoration: underline;
    text-underline-offset: 2px;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
}

.siteMap .toc_section_box {
    background-color: #fff;
    padding: 10px 0;
    border-radius: 0px 0px 20px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}

.siteMap .toc_section_box .toc_section {
    width: 100%;
}

.siteMap .chapter_h1.active a .toc_chapter_title::before {
    display: none;
}

.innerWrap {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.innerWrap p {
    font-size: 21px;
    font-family: "Roboto-Medium";
    font-weight: normal;
}

.btn_sitemapClose {
    margin-left: auto;
    font-family: "Roboto-Medium";
    border-radius: 20px;
    padding: 0 15px;
    background-color: #dedede;
    border: 1px solid #dedede;
    font-size: 13px;
    line-height: 31px;
    font-weight: normal;
    cursor: pointer;
}

nav .siteMap .chapter_more,
nav .siteMap .section_more {
    display: none;
}
.siteMap .chapter_more {
    display: none !important;
}


/* 검색창 입력 */
.search_wrap {
    width: 100%;
    height: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

#id_searchwrap {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.inputBox {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    border-radius: 30px;
    background-color: #e6e6e6;
    margin-left: 50px;
}

.inputBox .findIcon {
    position: absolute;
    right: 15px;
    cursor: pointer;
}

#id_search {
    font-size: 15px;
    height: 40px;
    outline: none;
    border-radius: 30px;
    background-color: #e6e6e6;
    color: #747474;
    border: 1px solid #e6e6e6;
    font-family: "Roboto-Bold", "Noto-Bold";
    font-weight: bold;
    box-sizing: border-box;
    width: 100%;
    padding-left: 18px;
}

#id_searchwrap img {
    width: 17px;
    height: auto;
    vertical-align: middle;
}

#id_searchwrap .removeIcon {
    display: none;
    position: absolute;
    right: 15px;
    cursor: pointer;
}

.btn_home {
    margin: 0 10px;
}

/* 검색 페이지 */
#keyword_text {
    margin-top: 0;
}

#recent_area{
    display: none;
}

#recent_top {
    display: none;
}

#recent_area {
    display: block;
    padding: 18px 18px 8px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 20px;
}

#recent_area h3 {
    padding: 0 14px 12px 0;
    color: #919191;
    font-size: 0.8125rem;
    max-width: 754px;
    margin: 0 auto;
    font-family: "Roboto-Bold";
    font-weight: bold;
}

#recent_area h3#recent_area_close {
    padding: 18px 0;
    text-align: center;
    background: #fff;
    border-radius: 0 0 25px 25px;
    border-top: 1px solid #E9E9E9;
    color: #4A90EF;
    font-size: 16px;
    line-height: 1.3rem;
    display: none;
}

#recent_keywords {
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

#recent_area li {
    display: none;
    position: relative;
    float: left;
    margin: 0 6px 10px 0;
}

#recent_area li:nth-child(1), 
#recent_area li:nth-child(2), 
#recent_area li:nth-child(3), 
#recent_area li:nth-child(4), 
#recent_area li:nth-child(5), 
#recent_area li:last-child {
    display: block;
}

#recent_area li #history_delete {
    position: absolute;
    right: 6px;
    top: 7px;
    line-height: 1;
    cursor: pointer;
    padding: 3px 5px;
}

#recent_area li img {
    width: 10px;
    vertical-align: top;
}

#recent_area li #key_txt {
    padding: 4px 30px 4px 14px;
    font-size: 13px;
    line-height: 20px;
    background-color: #f1f1f1;
    border-radius: 20px;
    color: #505050;
    word-break: break-word;
    word-wrap: break-word;
    cursor: pointer;
    border: 1px solid #f1f1f1;
    min-height: 20px;
    font-family: "Roboto-Bold";
    font-weight: bold;
}

.custom-select {
    padding: 0 15px 0 20px;
    position: relative;
}

#sel_chap {
    display: none;
}

.select-selected {
    font-size: 13px;
    min-height: 20px;
    line-height: 20px;
    cursor: pointer;
}

.select-items div, .select-selected {
    color: #919191;
    user-select: none;
    font-family: "Roboto-Bold", "Noto-Bold";
    font-weight: bold;
    position: relative;
}

.select-selected:after {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #919191 transparent transparent transparent;
    margin-left: 10px;
    vertical-align: -4px;
}

.select-items {
    position: absolute;
    left: 15px;
    top: -10px;
    background-color: #fff;
    z-index: 99;
    width: auto;
    border-radius: 20px;
    min-width: 240px;
    max-width: 290px;
    box-shadow: 2px 2px 5px #ccc;
    padding: 10px 45px 10px 20px;
    box-sizing: border-box;
}

.select-hide {
    display: none;
}

.select-items div {
    font-size: 14px;
    padding: 10px 0px;
    cursor: pointer;
}

.select-items .same-as-selected {
    color: #4A90EF;
}

.select-items .same-as-selected:after {
    display: inline-block;
    content: '';
    clear: both;
    width: 16px;
    height: 16px;
    background: url(../images/template/ch.png) no-repeat center;
    background-size: 16px auto;
    position: absolute;
    right: -32px;
    top: 7px;
}

.select-items div:last-child {
    border-bottom: 0px;
}

#id_results2 #search_box {
    margin-top: 30px;
}

#view2 div[id*="chapter"] {
    background: #fff;
    margin: 20px 0 25px;
    border-radius: 20px;
    padding: 20px 20px 20px 20px;
}

#ch {
    margin-bottom: 15px;
    position: relative;
}

#ch:before {
    display: block;
    content: '';
    clear: both;
    background-repeat: no-repeat;
    background-size: auto 20px;
    position: absolute;
    left: -28px;
    top: 0;
    width: 20px;
    height: 20px;
}

#recent_area #recent_keywords .dotDot img {
    width: 30px;
    height: 30px;
}

.recentBox {
    z-index: 100;
}

.recentBox #recent_area #recent_top {
    overflow: hidden;
    display: flex;
    width: calc(100% - 28px);
    height: 60px;
    padding: 0 10px 0 18px;
    align-items: center;
}

.recentBox #recent_area .btnPopClose {
    display: inline-block;
    padding-right: 20px;
    cursor: pointer;
    vertical-align: top;
    line-height: 60px;
}

.recentBox #recent_area .btnPopClose img {
    height: 17px;
    vertical-align: middle;
}

.recentBox #recent_area {
    width: 100%;
    height: 100vh;
    margin: 0;
    background-color: #f2f2f2;
    border-radius: 0;
    padding: 0;
}

.recentBox #recent_area .title {
    display: inline-block;
    line-height: 60px;
    font-size: 21px;
    font-family: "Roboto-Medium";
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.recentBox #recent_area #recent_keywords {
    border-radius: 20px 20px 0 0;
    padding: 0 18px;
    overflow: auto;
    background-color: #fff;
    max-height: calc(100vh - 158px);
}

.recentBox #recent_area li {
    float: none;
    line-height: 1.5rem;
    margin: 0;
    padding: 16px 30px 14px 5px;
    display: block;
}

.recentBox #recent_area li #history_delete {
    top: 50%;
    margin: -9px;
}

.recentBox #recent_area li #history_delete img {
    width: 14px;
}

.recentBox #recent_area li #key_txt {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    line-height: 1.5rem;
    color: #252525;
    font-size: 16px;
    font-family: "Roboto-Regular";
    font-weight: normal;
}

.recentBox #recent_area li:has(.dotDot){
    display: none;
}

.recentBox #recent_area h3#recent_area_close {
    display: block;
}

#ch span {
    color: #919191;
    font-size: 15px;
    font-family: "Roboto-Bold";
    font-weight: bold;
}

#package {
    border-top: solid 1px #e9e9e9;
    padding: 0 20px 20px 0;
}

#ch+#package {
    border-top: 0;
}

#topic_h1 {
    font-size: 14px;
    padding: 20px 0 3px 0;
    font-weight: bold;
}

#ch+#package #topic_h1 {
    padding-top: 10px;
}

#topic_h2 {
    font-size: 16px;
    padding-bottom: 4px;
    font-weight: bold;
    line-height: 1.4rem;
}

#topic_body {
    font-size: 12px;
    font-weight: normal;
    color: #717171;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4rem;
}

.red {
    color: #4990ee;
    font-weight: bold;
}

#topic_body .red {
    font-weight: normal;
}

#show_all {
    text-align: center;
    padding: 10px 14px 0 14px;
}

#show_all span {
    padding-right: 5px;
    font-size: 14px;
}

#not_found_result+#search_kind1 {
    display: none;
}

#not_found_result {
    margin: 15px 14px 0px 14px;
    font-size: 14px;
    background: #fff;
    padding: 20px 19px;
    border-radius: 25px;
}


/* Delete search history */
.recentBox #recent_area .noRecentResult {
    width: 100%;
    height: calc(100% - 170px);
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #5b5b5b;
}

#recent_area h3#recent_area_close:hover,
#recent_area h3#recent_area_close:focus {
    background: #E6E6E6;
}
/* Delete search history  끝*/


/* alert 창 */
#alert-Box {
    max-width: 90%;
    transform: translate(-50%, -50%);
}

#alert-BoxContent {
    background-color: #fff;
    border-radius: 20px;
}

#alert-BoxContenedor {
    padding: 10px;
}

#alert-BoxContenedor > p {
    font-size: 16px;
    padding: 10px;
    color: #000;
    font-family: "Roboto-Bold";
}

#alert-Buttons {
    text-align: right;
}

#BoxAlertBtnOk {
    font-size: 16px;
    font-weight: bold;
    color: #4990ee;
    padding: 5px 10px;
    cursor: pointer;
    font-family: "Roboto-Bold";
    background-color: inherit;
}

/* search 끝 */

/* 스크롤바 */
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    border: 0px solid #fff;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 0px;
    background: #efefef;
}

::-webkit-scrollbar-thumb {
    height: 0px;
    width: 0px;
    background: rgba(0, 0, 0, .2);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .1)
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    border: 0px solid #fff;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 0px;
    background: #fff
}

::-webkit-scrollbar-track {
    background: #fff;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0)
}

::-webkit-scrollbar-thumb {
    height: 0px;
    width: 0px;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0)
}
/* 스크롤바 끝 */


/* 테이블 */

table {
    margin: 0 auto;
}

table tr, table td, table {
    border-collapse: collapse;
}

table .Description-Cell {
    margin: 0px;
}

/* table 안의 내용 중에 맨 마지막 값에 padding -bottom 주기 */
table .UnorderList_1-Cell li:has(.UnorderList_2-Cell) {
    padding-bottom: 0px;
}
table .UnorderList_1-Cell li .UnorderList_2-Cell li:has(.UnorderList_3_3) {
    padding-bottom: 0px;
}

table.Table_Screen {
    margin: 15px auto;
}

table.Table_Screen td{
    text-align: center;
}


.Table_Text {
    border-top: 2px solid #747474;
    border-bottom: 2px solid #747474;
    margin-top: 5px;
    margin-bottom: 15px;
    table-layout: fixed;
    width: 100%;
    text-align: left;
}

.Table_Text tr{
    border-bottom: 1px solid #999;
}

table.Table_Text tr td:first-child{
    background-color: #E6E6E6;
}

table.Table_Text tr th:first-child{
    background-color: #CCCCCC;
}

.Table_Text span.C_Image {
    display: block;
}

.Table_Text ul.UnorderList_1-Cell span.C_Image{
    display: contents;
}

table.Table_Text .Description-Cell > .C_Image {
    display: block;
}

table.Table_Text .Description-Cell > .C_Image > img{
    padding-left: 0px;
}



table.Table_Icon tr td:first-child{
    background-color: #E6E6E6;
}

table.Table_Icon tr td:first-child:not(:has(.Description-Cell)){
    
    padding: 0px;
}

.Table_Icon {
    border-top: 2px solid #747474;
    border-bottom: 2px solid #747474;
    width: 100%;
}

.Table_Icon .Img-Center{
    text-align: center;
}

.Table_Icon thead tr {
    border-bottom: 2px solid #747474;
}

.Table_Icon thead tr th:first-child{
    background-color: #CCCCCC;
}

.Table_Icon tbody tr td:first-child:has( .Description-Center-Cell){
    background-color: inherit;
}

.Table_Icon:has(tbody td:first-child .Description-Center-Cell) tr th{
    background-color: inherit;
}

.Table_Icon thead th,
.Table_Icon tbody tr td{
    border-right: 1px solid #999;
}

.Table_Icon thead th:last-child,
.Table_Icon tbody tr td:last-child{
    border-right: none;
}

.Table_Icon td {
    border-bottom: 1px solid #999;
}

.Table_Icon tr td:first-child img {
    height: 20px;
    width: auto;
    vertical-align: middle;
}

.Table_Icon tr td img[src*='ico_reddot'], 
.Table_Icon tr td img[src*='ico_yelldot'],
.Table_Icon tr td img[src*='ico_greendot'],
.Table_Icon tr td img[src*='ico_blackdot.'] {
    height: 30px;
    width: auto;
    vertical-align: middle;
}



table:not(table.Table_Screen) tr td,
table:not(table.Table_Screen) tr th {
    padding: 5px 10px 5px 10px;
}

table.Table_Text,
table.Table_Icon{
    width: 103%;
    margin-left: calc(100% - 103%);
  
}

.UnorderList_1 li .Table_Screen + .Table_Text,
.UnorderList_1 li .Table_Screen + .Table_Icon {
    width: 103%;
    margin-left: calc(100% - 103%);
}

.Empty  table.Table_Text,
.Empty  table.Table_Icon{
    width: 100%;
    margin-left: 0px;
}

table.Table_Screen img{
    width: 80%;
}

table.Table_Screen img{
    border: 1px solid #747474;
}

table.Table_Screen tr td:has(img[src*='08-3-']),
table.Table_Screen tr td:has(img[src*='11-2_tagexplorer']){
    vertical-align: top;
}

.OrderList1_1 .UnorderList_1_2 .UnorderList_3_3 .Table_Screen td,
.UnorderList_1 .Table_Screen td,
.OrderList1_1 .UnorderList_1_2 .Table_Screen td
{
    text-align: inherit;
}

.OrderList1_1 .UnorderList_1_2 .UnorderList_3_3 .Table_Screen img {
    margin-left: 35px;
}

.UnorderList_1 .Table_Screen img,
.OrderList1_1 .UnorderList_1_2 .Table_Screen img
{
    margin-left: 8%;
}



/* 맨 마지막 페이지 다음페이지 생략 */
#wrapper.hidden_next_page:has( #root .heading2:last-child.show) + #nav > .btn_next2{
    display: none;
}

span.C_Image {
    display: inline-flex;
}

/* 언어탭 */

.languageTab ul li a{
    text-decoration: none;
}


.languageTab{
    width: 22px;
    height: 100%;
    display: block;
    position: relative;
}

.languageTab ul{
    display: none;
    position: absolute;
    left: 0;  
    transform: translateX(-75%); 
    z-index: 1;
    text-align: right;
    margin-top: 10px;
    width: max-content;
    border-radius: 8px;
    overflow: hidden;
    max-width: 150px;
}

.languageTab ul li{
    padding: 3px 10px;
    background-color: #e9e9e9;
}


@media screen and (min-width:850px) {
    .main_content div.model {
        min-height: 350px;
    }
    
    .main_content span.model {
        font-size: 36px;
    }

    a.search_go::after{
        width: 22px;
        height: 22px;
    }

    .choice_f li {
        height: 100px;
        min-height: 100px;
    }

    .choice_f li a .chapter_text{
        font-size: 20px;
    }

    .hamburger a span,
    .hamburger a span::before,
    .hamburger a span::after,
    .hamburger.open a span::before,
    .hamburger.open a span::after {
        width: 22px;
    }

    #toolbar span img {
        height: 22px;
    }

    #topic_body, 
    .select-selected {
        font-size: 14px;
    }

    .recentBox #recent_area .btnPopClose img {
        height: 20px;
    }

    .recentBox #recent_area #recent_keywords {
        max-height: calc(100vh - 60px);
    }

    .recentBox #recent_area li #history_delete {
        margin-top: -11px;
    }

    .recentBox #recent_area li #history_delete img {
        width: 18px;
    }

    #id_search_button, 
    #id_searchwrap .btn_home img, 
    #id_searchwrap .removeIcon {
        width: 22px;
    }

    .con_txt, #topic_h1 {
        font-size: 16px;
    }

    #topic_h2 {
        font-size: 14px;
    }

    .main_content span.model {
        font-size: 36px;
    }


    table.Table_Icon thead tr th:first-child {
       width: 10%;
    }

    table.Table_Icon thead tr th:first-child {
        width: 10%;
    }

}


@media screen and (max-width: 790px) {

    table.Table_Icon col:nth-of-type(1) {
        width: 15%;
    }

}


@media screen and (min-width: 790px) {
    #recent_area h3 {
        max-width: 1000px;
    }
}

@media screen and (min-width:600px) {
    .wrap {
        padding: 0 15px;
    }
    .innerWrap p {
        font-size: 23px;
    }
    .main_bottom {
        padding: 60px 0 26px 0;
    }
    .btn_sitemapClose {
        font-size: 15px;
        line-height: 36px;
    }
    #recent_area h3 {
        font-size: 15px;
    }
    #not_found_result {
        margin: 15px 0;
    }

    section.close .btn_prev2 {
        left: 70px;
    }
    #nav {
        display: block;
    }
    .hamburger {
        position: initial;
    }
    .unfold nav {
        left: 0;
    }
    .slide_top {
        left: 0;
        width: 0;

    }
    .unfold .slide_top {
        left: 0;
    }
    nav.open .slide_top {
        left: 0;
        width: 270px;
    }
    #scrollmask #chapter {
        margin-left: 18px;
    }
    .btn_home {
        margin: 0 10px 0 20px;
    }
    #id_searchwrap img {
        width: 22px;
    }
    .inputBox {
        margin-left: 0px;
    }
    .wrap #top{
        width: initial;
    }
    
     /* 사이드바 삭제 */
     .slide_top{
        display: none;
    }

}

@media screen and (max-width:600px) {
    table.Table_Text, table.Table_Icon {
        width: 105%;
        margin-left: calc(100% - 105%);
    }
}

@media screen and (max-width:500px) {
    table.Table_Screen img{
        width: 95%;
    }

    /* .UnorderList_1 li .Table_Screen + .Table_Text, .UnorderList_1 li .Table_Screen + .Table_Icon {
        width: 103%;
        margin-left: calc(100% - 105%);
    } */

}

@media screen and (max-width:360px) {

    /* .UnorderList_1 li .Table_Screen + .Table_Text, .UnorderList_1 li .Table_Screen + .Table_Icon {
        width: 107%;
        margin-left: calc(100% - 109%);
    }

    .UnorderList_1 li .Table_Screen + .Table_Text, .UnorderList_1 li .Table_Screen + .Table_Icon {
        width: 107%;
        margin-left: calc(100% - 108%);
    } */

    .OrderList1_1 .UnorderList_1_2 .UnorderList_3_3 .Table_Screen{
        text-indent: -20%;
     }
    
     .UnorderList_1 .UnorderList_3 .Table_Screen{
        text-indent: -15%;
    }
    
    .UnorderList_1 li .Table_Screen{
        text-indent: -8%;
    }
    
    .OrderList1_1 li .Table_Screen{
        text-indent: -8%;
    }
    
    .OrderList1_1 .UnorderList_1_2 .Table_Screen{
        text-indent: -15%;
    }
    
    table.Table_Icon col:nth-of-type(1) {
        width: 16%;
    }

    .Table_Icon tr td:first-child img {
        height: 18px;
    }

    table.Table_Text, table.Table_Icon {
        width: 109%;
        margin-left: calc(100% - 109%);
    }
}


/* 삭제 */
.recom,
.related,
.popRecom,
.popRelated,
.popRecomFunc,
.popRecomFuncList,
.recomFunc {
    display: none !important
}
