@charset "UTF-8";

@font-face {
    font-family: circe;
    src: url(../font/circe-light-cufonfonts/crc.otf);
}

.window{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
    z-index: 100;
/*    background-color: rgba(0,0,0,0.4);*/
}

/*reset 설정*/

* {
    margin: 0;
    padding: 0;
    font-family: circe;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    vertical-align: middle;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/*내비게이션 CSS*/

nav {
    position: fixed;
    width: 20%;
    height: 100%;
    background-color: #f35d5d;
    left: 0;
    top: 0;
    z-index: 5;
}


.clearfix::after {
    clear: both;
    content: '';
    display: block;
}

nav h1 {
    text-align: center;
    margin: 70px auto;
    font-size: 0;
}

/*
.menu-btn {
    float: right;
    margin: 60px 40px;
    padding: 5px;
    width: 35px;
    cursor: pointer;
    opacity: 0;
}
*/


/*
.menu-btn .bar {
    width: 35px;
    height: 3px;
    background-color: #000;
    margin: 4px 0;
    transition: 0.3s;
    border-radius: 3px;
    cursor: pointer;
    float: right;
}

.menu-btn .bar:nth-child(2) {
    width: 25px;
}

.menu-btn .bar:hover {
    width: 25px;
    transition: all 0.3s;
}

.menu-btn .bar:nth-child(2):hover {
    width: 35px;
}
*/

/*햄버거 메뉴 구성*/

.nav-list {
    margin: 100px auto;
    font-size: 18px;

}

.nav-list > li {
    padding: 30px 0;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.work-list {
    margin: 5px;
    opacity: 0;
    visibility: hidden;
}

.work-list li {
    font-size: 14px;
    padding: 16px;
    text-align: center;

}




.work:hover .work-list {
    opacity: 1;
    visibility: visible;
    transition: transform 0.3s, opacity 0.2s;

}



/*  Bracket effects    */

.brackets a {
    /*    color: #0c164f;*/
    /*    color: #180c66;*/
    /*    color: #26281d;*/
    /*    color: #bcbfcc;*/
    /*    color: #f1f1f1;*/
    color: #e9e6d9;
}

.brackets a::before,
.brackets a::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

.brackets a::before,
.brackets a {
    margin-right: 10px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}

.brackets a::after {
    margin-left: 10px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}

.brackets a:hover::before,
.brackets a:hover::after,
.brackets a.active::after,
.brackets a.active::before {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    color: #e9e6d9;
}


/*follow us css*/

.sns {
    width: 160px;
    text-align: center;
    margin: 150px auto 0;
}

.sns .wrap {
    position: relative;
}

.sns .wrap ul {
    position: absolute;
    bottom: 0px;
    left: 10px;
    width: 140px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    z-index: 6;
}

.sns .wrap ul .fab {
    font-size: 19px;
    color: #26281d;
}

.sns .wrap ul li a:hover .fab {
    color: #e9e6d9;
}

.sns .wrap ul.active {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
}

.sns .wrap ul li:nth-child(2) {
    margin: 20px 0;
}

.sns .wrap ul li:nth-child(3) {
    margin-bottom: 25px;
}



.sns-btn {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    outline: 0;
    font-family: inherit;
}

.sns .wrap .sns-btn {
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 4px solid #e9e6d9;
    transition: border-color 0.3s;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.sns .wrap .sns-btn:hover {
    border-color: #26281d;
}

.sns .wrap .sns-btn span {
    position: relative;
    color: #e9e6d9;
    /*    color: #26281d;*/
    bottom: 0;
    transition: bottom 0.3s, color 0.3s;
}



/*        section */

section {
    width: 80%;
    height: 100%;
    position: relative;
    float: right;
}

section:nth-child(3) {
    /*        background-color: #0c164f;*/
    /*        background-color: #04357a;*/
}

section:nth-child(4) {
    /*    background-color: #333866;*/
    /*    background-color: #fff;*/
    background-color: #e9e6d9;
}

section:nth-child(5) {
    /*    background-color: #292b52;*/
    /*    background-color: #fff;*/
    background-color: #e9e6d9;
}

section:nth-child(6) {
    /*    background-color: orange;*/
    background-color: #e9e6d9;

}



/* indicator*/

.indicator {
    position: fixed;
    right: 40px;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -15px;
}

.indicator ul li a {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    /*    border: 1px solid #ffdad6;*/
    /*    border: 1px solid #26281d;*/
    /*    border: 1px solid #fb7e00;*/
    border: 1px solid #f35d5d;
    margin: 14px 0;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
}

.indicator li:hover a {
    width: 12px;
    height: 30px;
    border-radius: 15px;
    /*    border: 2px solid #ffdad6;*/
    /*    border: 2px solid #26281d;*/
    /*    border: 2px solid #fb7e00;*/
    border: 2px solid #f35d5d;
    /*        background-color: #ffdad6*/
    /*    background-color: #26281d;*/
    /*    background-color: #fb7e00;*/
    background-color: #f35d5d;
}

.indicator li a.active {
    width: 12px;
    height: 30px;
    border-radius: 15px;
    /*    border: 1px solid #26281d;*/
    /*    background-color: #26281d;*/
    /*    background-color: #fb7e00;*/
    background-color: #f35d5d;
}

/* indicator*/

/*        home section 1 CSS */

#home {
    position: relative;
    background-image: url(../home/home2.svg);
    background-size: cover;
    height: 100vh;
}

.h2 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

h2 {
    writing-mode: tb-rl;
    transform: rotate(180deg);
    color: #26281d;
    letter-spacing: 0.15em;
    font-weight: normal;
    padding: 10px;
    text-transform: uppercase;

}



.text {
    text-align: center;
    margin: 200px auto;
    font-size: 85px;
    font-family: circe;
}

.text #ghost {
    padding: 50px;
    color: #f35d5d;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 3.75rem;
    text-transform: uppercase;
    font-weight: bold;
}




/*        aoubt me section 2 CSS */

#about {
    position: relative;
}

