/* s:게시판 기본셋팅 */

/* s:list.skin.php */
.listSkin {
    width:100%;
    overflow: hidden;
}
.listSkin .inner {
    width:1730px;
    padding:4% 0;
    margin:0 auto;
    position:relative;
}
@media screen and (max-width:1600px) {
    .listSkin .inner {
        width:95%;
        padding:5% 1%;
    }
    #board_webzine02 .listForm {}
    #bo_btn_top { width: auto; padding:0 20px; }
}
/* e:list.skin.php */
/* s:view.skin.php */
.viewSkin {
    width:100%;
    overflow: hidden;
}
.viewSkin .inner {
    width:1730px;
    padding:20px;
    margin:0 auto;
    position:relative;
}
.viewSkin .title2 { font-size:3em; }
.viewSkin_admin .inner{
    width:1240px;
    padding:0 20px;
    margin:0 auto;
}
.viewSkin_admin .textBox {
    text-align:center;
    padding:2% 0;
}
.viewSkin_admin .textBox h2 {
    font-size:2em;
    font-weight: 700;
    font-family: 'Eoe_Zno_EB';
    letter-spacing:-0.6px;
    color:#c91d1d;
    display: block;
}
.viewSkin_admin .textBox .title {
    font-size:5em;
    font-weight:bold;
    font-family: 'Noto Sans KR', sans-serif;
    margin-bottom:20px;
    color:#333;
}
.viewSkin_admin .textBox dl {
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
}
.viewSkin_admin .textBox dl dt {
    font-size:1.3em;
    font-weight:300;
    color:#8d9291;
    font-family: 'Noto Sans KR', sans-serif;
}
.viewSkin_admin .textBox dl dd {
    font-size:1.3em;
    font-weight:300;
    color:#8d9291;
    font-family: 'Noto Sans KR', sans-serif;
}
.viewSkin_admin .textBox dl dd span {
    color:#8d9291;
    display:inline-block;
    font-family: 'Noto Sans KR', sans-serif;
}
.viewSkin_admin .textBox dl dd:nth-child(2) {
    padding:0 20px;
    position:relative;
}
.viewSkin_admin .textBox dl dd:nth-child(2)::before {
    content:'';
    position:absolute;
    top:3px;
    left:10px;
    width:1px;
    height:18px;
    display:block;
    background-color:#8d9291;
}
.viewSkin_admin .textBox dl dd:nth-child(2)::after {
    content:'';
    position:absolute;
    top:3px;
    right:10px;
    width:1px;
    height:18px;
    display:block;
    background-color:#8d9291;
}

.viewSkin2 {
    width:100%;
    overflow: hidden;
}
.viewSkin2 .inner {
    width:1240px;
    padding:5% 20px;
    margin:0 auto;
    position:relative;
}
.viewSkin_admin .inner{
    width:1240px;
    padding:0 20px;
    margin:0 auto;
}
@media screen and (max-width:1240px) {
    .viewSkin .inner{
        width:98%;
        padding:5% 1%;
    }
    .viewSkin_admin .inner{
        width:98%;
        padding:5% 1%;
    }
    .viewSkin2 .inner{
        width:98%;
        padding:5% 1%;
    }
}
/* e:view.skin.php */
/* s:write.skin.php */
.writeSkin {
    width:100%;
    overflow: hidden;
}
.writeSkin .inner {
    width:1240px;
    padding:5% 20px;
    margin:0 auto;
    position:relative;
}
@media screen and (max-width:1240px) {
    .writeSkin .inner {
        width:98%;
        padding:5% 1%;
    }
    .writeSkin .inner {
        width:98%;
        padding:5% 1%;
    }
}
/* e:write.skin.php */

.board_inner {
    width:1240px;
    margin:0 auto;
    position:relative;
    padding:5% 20px;
}

@media screen and (max-width:1200px) {
    .board_inner {
        width:100%;
    }
}
/* s:category */
#board_cate ul {
    overflow: hidden;
}
#board_cate ul li {
    float:left;
    vertical-align:middle;
    width:auto;
    height:40px;
    line-height:40px;
    text-align:center;
    margin-right:10px;
}
#bo_cate_on {
    background-color:#111;
    color:#fff;
    font-weight:bold;
}
#board_cate ul li a {
    width:100%; height:100%;
    font-size:16px;
    font-family: 'SUIT-Regular';
    letter-spacing:1px;
    padding: 0 15px;
    font-weight:400;
    display:block;
    box-sizing:border-box;
}
.tbl_wrap {
    padding:20px 0;
}

