@charset "UTF-8";

/*pc에서보기*/
@media screen and (min-width:1201px) {
    
/*gallery_modal01*/  

.gallery_box01{
    width: 100%;
    float: left;
}

.gallery_box01_list > li {
    padding: 0 8px;
}

.gallery_box01_list:after {
    content: "";
    display: table;
    clear: both;
}

.gallery_box01_list > li {
    width: 25%;
    float: left;
}

.gallery_box01_list > li > img {
    width: 100%;
    height: 180px;
    transition: all 0.2s ease 0s;
}

.gallery_box01_list > li > img:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.thumbnail01_list {
    width: 100%;
    float: left;
}

.thumbnail01_list > li {
    width: 25%;
    float: left;
}

.thumbnail01_list > li:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.thumbnail01 {
    width: 100%;
    cursor: pointer;
    opacity: 0.6;
}

.img_active01,
.thumbnail01:hover {
    opacity: 1;
}  

.gal_number01 {
    display: none;
}    

.gal_number01:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.gal_number01 img {
    width: 100%;
    display: block;
}   

/*modal*/

.gal_modal01 {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 50px;
}
    
.gallery_modal_content01 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/*modal*/

/*Button*/

.gal_close01 {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.gal_close01:hover,
.gal_close01:focus {
    color: #EF8200;
    text-decoration: none;
    cursor: pointer;
}

.gal_prev01,
.gal_next01 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.gal_next01 {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.gal_prev01:hover,
.gal_next01:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.numbertext01 {
    color: #fff;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/*Button*/

/*caption*/

.caption-container01 {
    text-align: center;
    background-color: #000;
    padding: 2px 16px;
    color: #fff;
}

#caption01 {
    font-size: 20px;
}
    
/*caption*/

/*gallery_modal01*/    

/*gallery_modal02*/  

.gallery_box02{
    width: 100%;
    float: left;
}

.gallery_box02_list > li {
    padding: 0 8px;
}

.gallery_box02_list:after {
    content: "";
    display: table;
    clear: both;
}

.gallery_box02_list > li {
    width: 25%;
    float: left;
}

.gallery_box02_list > li > img {
    width: 100%;
    height: 180px;
    transition: all 0.2s ease 0s;
}

.gallery_box02_list > li > img:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.thumbnail02_list {
    width: 100%;
    float: left;
}

.thumbnail02_list > li {
    width: 25%;
    float: left;
}

.thumbnail02_list > li:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.thumbnail02 {
    width: 100%;
    cursor: pointer;
    opacity: 0.6;
}

.img_active02,
.thumbnail02:hover {
    opacity: 1;
}  

.gal_number02 {
    display: none;
}    

.gal_number02:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.gal_number02 img {
    width: 100%;
    display: block;
}   

/*modal*/

.gal_modal02 {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 50px;
}
    
.gallery_modal_content02 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/*modal*/

/*Button*/

.gal_close02 {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.gal_close02:hover,
.gal_close02:focus {
    color: #EF8200;
    text-decoration: none;
    cursor: pointer;
}

.gal_prev02,
.gal_next02 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.gal_next02 {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.gal_prev02:hover,
.gal_next02:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.numbertext02 {
    color: #fff;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/*Button*/

/*caption*/

.caption-container02 {
    text-align: center;
    background-color: #000;
    padding: 2px 16px;
    color: #fff;
}

#caption02 {
    font-size: 20px;
}
    
/*caption*/

/*gallery_modal02*/    
    
/*gallery_modal03*/  

.gallery_box03{
    width: 100%;
    float: left;
}

.gallery_box03_list > li {
    padding: 0 8px;
}

.gallery_box03_list:after {
    content: "";
    display: table;
    clear: both;
}

.gallery_box03_list > li {
    width: 25%;
    float: left;
}

.gallery_box03_list > li > img {
    width: 100%;
    height: 180px;
    transition: all 0.2s ease 0s;
}

.gallery_box03_list > li > img:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.thumbnail03_list {
    width: 100%;
    float: left;
}

.thumbnail03_list > li {
    width: 25%;
    float: left;
}

.thumbnail03_list > li:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.thumbnail03 {
    width: 100%;
    cursor: pointer;
    opacity: 0.6;
}

.img_active03,
.thumbnail03:hover {
    opacity: 1;
}  

.gal_number03 {
    display: none;
}    

.gal_number03:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.gal_number03 img {
    width: 100%;
    display: block;
}   

/*modal*/

.gal_modal03 {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 50px;
}
    
.gallery_modal_content03 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/*modal*/

/*Button*/

.gal_close03 {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.gal_close03:hover,
.gal_close03:focus {
    color: #EF8200;
    text-decoration: none;
    cursor: pointer;
}

.gal_prev03,
.gal_next03 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.gal_next03 {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.gal_prev03:hover,
.gal_next03:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.numbertext03 {
    color: #fff;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/*Button*/

/*caption*/

.caption-container03 {
    text-align: center;
    background-color: #000;
    padding: 2px 16px;
    color: #fff;
}

#caption03 {
    font-size: 20px;
}
    
/*caption*/

/*gallery_modal03*/     
    
/*gallery_modal04*/  

.gallery_box04{
    width: 100%;
    float: left;
}

.gallery_box04_list > li {
    padding: 0 8px;
}

.gallery_box04_list:after {
    content: "";
    display: table;
    clear: both;
}

.gallery_box04_list > li {
    width: 25%;
    float: left;
}

.gallery_box04_list > li > img {
    width: 100%;
    height: 180px;
    transition: all 0.2s ease 0s;
}

.gallery_box04_list > li > img:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.thumbnail04_list {
    width: 100%;
    float: left;
}

.thumbnail04_list > li {
    width: 25%;
    float: left;
}

.thumbnail04_list > li:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.thumbnail04 {
    width: 100%;
    cursor: pointer;
    opacity: 0.6;
}

.img_active04,
.thumbnail04:hover {
    opacity: 1;
}  

.gal_number04 {
    display: none;
}    

.gal_number04:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.gal_number04 img {
    width: 100%;
    display: block;
}   

/*modal*/

.gal_modal04 {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 50px;
}
    
.gallery_modal_content04 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/*modal*/

/*Button*/

.gal_close04 {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.gal_close04:hover,
.gal_close04:focus {
    color: #EF8200;
    text-decoration: none;
    cursor: pointer;
}

.gal_prev04,
.gal_next04 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.gal_next04 {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.gal_prev04:hover,
.gal_next04:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.numbertext04 {
    color: #fff;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/*Button*/

/*caption*/

.caption-container04 {
    text-align: center;
    background-color: #000;
    padding: 2px 16px;
    color: #fff;
}

#caption04 {
    font-size: 20px;
}
    
/*caption*/

/*gallery_modal04*/    
    
/*gallery_modal05*/  

.gallery_box05{
    width: 100%;
    float: left;
}

.gallery_box05_list > li {
    padding: 0 8px;
}

.gallery_box05_list:after {
    content: "";
    display: table;
    clear: both;
}

.gallery_box05_list > li {
    width: 25%;
    float: left;
}

.gallery_box05_list > li > img {
    width: 100%;
    height: 180px;
    transition: all 0.2s ease 0s;
}

.gallery_box05_list > li > img:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.thumbnail05_list {
    width: 100%;
    float: left;
}

.thumbnail05_list > li {
    width: 25%;
    float: left;
}

.thumbnail05_list > li:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.thumbnail05 {
    width: 100%;
    cursor: pointer;
    opacity: 0.6;
}

.img_active05,
.thumbnail05:hover {
    opacity: 1;
}  

.gal_number05 {
    display: none;
}    

.gal_number05:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.gal_number05 img {
    width: 100%;
    display: block;
}   

/*modal*/

.gal_modal05 {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 50px;
}
    
.gallery_modal_content05 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/*modal*/

/*Button*/

.gal_close05 {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.gal_close05:hover,
.gal_close05:focus {
    color: #EF8200;
    text-decoration: none;
    cursor: pointer;
}

.gal_prev05,
.gal_next05 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.gal_next05 {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.gal_prev05:hover,
.gal_next05:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.numbertext05 {
    color: #fff;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/*Button*/

/*caption*/

.caption-container05 {
    text-align: center;
    background-color: #000;
    padding: 2px 16px;
    color: #fff;
}

#caption05 {
    font-size: 20px;
}
    
/*caption*/

/*gallery_modal05*/     
    
    
}

/*타블렛에서보기*/
@media screen and (min-width:600px) and (max-width:1200px) {
    
/*gallery_modal01*/      
    
.gallery_box01 {
    width: 100%;
    float: left;
}

.gallery_box01_list > li {
    padding: 0 8px;
}

.gallery_box01_list:after {
    content: "";
    display: table;
    clear: both;
}

.gallery_box01_list > li {
    width: 49%;
    float: left;
    margin: 0 0.5% 20px;
}

.gallery_box01_list > li > img {
    width: 100%;
    transition: all 0.2s ease 0s;
}

.gallery_box01_list > li > img:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.thumbnail01_list {
    width: 100%;
    float: left;
}

.thumbnail01_list > li {
    width: 25%;
    float: left;
}

.thumbnail01_list > li:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.thumbnail01 {
    width: 100%;
    cursor: pointer;
    opacity: 0.6;
}

.img_active01,
.thumbnail01:hover {
    opacity: 1;
}

.gal_number01 {
    display: none;
}

.gal_number01:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.gal_number01 img {
    width: 100%;
    display: block;
}

/*modal*/

.gal_modal01 {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 200px;
}

.gallery_modal_content01 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/*modal*/

/*Button*/

.gal_close01 {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.gal_close01:hover,
.gal_close01:focus {
    color: #EF8200;
    text-decoration: none;
    cursor: pointer;
}

.gal_prev01,
.gal_next01 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.gal_next01 {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.gal_prev01:hover,
.gal_next01:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.numbertext01 {
    color: #fff;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/*Button*/

/*caption*/

.caption-container01 {
    text-align: center;
    background-color: #000;
    padding: 2px 16px;
    color: #fff;
}

#caption01 {
    font-size: 20px;
}

/*caption*/   
    
/*gallery_modal01*/  
    
/*gallery_modal02*/      
    
.gallery_box02 {
    width: 100%;
    float: left;
}

.gallery_box02_list > li {
    padding: 0 8px;
}

.gallery_box02_list:after {
    content: "";
    display: table;
    clear: both;
}

.gallery_box02_list > li {
    width: 49%;
    float: left;
    margin: 0 0.5% 20px;
}

.gallery_box02_list > li > img {
    width: 100%;
    transition: all 0.2s ease 0s;
}

.gallery_box02_list > li > img:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.thumbnail02_list {
    width: 100%;
    float: left;
}

.thumbnail02_list > li {
    width: 25%;
    float: left;
}

.thumbnail02_list > li:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.thumbnail02 {
    width: 100%;
    cursor: pointer;
    opacity: 0.6;
}

.img_active02,
.thumbnail02:hover {
    opacity: 1;
}

.gal_number02 {
    display: none;
}

.gal_number02:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.gal_number02 img {
    width: 100%;
    display: block;
}

/*modal*/

.gal_modal02 {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 200px;
}

.gallery_modal_content02 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/*modal*/

/*Button*/

.gal_close02 {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.gal_close02:hover,
.gal_close02:focus {
    color: #EF8200;
    text-decoration: none;
    cursor: pointer;
}

.gal_prev02,
.gal_next02 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.gal_next02 {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.gal_prev02:hover,
.gal_next02:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.numbertext02 {
    color: #fff;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/*Button*/

/*caption*/

.caption-container02 {
    text-align: center;
    background-color: #000;
    padding: 2px 16px;
    color: #fff;
}

#caption02 {
    font-size: 20px;
}

/*caption*/   
    
/*gallery_modal02*/ 
    
/*gallery_modal03*/      
    
.gallery_box03 {
    width: 100%;
    float: left;
}

.gallery_box03_list > li {
    padding: 0 8px;
}

.gallery_box03_list:after {
    content: "";
    display: table;
    clear: both;
}

.gallery_box03_list > li {
    width: 49%;
    float: left;
    margin: 0 0.5% 20px;
}

.gallery_box03_list > li > img {
    width: 100%;
    transition: all 0.2s ease 0s;
}

.gallery_box03_list > li > img:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.thumbnail03_list {
    width: 100%;
    float: left;
}

.thumbnail03_list > li {
    width: 25%;
    float: left;
}

.thumbnail03_list > li:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.thumbnail03 {
    width: 100%;
    cursor: pointer;
    opacity: 0.6;
}

.img_active03,
.thumbnail03:hover {
    opacity: 1;
}

.gal_number03 {
    display: none;
}

.gal_number03:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.gal_number03 img {
    width: 100%;
    display: block;
}

/*modal*/

.gal_modal03 {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 200px;
}

.gallery_modal_content03 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/*modal*/

/*Button*/

.gal_close03 {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.gal_close03:hover,
.gal_close03:focus {
    color: #EF8200;
    text-decoration: none;
    cursor: pointer;
}

.gal_prev03,
.gal_next03 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.gal_next03 {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.gal_prev03:hover,
.gal_next03:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.numbertext03 {
    color: #fff;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/*Button*/

/*caption*/

.caption-container03 {
    text-align: center;
    background-color: #000;
    padding: 2px 16px;
    color: #fff;
}

#caption03 {
    font-size: 20px;
}

/*caption*/   
    
/*gallery_modal03*/   
    
/*gallery_modal04*/      
    
.gallery_box04 {
    width: 100%;
    float: left;
}

.gallery_box04_list > li {
    padding: 0 8px;
}

.gallery_box04_list:after {
    content: "";
    display: table;
    clear: both;
}

.gallery_box04_list > li {
    width: 49%;
    float: left;
    margin: 0 0.5% 20px;
}

.gallery_box04_list > li > img {
    width: 100%;
    transition: all 0.2s ease 0s;
}

.gallery_box04_list > li > img:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.thumbnail04_list {
    width: 100%;
    float: left;
}

.thumbnail04_list > li {
    width: 25%;
    float: left;
}

.thumbnail04_list > li:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.thumbnail04 {
    width: 100%;
    cursor: pointer;
    opacity: 0.6;
}

.img_active04,
.thumbnail04:hover {
    opacity: 1;
}

.gal_number04 {
    display: none;
}

.gal_number04:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.gal_number04 img {
    width: 100%;
    display: block;
}

/*modal*/

.gal_modal04 {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 200px;
}

.gallery_modal_content04 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/*modal*/

/*Button*/

.gal_close04 {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.gal_close04:hover,
.gal_close04:focus {
    color: #EF8200;
    text-decoration: none;
    cursor: pointer;
}

.gal_prev04,
.gal_next04 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.gal_next04 {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.gal_prev04:hover,
.gal_next04:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.numbertext04 {
    color: #fff;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/*Button*/

/*caption*/

.caption-container04 {
    text-align: center;
    background-color: #000;
    padding: 2px 16px;
    color: #fff;
}

#caption04 {
    font-size: 20px;
}

/*caption*/   
    
/*gallery_modal04*/    
    
/*gallery_modal05*/      
    
.gallery_box05 {
    width: 100%;
    float: left;
}

.gallery_box05_list > li {
    padding: 0 8px;
}

.gallery_box05_list:after {
    content: "";
    display: table;
    clear: both;
}

.gallery_box05_list > li {
    width: 49%;
    float: left;
    margin: 0 0.5% 20px;
}

.gallery_box05_list > li > img {
    width: 100%;
    transition: all 0.2s ease 0s;
}

.gallery_box05_list > li > img:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.thumbnail05_list {
    width: 100%;
    float: left;
}

.thumbnail05_list > li {
    width: 25%;
    float: left;
}

.thumbnail05_list > li:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.thumbnail05 {
    width: 100%;
    cursor: pointer;
    opacity: 0.6;
}

.img_active05,
.thumbnail05:hover {
    opacity: 1;
}

.gal_number05 {
    display: none;
}

.gal_number05:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.gal_number05 img {
    width: 100%;
    display: block;
}

/*modal*/

.gal_modal05 {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 200px;
}

.gallery_modal_content05 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/*modal*/

/*Button*/

.gal_close05 {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.gal_close05:hover,
.gal_close05:focus {
    color: #EF8200;
    text-decoration: none;
    cursor: pointer;
}

.gal_prev05,
.gal_next05 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.gal_next05 {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.gal_prev05:hover,
.gal_next05:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.numbertext05 {
    color: #fff;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/*Button*/

/*caption*/

.caption-container05 {
    text-align: center;
    background-color: #000;
    padding: 2px 16px;
    color: #fff;
}

#caption05 {
    font-size: 20px;
}

/*caption*/   
    
/*gallery_modal05*/    

}

/*핸드폰기기에서 보기*/
@media screen and (max-width:599px) {
    
/*gallery_modal01*/    
    
.gallery_box01 {
    width: 100%;
    float: left;
}

.gallery_box01_list > li {
    padding: 0 8px;
}

.gallery_box01_list:after {
    content: "";
    display: table;
    clear: both;
}

.gallery_box01_list > li {
    width: 90%;
    float: left;
    margin: 0 5% 20px;
}

.gallery_box01_list > li > img {
    width: 100%;
    transition: all 0.2s ease 0s;
}

.gallery_box01_list > li > img:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.thumbnail01_list {
    width: 100%;
    float: left;
}

.thumbnail01_list > li {
    width: 25%;
    float: left;
}

.thumbnail01_list > li:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.thumbnail01 {
    width: 100%;
    cursor: pointer;
    opacity: 0.6;
}

.img_active01,
.thumbnail01:hover {
    opacity: 1;
}

.gal_number01 {
    display: none;
}

.gal_number01:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.gal_number01 img {
    width: 100%;
    display: block;
}

/*modal*/

.gal_modal01 {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 100px;
}

.gallery_modal_content01 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/*modal*/

/*Button*/

.gal_close01 {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.gal_close01:hover,
.gal_close01:focus {
    color: #EF8200;
    text-decoration: none;
    cursor: pointer;
}

.gal_prev01,
.gal_next01 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.gal_next01 {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.gal_prev01:hover,
.gal_next01:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.numbertext01 {
    color: #fff;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/*Button*/

/*caption*/

.caption-container01 {
    text-align: center;
    background-color: #000;
    padding: 2px 16px;
    color: #fff;
}

#caption01 {
    font-size: 16px;
}

/*caption*/    

/*gallery_modal01*/
    
/*gallery_modal02*/    
    
.gallery_box02 {
    width: 100%;
    float: left;
}

.gallery_box02_list > li {
    padding: 0 8px;
}

.gallery_box02_list:after {
    content: "";
    display: table;
    clear: both;
}

.gallery_box02_list > li {
    width: 90%;
    float: left;
    margin: 0 5% 20px;
}

.gallery_box02_list > li > img {
    width: 100%;
    transition: all 0.2s ease 0s;
}

.gallery_box02_list > li > img:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.thumbnail02_list {
    width: 100%;
    float: left;
}

.thumbnail02_list > li {
    width: 25%;
    float: left;
}

.thumbnail02_list > li:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.thumbnail02 {
    width: 100%;
    cursor: pointer;
    opacity: 0.6;
}

.img_active02,
.thumbnail02:hover {
    opacity: 1;
}

.gal_number02 {
    display: none;
}

.gal_number02:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.gal_number02 img {
    width: 100%;
    display: block;
}

/*modal*/

.gal_modal02 {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 100px;
}

.gallery_modal_content02 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/*modal*/

/*Button*/

.gal_close02 {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.gal_close02:hover,
.gal_close02:focus {
    color: #EF8200;
    text-decoration: none;
    cursor: pointer;
}

.gal_prev02,
.gal_next02 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.gal_next02 {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.gal_prev02:hover,
.gal_next02:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.numbertext02 {
    color: #fff;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/*Button*/

/*caption*/

.caption-container02 {
    text-align: center;
    background-color: #000;
    padding: 2px 16px;
    color: #fff;
}

#caption02 {
    font-size: 16px;
}

/*caption*/    

/*gallery_modal02*/    
    
/*gallery_modal03*/    
    
.gallery_box03 {
    width: 100%;
    float: left;
}

.gallery_box03_list > li {
    padding: 0 8px;
}

.gallery_box03_list:after {
    content: "";
    display: table;
    clear: both;
}

.gallery_box03_list > li {
    width: 90%;
    float: left;
    margin: 0 5% 20px;
}

.gallery_box03_list > li > img {
    width: 100%;
    transition: all 0.2s ease 0s;
}

.gallery_box03_list > li > img:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.thumbnail03_list {
    width: 100%;
    float: left;
}

.thumbnail03_list > li {
    width: 25%;
    float: left;
}

.thumbnail03_list > li:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.thumbnail03 {
    width: 100%;
    cursor: pointer;
    opacity: 0.6;
}

.img_active03,
.thumbnail03:hover {
    opacity: 1;
}

.gal_number03 {
    display: none;
}

.gal_number03:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.gal_number03 img {
    width: 100%;
    display: block;
}

/*modal*/

.gal_modal03 {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 100px;
}

.gallery_modal_content03 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/*modal*/

/*Button*/

.gal_close03 {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.gal_close03:hover,
.gal_close03:focus {
    color: #EF8200;
    text-decoration: none;
    cursor: pointer;
}

.gal_prev03,
.gal_next03 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.gal_next03 {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.gal_prev03:hover,
.gal_next03:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.numbertext03 {
    color: #fff;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/*Button*/

/*caption*/

.caption-container03 {
    text-align: center;
    background-color: #000;
    padding: 2px 16px;
    color: #fff;
}

#caption03 {
    font-size: 16px;
}

/*caption*/    

/*gallery_modal03*/    
    
/*gallery_modal04*/    
    
.gallery_box04 {
    width: 100%;
    float: left;
}

.gallery_box04_list > li {
    padding: 0 8px;
}

.gallery_box04_list:after {
    content: "";
    display: table;
    clear: both;
}

.gallery_box04_list > li {
    width: 90%;
    float: left;
    margin: 0 5% 20px;
}

.gallery_box04_list > li > img {
    width: 100%;
    transition: all 0.2s ease 0s;
}

.gallery_box04_list > li > img:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.thumbnail04_list {
    width: 100%;
    float: left;
}

.thumbnail04_list > li {
    width: 25%;
    float: left;
}

.thumbnail04_list > li:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.thumbnail04 {
    width: 100%;
    cursor: pointer;
    opacity: 0.6;
}

.img_active04,
.thumbnail04:hover {
    opacity: 1;
}

.gal_number04 {
    display: none;
}

.gal_number04:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.gal_number04 img {
    width: 100%;
    display: block;
}

/*modal*/

.gal_modal04 {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 100px;
}

.gallery_modal_content04 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/*modal*/

/*Button*/

.gal_close04 {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.gal_close04:hover,
.gal_close04:focus {
    color: #EF8200;
    text-decoration: none;
    cursor: pointer;
}

.gal_prev04,
.gal_next04 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.gal_next04 {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.gal_prev04:hover,
.gal_next04:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.numbertext04 {
    color: #fff;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/*Button*/

/*caption*/

.caption-container04 {
    text-align: center;
    background-color: #000;
    padding: 2px 16px;
    color: #fff;
}

#caption04 {
    font-size: 16px;
}

/*caption*/    

/*gallery_modal04*/    
    
/*gallery_modal05*/    
    
.gallery_box05 {
    width: 100%;
    float: left;
}

.gallery_box05_list > li {
    padding: 0 8px;
}

.gallery_box05_list:after {
    content: "";
    display: table;
    clear: both;
}

.gallery_box05_list > li {
    width: 90%;
    float: left;
    margin: 0 5% 20px;
}

.gallery_box05_list > li > img {
    width: 100%;
    transition: all 0.2s ease 0s;
}

.gallery_box05_list > li > img:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

.thumbnail05_list {
    width: 100%;
    float: left;
}

.thumbnail05_list > li {
    width: 25%;
    float: left;
}

.thumbnail05_list > li:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.thumbnail05 {
    width: 100%;
    cursor: pointer;
    opacity: 0.6;
}

.img_active05,
.thumbnail05:hover {
    opacity: 1;
}

.gal_number05 {
    display: none;
}

.gal_number05:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.gal_number05 img {
    width: 100%;
    display: block;
}

/*modal*/

.gal_modal05 {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 100px;
}

.gallery_modal_content05 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/*modal*/

/*Button*/

.gal_close05 {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.gal_close05:hover,
.gal_close05:focus {
    color: #EF8200;
    text-decoration: none;
    cursor: pointer;
}

.gal_prev05,
.gal_next05 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.gal_next05 {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.gal_prev05:hover,
.gal_next05:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.numbertext05 {
    color: #fff;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/*Button*/

/*caption*/

.caption-container05 {
    text-align: center;
    background-color: #000;
    padding: 2px 16px;
    color: #fff;
}

#caption05 {
    font-size: 16px;
}

/*caption*/    

/*gallery_modal05*/      
    
}
    