@charset "utf-8";
/*
cameraclub.css

Version History
    1.0     First Build
    1.1.1

Usage :
<link rel='stylesheet' type='text/css' charset='utf-8' href='cameraclub.css'>

Check :
https://jigsaw.w3.org/css-validator/validator?uri=https://cameraclub.kr/cssjs/cameraclub.css
*/

@import url('https://fonts.googleapis.com/css2?family=Gowun+Dodum&display=swap');
/*
고운 돋움
@font-face {
  font-family: 'Gowun Dodum';
  font-weight: 400;
  font-style: normal;
  src:    url('GowunDodum-Regular.woff') format('woff');
}
*/

*, *:before, *:after {
    box-sizing: border-box;
}

HTML, BODY {
  height: auto;       /* height:100% 쓰지 말기 */
  min-height: 100%;   /* 필요하면 이걸로 */
  overflow-x: hidden; /* 세로 스크롤만 허용 */
}

BODY {
    margin: 0;

    color: white;

    font-family: 'Gowun Dodum', sans-serif, Courier, monospace;
    background-color: #AAAEAF;
    background-image: linear-gradient(to bottom, rgba(100, 110, 120, 0.4) 0%, rgba(110, 120, 140,  0.4) 40%, rgba(100, 110, 120, 0.9) 100%);

    font-weight: normal;
    font-size: 15px;
    line-height: 1.2;
}
BODY:BEFORE {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

	content: "";
	z-index: -99;
	
	width: 100%;
	height: 100vh;
  
	background-color: #202020;
	
	background-image: url('/API/hFetch_Data.php?img=img');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
    /*filter: contrast(40%) brightness(20%) grayscale(30%);*/
	
	/* 모바일 스크롤 시 주소창 없어질 때 하단의 공백 생기는 것 방지용 */
	will-change: transform;
}

IMG {
    max-width:100%;
}

H1.title {
    max-width: 900px !important;

    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 80%;

    border-radius: 0 0 25px 15px;
    background-image: linear-gradient(to bottom right,rgba(0,0,0,0.3) 00%,rgba(0,0,0,0) 100%);
}

/*************/
/** Element **/
#id_body_wrap {
    /*height: 100vh;*/
}

.body_content {
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-55%) translateX(-50%);;
    */

    z-index: 10;
    max-width: 900px;

    font-family: 'Gowun Dodum', sans-serif, Courier, monospace;
    color: #001030;
    font-size: 18px;

    background-color: rgba(245,255,255,0.4);
    border-radius: 12px 0px 20px 6px;
    /*border-left: 1px solid #d0d0d0;
    border-bottom: 1px solid #b0b0b0;
    border-right: 1px solid #b0b0b0;*/
    /*box-shadow: 1px 1px 3px 1px rgba(0,0,0, 0.3);*/
    /*filter: drop-shadow(1px 1px 1px #202020);*/
    filter: drop-shadow(2px 2px 3px rgba(0,0,0, 0.3));


    padding-top:    30px;
    padding-bottom: 10px;
    padding-left:   20px;
    padding-right:  20px;

}
.content_title {
    font-family: inherit;
    font-weight: bold;
    font-size: 20px;
    color: #000510;

    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;

}
.content_box {
    flex-grow: 1;

    text-align: left;

    min-width: 150px;
    max-width: 350px;

    background-color: rgba(245,255,255,0.7);
    border-radius: 12px 0px 20px 6px;
    /*border-left: 1px solid #d0d0d0;
    border-bottom: 1px solid #b0b0b0;
    border-right: 1px solid #b0b0b0;*/
    box-shadow: 0px 2px 9px 0px rgba(0,0,0, 0.4);
    /*filter: drop-shadow(1px 1px 1px #202020);*/
    /*filter: drop-shadow(2px 2px 3px rgba(0,0,0, 0.3));*/

    padding: 10px 20px 20px;
    margin-top: 10px;
    /*transform: rotate(-2deg);*/

    transition-property: transform;
    transition-duration: 3s;
}
.content_box:HOVER {
    background-color: rgba(245,255,255,0.9);
}

.content_box .content_box_title {
}
.content_box .content_box_msg {
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;

    background-color: rgba(255,255,255,0.55);
    box-shadow: inset 1px 1px 2px rgba(0,0,0, 0.3);
    border-radius: 6px 0px 10px 3px;
}