.td_subject {
    padding-left:40px;
}
@media screen and (max-width:1200px) {
    #board_cate ul li {
        width:80px;
        height:35px;
        line-height:35px;
        margin-right:5px;
    }
    #board_cate ul li a {
        font-size:14px;
    }
}
@media screen and (max-width:600px) {
    #board_cate ul li {
        width:60px;
    }
    #board_cate ul li a {
        font-size:12px;
    }
}
/* e:category */

/* e:게시판 기본셋팅 */



/* s:view.skin.php style */
.viewSkin .textBox {
    text-align:center;
}
.viewSkin .textBox h2 {
    font-size:2em;
    font-weight: 700;
    color:#aaa;
    display: block;
}
.viewSkin .textBox .title {
    font-size:4em;
    margin-bottom:20px;
    color:#333;
}
.viewSkin .textBox dl {
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    padding:20px 0;
}
.viewSkin .textBox dl dt {
    font-size:1.3em;
    font-weight:300;
    color:#8d9291;
}
.viewSkin .textBox dl dd {
    font-size:1.3em;
    font-weight:300;
    color:#8d9291;
}
.viewSkin .textBox dl dd span {
    color:#8d9291;
    display:inline-block;
}
.viewSkin .textBox dl dd:nth-child(2) {
    padding:0 20px;
    position:relative;
}
.viewSkin .textBox dl dd:nth-child(2)::before {
    content:'';
    position:absolute;
    top:3px;
    left:10px;
    width:1px;
    height:18px;
    display:block;
    background-color:#8d9291;
}
.viewSkin .textBox dl dd:nth-child(2)::after {
    content:'';
    position:absolute;
    top:3px;
    right:10px;
    width:1px;
    height:18px;
    display:block;
    background-color:#8d9291;
}
.viewSkin .img_box {
    display:block;
    padding:5% 0;
}
.viewSkin .img_box img {
    display:block;
    margin:20px auto;
}
.viewSkin .cont_box {
    padding-bottom:5%;
}
.viewSkin .cont_box p {
    font-size:1.5em;
    font-weight:400;
    font-family: 'Noto Sans KR', sans-serif;
    color:#333;
    text-align:center;
}
.viewSkin .info_box {
    border-top:1px solid #525252;
    border-bottom:1px solid #525252;
}
.viewSkin .info_box ul li {
    position:relative;
    padding:20px 0;
    position:relative;
}
.viewSkin .info_box ul li:nth-child(1)::after {
    content:'';
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    height:1px;
    background-color:#ccc;
    z-index:-1;
}
.viewSkin .info_box ul li a {
    width:100%;
    height:100%;
    display:block;
    padding-left:20px;
    overflow: hidden;
}
.viewSkin .info_box ul li .tit {
    font-size:1.5em;
    font-weight:600;
    color:#525252;
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing:-0.6px;
}
.viewSkin .info_box ul li .icon {
    font-size:16px;
    display:inline-block;
    padding-left:10px;
    color:#8d9291;
}
.viewSkin .info_box ul li div {
    float:left;
}
.viewSkin .info_box ul li .txt {
    font-size:1.5em;
    font-weight:400;
    color:#525252;
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing:-0.6px;
    padding-left:20px;
}
.viewSkin .list_move {
    padding-top:2%;
}
.viewSkin .list_move a {
    float:right;
    font-size:20px;
    font-weight:400;
    color:#111;
    margin-right:10px;
    transition:all .3s;
    position:relative;
    padding:5px 0;
}
.viewSkin .list_move a::before {
  content:"";
  width:150%; height:1px;
  background:#111;
  position:absolute;
  right:0; bottom:0;
  transition:all .3s;
}
.viewSkin .list_move a:hover::before { 
  width:170%;
}
.viewSkin .list_move a:hover { font-weight: 600; }
.viewSkin .view_box {
    width:150px;
    position:absolute;
    top:20px;
    left:50%;
    margin-left:-75px;
    z-index:9;
}

