@charset "utf-8";

/* 에디터 너비를 페이지와 맞추기 위해 좌우 20px 늘림 */
#cke_document-editor { margin:0 -20px }
#view-title { background:#eeeeee; border:1px solid #cccccc; padding:10px 20px }

/*
================================================================================
    레이어 팝업 스타일
================================================================================
*/
.pop-layer .pop-container {padding: 20px 25px;font-size:15px;}
.pop-layer p.ctxt {color: #191919;line-height: 25px;}

.pop-layer .btn-r {
    width: 100%;
    margin: 10px 0 20px;
    padding-top: 10px;
    border-top: 1px solid #DDD;
    text-align: right;
}

.pop-layer {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 510px;
    height: auto;
    background-color: #fff;
    border: 5px solid #3571B5;
    z-index: 10;
}

.dim-layer {
    display: none;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.dim-layer .dimBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.dim-layer .pop-layer {display: block;}

a.btn-layerClose {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #304a8a;
    background-color: #3f5a9d;
    font-size: 18px;
    color: #fff;
    line-height: 18px;
}

a.btn-layerClose:hover {
    border: 1px solid #091940;
    background-color: #1f326a;
    color: #fff;
}

/*
================================================================================
    페이지 히스토리 팝업 스타일
================================================================================
*/
#page-history .pop-container ul li {
    padding-left:16px;
    font-size:17px;
    font-weight: 400;
    color:#111111; margin-bottom: 10px;
    background:no-repeat left .6em url("img/detail-page-bullet-type1.png")
}
#page-history .pop-container ul li a:hover { text-decoration: underline }
#page-history .pop-container h2 { margin-bottom:20px }

/*
================================================================================
    페이지 버튼 디자인
================================================================================
*/
.page-contents a.btn {
    text-align: left;
    margin-bottom:5px;
    font-size: 17px;
    text-decoration: none;
    display:inline-block;
    color:#191919;
    background:#f9f9f9;
}
.view-page-buttons {
    position:relative;
}
.view-page-buttons .buttons {
    position:absolute;
    right:-45px; top:10px;
    display:flex;
    flex-direction: column;
}
.view-page-buttons.fixed .buttons {
    top:50px;
}
.view-page-buttons .buttons .btn {
    width:35px; height:35px;
    overflow:hidden;
    display:block;
    color:#191919;
    background:#f9f9f9;
}
.view-page-buttons .buttons .btn:hover {
    width:150px;
    margin-right:-150px;
}
.view-page-buttons .buttons .btn:hover {background:#dfdfdf}

.write-page-buttons { padding:20px 0; display:flex; justify-content: center }
.write-page-buttons .btn {
    font-size: 18px;
    text-decoration: none;
    width:200px;
    height:3em;
    padding:.6em 0;
    display:block;
    color:#191919;
    background:#f9f9f9;
}
.write-page-buttons .btn.btn-submit {color:#fff;background:#4876ef;}
.write-page-buttons .btn.btn-submit:hover {background:#3a8afd;}

/*
================================================================================
    스크롤 상단고정 스타일
================================================================================
*/
.scroll-fixed.fixed {
    top: 0;
    position: fixed;
    z-index: 1;
}

.page-category {
    border-bottom: 1px solid #d3d5da;
    background: rgba(255,255,255,0.9);
}
.page-category ul { display: flex; width:100%; }
.page-category ul li { width:100%; min-width:fit-content }
.page-category ul li a { display: block; border-bottom:2px solid rgba(0,0,0,0); width:100%; padding:8px 15px; text-align: center; font-size:14px; font-weight: bold; color:#a0a0a0; }
.page-category ul li a.on { color:#4876f0; border-bottom:2px solid #4876f0;  }
.page-category ul li a:hover { color:#000  }

/*
================================================================================
    페이지 컨텐츠 디자인 (공통)
================================================================================
*/
.page-contents { position:relative; font-size:18px; line-height: 1.6; min-height: 500px; padding-bottom: 50px }
.page-contents p {margin:0;padding:0;word-break:break-all}
.page-contents a { text-decoration: underline; color:-webkit-link}
.page-contents img { border-color:#ddd }

.page-contents .full-width {
    position: absolute;
    z-index: 0;
    left: calc((100vw - 100%) / 2 - (100vw - 100%));
    width: calc(100vw);
}
.page-contents.cke_editable .full-width {
    position: relative;
    left: 0;
    width: 100%;
}
.page-contents .full-width .wrap {
    margin:0 auto;
}

/*
    페이지 섹션 스타일
*/
.page-contents .section { text-align:center; color:#191919; padding-bottom: 100px }
.page-contents .section h2 {color:#191919;font-size: 42px;font-weight: bold;padding-top:190px}
.page-contents .section p:nth-child(3) { font-size:14px; color:#656565 }

.page-contents .title-section {text-align:center;color:#191919}
.page-contents .title-section h2 {color:#191919;font-size: 42px;font-weight: bold}


/* 테이블 */
.page-contents table.base,
.page-contents table.base td,
.page-contents table.base th {
    border: 1px solid #d6d6d6;
    padding: 10px;
}
.page-contents table.base {
    width:100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

/*
-----------------------------------------------------------
기본 목록 스타일
-----------------------------------------------------------
*/
.page-contents ul { list-style:none; margin:0; padding:0 }
.page-contents ul li {
    padding-left:16px;
    font-size:15px;
    font-weight: 400;
    color:#111111; margin-bottom: 10px;
    background:no-repeat left .6em url("img/detail-page-bullet-type1.png")
}

/*
-----------------------------------------------------------
박스 타입
-----------------------------------------------------------
*/

/* Type1 */
.page-contents #box.box-type1 { border:1px solid #d5d5d5; padding:50px }
.page-contents #box.box-type1 h3 { font-size:19px; margin-bottom: 20px }

/*
-----------------------------------------------------------------------------
Headings
-----------------------------------------------------------------------------
*/
.page-contents h1 {font-size:40px; color:#191919; font-weight:700; margin-bottom:10px}
.page-contents h2 {font-size:23px; color:#191919; font-weight:700; margin-bottom:20px}
.page-contents h3 {font-size:20px; color:#191919; font-weight:700; margin-bottom:20px}


/*
-----------------------------------------------------------------------------
레이아웃
-----------------------------------------------------------------------------
*/
.page-contents .layout_2col { display:flex; justify-content: space-between }
.page-contents .layout_2col .col1 { width:50%; margin-right:15px }
.page-contents .layout_2col .col2 { width:50%; margin-left: 15px }

/*
-----------------------------------------------------------------------------
테이블 스타일
-----------------------------------------------------------------------------
*/
.page-contents table.type1 { border-collapse: collapse; border:none; text-align:center; margin-bottom:20px; width:100% }
.page-contents table.type1 td,
.page-contents table.type1 th { padding:15px 0; border:1px solid #e1e1e1 }
.page-contents table.type1 th { font-weight:500; background-color: #f9f9f9; border-top:1px solid #000 }
.page-contents table.type1 td:first-child,
.page-contents table.type1 th:first-child { border-left:0 }
.page-contents table.type1 td:last-child,
.page-contents table.type1 th:last-child { border-right:0 }
.page-contents table.type1.no-border td,
.page-contents table.type1.no-border th { border-left:0; border-right:0 }
.page-contents table.type1 tbody .last-line td { position:absolute; margin-top:-1px; padding:0; border:none; border-bottom: 1px solid #c0c0c0 }

/*
-----------------------------------------------------------------------------
아코디언
-----------------------------------------------------------------------------
*/
.page-contents .accordion { border-top: 1px solid #000;border-bottom:1px solid #c0c0c0;}
.page-contents .ui-accordion .ui-accordion-header {
    border:none;border-top:1px solid #c0c0c0;border-radius: 0;
    margin-top:0;padding:20px 40px;
    background-color: #fff;
    line-height: 40px;
    font-size:20px;
    outline: none;
    color: #191919
}
.page-contents .ui-accordion .ui-accordion-header.ui-state-active {
    color: #4876ef
}
.page-contents .ui-accordion .ui-accordion-header span { display:none }
.page-contents .ui-accordion .ui-accordion-header:after {
    content: "\f067";
    font-family: FontAwesome, serif;
    float:right;
}
.page-contents .ui-accordion .ui-accordion-header.ui-state-active:after {
    content: "\f068";
}

.page-contents .ui-accordion .ui-accordion-content {
    padding: 55px 45px;
    border: none;
    font-size:15pt;
    background: #f9f9f9
}
.page-contents .ui-accordion .ui-accordion-content h4 {margin-bottom:20px}


/*
-----------------------------------------------------------------------------
박스형 컬럼 디자인
-----------------------------------------------------------------------------
*/
.page-contents .box-contents-col2 { display:flex; flex-wrap:wrap; justify-content: space-between }
.page-contents .box-contents-col2 .col { width:585px; background:#f9f9f9; margin-bottom:30px }
.page-contents .box-contents-col2 .col .content { color:#656565; border-top:1px solid #cccfd6; margin:0 36px 50px 36px }
.page-contents .box-contents-col2 .col .content h3 { color:#191919; font-size: 23px; font-weight: bold; padding-top:27px }
.page-contents .box-contents-col2 .col .content p { padding-top:27px }

.page-contents .box-contents-col3 { display:flex; flex-wrap: wrap; justify-content: space-between }
.page-contents .box-contents-col3 .col { width:380px; background:#f9f9f9; margin-bottom:30px }
.page-contents .box-contents-col3 .col .content { color:#353535; border-top:1px solid #cccfd6; margin:0 35px 50px 35px }
.page-contents .box-contents-col3 .col .content h3 { color:#191919; font-size: 23px; font-weight: bold; padding-top:27px; margin-bottom:0; text-align: center }
.page-contents .box-contents-col3 .col .content p { font-size:18px; padding-top:17px }

.page-contents .box-contents-col3 .col .content2 { color:#353535; margin:0 36px 27px 36px }
.page-contents .box-contents-col3 .col .content2 h3 { color:#191919; font-size: 23px; font-weight: bold; padding-top:27px; margin-bottom: 0; text-align: center }
.page-contents .box-contents-col3 .col .content2 p { font-size:18px; padding-top:17px }

.dropzone {
    min-height: auto;
    margin:20px -20px; border:2px dotted #3a8afd; border-radius: 20px; padding:5px;
    display:flex; flex-wrap: wrap; justify-content: flex-start;
}
.dropzone .dz-message {
    width:100%;
    text-align: center;
}
.dropzone .dz-message .dz-button {
    font-size:30px;
    font-weight: 900;
    color:rgba(0,0,0,0.1);
}
.dropzone .dz-image,
.dropzone .dz-details { cursor:pointer }
.dropzone .dz-image img { width:120px; height:120px; }
