@charset "utf-8";

/* ====================================================================================================
   List
==================================================================================================== */
.tbl_head01 td {height: 120px;}
#bo_cate ul > li {cursor: default;}
.bo_cate_link {display: block; font-size: 1.111rem; margin-bottom: 10px;}
.bo_cate_link:before,
.bo_cate_link:after {position: relative; display: inline-block; top: -1px;}
.bo_cate_link:before {content: '['}
.bo_cate_link:after {content: ']'}
.alertIcon {position: relative; top: -3px; width: 35px;}

/* ====================================================================================================
   View
==================================================================================================== */
/* =========================
  View > Default
========================= */
#bo_v_info .container {width: 1245px;}

/* =========================
  View > Title
========================= */
#bo_v_info .titleBox {position: relative; width: 100%; background-color: rgba(67, 119, 182, 0.2); padding: 3.5vw; }
#bo_v_info .titleBox .itspace {text-align: right; margin-bottom: 4vw;}
#bo_v_info .titleBox .itspace > img {height: 2vw !important;}
#bo_v_info .titleBox .icon01 { margin-bottom: -12px; margin-left: -3vw;}
#bo_v_info .titleBox .icon01 > img {max-width: 10vw;}
#bo_v_info .titleBox h3 {color: #000; font-weight: 500;}
#bo_v_info .titleBox h3 > b {font-weight: 700;}
#bo_v_info .titleBox #idNum {display: inline-flex; background-color: #006da5; color: #fff; font-weight: 400; border-radius: 20px; padding: 1vw 2vw; margin-top: 25px;}
#bo_v_info .titleBox .icon02 {text-align: right; margin-right: -12px; margin-top: -60px;}
#bo_v_info .titleBox .icon02 > img {max-width: 25vw;}

/* =========================
  View > Content
========================= */
#bo_v_info .contentBox {padding: 5vw 3.5vw;}
#bo_v_info .contentBox dl {display: flex; align-items: flex-start; margin-top: 50px; font-weight: 400; color: #222;}
#bo_v_info .contentBox dl:first-child {margin-top: 0;}
#bo_v_info .contentBox dl > dt {display: inline-flex; align-items: center; justify-content: center; width: 200px; height: 55px; background-color: #000; color: #fff; border-radius: 100px; padding: 0 1.5vw; margin-right: 33px;}
#bo_v_info .contentBox dl > dd {width: calc(100% - 200px);}
#bo_v_info .contentBox dl > dd.box {background-color: rgba(67, 119, 182, 0.05); padding: 30px; border-radius: 20px;}
#bo_v_info .contentBox dl > dd > ul {display: flex; flex-wrap: wrap; gap: 20px;}
#bo_v_info .contentBox dl > dd > ul > li {display: flex; align-items: center; flex-wrap: wrap;}
#bo_v_info .contentBox dl > dd > ul > li:first-child {margin-top: 0;}
#bo_v_info .contentBox dl > dd > ul > li > b {font-size: inherit; font-weight: 600; margin-right: 10px;}

/* =========================
  View > Content > Info
========================= */
#bo_v_info .contentBox dl.info > dd > ul > li:before {position: relative; display: inline-block; top: -3px; padding-left: 12px; margin-left: -10px; margin-right: 5px; content: '·';}
#bo_v_info .contentBox dl.info > dd > ul > li {width: calc(50% - 40px);}

/* =========================
   View > Content > Project
========================= */
#bo_v_info .contentBox dl.project > dd > ul {margin-bottom: 20px; gap: 0;}
#bo_v_info .contentBox dl.project > dd > ul:last-child {margin-bottom: 0;}
#bo_v_info .contentBox dl.project > dd > ul > li::after {position: relative; display: block; margin:0 5px; content:'/'}
#bo_v_info .contentBox dl.project > dd > ul > li:last-child::after {display: none;}

/* =========================
  View > Content > Site
========================= */
#bo_v_info .contentBox dl.site > dd > ul {flex-direction: column;}

/* =========================
  View > Content > File
========================= */
#bo_v_info .contentBox dl.files > dd > ul  {display: flex; align-items: center; flex-wrap: wrap; gap : 25px; list-style: none; padding-left: 0;}
#bo_v_info .contentBox dl.files > dd > ul > li > a {display: flex; align-items: flex-start; gap: 10px;}
#bo_v_info .contentBox dl.files > dd > ul > li > a .fileIcon {max-width: 2.5vw; max-height: 3vw;}
#bo_v_info .contentBox dl.files > dd > div.image {display: flex; flex-wrap: wrap; margin:0 -1%;}
#bo_v_info .contentBox dl.files > dd > div.image > a {pointer-events: auto; margin: 1%;}
#bo_v_info .contentBox dl.files > dd > div.image:has(> a:nth-child(2)) > a {width: 48%;}