.viewSkin2 .info_box {
    border-top:1px solid #525252;
    border-bottom:1px solid #525252;
}
.viewSkin2 .info_box ul li {
    position:relative;
    padding:20px 0;
    position:relative;
}
.viewSkin2 .info_box ul li:nth-child(1)::after {
    content:'';
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    height:1px;
    background-color:#ccc;
    z-index:-1;
}
.viewSkin2 .info_box ul li a {
    width:100%;
    height:100%;
    display:block;
    padding-left:20px;
    overflow: hidden;
}
.viewSkin2 .info_box ul li .tit {
    font-size:1.5em;
    font-weight:600;
    color:#525252;
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing:-0.6px;
}
.viewSkin2 .info_box ul li .icon {
    font-size:16px;
    display:inline-block;
    padding-left:10px;
    color:#8d9291;
}
.viewSkin2 .info_box ul li div {
    float:left;
}
.viewSkin2 .info_box ul li .txt {
    font-size:1.5em;
    font-weight:400;
    color:#525252;
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing:-0.6px;
    padding-left:20px;
}
.viewSkin2 .list_move {
    overflow:hidden;
    padding-top:2%;
}
.viewSkin2 .list_move a {
    float:right;
    width:150px;
    height:40px;
    line-height:40px;
    text-align:center;
    background-color:#333;
    font-size:1.3em;
    font-weight:400;
    color:#fff;
}
/* e : view */

/* s:qna */
#qna .td_num2 p{
    display: flex;
    justify-content: center;
    justify-items: center;
}
#qna .td_num2 span {
    display:table-cell;
    vertical-align:middle;
}
#qna .td_num2 .icon {
    font-size:1.5em;
    padding-right:5px;
}
#qna .td_num2 .text {
    font-size:12px;
}
#qna td {
    text-align:center;
}

@media screen and (max-width:900px) {
    #qna .td_num2 p {
        display:block;
    }
    #qna .td_num2 p span {
        display:block;
    }
    #bo_list .td_num2 {
        width:auto;
    }
}

/* e:qna */

#bo_v_img img{
    display:block;
    margin:0 auto;
}
@media screen and (max-width:1240px) {

    .viewSkin .view_box {
        left:auto;
        margin-left:0px;
        right:20px;
    }
    .viewSkin  .textBox h2 {
        font-size:1.5em;
    }
    .viewSkin  .textBox .title {
        font-size:3em;
    }
    .viewSkin  .textBox dl dt {
        font-size:1.1em;
    }
    .viewSkin  .textBox dl dd {
        font-size:1.1em;
    }
    .viewSkin  .info_box ul li .tit {
        font-size:1.2em;
    }
    .viewSkin .info_box ul li .txt {
        font-size:1.2em;
    }
    .viewSkin  .info_box ul li {
        padding:15px 0;
    }
    .viewSkin .img_box img {
        width:100%;
    }
    .viewSkin .list_move {
        padding-top:5%;
    }
}
@media screen and (max-width:900px) {
    .viewSkin  .textBox .title {
        font-size:2em;
        margin-bottom:0;
    }
}
/* e:view.skin.php style*/


/* s:skin>board>list01 */
.listSkin h2 {
  font-size:40px;
}
#board_list01 {
    /* 전체감싸는태그 */
    width:100%;
    overflow: hidden;
}
#board_list01 .listForm {
    padding:5% 0;
}
#board_list01 .listFormul {
    border-top:2px solid #333;
    box-sizing:border-box;
}
#board_list01 .listForm ul li {
    border-bottom:1px solid #ccc;
    padding:2%;
    overflow: hidden;
    cursor: pointer;
}
#board_list01 .listForm ul li:hover {
    background-color:#f9f7f7;
    box-shadow:3px 3px 5px rgba(0,0,0,0.2);
}
#board_list01 .listForm ul li .lf_box {
    width:70%;
    float:left;
}
#board_list01 .listForm ul li dl{
    display:flex;
    padding-bottom:20px;
}
#board_list01 .listForm ul li dl dt {
    font-size:2em;
    font-weight:bold;
    color:#333;
    padding-right:30px;
    position:relative;
}
#board_list01 .listForm ul li dl dt::after {
    content:'';
    position:absolute;
    top:8px;
    right:15px;
    width:1px;
    height:22px;
    background-color:#c7c7c7;
}
#board_list01 .listForm ul li dl dd {
    font-size:20px;
    font-weight:bold;
    color:#333;
}
#board_list01 .listForm .info_box {
    display:table;
    font-size:15px;
}
#board_list01 .listForm .info_box p {
    display:table-cell;
    padding-right:20px;
}
#board_list01 .listForm .info_box i {
    font-size:1.1em;
    font-weight:400;
    color:#9f9f9f;
    padding-right:5px;
}
#board_list01 .listForm .info_box span {
    font-size:1em;
    font-weight:400;
    color:#9f9f9f;
}
#board_list01 .listForm ul li .rt_box {
    width:30%;
    float:right;
    padding-top:2%;
}
#board_list01 .listForm ul li .rt_box i {
    font-size:1.5em;
}
#board_list01 .listForm .info_txt {
    font-size:1.8em;
    font-weight:bold;
    color:#333;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4% 0;
}