.about-me {
    position: absolute;
    top: 30%;
    left: 45%;

}


.me {
    position: absolute;
    top: 10%;
    left: -50%;
    transform: translateX(-50%);
    z-index: 1;
}

.history {
    width: 40%;
    float: left;
    margin: 20px
}

.history-box {
    margin: 100px;
}

.history-box div {
    padding: 9px;
}

.history-box1 {
    display: inline-block;
    padding: 5px;
}

.history img {
    padding: 15px;
}




.aboutme-line {
    max-width: 95%;
    border-top: 3px solid #333866;
    margin: 200px 25px 0;
}



.line {
    display: flex;
    color: #333866;
    flex-basis: 100%;
    align-items: center;
    font-size: 25px;
    margin: 40px 0px;
    text-transform: capitalize;
    font-weight: 600;
}

.line3 {
    margin: 60px 0px;
}



.line::before,
.line::after {
    content: "";
    flex-grow: 1;
    background: #333866;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 16px;
}





/*SKILL CSS */

.layout-wrap {
    max-width: 60%;
    float: left;
    margin-left: 240px;
}

.skill {
    width: 100%;
    /*    float: left;*/
    /*    margin-top: 40px;*/
    /*    background-color: antiquewhite*/
}



#circle {
    margin: 15px;
    width: 130px;
    height: 130px;
    position: relative;
    float: left;

}


#circle2 {
    margin: 15px;
    width: 130px;
    height: 130px;
    position: relative;
    float: left;
    text-align: center;
    letter-spacing: 0.1em
}

#circle3 {
    margin: 15px;
    width: 130px;
    height: 130px;
    position: relative;
    float: left;
    text-align: center;
    letter-spacing: 0.1em
}

