@charset "utf-8";

/*
============================================================

1.	작 업 일 : 2022-02-11
2.	작 성 자 :  박 준 서
3.	마지막 수정일 : 2022-02-11
4.  마지막 작업자 : 박 준 서

============================================================
*/

#imgtag{
  width: 900px;
  display: inline-grid;
  padding-bottom: 100px;
}

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

*{
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    line-height: 1;
}

.mb{
    display: none;
}

input, textarea, button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

table{
    border-collapse: collapse !important;
}

.inner{
    width: 1000px; margin: 0 auto;
}

.calendar_wrap{
    margin-top: 45px;
    height: 1125px !important;
}
#calendar{
    width:100%;
    margin:0 auto;
    height: 1150px !important;
}
.fc-theme-standard .fc-scrollgrid{
    /* border: 1px solid #dadada !important; */
    border: 0 !important;
}
.fc-col-header-cell{
    /* border: 1px solid #dadada !important; */
    border: 0 !important;
}
.fc .fc-col-header-cell-cushion{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 1.125rem; font-weight: 400;
}
.fc .fc-toolbar.fc-header-toolbar{
    margin-bottom: 25px;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{
    position: absolute;
    margin-top: 15px;
}
.fc .fc-daygrid-day-frame{
    height: 175px;
    border: 1px solid #dadada;
}
.fc .fc-daygrid-day-number{
    width: 100%; background: #fbfbfb;
    text-align: center;
    padding: 10px 0;
    font-size: 1rem; font-weight: 400;
    color: #777;
}
.fc-day-sun a{
    color: #fa5555 !important;
}

.fc-theme-standard td, .fc-theme-standard th{
    /* border: 1px solid #dadada !important; */
    border: 0 !important;
}

.fc-toolbar-chunk:nth-of-type(1){
    display: flex;
    align-items: center;
}
.fc-toolbar-chunk:nth-of-type(1) h2{
    font-size: 1.875rem;
    font-weight: 500;
}

.fc .fc-button-primary{
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 0;
    position: relative;
    width: 55px;
    padding: 5px 0;
    transition: 0.3s;
}
.fc .fc-button-primary:hover{
    background: #dadada;
    border-color: #dadada;
}
.fc .fc-button-primary:hover .fc-icon-chevron-left:before{
    color: #fff;
}
.fc .fc-button-primary:hover .fc-icon-chevron-right:before{
    color: #fff;
}
.fc .fc-button-primary:focus{
    box-shadow: none;
}
.fc-icon-chevron-left:before,
.fc-icon-chevron-right:before{
    color: #b4b4b4;
    font-size: 1.5625rem;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.3s;
}

.fc-col-header  .fc-scrollgrid-sync-inner{
    border: 0;
}

.fc .fc-daygrid-body{
    width: 100% !important;
}

.fc-daygrid-event-dot{
    border: 3px solid #8ec31f;
    border-radius: calc(var(--fc-daygrid-event-dot-width, 6px) / 2);
}

.fc-direction-ltr .fc-daygrid-event .fc-event-time{
    font-size: 0.8125rem;
    font-weight: 400;
}
.fc-daygrid-dot-event .fc-event-title{
    font-size: 0.8125rem;
    font-weight: 600;
}


.fc .fc-scroller{
    overflow: unset !important;
}
.fc .fc-scroller-liquid-absolute{
    overflow: unset !important;
}

.fc .fc-button-primary:disabled{
    background: #fff;
    border: 1px solid #dadada;
    color: #777;
}
.fc .fc-button:not(:disabled){
    color: #777;
}

.tit_visual{
    background: #000 url(/img/manage/visual_tit.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -55px;
}

.tit_wrap{
    text-align: center;
    /* margin-top: 100px; */
}
.tit_wrap h3{
    font-size: 2.5rem; color: #333;
    font-weight: 600;
}
.tit_wrap p{
    font-weight: 300; font-size: 1rem;
    color: #494949; letter-spacing: 0.1rem;
    margin-top: 10px;
}


#sec1{
    padding: 100px 0 80px;
}


#sec2{
    background: #fbfbfb;
    padding: 80px 0 90px;
}

#sec2 form{
    margin-top: 45px;
}