@media screen and (max-width:800px) {
    #board_list01 .listForm ul li .lf_box {
        width:100%;
    }
    #board_list01 .listForm ul li dl {
        padding-bottom:10px;
    }
    #board_list01 .listForm ul li dl dt {
        font-size:18px;
    }
    #board_list01 .listForm ul li dl dd {
        font-size:18px;
    }
}
/* e:skin>board>list01 */



/* s:skin>board>webzine01 */
#board_webzine01 {
    /* 전체감싸는태그 */
    width:100%;
    overflow: hidden;
}
#board_webzine01 .listForm {
    margin-top:3%;
}
#board_webzine01 .listForm ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap:20px;
}
#board_webzine01 .listForm li{
    cursor: pointer;
    display:table-cell;
    vertical-align: middle;
    overflow: hidden;
    padding:25px 20px 15px;
    border:1px solid #ddd;
    transition:all .3s;
}
#board_webzine01 .listForm li:hover {
  border:1px solid #333;
}
#board_webzine01 .listForm li:hover dl dd:nth-child(3) { color:#333; font-size:15px; }
#board_webzine01 .listForm  li .lf_box img {
  width:100%; height: 100%;
}
#board_webzine01 .listForm  li dl dt {
    font-size:18px;
    font-weight:bold;
    color:#333;
    padding:15px 0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
#board_webzine01 .listForm  li dl dd:nth-child(2) {
    font-size:14px;
    line-height: 1.4;
    font-weight:400;
    color:#333;
    padding-bottom:60px;
}
#board_webzine01 .listForm  li dl dd:nth-child(3) {
    font-size:14px;
    font-weight:400;
    color:#aaa;
    display:table;
    margin-bottom:10px;
    transition:all .3s;
}
#board_webzine01 .listForm  .info_txt {
    font-size:1.8em;
    font-weight:bold;
    color:#333;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4% 0;
}
@media screen and (max-width:800px) {
    #board_webzine01 .listForm li {
        display:block;
        padding:20px;
    }
    #board_webzine01 .listForm li .lf_box {
        display:block;
        width:auto;
        margin-bottom:20px;
    }
    #board_webzine01 .listForm li .lf_box {
        width:auto;
    }
    #board_webzine01 .listForm li .rt_box {
        width:auto;
        padding-left:0px;
    }
    #board_webzine01 .listForm li dl dt {
        font-size:18px;
    }
    #board_webzine01 .listForm li dl dd:nth-child(3) span {
        padding-right:0px;
    }
    #board_webzine01 .listForm li dl dd:nth-child(2) {
        font-size:14px;
    }
    #board_webzine01 .listForm li .rt_box div:nth-child(2) {
        padding-top:10px;
        padding-left:0;
        width:100%;
        text-align:left;
    }
}
/* e:skin>board>webzine01 */


/* s:skin>board>webzine02 */
#board_webzine02 .txt {
  padding:100px 0 50px;
}
#board_webzine02 .txt h2 {
  font-size:40px;
}
#board_webzine02 .content {
  width: 100%; height: auto;
}
#board_webzine02 .content .img {
  display: block;
  width:100%; height:500px;
  margin-bottom:50px;
  position:relative;
  background:url("../img/sub/sub_studio(0).jpg") center center/cover no-repeat;
}
#board_webzine02 .content .wrap {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  padding-top:50px;
}
#board_webzine02 .content .wrap h3  {
  font-size:22px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  color:#aaa;
  position:relative;
}
#board_webzine02 .content .wrap h3::after {
  content:"";
  width:50px; height:2px;
  background:#aaa;
  position:absolute;
  left:0; top:-50px;
}
#board_webzine02 .content .wrap p {
  font-size:16px;
  line-height: 1.7;
  padding-top:10px;
}
#board_webzine02 .slide_wrap { 
  position: relative;
  padding-top:100px;
}
#board_webzine02 .swiper {
  width: 100%; height: auto;
  margin-bottom:20px;
}
#board_webzine02 .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 750px; height:550px;
}
#board_webzine02 .swiper-slide img {
  display: block;
  width: 100%; height: 100%;
}
#board_webzine02 .swiper-pagination-bullets.swiper-pagination-horizontal { bottom:-60px; z-index: 99999999; }
#board_webzine02 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet { margin:0 30px !important; }
#board_webzine02 .swiper-pagination span { background:transparent; width:12px; height:12px; border:1px solid #111; }