#circle p {
    position: absolute;
    bottom: -40px;
    right: 45%;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 20px;
    text-transform: capitalize;
    color: #f35d5d;
    font-weight: bold;

}

#circle2 p {
    position: absolute;
    bottom: -40px;
    right: 40%;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 20px;
    text-transform: capitalize;
    color: #f35d5d;
    font-weight: bold;
}

#circle3 p {
    position: absolute;
    bottom: -40px;
    right: 0;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    width: 135px;
    color: #f35d5d;
    font-weight: bold;

}

/* work_graphic,web section 3 CSS */

.container {
    width: 80%;
    margin: 0 140px;
}

.container h1 {
    width: 150px;
    margin: 180px auto 0;
    text-align: center;
    color: #26281d;
    text-transform: uppercase;
    font-size: 2em;
    padding: 5px;

}

.container .g-h1 {
    margin: 90px auto 0;

}

.main {
    width: 90%;
    padding: 1em;
    margin: auto;
}

.main2 {
    width: 90%;
    padding-top: 1em;
    margin: auto;
}

.modal-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: none;
    border: 2px solid #f35d5d;
    color: #f35d5d;
    font-size: 1.2em;
    cursor: pointer;
    float: right;
    margin: 10px;
    transition: 0.3s;

}

.modal-btn:hover {
    background: #f35d5d;
    font-weight: bold;
    color: #fff;
    font-size: 1.5em;

}

/* modal 0711추가 */

.modal-content1,
.modal-content2{
	display: none;
	width: 75%;
	right: 3%;
	position: fixed;
	top: 5%;
	height: 90%;
	background-color: antiquewhite;
	z-index: 1000;
	overflow: auto;
}
.modal-content1 img,
.modal-content2 img{
    margin: 5% 0 20px 0;
    max-width: 90%;
}