#sec2 .item_wrap{
    display: flex;
    border-bottom: 1px solid #eaeaea;
}
#sec2 .item_wrap .item_left{
    width: 14%; box-sizing: border-box;
    background: #f6f6f6;
    padding: 38px 20px;
}

#sec2 .item_wrap .item_left p{
    font-size: 1.0625rem;
    color: #333;
}
#sec2 .item_wrap .item_left p span{
    font-weight: 500;
    font-size: 1.0625rem;
    color: #fa5555;
}

#sec2 .item_wrap .item_right{
    width: 86%; box-sizing: border-box;
    padding: 25px 20px;
}
#sec2 .item_wrap .item_right input{
    font-size: 1.0625rem;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 0;
    outline: none;
    border: 1px solid #dedede;
    width: 100%;
    transition: 0.3s;
}

#sec2 .item_wrap .item_right input::placeholder{
    color: #bfbfbf;
}

#sec2 .item_wrap .item_right input[type="date"]{
    width: 230px;
}
#sec2 .item_wrap .item_right input:focus{
    border-color: #afafaf;
}

#sec2 .item_wrap .item_right .select_wrap{
    display: flex; align-items: center;
    gap: 20px;
    color: #333; font-size: 1.125rem;
}
#sec2 .item_wrap .item_right select{}
#sec2 .item_wrap .item_right option{}

#sec2 .item_wrap .item_right textarea{
    box-sizing: border-box;
    resize: none; outline: none;
    border-radius: 0;
    border: 1px solid #dedede;
    width: 100%; padding: 10px 20px;
    font-size: 1.0625rem; line-height: 1.3;
    transition: 0.3s; height: 155px;
}
#sec2 .item_wrap .item_right textarea:focus{
    border-color: #afafaf;
}


#sec2 .item_name{
    border-top: 1px solid #afafaf;
}
#sec2 .item_note{
    border-bottom-color: #afafaf;
}

#sec2 .item_people .item_right{
    display: flex; padding: 0;
    align-items: center;
}
#sec2 .item_right_input_wrap{
    width: 45%; box-sizing: border-box;
    padding: 0 20px;
}
#sec2 .item_right_input_wrap input{
    width: 310px; box-sizing: border-box;
}
#sec2 .item_file{
    border-bottom: 0;
    width: 55%; box-sizing: border-box;
}
#sec2 .item_file .item_left{
    width: 34.282%;
}
#sec2 .item_file .item_right{
    padding: 0 20px;
}

#sec2 #btn_submit{
    display: block;
    width: 190px; height: 50px;
    margin: 35px auto 0;
    background: #222; color: #fff;
    text-align: center; line-height: 50px;
    font-size: 1.125rem; font-weight: 600;
    border-radius: 10px;
    border: 0; outline: none;
    cursor: pointer;
    transition: 0.3s;
}
#sec2 #btn_submit:hover{
    background: #333;
}

.filebox .upload-name {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #dddddd;
    /* width: 240px !important; */
    color: #333;
    pointer-events: none;
    padding: 10px 90px 10px 20px !important;
    white-space: nowrap; text-overflow: ellipsis;
    overflow: hidden;
}
.filebox{
    width: 100%; position: relative;
}
.filebox label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    right: 1px; top: 50%;
    transform: translateY(-50%);
    background: #f6f6f6;
    color: #333;
    width: 76px; height: 40px;
    text-align: center; line-height: 42px;
    font-size: 0.875rem; font-weight: 500;
}

.filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    display: none;
}


#sec3{
    padding: 100px 0 90px;
}