.saying {
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    word-break: keep-all;

    width: 100%;
    margin-top: 30px;
    margin-bottom: 00px;

    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;

    background-color: rgba(225,245,255,0.75);
    box-shadow: inset 1px 2px 2px rgba(0,0,0, 0.3);
    border-radius: 6px 0px 10px 3px;

}
.content_box .content_box_msg .content_box_item {
    font-family: inherit;
    font-weight: initial;
    font-size: 19px;
    color: black;
    word-break:keep-all;
    line-height: 150%;

}
.content_box .content_box_msg .content_box_item A {
    color: #000010;
    text-decoration: none;
}
.content_box .content_box_msg .content_box_item A:HOVER {
    color: #400090;
    text-decoration: none;
}

.rotate-3 { transform: rotate(-3deg); }
.rotate-2 { transform: rotate(-2deg); }
.rotate-1 { transform: rotate(-1deg); }
.rotate0  { transform: rotate(0deg);  }
.rotate1  { transform: rotate(1deg);  }
.rotate2  { transform: rotate(2deg);  }
.rotate3  { transform: rotate(3deg);  }

@keyframes rotate_ani {
    0% { }
    100% {transform: rotate(30deg); }
}
.rotate_ani_class {
    animation-name: rotate_ani;
    animation-duration: 10s;
    animation-fill-mode: both;
}

.footer_bottom {
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;

    bottom: 0;
    width: 60%;

    font-family: Arial, Tahoma, Verdana, Roboto, sans-serif;
    font-weight: bold;
    font-size: small;
    color: #505060;

    padding: 2px 10px;
    text-align: center;

    background-image: linear-gradient(to bottom, rgba(210,230,255, 0.45), rgba(210,230,255, 0.85));
    border-radius: 15px 15px 0 0;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
}

/** ETC **/
hr.heisme-hr {
    /*border-top: 1px dashed rgba(255,255,255,0.2);
    border-bottom: 1px dotted rgba(255,255,255,0.4);*/
    border: 1px dashed rgba(255,255,255,0.2);
    height: 0px;
    width: 60%;
}

.h-viewonly-pc {
    display: initial;
}

@keyframes fade_in {
    0% {opacity: 0}
    100% {opacity: 1}
}
.fade_in {
    animation-name: fade_in;
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fade_inout {
    0% {opacity: 0}
    10% {opacity: 0}
    20% {opacity: 1}
    80% {opacity: 1}
    100% {opacity: 0}
}
.fade_inout {
    animation-name: fade_inout;
    animation-duration: 30s;
    animation-fill-mode: both;
}
.fade_inout2 {
    animation-name: fade_inout;
    animation-duration: 20s;
    animation-fill-mode: both;
}
.hover_opacity {
    opacity: 80%;
    transition-property: opacity;
    transition-duration: 0.5s;
}
.hover_opacity:HOVER {
    opacity: 100%;
}

/************************/
/* 휴대폰등 소형 화면용 */
@media all and (max-width:768px)
{
	.rotate-3 { transform: rotate(3deg); }
	.rotate-2 { transform: rotate(2deg); }
	.rotate-1 { transform: rotate(1deg); }
	.rotate0 { transform: rotate(0deg);  }
	.rotate1  { transform: rotate(-1deg);  }
	.rotate2  { transform: rotate(-2deg);  }
	.rotate3  { transform: rotate(-3deg);  }

    .content_box {
        transition-duration: 2s;
    }

    .body_content {
        margin-top:   20px;
        margin-left:  5%;
        margin-right: 5%;
    }

    .footer_bottom {
        width: 80%;
        /*background-image: linear-gradient(to bottom, rgba(210,230,255, 0.3), rgba(210,230,255, 0.7));*/
    }

    .saying {
        word-break: break-all;
    }

    .h-viewonly-pc {
        display: none;
    }
} /* @media all and (max-width:768px) */

@media all and (max-width:480px)
{
    .rotate-3 { transform: rotate(-2deg); }
    .rotate-2 { transform: rotate(-1.5deg); }
    .rotate-1 { transform: rotate(-1deg); }
    .rotate0 { transform: rotate(0deg);  }
    .rotate1  { transform: rotate(1deg);  }
    .rotate2  { transform: rotate(1.5deg);  }
    .rotate3  { transform: rotate(2deg);  }

    .content_box {
        transition-duration: 1.5s;
    }
	.footer_bottom {
		position: relative;
	}

} /* @media all and (max-width:480px) */

/* for print only */
@media print {

    .heisme-newPage {
        display: block !important;
        break-before: page;
    }
    .heisme-noPrint {
        visibility: hidden;
        /*display: none !important;*/
    }

} /* end of @media print */

/**************************************************/
/** EOF : End of File *****************************/
/**************************************************/
