@charset "UTF-8";
/*-------------------------------------------------
title       : 국문 초기화, 믹스인 등
Author      : PLAN I
Create date : 2023-01-01
-------------------------------------------------*/
@import url("../../css/common.css");
@import url("../font/xeicon.css");
@import url("contents.css");
body{background-color: #98CE98;}

#header{position: absolute; top: 0; left: 0; z-index: 10; width: 100%;}
#footer{margin-top: -13rem;}
.main_wrap .layout{max-width: calc(136rem); padding: 0 7.5rem;}
    
.main_wrap{position: relative; z-index: 1; padding: 0 2rem;}
.main_wrap #visual{display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: calc(100% + 4rem); height: 51.2rem; margin-left: -2rem; padding: 9rem 0 12rem; background: #E4F2E7 url(../img/sub/visual.svg) no-repeat center bottom; background-size: 100% auto;/*margin-bottom: 11.5rem;*/}
.main_wrap #visual .title{display: block; width: 45.8em; height: 14.9em; margin: 0 auto; font-size: 1rem; text-align: center; text-indent: -9999px; background: url(../img/sub/visual_title.svg) no-repeat center center; background-size: 100% auto;}
.main_wrap #contents{}
.main_wrap #contents{overflow: hidden; position: relative; z-index: 1; max-width: calc(121rem + 12rem);padding: 0 6rem; margin: 0 auto; margin-top: -12rem; padding-top: 8rem; padding-bottom: 21.6rem; background-color: #fff; border-radius: 4rem; border: 0.5rem solid #272727; box-shadow: 1rem 1rem 1rem 0 rgba(0, 0, 0, 0.05);}
.main_wrap #contents .layout{overflow: hidden; position: relative; padding-top: 8rem; padding-bottom: 21.6rem; background-color: #fff; }
.main_wrap #contents .contents_util{display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; position: relative; top: auto;}
.main_wrap #contents .contents_util #contents_title{display: block; position: relative; z-index: 1; height: 3rem; color: #000; font-size: 3.3rem; font-weight: 400; line-height: 1.3; letter-spacing: -0.066rem; background-repeat: no-repeat; background-position: center center; background-size: 100% auto; text-indent: -9999px;}
.main_wrap #contents .contents_util #contents_title[data-aria-label="기후변화주간"]{width: 18.2rem; background-image: url(../img/sub/sub_title01.svg);}
.main_wrap #contents .contents_util #contents_title[data-aria-label="소등행사"]{width: 12.1rem; background-image: url(../img/sub/sub_title03.svg);}
.main_wrap #contents #contents_body{margin-top: 3.2rem;}
.main_wrap #contents .contents_util .util{display: flex; flex-wrap: nowrap; justify-content: flex-end; align-items: center;}
.main_wrap #contents .contents_util .util >*:not(:first-child){margin-left: 0.5rem;}
.main_wrap #contents .contents_util .util .btn {
    display: block; position: relative; z-index: 1; width: 3.5rem; height: 3.5rem; border-radius: 1.5rem; text-indent: -9999px; background-color: #F5F5F5; background-repeat: no-repeat; background-position: center center; background-size: 100% autO;
    -webkit-transition: all 0.2s linear; transition: all 0.2s linear;
}
.main_wrap #contents .contents_util .util .share .btn{background-image: url(../img/sub/sub_share.svg);}
.main_wrap #contents .contents_util .util .btn.print{background-image: url(../img/sub/sub_print.svg);}
.main_wrap #contents .contents_util .util .btn:hover, .main_wrap #contents .contents_util .util .btn:focus {background-color: #e4e4e4;}
.main_wrap #contents .contents_util .util .share {display: inline-block; position: relative; z-index: 1; vertical-align: top;}
.main_wrap #contents .contents_util .util .share .item {
    visibility: hidden; overflow: hidden; opacity: 0; position: absolute; top: calc(100% + 0.5rem); right: 50%; width: 6rem; height: 0; margin-top: 0; padding: 1rem; white-space: nowrap; background-color: #fff; border: 1px solid #ddd;
    -webkit-transform: translateX(calc(50% - 0.5px)); transform: translateX(calc(50% - 0.5px));
}
.main_wrap #contents .contents_util .util .share .item::before {
    content: ""; position: absolute; top: -0.3rem; left: 50%; width: 1rem; height: 1rem; background-color: #fff; border-top: 1px solid #ddd; border-left: 1px solid #ddd;
    -webkit-transform: translateX(-50%); transform: translateX(-50%);
    -webkit-transform: rotate(45deg) translateX(-50%); transform: rotate(45deg) translateX(-50%);
}
.main_wrap #contents .contents_util .util .share .item .list {display: block !important;}
.main_wrap #contents .contents_util .util .share .item a {overflow: hidden; display: block; width: 3rem; height: 3rem; margin-top: 1rem; text-align: center; line-height: 3rem;}
.main_wrap #contents .contents_util .util .share .item a::before {
    display: block; width: 100%; height: 100%; font-family: "xeicon"; text-align: center; line-height: inherit; font-size: 2rem;
    -webkit-transition: all 0.2s; transition: all 0.2s;
    -webkit-transition-delay: 0.1s; transition-delay: 0.1s;
}
.main_wrap #contents .contents_util .util .share .item a.close::before {
    -webkit-transform: rotate(0); transform: rotate(0);
    -webkit-transition: all 0.2s; transition: all 0.2s;
}
.main_wrap #contents .contents_util .util .share .item a.close:hover::before, 
.main_wrap #contents .contents_util .util .share .item a.close:focus::before {
    -webkit-transform: rotate(180deg) translateY(2px); transform: rotate(180deg) translateY(2px);
}
.main_wrap #contents .contents_util .util .share .item a.close::before {content: "\e922";}
.main_wrap #contents .contents_util .util .share .item a:hover::before, 
.main_wrap #contents .contents_util .util .share .item a:focus::before {
    -webkit-transform: scale(1.5); transform: scale(1.5);
}
.main_wrap #contents .contents_util .util .share .item .facebook a::before {content: "\ebd3"; color: #29487d;}
.main_wrap #contents .contents_util .util .share .item .twitter a::before {content: "\ec1f"; color: rgb(29, 161, 242);}
.main_wrap #contents .contents_util .util .share .item .kakaostory a::before {content: "\ebef"; color: #ffc20f;}
.main_wrap #contents .contents_util .util .share .item .kakaotalk a::before {content: "\ebee"; color: #381e1f;}
.main_wrap #contents .contents_util .util .share .item .band a::before {content: "b"; font-size: 2rem; font-family: "Pretendard"; font-weight: 900; color: #21c531;}
.main_wrap #contents .contents_util .util .share.active .btn {color: #767676;}
.main_wrap #contents .contents_util .util .share.active .item {
    visibility: visible; overflow: visible; opacity: 1; width: auto; height: auto; margin-top: 0.5rem;
    -webkit-transition: all 0.2s;transition: all 0.2s;
}