/* Accordion styles */
.tabs {
    overflow: hidden;
    margin-top: 45px;
  }

  .tab {
    width: 100%;
    overflow: hidden;
  }
  .tab-label {
    width: 100%; display: block;
    padding: 20px 25px;
    font-weight: bold;
    cursor: pointer;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    margin-top: -17px;
    position: relative;
    box-sizing: border-box;
    font-weight: 300;
    color: #555; font-size: 1.25rem;
    /* Icon */
  }

  .tab:nth-of-type(1) .tab-label{
      margin-top: -16px;
  }
  .tab-label::after {
    content: "";
    width: 16px;
    height: 10px;
    background: url(/img/icn_accordion.png) no-repeat;
    background-size: cover;
    transition: all 0.35s;
    position: absolute;
    top: 35%; right: 25px;
    transform: rotate(180deg) translateY(-50%);
  }

  .tab-label span{
      font-size: 1rem; font-weight: 600;
      color: #fa5555; line-height: 1.25rem;
  }


  .tab-content {
    max-height: 0;
    padding: 0px 45px;
    transition: all 0.35s;
    background: #fbfbfb;
    border-bottom: 1px solid #dadada;
    margin-top: -1px;
  }
  .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    cursor: pointer;
  }

  input:checked + .tab-label::after {
    transform: rotate(0deg) translateY(-50%);
    top: 50%;
  }
  input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 35px 45px;
  }


  .tab-content dl{}
  .tab-content dl dt{
      font-size: 1rem;
      font-weight: 600;
      color: #555;
      line-height: 1.5;
      position: relative;
      margin-bottom: 5px;
  }
  .tab-content dl dd{
      font-size: 1rem;
      font-weight: 300;
      color: #555;
      line-height: 1.5;
      position: relative;
      padding-left: 25px;
  }
  .tab-content dl dd::before{
      content: "-";
      font-size: 1rem; color: #555;
      font-weight: 300;
      position: absolute;
      top: 50%; left: 10px;
      transform: translateY(-50%);
  }

  .tab-content dl dd table{
      width: 100%;
      border-collapse: collapse;
      border: 1px solid #cbcbcb;
  }
  .tab-content dl dd table thead{}
  .tab-content dl dd table thead th{
      padding: 15px 0;
      text-align: center;
      background: #f3f3f3;
      border-right: 1px solid #cbcbcb;
      font-size: 0.9375rem;
      color: #555; font-weight: 400;
  }
  .tab-content dl dd table thead .th_date{}
  .tab-content dl dd table thead .th_4days{}
  .tab-content dl dd table thead .th_3days{}
  .tab-content dl dd table thead .th_2days{}
  .tab-content dl dd table thead .th_1day{}
  .tab-content dl dd table thead .th_today{}
  .tab-content dl dd table tbody{}
  .tab-content dl dd table tbody tr{}
  .tab-content dl dd table tbody tr th{
      padding: 15px 0;
      text-align: center;
      border-right: 1px solid #cbcbcb;
      font-size: 0.9375rem;
      color: #555; font-weight: 300;
  }
  .tab-content dl dd table tbody tr td{
      padding: 15px 0;
      text-align: center;
      border-right: 1px solid #cbcbcb;
      font-size: 0.9375rem;
      color: #555; font-weight: 300;
  }



.tab:nth-of-type(5) .tab-content dl dd:nth-of-type(2){
    margin-bottom: 45px;
}
.tab:nth-of-type(5) .tab-content dl dd:nth-of-type(3){
    padding-left: 0;
}
.tab:nth-of-type(5) .tab-content dl dd:nth-of-type(3)::before{
    display: none;
}


.tab:nth-of-type(6) .tab-content dl dd:nth-of-type(1),
.tab:nth-of-type(6) .tab-content dl dd:nth-of-type(2),
.tab:nth-of-type(6) .tab-content dl dd:nth-of-type(4),
.tab:nth-of-type(6) .tab-content dl dd:nth-of-type(7),
.tab:nth-of-type(6) .tab-content dl dd:nth-of-type(10),
.tab:nth-of-type(6) .tab-content dl dd:nth-of-type(13){
    margin-bottom: 20px;
}


.loginBtn{
    position: absolute;

}
.loginBtn li{
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 7px;
    transition: 0.3s;
}
.loginBtn li:hover{
    background: #eee;
}
.loginBtn li:nth-of-type(2){
    margin-left: 20px;
}
.loginBtn li a{
    color: #888;
    font-size: 12px;
    letter-spacing: -0.5px;
}




/* ############### 세번째 영역 ############### */
#main_sec3{
    position: relative;

    background-position: center bottom;
}
#main_sec3 .textBg{
    font-weight: 500;
    color: rgba(255,255,255,0.04);
    font-size: 245px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}