.btn-close{
	position: fixed;
	top: 5%;
	width: 75%;
	height: 50px;
	right: 3%;
	background-color: #fff;
}
.modal-content{
	text-align: center;
}
/* 스크롤바 scroll*/
::-webkit-scrollbar{width: 10px;}
::-webkit-scrollbar-track{background: rgba(255,255,255,1);}
::-webkit-scrollbar-thumb{
    background: #f35d5d;border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover{
    background: #f35d5d;
}
::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment{
    width: 10px; height: 0px; background: #ffffff;}


/* -end*/


/* General grid styles */
.cbp-ig-grid {
    list-style: none;
    margin: 0;
}

/* Clear floats */
.cbp-ig-grid:before,
.cbp-ig-grid:after {
    content: " ";
    display: table;
}

.cbp-ig-grid:after {
    clear: both;
}

/* grid item */
.cbp-ig-grid li {
    width: 33%;
    float: left;
    height: 450px;
    text-align: center;
    border-top: 1px solid #ddd;
}

.cbp-ig-grid2 li {
    width: 33%;
    float: left;
    height: 370px;
    text-align: center;
    border-top: 1px solid #ddd;
}

/* we are using a combination of borders and box shadows to control the grid lines */
.cbp-ig-grid li:nth-child(-n+3) {
    border-top: none;
}

.cbp-ig-grid li:nth-child(3n-1),
.cbp-ig-grid li:nth-child(3n-2) {
    box-shadow: 1px 0 0 #ddd;
}

/* anchor style */
.cbp-ig-grid li > a {
    display: block;
    height: 100%;
    color: #26281d;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
}

/* the icon with pseudo class for icon font */
.cbp-ig-icon {
    padding: 60px 0;
    display: block;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -moz-transform 0.2s;
    transition: transform 0.2s;
    /*    background-color: rgba(255,255,255,0.1)*/
}

.cbp-ig-icon img {
    display: inline-block;
    box-shadow: 0px 5px 13px 1px rgba(0, 0, 0, 0.3);
    width: 70%;

}

/* title element */
.cbp-ig-grid .cbp-ig-title {
    margin: 40px 0 10px 0;
    padding: 20px 0 0 0;
    font-size: 1.5em;
    position: relative;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.cbp-ig-grid .title_1 {
    margin: 0;

}

.cbp-ig-grid .cbp-ig-title {
    font-size: 1.5rem;
}

.cbp-ig-grid .cbp-ig-title:before {
    content: '';
    position: absolute;
    background: #26281d;
    width: 160px;
    height: 3px;
    top: 0px;
    left: 50%;
    margin: -10px 0 0 -80px;
    -webkit-transition: margin-top 0.2s;
    /* top or translate does not seem to work in Firefox */
    -moz-transition: margin-top 0.2s;
    transition: margin-top 0.2s;
}

.cbp-ig-grid .cbp-ig-category {
    text-transform: uppercase;
    display: inline-block;
    font-size: 1.4em;
    letter-spacing: 1px;
    padding: 20px;
    /*    color: #fff;*/
    /*    color: #26281d;*/
    color: #e9e6d9;
    -webkit-transform: translateY(10px);
    -moz-transform: -moz-translateY(10px);
    -ms-transform: -ms-translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    -webkit-transition: transform 0.3s, opacity 0.2s;
}

.cbp-ig-grid .cbp-ig-category {
    font-size: 1.2em;
}

.cbp-ig-grid li:hover .cbp-ig-category,
.touch .cbp-ig-grid li .cbp-ig-category {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

/* Hover styles */

.cbp-ig-grid li > a:hover {
    /*    background: #292b52;*/
    background: #f35d5d;
}

.cbp-ig-grid li > a:hover .cbp-ig-icon {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.cbp-ig-grid li > a:hover .cbp-ig-icon:before,
.cbp-ig-grid li > a:hover .cbp-ig-title {
    color: #e9e6d9;
}

.cbp-ig-grid li > a:hover .cbp-ig-title {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}

.cbp-ig-grid li > a:hover .cbp-ig-title:before {
    background: #e9e6d9;
    margin-top: 90px;
}


@media screen and (max-width: 62.75em) {
    .cbp-ig-grid li {
        /*        width: 50%;*/
    }

    reset the grid lines .cbp-ig-grid li:nth-child(-n+3) {
        border-top: 1px solid #ddd;
    }

    .cbp-ig-grid li:nth-child(3n-1),
    .cbp-ig-grid li:nth-child(3n-2) {
        box-shadow: none;
    }

    .cbp-ig-grid li:nth-child(-n+2) {
        border-top: none;
    }

    .cbp-ig-grid li:nth-child(2n-1) {
        box-shadow: 1px 0 0 #ddd;
    }
}

@media screen and (max-width: 41.6em) {
    .cbp-ig-grid li {
        width: 100%;
    }

    .cbp-ig-grid li:nth-child(-n+2) {
        border-top: 1px solid #ddd;
    }

    .cbp-ig-grid li:nth-child(2n-1) {
        box-shadow: none
    }

    .cbp-ig-grid li:first-child {
        border-top: none;
    }
}

@media screen and (max-width: 25em) {
    .cbp-ig-grid {
        font-size: 80%;
    }

    .cbp-ig-grid .cbp-ig-category {
        margin-top: 20px;
    }
}







/*       work_web section 4 CSS */

/*scroll-down event css */

.work_web {
    position: relative;
}

.scroll-position {
    position: absolute;
    bottom: 0;
    left: 40%;
    transform: translateX(-50%);
}

.scroll-down img {
    width: 30px;
    padding: 20px;
    -webkit-animation: 1.5s arrow infinite ease;
    animation: 1.5s arrow infinite ease;
}

.scroll:hover {
    text-decoration: none;
}

.scroll:after {
    content: '';
    background-image: url(../logo_icon/icon_down.svg)
        /*    width: 15px;*/
        /*    height: 15px;*/
        /*    position: absolute;*/
        /*    margin: auto;*/
        /*    right: 0;*/
        /*    bottom: 20px;*/
        /*    left: 0;*/
        -webkit-animation: 1.5s arrow infinite ease;
    animation: 1.5s arrow infinite ease;
}



@-webkit-keyframes arrow {

    0%,
    100% {
        top: 5px;
    }

    50% {
        top: 15px;
    }
}

@keyframes arrow {

    0%,
    100% {
        top: 5px;
    }

    50% {
        top: 15px;
    }
}


/*footer : contact CSS*/

footer {
    clear: both;
    position: relative;
    width: 100%;
    height: 310px;
    background-color: #e9e6d9;
    border-top: 1px solid #ddd;
    z-index: 5;
    color: #26281d;
    box-shadow: 0px -9px 20px -10px rgba(0, 0, 0, 0.2);
}

.contact_box {
    margin: 30px auto;
    text-align: center;
}

.contact_box h1 {
    font-family: 'Noto Sans KR', sans-serif;
    text-transform: capitalize;
    padding: 5px;
    letter-spacing: 0.03em;
    font-size: 35px;

}

.email_box {
    width: 250px;
    margin: auto;
    padding: 18px;
}

.email_box img {
    float: left;
}

.email_box p {
    font-family: 'Noto Sans KR', sans-serif;
    color: #000;

}

.bottom_bg {
    width: 100%;
    height: 130px;
    background-image: url(../contact_footer/bg01.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
}









/*반응형 */

/*0-1850px*/
@media screen and (max-width:1850px) {}

/*0-1750px*/
@media screen and (max-width:1750px) {}

/*0-1660px*/
@media screen and (max-width:1660px) {}

/*0-1500px*/
@media screen and (max-width:1500px) {}

/*0-1500px*/
@media screen and (max-width:1400px) {}

/*0-1380px*/
@media screen and (max-width:1380px) {



    /*0-1226px*/
    @media screen and (max-width:1226px) {}

    /*0-1212px*/
    @media screen and (max-width:1212px) {}



    /*0-1155px*/
    @media screen and (max-width:1155px) {}

    /*0-1110px*/
    @media screen and (max-width:1110px) {}




    /*0-964px*/
    @media screen and (max-width:964px) {

        section {
            width: 100%;
            height: 100%;
            position: relative;
            float: right;
        }

        nav {
            position: fixed;
            width: 100%;
            height: 85px;
            background-color: #f35d5d;
        }

        .nav-list {
            display: none;
        }

        nav h1 {
            float: left;
            margin: 10px 30px;
        }

        nav h1 img {
            width: 60px;
        }

        .sns {
            display: none;
        }


        .menu-btn {
            float: right;
            margin: 20px 30px;
            padding: 5px;
            width: 35px;
            cursor: pointer;
            opacity: 1;
            z-index: 20;
        }


        .menu-btn .bar {
            width: 35px;
            height: 3px;
            background-color: #e9e6d9;
            margin: 4px 0;
            transition: 0.3s;
            border-radius: 3px;
            cursor: pointer;
            float: right;
        }

        .menu-btn .bar:nth-child(2) {
            width: 25px;
        }

        .menu-btn .bar:hover {
            width: 25px;
            transition: all 0.3s;
        }

        .menu-btn .bar:nth-child(2):hover {
            width: 35px;
        }

    }


    /*0-830px*/
    @media screen and (max-width:830px) {


        .text #ghost {
            font-size: 3.5rem;
        }

    }


    /*0-740px*/
    @media screen and (max-width:740px) {

        .text img {
            width: 55px;
        }

        .text #ghost {
            font-size: 2.8rem;
        }


    }

    /*0-500px*/
    @media screen and (max-width:540px) {

        .text img {
            width: 45px;
        }

        .text {
            padding: 20px;
        }

            .text #ghost {
                font-size: 2.5rem;
                padding: 0;
            }




            /*0-448px*/
            @media screen and (max-width:448px) {}