#board_webzine02 .listSkin2 .txt {
  padding:100px 0 50px;
}
#board_webzine02 .listSkin2 .txt h2 {
  font-size:40px;
}
#board_webzine02 .listSkin2 .content {
  width: 100%; height: auto;
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.7fr 1fr;
}
#board_webzine02 .listSkin2 .content .video_wrap {
  width:100%; height:600px;
  position:relative;
  overflow: hidden;
}
#board_webzine02 .listSkin2 .content #camera {
  display: block;
  background:#111;
}
video::-webkit-media-controls-timeline,
video::-webkit-media-controls-time-remaining-display,
video::-webkit-media-controls-current-time-display,
video::-webkit-media-controls-fullscreen-button,
video::-webkit-media-controls-mute-button,
video::-webkit-media-controls-play-button { display: none !important; }
#board_webzine02 .listSkin2 .content .wrap {
  display: flex;
  flex-flow:column;
  justify-content: center;
  padding-right:50px;
}
#board_webzine02 .listSkin2 .content .wrap h3  {
  font-size:22px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  color:#aaa;
  position:relative;
  margin-bottom:50px;
}
#board_webzine02 .listSkin2 .content .wrap h3::after {
  content:"";
  width:50px; height:2px;
  background:#aaa;
  position:absolute;
  left:0; top:-50px;
}
#board_webzine02 .listSkin2 .content .wrap p {
  font-size:16px;
  line-height: 2.5;
  padding-top:10px;
}
#board_webzine02 .listSkin2 .wrapper {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:0 40px;
  padding:300px 0 150px;
}
#board_webzine02 .listSkin2 .wrapper .img {
  height: auto;
  display: flex;
}
#board_webzine02 .listSkin2 .wrapper .img span { display: block; width: 520px; height: 520px; }
#board_webzine02 .listSkin2 .wrapper .img span:nth-child(1) { background:url("../img/sub/sub_commerce(1).jpg") center center/cover no-repeat; margin-top:100px; }
#board_webzine02 .listSkin2 .wrapper .img span:nth-child(2) { background:url("../img/sub/sub_commerce(2).jpg") left center/cover no-repeat; margin-bottom:100px; }
#board_webzine02 .listSkin2 .wrapper .txt {
  display: flex;
  flex-flow: column;
  justify-content:center;
  text-align: right;
}
#board_webzine02 .listSkin2 .wrapper .txt p {
  font-size:17px;
  line-height:2;
  padding-top:30px;
}
#board_webzine02 .listSkin2 .wrapper .txt a {
  display: block;
  font-size:25px;
  margin-top:40px;
  transition:all .3s;
}
#board_webzine02 .listSkin2 .wrapper .txt a:hover { padding-right:40px; }
#board_webzine02 .listForm{
    margin-top:3%;
    border-top:1px solid #333;
    border-bottom:1px solid #333;
}
#board_webzine02 .listForm ul { 
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
#board_webzine02 .listForm li{
    width:100%;
    cursor: pointer;
    padding:0 10px;
    display:flex;
    flex-flow: column;
    transition:all .3s;
}
#board_webzine02 .listForm li:hover {
    background-color:#111;
    color:#fff;
}
#board_webzine02 li:hover .rt_box dd { color:#fff; }
#board_webzine02 li:hover span { color:#fff; }
#board_webzine02 li .lf_box {
    display:table-cell;
    vertical-align: middle;
    overflow:hidden;
}
#board_webzine02 li .rt_box {
    display:table-cell;
    vertical-align: middle;
    padding:20px 0;
}
#board_webzine02 li dl dt {
    font-size:20px;
    padding-bottom:10px;
}
#board_webzine02 li dl dd:nth-child(2) {
    font-size:1.2em;
    font-weight:400;
    color:#333;
    padding-bottom:10px;
}
#board_webzine02 li dl dd:nth-child(3) {
    font-size:1em;
    font-weight:400;
    color:#454545;
    display:table;
}
#board_webzine02 li dl dd:nth-child(3) span {
    padding-right:10px;
}
#board_webzine02 .info_txt {
    font-size:20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4% 0;
}
@media all and (max-width:1600px) {
  .commerce_mo { display: none; }
  #board_webzine02 .listSkin2 .content { grid-template-columns: 1fr; }
  #board_webzine02 .listSkin2 .content .video_wrap { height:400px; }
  #board_webzine02 .listSkin2 .content #camera { width: 100%; height:100%; }
  #board_webzine02 .listSkin2 .wrapper { padding:100px 0; }
  #board_webzine02 .listSkin2 .wrapper .img span { width:100%; height:450px; }
  #board_webzine02 .listSkin2 .wrapper .txt { text-align: center; } 
}
@media all and (max-width:1200px) {
    #board_webzine02 li .lf_box img { width: 100%; height: auto; }
    #board_webzine02 .listSkin2 .wrapper { grid-template-columns: 1fr; }
}
@media all and (max-width:980px) {
    #board_webzine02 .txt { padding:30px 0; }
    #board_webzine02 .txt h2 { font-size:30px; }
    #board_webzine02 .sec2 { padding:50px 0 80px; }
    #board_webzine02 .content .img { height:300px; }
    #board_webzine02 .swiper-slide { height:470px; }
    #board_webzine02 .swiper-pagination-bullets.swiper-pagination-horizontal { bottom:-50px; }

    #board_webzine02 .listSkin2 .txt { padding:50px 0; }
    #board_webzine02 .listSkin2 .content .wrap { padding-right:0; }
    #board_webzine02 .listSkin2 .content .wrap h3 { margin-bottom:30px; }
    #board_webzine02 .listSkin2 .content .wrap p { line-height: 2; }
    #board_webzine02 .listSkin2 .content .video_wrap { height: auto; }
    #board_webzine02 .listSkin2 .wrapper { padding:50px 0; }
    #board_webzine02 .listSkin2 .wrapper .img span { height:300px; }
    #board_webzine02 .listSkin2 .wrapper .txt p { line-height: 1.5; }
    #board_webzine02 .listSkin2 .wrapper .txt a { margin-top:20px; }
    #board_webzine02 .listForm li {
        display:block;
    }
    #board_webzine02 li .lf_box {
        display:block;
        width:100%;
        padding:20px 0;
    } 
    #board_webzine01 .listForm li dl dt {
        font-size:18px;
    }
    #board_webzine01 .listForm li dl dd:nth-child(2) {
        font-size:14px;
    }
    #board_webzine02 li dl dd:nth-child(3) span {
        padding-left:2px;
        padding-right:0px;
    }
}
@media all and (max-width:600px) {
  #board_webzine02 .txt { padding:20px 0; }
  #board_webzine02 .txt h2 { font-size:25px; }
  #board_webzine02 .content .img { height: 350px; }
  #board_webzine02 .content .wrap { grid-template-columns: 1fr; }
  #board_webzine02 .content .wrap p { padding-top:20px; font-size:15px; }
  #board_webzine02 .sec2 { padding:30px 0 60px; }
  #board_webzine02 .swiper-slide { height:400px; }
  .mo { display: none; }
  #board_webzine02 .swiper-pagination-bullets.swiper-pagination-horizontal { bottom:-40px; }
  #board_webzine02 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 20px !important; }

  #board_webzine02 .listSkin2 .txt { padding:30px 0; }
  #board_webzine02 .listSkin2 .txt h2 { font-size:25px; }
  #board_webzine02 .listSkin2 .content .wrap h3 { font-size:20px; }
  #board_webzine02 .listSkin2 .content .wrap p { font-size:15px; line-height: 1.7; }
  #board_webzine02 .listSkin2 .content .video_wrap { margin-top:30px; }
  #board_webzine02 .listSkin2 .wrapper { padding:0; }
  #board_webzine02 .listSkin2 .wrapper .img { flex-flow: column; }
  #board_webzine02 .listSkin2 .wrapper .img span:nth-child(1), #board_webzine02 .listSkin2 .wrapper .img span:nth-child(2) { margin-top:0; margin-bottom:0; }
  #board_webzine02 .listSkin2 .wrapper .txt p { font-size:15px; padding-top:20px; }
  #board_webzine02 .listSkin2 .wrapper .txt a { font-size:20px; }
}
/* e:skin>board>webzine02 */