#main_sec3.motion .textBg{
    color: rgba(51,51,51,0.04);
}
#main_sec3 .portfolio_tit{
    position: relative;
    display: inline-block;
}
#main_sec3 .portfolio_tit h2{
    font-size: 100px;
    font-weight: 700;
    color: #f9f9f9;
    letter-spacing: -5px;
    position: relative;
    z-index: 2;
    transition: 0.3s;
}
#main_sec3.motion .portfolio_tit h2{
    color: #333;
}
#main_sec3 .portfolio_tit p{
    width: 78px;
    height: 78px;
    background: #ff0b34;
    border-radius: 50%;
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    line-height: 78px;
    position: absolute;
    top: -30px; right: -46px;
}
#main_sec3 .portfolio_box{
    width: 1100px;
    margin: 105px auto 0;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
#main_sec3 .portfolio_box .portfolio{
    position: relative;
    margin-bottom: 70px;
    width: 27.5%;
    margin-right: 8.75%;
}
#main_sec3 .portfolio_box .portfolio:nth-of-type(3n){
    margin-right: 0;
}
#main_sec3 .portfolio_box .portfolio:nth-of-type(n+13){
    display: none;
}
#main_sec3 .portfolio_box .portfolio.portfolio:nth-child(2),
#main_sec3 .portfolio_box .portfolio.portfolio:nth-child(5),
#main_sec3 .portfolio_box .portfolio.portfolio:nth-child(8),
#main_sec3 .portfolio_box .portfolio.portfolio:nth-child(11){
    margin-top: -90px;
    height: 358px;
}
#main_sec3 .portfolio_box .portfolio .portfolio_front{
    position: relative;
}
#main_sec3 .portfolio_box .portfolio .portfolio_front img{
    transition: 0.6s;
}
#main_sec3 .portfolio_box .portfolio:hover .portfolio_front img{
    transform: scale(0.9);
}
#main_sec3 .portfolio_box .portfolio .portfolio_front .portfolio_disc{
    color: #fff;
    text-shadow: 1px 2px 5px rgb(0 0 0 / 70%);
    position: absolute;
    bottom: 25px;
    left: 20px;
    letter-spacing: -1px;
}
#main_sec3 .portfolio_box .portfolio .portfolio_hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(255,11,52,0.8);
    opacity: 0;
    transition: 0.6s;
}
#main_sec3 .portfolio_box .portfolio:hover .portfolio_hover{
    opacity: 1;
}
#main_sec3 .portfolio_box .portfolio .portfolio_hover .portfolio_hover_logo{
    width: 49px;
    height: 30px;
    box-sizing: border-box;
    border: 3px solid #fff;
    font-size: 24px;
    letter-spacing: -1px;
    color: #fff;
    font-weight: 700;
    line-height: 25px;
    opacity: 0;
    transition: 0.4s;
    transition-delay: 0.3s;
}
#main_sec3 .portfolio_box .portfolio:hover .portfolio_hover .portfolio_hover_logo{
    opacity: 1;
}
#main_sec3 .portfolio_box .portfolio .portfolio_hover .portfolio_hover_disc{
    font-size: 14px;
    color: #fff;
    margin: 30px 0;
    letter-spacing: -0.5px;
    opacity: 0;
    transition: 0.4s;
    transition-delay: 0.4s;
}
#main_sec3 .portfolio_box .portfolio:hover .portfolio_hover .portfolio_hover_disc{
    opacity: 1;
}
#main_sec3 .portfolio_box .portfolio .portfolio_hover img{
    opacity: 0;
    transition: 0.4s;
    transition-delay: 0.5s;
}
#main_sec3 .portfolio_box .portfolio:hover .portfolio_hover img{
    opacity: 1;
}

#main_sec3 .gooey{
    position: relative;
    filter: url("#goo");
    width: 150px;
    margin: 0 auto;
}

#main_sec3 .gooey .blob{
    width:40px;
    height:40px;
    background-color:#ff0b34;
    border-radius:50%;
    position:absolute;
    bottom: 0;
    right: 0;
    z-index:-1;
}

#main_sec3 .blob:before, #main_sec3 .blob:after{
    position:absolute;
    content: ' ';
    height:20px;
    width:20px;
    border-radius:50%;
    background-color:#ff0b34;
    transition: all 1s ease ;
    pointer-events:none;
}