#snb,
.contents_util .location,
.contents_util .util .zoom{display: none;}

@media (max-width: 1024px){
    .main_wrap #visual{height: 47rem;}
    .main_wrap #visual .title{width: 38.93rem; height: 12.665rem;}
    .main_wrap #contents{padding: 5rem 4rem 12rem;}
    #footer{margin-top: -6rem;}
}

@media (max-width: 640px){
    #footer{margin-top: -5rem;}
    .main_wrap .layout{padding: 0 2rem;}
    .main_wrap #contents{padding: 5rem 3rem 8rem;}
}

@media (max-width: 480px){
    .main_wrap #visual .title{width: 32.06rem; height: 10.43rem;}
    .main_wrap #contents{padding: 5rem 2rem 7rem;}
    #footer{margin-top: -5rem;}
}






  
  .form_textbox {
    width: 100%;
    height: 4rem;
    max-height: 100%;
    padding: 0 1rem;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .form_textbox:focus {
    border-color: #000;
  }
  
  .form_radio {
    display: inline-block;
    position: relative;
    z-index: 0;
    margin-right: 2rem;
    padding-left: 2rem;
    vertical-align: top;
  }
  .form_radio input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .form_radio input:focus + label::before {
    outline: 1px dotted #000;
  }
  .form_radio input:checked + label::after {
    background-color: #484c58;
  }
  .form_radio label {
    cursor: pointer;
  }
  .form_radio label::before {
    position: absolute;
    left: 0;
    top: 0.5rem;
    z-index: -2;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100%;
    border: 1px solid #ddd;
    background-color: #fff;
    content: "";
  }
  .form_radio label::after {
    position: absolute;
    left: 0.5rem;
    top: 1rem;
    z-index: -1;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    content: "";
  }
  .form_radio:last-child {
    margin-right: 0;
  }
  
  .form_date {
    font-size: 1.8rem;
    overflow: hidden;
    height: 4rem;
    color: #4D4D4D;
    text-align: center;
    line-height: 4rem;
  }
  .form_date .form_textbox.hasDatepicker {
    font-size: 1.5rem;
    float: left;
    width: calc(50% - 1.5rem);
    padding: 0 4rem 0 1rem;
    background: url("../../main/img/contents/datepicker.png") no-repeat 90% center #fff;
    background-size: auto 1.6rem;
    font-weight: 300;
  }
  .form_date .form_textbox.hasDatepicker + .form_textbox {
    float: right;
  }
  
  .member.login1 {
    position: relative;
    width: 94rem;
    padding: 0 0 0 37.5rem;
    background:#fff url("../../main/img/member/login.png") no-repeat 0 bottom;
    background-size: 37.5rem 100%;
  }
  .member.login1::before {
    font-size: 3.4rem;
    line-height: 1.4117647059;
    position: absolute;
    left: 4rem;
    top: 8rem;
    width: 25rem;
    padding-top: 8rem;
    background: url("../../main/img/member/login_icon.png") no-repeat;
    background-size: auto 5.87rem;
    font-weight: 600;
    color: #fff;
    content: "탄소중립 사회 실현, 여러분의 실천으로 만들어집니다.";
    letter-spacing: -0.2rem;
    word-break: keep-all;
  }
  .member.login1 .title {
    width: 41rem;
    max-width: calc(100% - 4rem);
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 1.6rem;
    float: none;
    margin-bottom: 4rem;
    padding: 7.5rem 0 3rem;
    border-bottom: 1px solid #eee;
    color: #555;
  }
  .member.login1 .title h2 {
    font-size: 3.2rem;
    margin-bottom: 1rem;
    color: #333B43;
  }
  .member.login1 .list {
    width: 41rem;
    max-width: calc(100% - 4rem);
    margin-left: auto !important;
    margin-right: auto !important;
    margin: 0 0 14rem;
    padding: 0;
  }
  .member.login1 .list li {
    display: block;
    margin: 0;
    padding: 0;
  }
  .member.login1 .list li + li {
    margin-top: 1rem;
  }
  .member.login1 .list li::before {
    display: none;
  }
  .member.login1 .list a {
    font-size: 1.8rem;
    display: block;
    height: 5.8rem;
    margin: 0;
    padding: 0;
    font-weight: 500;
    color: #2B2B2B;
    line-height: 5.8rem;
  }
  .member.login1 .list a::after {
    display: none;
  }
  .member.login1 .list i {
    font-size: 2.5rem;
    display: inline-block;
    vertical-align: middle;
  }
  .member.login1 .list i[class*=kakao] {
    font-size: 3rem;
  }
  .member.login1 .list img {
    position: relative;
    top: -0.2rem;
    height: 2.41rem;
    margin-right: 0.5rem;
    vertical-align: middle;
  }
  .member.login1 .list .kakao a {
    border-color: #FAE333;
    background-color: #FAE333;
    color: #391B1B;
  }
  .member.login1 .list .kakao a:hover, .member.login1 .list .kakao a:focus {
    background-color: #fff;
    color: #391B1B;
  }
  .member.login1 .list .naver a {
    border-color: #3ACC24;
    background-color: #3ACC24;
    color: #fff;
  }
  .member.login1 .list .naver a:hover, .member.login1 .list .naver a:focus {
    background-color: #fff;
    color: #fff;
  }
  .member.login1 .list .naver a:hover, .member.login1 .list .naver a:focus {
    color: #3ACC24;
  }
  .member.login1 .list .facebook a {
    border-color: #29487d;
    background-color: #29487d;
    color: #fff;
  }
  .member.login1 .list .facebook a:hover, .member.login1 .list .facebook a:focus {
    background-color: #fff;
    color: #fff;
  }
  .member.login1 .list .facebook a:hover, .member.login1 .list .facebook a:focus {
    color: #29487d;
  }
  .member.login1 .list .google a {
    border-color: #F8F8FA;
    background-color: #F8F8FA;
    color: #2B2B2B;
  }
  .member.login1 .list .google a:hover, .member.login1 .list .google a:focus {
    background-color: #fff;
    color: #2B2B2B;
  }
  
  #contents_body .search_result {
    margin-top: -3.5rem;
  }
  #contents_body .search_result .board_box.type1.search_form {
    border-radius: 0.6rem;
    border: 0 none;
    background-color: #F8F8FA;
  }
  #contents_body .search_result .board_box.type1.search_form form {
    width: 100%;
    padding: 0;
    line-height: initial;
  }
  #contents_body .search_result .board_box.type1.search_form form label {
    position: static;
  }
  #contents_body .search_result .board_box.type1.search_form .item {
    position: relative;
    z-index: 0;
  }
  #contents_body .search_result .board_box.type1.search_form .item1 {
    overflow: hidden;
    width: 68rem;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 8.5rem;
    text-align: left;
    line-height: 4rem;
  }
  #contents_body .search_result .board_box.type1.search_form .item1 strong {
    font-size: 1.9rem;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: #333;
  }
  #contents_body .search_result .board_box.type1.search_form .item1 .form_date {
    float: right;
    width: 29rem;
  }
  #contents_body .search_result .board_box.type1.search_form .item1 .form_check {
    font-size: 1.7rem;
    float: left;
    padding-left: 3rem;
    white-space: nowrap;
  }
  #contents_body .search_result .board_box.type1.search_form .item1 .form_check label::before {
    top: 1rem;
    width: 2.2rem;
    height: 2.2rem;
    color: #fff;
    font-family: "xeicon";
    text-align: center;
    content: "\e928";
    line-height: 2rem;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  #contents_body .search_result .board_box.type1.search_form .item1 .form_check label::after {
    display: none;
  }
  #contents_body .search_result .board_box.type1.search_form .item1 .form_check input:checked + label::before {
    border-color: #333;
    background-color: #333;
  }
  #contents_body .search_result .board_box.type1.search_form .item2 {
    width: 50.5rem;
    height: 4.5rem;
    margin: 2rem auto 0;
    padding: 0 6.5rem 0 0;
  }
  #contents_body .search_result .board_box.type1.search_form .item2 label {
    display: none;
  }
  #contents_body .search_result .board_box.type1.search_form .item2 .form_textbox {
    height: 4.5rem;
    border-radius: 0.2rem;
  }
  #contents_body .search_result .board_box.type1.search_form .item2 .btn {
    width: 6rem;
    height: 4.5rem;
    border-radius: 0.2rem;
    border-color: #333;
    background-color: #333;
  }
  #contents_body .search_result .depth4_tab ul li.active {
    border-color: #06A75E;
    background-color: #06A75E;
  }
  #contents_body .search_result .depth4_tab ul li.active a {
    font-weight: 600;
    color: #fff;
  }
  #contents_body .search_result .depth4_tab ul a {
    font-size: 1.7rem;
    padding: 1.5rem 1rem;
    font-weight: 500;
    color: #767676;
  }
  #contents_body .search_result .title {
    font-size: 2.8rem;
    display: block;
    margin-bottom: 2rem;
    font-weight: 700;
    color: #333;
  }
  #contents_body .search_result .title small {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
  }
  #contents_body .search_result .title .point1,
  #contents_body .search_result .title .point2 {
    color: #06A75E;
  }
  #contents_body .search_result .more:last-child {
    position: absolute;
    right: 0;
    top: 1.5rem;
    margin: 0;
    padding: 0;
    border: 0 none;
    background: none;
    font-weight: 500;
    color: #3E3E3E;
    text-decoration: underline;
  }
  #contents_body .search_result .more:last-child i {
    display: none;
  }
  #contents_body .search_result .board_list li {
    position: relative;
    padding: 4.5rem 0 2.5rem;
  }
  #contents_body .search_result .board_list strong {
    font-size: 2rem;
    width: calc(100% - 42rem);
    margin-bottom: 0;
    font-weight: 700;
    color: #333;
  }
  #contents_body .search_result .board_list strong:last-child {
    margin-bottom: 2rem;
  }
  #contents_body .search_result .board_list strong:last-child:first-child {
    width: 100%;
    margin: -2.5rem 0 -1.5rem;
  }
  #contents_body .search_result .board_list .info {
    position: absolute;
    right: 0;
    top: 4.5rem;
    margin: 0;
    padding: 0;
    background: none;
  }
  #contents_body .search_result .board_list .txt {
    margin: 2rem 0;
  }
  
  .board_list ._blank {
    padding: 2rem 0;
    text-align: center;
  }
  
  .gallery_list.type2 .thumb {
    padding-top: 100%;
  }
  
  * + .contents_info {
    margin-top: 0;
  }