/* s:skin>board>gallery01 */
#board_gallery01 .listForm {
    width:100%;
    padding:4% 0;
    overflow:hidden;
}
#board_gallery01 .listForm li {
    width:32%; /*갤러리 한줄 갯수 조절*/
    margin-right:1.33%;
    margin-bottom:5%;
    height:330px;
    float:left;
    position:relative;
    overflow: hidden;
    box-shadow:3px 3px 8px rgba(0, 0, 0, .075);
}

#board_gallery01 .listForm li:hover .img_box img{
    transform:scale(1.1);
    transition:all 0.6s;
}
#board_gallery01 .listForm li .img_box {
    width:100%;
    height:220px;
    overflow: hidden;
    transition:0.6s;
}
#board_gallery01 .listForm li .text_box{
    padding:5% 4% 8% 4%;
}
#board_gallery01 .listForm li .text_box h2 {
    font-size:1.8em;
    font-weight:bold;
    font-family: 'Noto Sans KR', sans-serif;
    padding-bottom:10px;
    color:#333;
}
#board_gallery01 .listForm li:hover .text_box h2{
    font-size:1.7em;
    transition:all 0.6s;
}
#board_gallery01 .listForm li .text_box p {
    font-size:1.2em;
    font-weight:300;
    font-family: 'Noto Sans KR', sans-serif;
    color:#333;
}
#board_gallery01 .listForm li:hover .text_box p{
    font-size:1.1em;
    transition:all 0.6s;
}

