@charset "utf-8";


/*font*/
@font-face {
    font-family: 'LG Family';
    font-style: normal;
    font-weight: 300;
    src: url('./../fonts/LGSmHaTL.woff2') format('woff2')
}
@font-face {
    font-family: 'LG Family';
    font-style: normal;
    font-weight: 400;
    src: url('./../fonts/LGSmHaTR.woff2') format('woff2')
}
@font-face {
    font-family: 'LG Family';
    font-style: normal;
    font-weight: 500;
    src: url('./../fonts/LGSmHaTSB.woff2') format('woff2')
}
@font-face {
    font-family: 'LG Family';
    font-style: normal;
    font-weight: 600;
    src: url('./../fonts/LGSmHaTB.woff2') format('woff2')
}


html { font-size: 10px;} 

body { overflow-x:hidden; 
    font-size: 1rem; 
    font-family: 'LG Family', serif;
    background-color: #ededed;
} 


/*--1rem으로. --*/
body.hidden { position: fixed; overflow-y:hidden; touch-action: none;
     font-size: 1.4rem; line-height:2.1rem; color:#eee; display: block;}
a, button { color:#666;}
p, li{word-break: keep-all;}
.clear {clear:both;}
.clear:after { content:""; display:block; clear:both;}
caption > div,
legend,
.hide {overflow: hidden; display:block; position:absolute; border: 0; width: 1px; height: 1px; clip: rect(1px, 1px, 1px, 1px);}
.skip { position: absolute; left: 0; right: 0; top:-100%; transition: all .5s; line-height: 5rem; 
    background: #000; color:#fff; text-align: center; z-index: 100;}
.skip:focus { top: 0; }

/* Reset */
html,body,h1,h2,h3,h4,h5,h6,div,p,blockquote,pre,code,address,ul,ol,li,nav,section,article,header,
footer,main,aside,dl,dt,dd,table,thead,tbody,tfoot,label,caption,th,td,form,fieldset,legend,hr,
input,button,textarea,object,figure,figcaption {margin:0;padding:0;}
body,input,select,textarea,button,img,fieldset {border:none;outline:none;}
ul,ol,li{list-style:none;}
table{width:100%;border-spacing:0;border-collapse:collapse;}
address,cite,code,em,i{font-style:normal;font-weight:normal;}
label,img,input,select,textarea,button,a {vertical-align:middle;}
u,ins,a{text-decoration:none;}
button { cursor: pointer;}

/* Normalize */

select { appearance:none;}
select::-ms-expand { display:none;}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { -webkit-appearance:none;}

input[type="number"],
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="date"],

/*-- 스크롤바--*/
::-webkit-scrollbar {width:4px;}
::-webkit-scrollbar-thumb {
	border-radius:10px;
	background:rgba(34,34,34,0.5);
	height:30%;	
}
::-webkit-scrollbar-thumb:window-inactive {
	background:rgba(0,0,0,0.4);
}

:root {
    --txtColor:#242424;
    --txtGrayType01:#888;
    --bgWhite:#fff;
    --bgBlue:#0f5cd8;
    --hk-Bg :#3F414D;
    --hk-Font:#fff;
    --hk-Gray01:#B5B5B5;
    --hk-Gray02:#3F414D;
    --hk-Gray03:#81838B;
    --hk-Gray04:#505056;
    --hk-Gray05:#2A3138;
    --hk-Orange:#EC6608;

    --hk-White:#fff;
}



.wrap {
    padding:1.2rem;
    height:100%;
}
.h2Txt {
    font-size: 1.4rem;
    font-weight:600;
    color:var(--txtColor);
}
.itemList, 
.itemList {
    font-size:1.3rem;
    color:var(--txtColor);
}

/*item*/
.itemList { 
    display: flex;  
    flex-direction: row; 
    flex-wrap: wrap; 
    align-content: flex-start; 
    justify-content: flex-start; align-items: flex-start;
     gap:6px; 
     margin-top:12px; 
    }
.item{ 
    flex:1 1 calc(33.3333% - 12px);
     background-color:#f9f9f9; 
     border:1px solid #dcdcdc; 
     border-radius: 4px;
    }
.itemList .item:hover,
.itemList .item:focus {
    background-color:#fff; 
    border-color:#133391; 
    transition:all 0.3s;
}
.itemList .item > a { 
    display: flex; 
    flex-direction: row; 
    flex-wrap: nowrap; 
    align-content: center; 
    justify-content: space-between; 
    align-items: center; 
    padding:8px 16px; 
    min-height:40px; 
    font-size:1.3rem;
}
.itemList .pageName { 
    font-size:1.5rem; 
    color:var(--txtColor); 
}
.itemList .pageFile { 
    font-size:1.2rem; 
    color:var(--txtGrayType01); 
}

.pageWrap {
  padding:2rem;
}
h2 {
  margin:3rem 0 1rem 0;
}
h3 {
  margin:1rem 0 0 0;
}

/*전체선택관리*/
.fileSelect {
  border-top: 1px solid var(--cj_color_type06);
  box-sizing: border-box;
}
.fileSelect .fileWrap {
  padding-top: 1.5rem;
}
.fileSelect .optionBtnGroup {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  gap: 8px;
  box-sizing: border-box;
}
.fileSelect > div {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 8px;
}
.btnComp,
.btnAllComp {
  display: inline-block;
  padding: 0.7rem 1.2rem 0.5rem 1.2rem;
  font-size: 1.3rem;
  background-color: var(--bgWhite);
  border-radius: 100px;
  box-sizing: border-box;
  transition: all 0.2s !important;
  color: inherit;
  cursor: pointer;
  color: var(--txtColor);
}
.btnAllComp {
  position: relative;
  line-height: 2rem;
}

.btnComp {
  white-space: nowrap; /* 버튼 내부 줄바꿈 방지 */
  flex-shrink: 0; /* 너비 줄이지X */
}
.btnComp span {
  /* position: relative;
  top: 1px; */
  line-height:2rem;
}

.btnComp.on,
.btnAllComp.on {
  background-color: var(--bgBlue);
  color: var(--bgWhite);
  padding: 0.7rem 1.8rem 0.5rem 1.2rem;
  transition: all 0.2s !important;
}
/*on일때 전체는 패딩 그대로*/
.btnAllComp.on {
  padding: 0.7rem 1.2rem 0.5rem 1.2rem !important;
  line-height:2rem;
}

.btnComp.on::after {
  content: "";
  display: inline-block;
  background: url(./../images/icn_w_x.png) no-repeat right;
  width: 8px;
  height: 8px;
  background-size: contain;
  position: relative;
  top: -1px;
  right: -6px;
}

/*SelectBox*/
.selectWrap {
  display:flex;
}
 .selectList.area{
    /* flex:0 0 60%; */
    width:30rem;
    height:4.8rem;
    background-color:#444;
    padding:0.4rem 0.4rem 0.4rem 1.4rem;
    border-radius: 0.4rem;
    position:relative;
    box-sizing: border-box;
    display:flex;
    align-items: center;
    cursor: pointer;
    color:#fff;
} 

 .selectList.area .btn_select {
    color:#fff;
}

 .selectList.area .select_box.type_area {
    display:inline-block;
    background-color:#444;
    position:absolute;
    top:5rem;
    left:0;
    right:0;
    z-index:100;
    padding:1rem;
    border-radius: 0.4rem;
    color:#fff;
    box-sizing: border-box;
}
 .selectList.area .select_box.type_area li {
    padding:0.2rem 0;
    display:inline-block;
    box-sizing: border-box;
    width:100%;
}
 .selectList.area .select_box.type_area li a {
    color:#fff;
    display:inline-block;
    width:100%;
    padding:1rem;
    box-sizing: border-box;
}
 .selectList.area .select_box.type_area li a:hover {
    background-color: #282828;
    border-radius: 0.2rem;
}
/* 화살표 있는 곳에 회전 가능하게: 기본 상태 */
.selectList.area::after,
.selectList.lang::after {
    content:'';
    display:inline-block;
    background:url(./../images/ico_allow.png) no-repeat center right;
    width:1rem;
    height:0.7rem;
    background-size: contain;
    position:absolute;
    right:1.4rem;
    /* top:2rem; */

    /* 회전*/
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease;
}

/* .open 상태일 때 화살표 뒤집기 */
.selectList.area.open::after,
.selectList.lang.open::after {
    transform: rotate(180deg);
}

/*라디오버튼CSS*/
.radioGroupLanguage label{
  display:block;
  padding:5px 10px;
}
.radioGroupLanguage {
  font-size: 1.4rem;
  display:flex;
}
.radioGroupLanguage [type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: relative;
  top:-1px;
  background-color:#FFF;
  border: 1px solid #c9c9c9;
  border-radius: 100%;
}
 input[type="radio"]:checked.chkTranslate {
  background-color: #FFF;
  border-color:#bcbcbc;
}
.radioGroupLanguage span {
  font-size: 1.3rem;
  padding-left:5px;
}
 input[type="radio"].chkTranslate:checked::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color:#FF0000;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
 input[type="radio"].chkTranslate:checked::before{
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color:#FF0000;
  border-radius: 100%;
  position: absolute;
  top: 4px;
  left: 4px;
}
.receiveGroup .colorDark {
  display: inline-block;
  text-align:right;
  background-color:#a1a1a1;
  color:#fff;
  padding:1rem 2rem;
  border-radius:3rem;
  font-size:1.4rem;
  font-weight:600;
  letter-spacing: -0.5px;
}

/*라디오버튼 단일선택*/
.chkSelect {
  margin-top:10px;
  padding: 15px 10px;
}
.chkSelect input[type=radio]{
  display: none;
}
.chkSelect input[type=radio]+label{
  display: inline-block;
  cursor: pointer;
  padding:6px 40px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  line-height: 24px;
  color:#555;
  text-align: center;
  font-size:1.4rem;
  border-radius:0.4rem;
  margin:0 10px;
  box-sizing: border-box;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 4px 0px;
}
.chkSelect input[type=radio]:checked+label{
  background-color:  #26337c;
  border:1px solid #26337c;
  color: #fff;
}
.chkSelect input[type=radio] + label:hover {
  background-color:#26337c;
  border:1px solid #26337c;
  color:#fff;
  transition: all 0.3s;
}

/*체크박스 전체석택해제*/
.status_list {
  display: flex;
  align-items: center;
  margin-right: 1rem;
  gap:2rem;
}

.status_list label {
  position: relative;
  padding-left: 2.2rem;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color:#555;
}
.status_list label::before {
  content: "";
  position: absolute;
  left: -6px;
  top: -2px;
  width: 2rem;
  height: 2rem;
  background: url(./../images/chk_default.png) no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
.status_list input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked + label::before {
  background-image: url("./../images/chk_on.png");
}
.status_list_ch input[type="checkbox"] {
  display: none;
}
.status_list_ch .tbStatus_span {
  position: relative;
  padding-left: 1.2rem;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color:#444;
}
.status_list_ch .tbStatus_span::before {
  content: "";
  position: absolute;
  left: -6px;
  top: -4px;
  width: 2rem;
  height: 2rem;
  background: url(./../images/chk_default.png) no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
input[type="checkbox"]:checked + .tbStatus_span::before {
  background-image: url("./../images/chk_on.png");
}

/*요약전체 열고닫기*/
.titleWrap ul {
  display:flex;
  align-items: center;
}
.summaryBtn {
  display:inline-block;
  padding:1rem;
  border:1px solid #a7a9ac;
  background-color: #eee;
  color:#242424;
  border-radius:2rem;
  margin-left:2rem;
}
.summaryBtn:hover {
  background-color:#242424;
  border:1px solid #242424;
  color:#fff;
  transition:all 0.3s;
}
.summaryBtn.open {
  background-color:#242424;
  border-color:#242424;
  color:#fff;
}

.summaryBox {
  display:none;
  margin:1rem 0 0 0;
  padding:2rem;
  background-color: #fff;
  border:1px solid #eee;
  border-radius: 1rem;
  font-size:1.4rem;
  line-height:2.4rem;
}

/*복사 , 좋아요 , 싫어요*/
.reaction_group {
  padding: 0;
  position: relative;
  left:0;
}
.reaction_group a {
  position: relative;
  display: inline-block;
}
.reaction_group a > p {
  display:block;
}
.reaction_group ul {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
  height:3.2rem;
}
.reaction_group ul li span {
  position: relative;
  top:0;
  display: inline-block;
  width: 1px;
  height: 8px;
  background-color:#b2c3d1;
}

.reaction_group .copy {
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  background: url(./../images/icn_copy_default.png) no-repeat center center;
  background-size: contain;
}
.reaction_group .copy:hover {
  background: url(./../images/icn_copy_hover.png) no-repeat center center;
  background-size: contain;
  transition: all 0.3s;
}
.reaction_group .copy:active {
  background: url(./../images/icn_copy_on.png) no-repeat center center;
  background-size: contain;
  transition: all 0.3s;
}
.reaction_group .like {
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  background: url(./../images/icn_like_default.png) no-repeat center center;
  background-size: contain;
}
.reaction_group .like:hover,
.reaction_group .like:active {
  background: url(./../images/icn_like_on.png) no-repeat center center;
  background-size: contain;
  transition: all 0.3s;
}
.reaction_group .dislike {
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  background: url(./../images/icn_dislike_default.png) no-repeat center
    center;
  background-size: contain;
}
.reaction_group .dislike:hover,
.reaction_group .dislike:active {
  background: url(./../images/icn_dislike_on.png) no-repeat center center;
  background-size: contain;
  transition: all 0.3s;
}

.copy:hover .reaction_copy,
.like:hover .reaction_like,
.dislike:hover .reaction_dislike {
  display:block;
}
.reaction_group .copy.on {
  background: url(./../images/icn_copy_on.png) no-repeat center center;
  background-size: contain;
}
.reaction_group .like.on {
  background: url(./../images/icn_like_on.png) no-repeat center center;
  background-size: contain;
}
.reaction_group .dislike.on {
  background: url(./../images/icn_dislike_on.png) no-repeat center center;
  background-size: contain;
}
.reaction_tooltip {
  position: fixed;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  font-size: 13px;
  padding: 2px 6px;
  border-radius: 3px;
  white-space: nowrap;
  display:none;
  z-index: 99999;
}


.reaction_tooltip.on {
  display: block;
}


/*switch*/
.switch_btn {
  position: relative;
  display: flex;
  width: 12.4rem;
  height: 33px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  font-family: "CJ ONLYONE NEW body Regular";
}
.switch_btn .switch_tab {
  flex: 1;
  text-align: center;
  line-height: 33px;
  font-size: 1.4rem;
  z-index: 10;
  position: relative;
  color: #26313b;
  cursor: pointer;
  position: relative;
  /* top: 1px; */
}
.switch_btn .switch_tab.on {
  color: #fff;
}
.switch_btn .slide_bg {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(50% - 2px);
  height: 28px;
  background: #0c1323;
  border-radius: 4px;
  z-index: 0;
  transition: transform 0.3s ease;
  pointer-events: none;
  transform: translateX(0%);
  transition: transform 0.3s ease;
}

/*lnb*/
.lnb {
  display:inline-block;

}
.lnb ul li {
  position:relative;
  line-height:2rem;
  width:20rem;
  display:block;
}
.lnb ul li a {
  display:block;
  background-color: #eee;
  border:1px solid #c7c7c7;
  padding:1rem ;
  margin-top:-0.1rem;
}
.level-1 > a {
  color:#000;
  font-size: 1.4rem;
  font-weight:700;
}
.level-1 > a::after {
  content:'+'; /**/
  color:#000;
  font-size:1.2rem;
  font-weight:400;
  position:absolute;
  top:1.2rem;
  right:1rem;
}
.level-2 {
  color:#424242;
  font-weight:400;
  font-size:1.3rem;
}
.level-2 > a {
  text-indent:1.2rem;
  font-weight:500;
}
.level-2 > a:hover {
  color:#d44545;
  transition:all 0.3s;
}
.level-3{
  color:#7b6666;
  font-weight:400;
  font-size:1.3rem;
  line-height:1.6rem;
}
.level-3 > a {
  text-indent:2.2rem;
}
.level-3 > a:hover {
    color:#d44545;
    transition:all 0.3s;
}
.level-3::before {
  content:'';
  width:3px;
  height:1px;
  background-color:#7f7f7f;
  position:absolute;
  top:2rem;
  left:2.5rem;
}

/*chat.js 삽입*/