#main_sec3 .blob:last-of-type:before, #main_sec3 .blob:last-of-type:after{
    right:0;
    bottom:0;
}
#main_sec3 .gooey:hover .blob:last-of-type:before{
    bottom:-50px;
    right:50px;
    background-color:transparent;
}
#main_sec3 .gooey:hover .blob:last-of-type:after{
    bottom:35px;
    right:-35px;
    background-color:transparent;
}
#main_sec3 .blob:last-of-type{
    bottom:60px;
    right:9px;
}
#main_sec3 .gooey:hover .blob:last-of-type{
    animation: lastblob  linear 0.8s forwards;
}
@Keyframes lastblob{
    60%{
        width:30px;
        height:30px;
    }
    80%{
        width: 10px;
        height: 10px;
        bottom:-30px;
        right:-30px;
    }
    100%{
        bottom:-30px;
        right:-30px;
        width:0px;
        height:0px;
        }
}

#main_sec3 .GooeyButton{
    display: block;
    position:relative;
    background-color:#ff0b34;
    width: 150px;
    height: 150px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 150px;
    text-align: center;
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    animation: morph 7s linear infinite;
    will-change: border-radius;

}

@keyframes morph{
    0%,100%{
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
        transform: translate3d(0,0,0) rotateZ(0.01deg);
    }
    34%{
        border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
        transform:  translate3d(0,5px,0) rotateZ(0.01deg);
    }
    50%{
        transform: translate3d(0,0,0) rotateZ(0.01deg);
    }
    67%{
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60% ;
        transform: translate3d(0,-3px,0) rotateZ(0.01deg);
    }
}




/*
!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@# RESPONSIVE !@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@#!@
 */

@media screen and (min-width: 1024px) and (max-width: 1200px){
    *{ font-size: 15px; }
    .inner{ width: 95%; }

    .calendar_wrap{
        height: 1145px !important;
    }
    #calendar{
        height: 1155px !important;
    }
}


@media screen and (min-width: 768px) and (max-width: 1023px){
    *{ font-size: 13px; }
    .inner{ width: 95%; }



}


@media screen and (max-width: 767px){
    *{
        font-size: 13px;
    }

    .mb{
        display: block;
    }
    .inner{
        width: 95%;
    }


    .tit_visual{
        background-size: 145%;
        background-position: center 0px;
    }
    .tit_wrap h3{
        font-size: 1.92rem;
    }
    .tit_wrap p{
        font-size: 0.85rem;
    }

    #sec1{
        padding-top: 60px;
    }
/*

    .fc .fc-daygrid-day-frame{
        height: 125px;
        min-height: 125px;
    } */
    .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{
        width: 100%;
    }
    .fc .fc-daygrid-event-harness {
        width: 100%;
        overflow: hidden;
    }
    .fc .fc-daygrid-day.fc-day-today{
        height: 125px;
    }
    .fc-day-other{
        height: 125px;
    }
    .fc-day-past{
        height: 125px;
    }
    .fc-day-future{
        height: 125px;
    }
    .fc-daygrid-day{
        height: 125px;
    }

	.fc .fc-daygrid-event-harness{
	width: auto;
	}

	#imgtag{
		width:100%;
	}

    #sec2{
        padding-top: 60px;
    }
    #sec2 .item_wrap{
        flex-direction: column;
    }
    #sec2 .item_wrap .item_left{
        width: 100%;
        padding: 15px 20px;
    }
    #sec2 .item_wrap .item_right{
        width: 100%;
        padding: 15px 20px;
    }


    #sec2 .item_wrap .item_right input[type="date"]{
        width: 100%;
    }

    #sec2 .item_wrap .item_left p span.mb{
        display: inline-block;
        color: #333;
        font-weight: 400;
    }

    #sec2 .item_people .item_right{
        padding: 0;
    }
    #sec2 .item_people .item_right .item_left{
        display: none;
    }
    #sec2 .item_file .item_right{
        padding: 15px 20px;
    }




    .nice-select{
        width: 30%;
    }

    #sec3{
        padding-top: 60px
    }

    .tab-label{
        font-size: 1.125rem;
    }

    .tab-label{
        padding: 15px 20px;
    }
    .tab-content{
        padding: 0 30px;
    }
    input:checked ~ .tab-content{
        padding: 25px 30px;
    }
}