@media screen and (max-width:960px) {
    #board_gallery01 .listForm li {
        width:48%; /*갤러리 한줄 갯수 조절*/
        margin-right:0;
        margin-bottom:4%;
        height:330px;
        float:left;
        position:relative;
        overflow: hidden;
    }
    #board_gallery01 .listForm li .img_box img{
        width:100%;
    }
    #board_gallery01 .listForm li:nth-child(2n) {
        margin-left:4%;
    }
}
@media screen and (max-width:800px) {
    #board_gallery01 .listForm li {
        width:384px; /*갤러리 한줄 갯수 조절*/
        margin-right:0;
        margin-bottom:4%;
        float:none;
        position:relative;
        overflow: hidden;
        margin:0 auto;
    }
    #board_gallery01 .listForm li:nth-child(2n) {
        margin:20px auto;
    }
    #board_gallery01 .listForm li:nth-child(3n) {
        margin:20px auto;
    }
    #board_gallery01 .listForm li .text_box h2 {
        font-size:18px;
    }
}
@media screen and (max-width:384px) {
    #board_gallery01 .listForm li {
        width:280px;
        height:270px;
    }
    #board_gallery01 .listForm li .img_box {
        height:160px;
    }
}
/* e:skin>board>gallery01 */


/* s:skin>board>gallery02 */
#board_gallery02 .listSkin h1 { 
  font-size:40px;
}
#board_gallery02 .listForm {
    width:100%;
    padding:4% 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap:20px;
}
#board_gallery02 .listForm li {
    height:330px;
    position:relative;
    overflow: hidden;
    box-shadow: 1px 2px 5px #ccc;
}
#board_gallery02 .listForm li:hover .img_box img { transform: scale(1.2); }
#board_gallery02 .listForm li .img_box {
    width:100%;
    height:330px;
    overflow: hidden;
}
#board_gallery02 .listForm li .img_box img { width:100%; height:100%; transition:all .5s; }
#board_gallery02 .listForm li .text_box{
    padding:5%;
    position:absolute;
    left:0; bottom:0;
    z-index:1;
    width:100%; height: auto;
}
#board_gallery02 .listForm li .text_box::before {
  content: "";
  width:100%; height:45px;
  position:absolute;
  left:0; bottom:0;
  background:#1118;
  z-index: -1;
}
#board_gallery02 .listForm li .text_box h2 {
    font-size:17px;
    font-weight: 100;
    color:#fff;
    line-height: 1;
}
@media all and (max-width:1600px) {
    #board_webzine02 .listForm ul { grid-template-columns: 1fr 1fr; }
}
@media all and (max-width:980px) {
    #board_webzine02 .listForm ul { grid-template-columns: 1fr; }
}
@media all and (max-width:600px) {
  #board_gallery02 .listSkin h1 { padding:0; font-size:25px; }
  #bo_btn_top { margin:10px 0; }
}
/* e:skin>board>gallery02 */
/* s:skin>board>gallery03 */
.academy_mo { display: none; }
#board_gallery03 .image_box { 
    display: block;
    width: 100%; height: 610px;
    background:#333;
    margin-top:30px;
}
#board_gallery03 .image_box1 { background:url("../img/sub/sub_yonsei.jpg") center center/cover no-repeat; }
#board_gallery03 .image_box2 { background:url("../img/sub/sub_korea.jpg") center center/cover no-repeat; }
#board_gallery03 .image_box3 { background:url("../img/sub/sub_thelook.jpg") center center/cover no-repeat; }
#board_gallery03 .listSkin h1 { 
  font-size:40px;
}
#board_gallery03 .listSkin p {
  font-size:17px;
  color:#888;
}
#board_gallery03 .listForm {
  width:100%;
  padding:20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:20px;
}
#board_gallery03 .listForm li {
  height:560px;
  position:relative;
  overflow: hidden;
  box-shadow: 1px 2px 5px #ccc;
}
#board_gallery03 .listForm li:hover .img_box img { transform: scale(1.2); }
#board_gallery03 .listForm li .img_box {
  width:100%;
  height:560px;
  overflow: hidden;
}
#board_gallery03 .listForm li .img_box img { width:100%; height:100%; transition:all .5s; }
#board_gallery03 .listForm li .text_box{
  padding:5%;
  position:absolute;
  left:0; bottom:0;
  z-index:1;
  width:100%; height: auto;
}
#board_gallery03 .listForm li .text_box::before {
content: "";
width:100%; height:75px;
position:absolute;
left:0; bottom:0;
background:#1118;
z-index: -1;
}
#board_gallery03 .listForm li .text_box h2 {
  font-size:17px;
  font-weight: 100;
  color:#fff;
  line-height: 1;
}
/* e:skin>board>gallery03 */
@media all and (max-width:1600px) {
  #board_gallery02 .listForm { grid-template-columns: 1fr 1fr 1fr; }
  #board_gallery02 .listForm li, 
  #board_gallery02 .listForm li .img_box { height: 420px; }
  #board_gallery02 .listForm li .text_box::before { height: 60px; }
  #board_gallery03 .listForm li, 
  #board_gallery02 .listForm li .img_box { height:400px; }
  #board_gallery03 .listForm li .text_box::before { height:60px; }
}
@media all and (max-width:1200px) {
    #board_gallery02 .listForm, #board_gallery03 .listForm { grid-template-columns: 1fr 1fr; }
    #board_gallery02 .listForm li,
    #board_gallery02 .listForm li .img_box { height: 350px; }
    #board_gallery02 .listForm li .text_box::before { height:50px; }
    #board_webzine01 .listForm ul { grid-template-columns:1fr 1fr 1fr; }
    #bo_btn_top { margin:50px 0; }
}
@media screen and (max-width:980px) {
    #board_gallery02 .listSkin h1, #board_gallery03 .listSkin h1 { font-size:30px; }
    #bo_btn_top { margin:40px 0; }
    #board_gallery03 .listForm li,
    #board_gallery03 .listForm li .img_box { height:350px; }
    #board_gallery03 .listForm li .text_box h2 { font-size:16px; }
    #board_gallery03 .listForm li .text_box::before { height:53px; }
    #board_webzine01 .listForm ul { grid-template-columns:1fr 1fr; } 
}
@media screen and (max-width:600px) {
    .academy_mo { display: block; }
    #board_gallery02 .listSkin h1, #board_gallery03 .listSkin h1 { font-size:25px; }
    #board_gallery02 .listForm li, #board_gallery02 .listForm li .img_box { height:380px; }
    #board_gallery02 .listForm, #board_gallery03 .listForm { grid-template-columns: 1fr; gap:15px; }
    #board_gallery03 #video_wrap { height:350px; }
    #board_gallery03 #video_wrap::after { height: 100px; left: -407px; }
    #board_gallery03 .txt { left:30px; top:65%; transform: translateY(-65%); }
    #board_gallery03 .txt h2 { font-size:30px; }
    #board_gallery03 .txt p { font-size:14px; line-height: 1.5; }
    #board_gallery03 .content ul li { height:250px; padding:10px; }
    #board_gallery03 .content ul li p { font-size:12px; }
    #board_gallery03 .image_box { height:350px; }
    .listSkin h2 { font-size:25px; }
    #bo_btn_top { margin:20px 0; }
    #board_webzine01 .listForm ul { grid-template-columns: 1fr; gap:15px; }
    #board_webzine01 .listForm li dl dd:nth-child(2) { padding-bottom:30px; }
    .viewSkin .textBox h2 { font-size:16px; }
    .viewSkin .textBox .title2 { font-size:20px; margin-bottom:10px; }
}
@media screen and (max-width:400px) {
    #board_gallery02 .listForm li {
        width:100%;
        height:auto;
    }
    #board_gallery02 .listForm li .text_box h2 {
        font-size:18px;
        padding-bottom:0px;
    }
    #board_gallery02 .listForm li .text_box p {
        font-size:16px;
    }
}
/* e:skin>board>gallery02 */