/* =========================
  View > Content > Image
========================= */
#bo_v_info .contentBox dl.image {margin-top: 50px;}
#bo_v_info .contentBox dl.image > dd {display: flex; flex-wrap: wrap;}
#bo_v_info .contentBox dl.image > dd > a {width: 48%; max-width: 600px; margin: 1%; pointer-events: auto;}


/* ====================================================================================================
   Write
==================================================================================================== */
/* =========================
  Write > Default
========================= */
#bo_w > form dl {display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; margin-bottom: 5vw;}
#bo_w > form dl > dt {width: 100%; margin-bottom: 2vw;}
#bo_w > form dl > dt .small {font-weight:300; margin-left: 8px;}
#bo_w > form dl > dd {width: 49%; margin-bottom: 2vw;}
#bo_w > form dl > dd.w100 {width: 100%;}
#bo_w > form dl > dd.homepage {margin-bottom :0;}
#bo_w > form dl > dd.last {margin-bottom: 0;}
#bo_w > form dl.last {margin-bottom: 2vw;}

#bo_w #ca_name_dl {display: flex; flex-wrap: wrap; justify-content: flex-start !important; gap: 0.5vw;}
#bo_w #ca_name_dl > dd {width: auto !important; margin-bottom: 0 !important;}
#bo_w #ca_name_dl > dd > label {display: flex; justify-content: center; align-items: center; cursor: pointer;}
#bo_w #ca_name_dl > dd > label > input[type="checkbox"] {display: none;}
#bo_w #ca_name_dl > dd > label > span {height: 3.5vw !important; line-height: 3.5vw !important; padding: 0 2vw; border: 1px solid rgba(255,255,255,0.3); border-radius: 4vw;}
#bo_w #ca_name_dl > dd > label > input[type="checkbox"]:checked + span {background: linear-gradient(90deg, #5390CD 17%, #62B852) !important;}

#bo_w #inflowPath_dl {display: flex; flex-wrap: wrap; justify-content: flex-start !important; gap: 0.5vw;}
#bo_w #inflowPath_dl > dd {width: auto !important; margin-bottom: 0 !important;}
#bo_w #inflowPath_dl > dd > label {display: flex; justify-content: center; align-items: center; cursor: pointer;}
#bo_w #inflowPath_dl > dd > label > input[type="radio"] {display: none;}
#bo_w #inflowPath_dl > dd > label > span {height: 3.5vw !important; line-height: 3.5vw !important; padding: 0 2vw; border: 1px solid rgba(255,255,255,0.3); border-radius: 4vw;}
#bo_w #inflowPath_dl > dd > label > input[type="radio"]:checked + span {background: linear-gradient(90deg, #5390CD 17%, #62B852) !important;}

#bo_w > form dl > dd.privacy {flex-direction: row !important; justify-content: flex-start; align-items: center;}
#bo_w > form dl > dd.privacy input[type="checkbox"] + label:hover {font-weight: inherit;}
#bo_w > form dl > dd.privacy a {position: relative;}
#bo_w > form dl > dd.privacy a::after {position: absolute; display: block; bottom: -1px; width: 100%; height: 1px; background-color: #fff; content: '';}
#bo_w > form dl > dd.privacy a:hover::after {animation: draw-line 0.6s ease forwards}

/* =========================
  Write > Privacy > Popup
========================= */
.privacy-of-use {display: flex; align-items: center; justify-content: center; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.8); opacity:0; -webkit-transition: opacity 400ms ease-in; -moz-transition: opacity 400ms ease-in; transition: opacity 400ms ease-in; pointer-events: none; z-index:999;}
.privacy-of-use:target { opacity:1; pointer-events: auto; }
.privacy-of-use > div {position: relative; width: 90%; height: 80%; max-width:800px; min-height:400px; overflow:auto; background-color: #000f20; border-radius:30px;}
.privacy-of-use > div .close {position:absolute; display:block; top:20px; right:20px; width:50px; height:50px; font-size:0; content:'';}
.privacy-of-use > div .close::before,
.privacy-of-use > div .close::after {position: absolute; left: 20%; top: 50%; width: 60%; height: 1px; background-color: #fff; transform-origin: center; transition: background 0.3s; content: "";}
.privacy-of-use > div .close::before {transform: rotate(45deg);}
.privacy-of-use > div .close::after {transform: rotate(-45deg);}
.privacy-of-use > div .privacyCont {overflow-y: auto; height: 100%; padding: 40px;}
.privacy-of-use > div .privacyCont::-webkit-scrollbar {width: 5px;  height: 5px;}
.privacy-of-use > div .privacyCont::-webkit-scrollbar-track {background-color: #000f20 !important;}
.privacy-of-use > div .privacyCont::-webkit-scrollbar-thumb {background: linear-gradient(to bottom, #4377B6 17%, #45ED77 100%) !important; border-radius: 5px;}


/* ====================================================================================================
   데스크탑 (1280px ~ 1599px)
==================================================================================================== */
@media screen and (max-width:1599px) {

   /* =================================================================================================
      View
   ================================================================================================= */
   /* =========================
      View > Title
   ========================= */
   #bo_v_info .titleBox h3 >br {display: none;}

   /* =========================
      View > Content
   ========================= */
   #bo_v_info .contentBox dl > dt {width: 180px;}
   #bo_v_info .contentBox dl > dd {width: calc(100% - 180px);}
   #bo_v_info .contentBox dl > dd > ul > li > b {margin-right: 5px;}

   /* =========================
      View > Content > Info
   ========================= */
   #bo_v_info .contentBox dl.info > dd > ul > li {width: 100%;}

}

@media screen and (max-width:1449px) {

    /* ================================================================================================
       Write
    ================================================================================================ */
    /* =========================
        Write > Default
    ========================= */
    #bo_w #ca_name_dl > dd > label > span {height: 5vw !important; line-height: 5vw !important;}

}

/* ====================================================================================================
   노트북 & 태블릿 가로 (1024px ~ 1279px)
==================================================================================================== */
@media screen and (max-width:1279px) {

   /* ================================================================================================
      List
   ================================================================================================ */
   .bo_cate_link {font-size: 0.944rem;}
   #bo_list .bo_tit .new_icon  {width: 76px; height: 45px;}


   /* ================================================================================================
      View
   ================================================================================================ */
   /* =========================
      View > Content
   ========================= */
   #bo_v_info .contentBox dl > dt {width: 20%; height: 45px;}
   #bo_v_info .contentBox dl > dd {width: 80%;}


   /* ================================================================================================
      Write
   ================================================================================================ */
   /* =========================
      Write > Default
   ========================= */
   #bo_w #ca_name_dl {gap: 1vw;}
   #bo_w > form dl {margin-bottom: 5vw;}

   /* =========================
      Write > Privacy > Popup
   ========================= */
   .privacyCont > .conBox {padding: 25px;}
   .privacyCont > .sec > .conBox2 {padding: 25px;}
}

/* ====================================================================================================
   태블릿 가로 (768px ~ 1023px)
==================================================================================================== */
@media screen and (max-width:1023px) {

   /* ================================================================================================
      List
   ================================================================================================ */
   .bo_cate_link {font-size: 0.933rem;}


   /* ================================================================================================
      View
   ================================================================================================ */
   /* =========================
      View > Title
   ========================= */
   #bo_v_info .titleBox .itspace > img {height: 3vw !important;}

   /* =========================
      View > Content
   ========================= */
   #bo_v_info .contentBox dl {flex-direction: column; align-items: flex-start;}
   #bo_v_info .contentBox dl > dt {width: 130px; min-width: inherit; padding: 0 3vw;}
   #bo_v_info .contentBox dl > dd {width: 100%; margin-top: 10px; margin: 10px 0 0;}

   #bo_v_info .contentBox dl.contents > dd > div {margin-top: 0;}

   #bo_v_info .contentBox dl.links > dd > ul {margin-top: 0;}
   #bo_v_info .contentBox dl.links > dd > ul > li {margin-right: 0;}

   #bo_v_info .contentBox dl.files > dd > ul {margin-top: 0;}
   #bo_v_info .contentBox dl.files > dd > ul > li {margin-right: 0;}

   #bo_v_info .contentBox dl.files > dd > div.image > a {margin: 10px 0 0 0;}
   #bo_v_info .contentBox dl.files > dd > div.image:has(> a:nth-child(2)) > a {width: 100%;}


   /* ================================================================================================
      Write
   ================================================================================================ */
   /* =========================
      Write > Default
   ========================= */
   #bo_w #ca_name_dl > dd > label > span {height: 7vw !important; line-height: 7vw !important; padding: 0 4vw;}

   #bo_w > form dl {margin-bottom: 8vw;}

   /* =========================
      Write > Privacy > Popup
   ========================= */
   .privacyCont > .conBox {padding: 20px;}
   .privacyCont > .sec > .conBox2 {padding: 20px;}

}


/* ====================================================================================================
   모바일 가로 & 태블릿 세로 (480px ~ 767px)
==================================================================================================== */
@media screen and (max-width:767px) {
   /* ================================================================================================
      List
   ================================================================================================ */
   .bo_cate_link {font-size: 0.978rem;}
   .alertIcon {display: block; top: 0; margin-bottom: 10px;}
   #bo_list .bo_tit {position: relative;}
   #bo_list .bo_tit .new_icon  {position: absolute; width: 57px; height: 34px; margin-left: 0; top: -20px; right: 0;}


   /* ================================================================================================
      View
   ================================================================================================ */
   /* =========================
      View > Title
   ========================= */
   #bo_v_info .titleBox {padding: 4.5vw;}
   #bo_v_info .titleBox .itspace > img {height: 4vw !important;}
   #bo_v_info .titleBox .icon01 {margin-bottom: 0;}
   #bo_v_info .titleBox #idNum {padding: 1.5vw 2.5vw;}
   #bo_v_info .titleBox .icon02 > img {max-width: 30vw;}

   /* =========================
      View > Content > File
   ========================= */
   #bo_v_info .infoBox dl.files > dd > div.image > a {pointer-events: none;}


   /* ================================================================================================
      Write
   ================================================================================================ */
   /* =========================
      Write > Default
   ========================= */
   #bo_w > form dl {flex-direction: column;  margin-bottom: 12vw;}
   #bo_w > form dl > dt {margin-bottom: 4vw;}
   #bo_w > form dl > dd {width: 100%;}

   #bo_w #ca_name_dl {flex-direction: row; gap: 2vw;}
   #bo_w #ca_name_dl > dd > label > span {height: 9vw !important; line-height: 9vw !important; border-radius: 50px;}

   #bo_w > form dl > dd.privacy {margin-top: 3vw;}

   /* =========================
      Write > Privacy > Popup
   ========================= */
  .privacy-of-use > div .privacyCont{padding: 30px;}
  .privacy-of-use > div .close {top: 10px; right: 10px; width: 40px; height: 40px;}
}


/* ====================================================================================================
   모바일 세로 (~ 479px)
==================================================================================================== */

@media screen and (max-width:479px) {
   /* ================================================================================================
      List
   ================================================================================================ */
   .bo_cate_link {font-size: 0.9rem;}


   /* ================================================================================================
      View
   ================================================================================================ */
   /* =========================
      View > Default
   ========================= */
   #bo_v_info .container {padding: 0 3vw;}

   /* =========================
      View > Title
   ========================= */
   #bo_v_info .titleBox .itspace > img {max-height: 5vw !important;}
   #bo_v_info .titleBox .icon01 > img {max-width: 20vw;}
   #bo_v_info .titleBox h3 {font-size: 1.6rem;}
   #bo_v_info .titleBox h3 > b {word-break: break-all;}
   #bo_v_info .titleBox #idNum {font-size: 0.89em;}
   #bo_v_info .titleBox .icon02 > img {max-width: 40vw;}

   /* =========================
      View > Content
   ========================= */
   #bo_v_info .contentBox dl > dd.box {padding: 15px; border-radius: 10px;}
   #bo_v_info .contentBox dl > dd > ul {gap: 10px;}
   #bo_v_info .contentBox dl > dd > ul > li {align-items: flex-start; flex-direction: column;}

   /* =========================
      View > Content > Info
   ========================= */
   #bo_v_info .contentBox dl.info > dd > ul > li:before {display: none;}

  /* =========================
      View > Content > Profject
   ========================= */
   #bo_v_info .contentBox dl.project > dd > ul {flex-direction: column;}
   #bo_v_info .contentBox dl.project > dd > ul > li {flex-direction: row;}
   #bo_v_info .contentBox dl.project > dd > ul > li::after {display: none;}
   #bo_v_info .contentBox dl.project > dd > ul.bo_v_cate {flex-direction: column;}
   #bo_v_info .contentBox dl.project > dd > ul.bo_v_cate > li::after {display: none;}
   

   /* ================================================================================================
      Write
   ================================================================================================ */
   /* =========================
      Write > Default
   ========================= */
   #bo_w #ca_name_dl > dd > label > span {height: 12vw !important; line-height: 12vw !important; padding: 0 3.5vw;  font-size: 0.85rem;}

   
   #bo_w > form dl {margin-bottom: 10vw;}

   #bo_w .file-btns {text-align: right; margin-bottom: 0;}
   #bo_w .bo_w_flie {margin-top: 10px;}
   
   /* =========================
   Write > Privacy > Popup
   ========================= */
  .privacy-of-use > div .privacyCont{padding: 40px 20px 20px;}
  .privacy-of-use > div .close {top: 10px; right: 10px; width: 40px; height: 40px;}

  #bo_w .privacy input[type="checkbox"] + label {margin-right: 0;}
  
}