﻿@charset "utf-8";
@import url('../css2');
@import url('../css2-1');

@font-face {
    font-family: 'NanumSqaure';
    font-weight: 700;
    src: url('font/NanumSquare/NanumSquareEB.eot');
    src: url('font/NanumSquare/NanumSquareEB-1.eot') format('embedded-opentype'),
         url('font/NanumSquare/NanumSquareEB.woff') format('woff'),
         url('font/NanumSquare/NanumSquareEB.ttf') format('truetype');
}
@font-face {
    font-family: 'NanumSqaure';
    font-weight: 600;
    src: url('font/NanumSquare/NanumSquareB.eot');
    src: url('font/NanumSquare/NanumSquareB-1.eot') format('embedded-opentype'),
         url('font/NanumSquare/NanumSquareB.woff') format('woff'),
         url('font/NanumSquare/NanumSquareB.ttf') format('truetype');
}
@font-face {
    font-family: 'NanumSqaure';
    font-weight: 500;
    src: url('font/NanumSquare/NanumSquareR.eot');
    src: url('font/NanumSquare/NanumSquareR-1.eot') format('embedded-opentype'),
         url('font/NanumSquare/NanumSquareR.woff') format('woff'),
         url('font/NanumSquare/NanumSquareR.ttf') format('truetype');
}
@font-face {
    font-family: 'NanumSqaure';
    font-weight: 400;
    src: url('font/NanumSquare/NanumSquareL.eot');
    src: url('font/NanumSquare/NanumSquareL-1.eot') format('embedded-opentype'),
         url('font/NanumSquare/NanumSquareL.woff') format('woff'),
         url('font/NanumSquare/NanumSquareL.ttf') format('truetype');
}

@font-face {
    font-family: 'GmarketSans';
    src: url('/public/font/GmarketSans/GmarketSansTTFLight.woff') format('woff'),
         url('font/GmarketSans/GmarketSansTTFLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSans';
    src: url('/public/font/GmarketSans/GmarketSansTTFMedium.woff') format('woff'),
         url('font/GmarketSans/GmarketSansTTFMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSans';
    src: url('/public/font/GmarketSans/GmarketSansTTFBold.woff') format('woff'),
         url('font/GmarketSans/GmarketSansTTFBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

#site {
    padding-top: 0;
    font-size: 16px;
    font-family: 'Roboto', 'notokr', sans-serif;
    letter-spacing: -0.03em;
}

a,
button {
    transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    -ms-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
}

a,
a:hover,
a:focus {
    color: inherit;
}

p {
    line-height: 1.6em;
}

a[href^="mailto"] {
    color: inherit;
}

.btn.btn-primary {
    background-color: #1d70c5;
    border-color: #1d70c5;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #102e8c;
    border-color: #102e8c;
}

h1, h2, h3, h4, h5, h6, p, li, td {
    word-break: keep-all;
}

/* 언어 전환 버튼 (다국어) */
.menu-top {
    position: relative;
    margin-top: 12px;
    margin-bottom: -17px;
    text-align: right;
    z-index: 1000;
}
.menu-top ul {
    margin: 0 5px 0 0;
    padding-left: 0;
    list-style: none;
}
.menu-top ul > li {
    display: inline-block;
    line-height: 0.8;
}
.menu-top ul > li .lang {
    font-size: 11px;
    font-weight: 700;
    color: #006aed;
    padding: 8px 12px 7px;
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 30px;
}
.menu-top ul > li .lang.active {
    color: #999;
    background: #f0f0f0;
    border-color: transparent;
}
.menu-top ul > li .lang:not(.active):hover {
    border-color: #006aed;
}
.menu-top ul > li .lang:focus {
    outline: none;
}

/* 불필요 항목 삭제 */
.navbar .caret{display:none;}

/* 상단 메뉴 */
.navbar-inverse{background:#fff;position:static;margin-bottom:0;border:0}

.navbar-inverse .navbar-brand img{height: 42px;margin-top: 13px;}

.navbar-inverse .navbar-nav > li > a{font-size:18px;font-weight: 600;font-family:'NanumSqaure';color:#333;}
.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus{color: #006aed;font-weight: 700;}
.navbar-inverse .navbar-nav > li > a::after {
    content: '';
    left: 50%;
    bottom: -1px;
    width: 0;
    height: 3px;
    position: absolute;
    background: #006aed;
    transform: translateX(-50%);
    transition: all 0.35s;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle{background:none;color: #006aed;font-weight: 700;}

@media (max-width: 767px) {
 /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
 .navbar-inverse .navbar-toggle{border:0;padding:13px 0;}
 .navbar-inverse .navbar-toggle .icon-bar{background-color:#333;transition:ease-in-out .15s all;opacity:1;position:relative;}
 .navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background:none;border-color:#006aed;}
 .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color:#006aed;}
 .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{border-color:transparent;}

 .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(1){transform:rotate(45deg);top:6px;}
 .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(2){opacity:0;}
 .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(3){transform:rotate(-45deg);top:-6px;}
}

@media (min-width: 768px) {
 .navbar-inverse .navbar-nav .dropdown-menu{
 left:50%;
 right:auto;
 transform:translate(-50%,0);
 border-radius:0;
 border:none;
 padding:0;
 background:rgba(0,0,0,0.8);
 -webkit-box-shadow:0px 4px 8px rgba(0,0,0,.125);
 box-shadow:0px 4px 8px rgba(0,0,0,.125);
 animation-fill-mode: both;
 animation-duration: .4s;
 animation-name: fadeIn;
 min-width: 150px;
}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a{padding:12px 20px;color:#fff;text-align:center;font-size: 15px;}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus{background: #3764d9;}
 .navbar-inverse .navbar-nav > li > a:hover::after,
 .navbar-inverse .navbar-nav > li > a:focus::after,
 .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle::after,
 .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle::after,
 .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle::after {
    width: 150px;
 }
}

.navbar-inverse .navbar-right{margin-right:-30px;}
.navbar-inverse .navbar-nav > li > a{padding: 40px 30px 35px;}
body.en .navbar-inverse .navbar-nav > li > a{padding: 40px 13px 35px;}

/* 슬라이드 공통 */
.carousel-control{text-shadow:0px 2px 6px rgba(0, 0, 0, .125);transition:ease-in-out .15s all;}
.carousel-control.left .glyphicon::before{content:'\f053';font-family:'Font Awesome 5 Free';font-weight:900;}
.carousel-control.right .glyphicon::before{content:'\f054';font-family:'Font Awesome 5 Free';font-weight:900;}
.carousel-indicators li{width:12px;height:12px;background-color:rgba(255,255,255,.1);border:1px solid #fff;margin:0 8px;border-radius:0;transition:ease-in-out .15s all;}
.carousel-indicators li.active{width:12px;height:12px;background-color:#fff;margin:0 8px;box-shadow:0px 2px 6px rgba(0, 0, 0, .125);transform:rotate(45deg);}

.carousel-caption {text-shadow:0px 0px 10px rgba(0, 0, 0, .75);}

@media (max-width: 767px) {
 .carousel-control{font-size:14px;}
 .carousel-indicators li, .carousel-indicators li.active{width:6px;height:6px;}
}

/* 푸터 */
#site footer{margin-top:0px;background-color: #333742;color:#ddd;}
#site footer .footer-info{padding:45px 0}
#site footer .footer-info ul{position:relative;margin:0;padding:0;font-size:0}
#site footer .footer-info ul li{list-style:none;display:inline-block;font-size:13px;margin-right:15px;line-height:22px}
#site footer .footer-info .logo {
    padding-left: 0;
}
#site footer .footer-info .logo img {
    margin-top: 5px;
    opacity: 0.8;
}
#site footer .footer-info .info {
    padding-left: 45px;
    /* margin-left: -45px; */
}
#site footer .footer-info ul li.copy {
    font-size: 12px;
    color: #999;
}
#site footer .container {
    position: relative;
}
#site footer .social {
    top: 0;
    right: 15px;
    position: absolute;
}
#site footer .social ul li {
    margin-right: 0;
}
#site footer .social ul li+li {
    margin-left: 10px;
}
#site footer .social a {
    text-decoration: none;
}
#site footer .social a i {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    background: rgb(255 255 255 / 30%);
    border-radius: 30px;
}
#site footer .social a:hover i {
    background: #ff0000;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item{height:600px}
@media (max-width: 767px) {
 #mainCarousel .carousel-inner .item{height:250px}
 #mainCarousel .carousel-caption h1{font-size:24px}
 #mainCarousel .carousel-caption p{font-size:12px;}
}

#section_a684ec {
  padding: 20px 0;
}

#section_b53b3a {
  min-height: 400px;
}

#section_b53b3a .container {
  width: 100%;
  padding: 0;
}

.root_daum_roughmap {
  width: 100% !important;
  padding: 0 !important;
}

.root_daum_roughmap .map_border {
  display: none !important;
}
 
@media (min-width: 767px) {
  #section_a684ec div[class^="board_box_"] {
    width: 50%;
  }
}

.board_box_blog2 .row {
  margin-left: -5px;
  margin-right: -5px;
}

.board_box_blog2 .row > div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.board_box_blog2 .inner {
  margin-top: 0;
  margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
  padding: 12px 10px;
}
  
.board_box_blog2 .inner .bottom .title {
  margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
  font-size: 14px;
}
  
.board_box_blog2 .inner .bottom .info {
  display: none;
}
  
.board_box_blog2 .inner .top a .thumb {
  height: 100px;
}

/* 메인 추가 스타일 */
.mainPage #section1 {
    height: calc(100vh - 116px);
    position: relative;
    padding-top: 80px;
    /* padding-top: 100px; */
    font-family: 'NanumSqaure';
    text-align: center;
    border-top: 1px solid #eee;
}
.mainPage #section1 .top {
    position: relative;
}
.mainPage #section1 .top > h1 {
    top: 32%;
    width: 100%;
    position: absolute;
    margin: 0;
    font-size: 55px;
    font-weight: 700;
    font-family: 'Cabin', sans-serif;
    color: #fff;
    letter-spacing: 12px;
    /* text-shadow: 0px 0px 10px rgba(0,0,0,0.55); */
}
.mainPage #section1 .middle {
    top: 41%;
    width: 100%;
    position: absolute;
}
.mainPage #section1 .middle > h2 {
    margin: 0;
    font-size: 85px;
    /* font-size: 56px; */
    font-weight: 700;
    font-family: 'GmarketSans';
    color: #000;
    letter-spacing: -4px;
    /* letter-spacing: 4px; */
}
body.en .mainPage #section1 .middle > h2 {
    letter-spacing: -2px;
    font-size: 50px;
}
/* .mainPage #section1 .bottom {
    bottom: 0;
    width: 100%;
    position: absolute;
    opacity: 0.65;
} */
.mainPage #section1 .bottom img {
    bottom: 30px;
    position: absolute;
}
.mainPage #section1 .bottom img:first-child {
    left: 9%;
    width: 340px;
}
.mainPage #section1 .bottom img:last-child {
    right: 7%;
    width: 430px;
}

.mainPage #video {
    left: 50%;
    position: absolute;
    margin-top: -270px;
    text-align: center;
    transform: translateX(-50%);
}

/* Section 2 */
.mainPage #section2 {
    padding: 150px 0 50px;
    /* padding: 100px 0 50px; */
    font-family: 'NanumSqaure';
    background: #173581;
    background: #283c6e url(img/main/main_bg1.png) no-repeat;
    background-position: top  left;
}
.mainPage #section2 > .container > .row {
    margin: 0;
}
.mainPage #section2 > .container > .row > .col-md-12 {
    position: relative;
    padding: 0;
}
.mainPage #section2 h3 {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    color: #ffaf4d;
    margin: 0 0 15px;
    display: block;
    position: relative;
}
.mainPage ul.list-link {
    margin: 0;
    padding: 40px 70px;
    background: #ffffff;
    height: 240px;
}
.mainPage ul.list-link > li {
    float: left;
    width: 20%;
    /* padding: 0 40px; */
}
.mainPage ul.list-link > li a {
    text-decoration: none;
}
.mainPage ul.list-link > li h4 {
    margin: 20px 0 0;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.034em;
}
.mainPage ul.list-link > li .icon {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    padding: 12px;
    background: #000;
    border-radius: 100%;
    overflow: hidden;
}
.mainPage ul.list-link > li:nth-child(2) .icon {
    background: #e51111;
}
.mainPage ul.list-link > li:nth-child(3) .icon {
    background: #ffa434;
}
.mainPage ul.list-link > li:nth-child(4) .icon {
    background: #2a6fd0;
}
.mainPage ul.list-link > li:nth-child(5) .icon {
    background: #7f7f7f;
}
.mainPage ul.list-link > li .icon img {
    transition: all ease-in-out .15s;
}
.mainPage ul.list-link > li a:hover .icon img {
    transform: scale(1.2);
}
/* Section 3, 지난 행사>Conference’21에도 적용 */
.section-plan {
    padding: 50px 0 80px;
    color: #fff;
    background: #283c6e url(img/main/main_bg2.png) no-repeat;
    background-position: bottom right;
}
.section-plan > .container {
    position: relative;
}
.section-plan .top {
    margin-bottom: 50px;
    font-family: 'NanumSqaure';
}
.section-plan .top > h3 {
    display: inline-block;
    margin: 0;
    font-size: 47px;
    font-weight: 700;
}
.section-plan .top > p {
    display: inline-block;
    margin: 0 0 0 15px;
    font-size: 24px;
    font-weight: 500;
    color: #8cd7ff;
}
body.en .section-plan .top > p {
    margin-left: 0;
    display: block;
}
.section-plan .bottom .info {
    font-size: 17px;
    font-weight: 300;
}
.section-plan .bottom .info > ul {
    float: left;
    display: inline-block;
    width: 34%;
}
.section-plan .bottom .info > ul+ul {
    margin-left: 4%;
    width: 29%;
}
.section-plan .bottom .info > ul > li {
    margin-bottom: 0;
}
.section-plan .bottom .info > ul > li+li {
    margin-top: 25px;
}
.section-plan .bottom .info h4 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 500;
    color: #6dc0ec;
    border-top: 1px solid rgba(109, 192, 236, 0.4);
    padding-top: 12px;
}



/* 후원 로고 */
.mainPage .section-plan .wrap-logos {
    width: 100%;
    display: inline-block;
    margin-top: 60px;
    padding: 35px;
    background: #fff;
    border-radius: 5px;
}
.mainPage .section-plan .wrap-logos .block {
    display: flex;
    justify-content: center;
    gap: 40px;
}
.mainPage .section-plan .wrap-logos .block+.block {
    margin-top: 40px;
}
.mainPage .section-plan .wrap-logos .inner {
    display: flex;
    align-items: baseline;
}
.mainPage .section-plan .wrap-logos h4 {
    margin: 0 10px 0 0;
    font-size: 14px;
    font-weight: 600;
    color: #1f43a1;
    line-height: 1.1em;
    white-space: nowrap;
}
.mainPage .section-plan .wrap-logos .block:not(.block-bottom) h4 {
    margin-right: 20px;
}
.mainPage .section-plan .wrap-logos ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
.mainPage .section-plan .wrap-logos .block ul li {
    display: flex;
    align-items: center;
    gap: 40px;
}
.mainPage .section-plan .wrap-logos .block ul li+li {
    margin-left: 16px;
}
.mainPage .section-plan .wrap-logos .block ul li .img {
    height: 20px;
    display: flex;
    align-items: flex-end;
}
.mainPage .section-plan .wrap-logos .block ul li img {
    max-width: 140px;
    max-height: 25px;
}
.mainPage .section-plan .wrap-logos .block ul li.sm img {
    max-height: 18px;
}
.mainPage .section-plan .wrap-logos .block-top .txt {
    display: inline-block;
    margin: 0 0 0 6px;
    font-size: 15px;
    font-weight: 600;
    color: #111;
    letter-spacing: -0.05em;
    line-height: 1em;
}
.mainPage .section-plan .wrap-logos .kgi .txt {
    font-size: 19px;
    color: #0f327f;
    letter-spacing: -0.07em;
}
.mainPage .section-plan .wrap-logos .soongsil .txt {
    position: relative;
    top: -3px;
    font-size: 14px;
    font-weight: 500;
    color: #5c5a5a;
}
.mainPage .section-plan .wrap-logos .gamijournal .txt {
    font-size: 19px;
    color: #449fa5;
    letter-spacing: -0.07em;
}
.mainPage .section-plan .wrap-logos .block-top ul li img {
    max-height: 20px;
}
.mainPage .section-plan .wrap-logos .block-bottom .inner {
    justify-content: space-between;
}
.mainPage .section-plan .wrap-logos .block-bottom .inner:nth-child(1) {
    flex-basis: calc(100% - 290px);
}
.mainPage .section-plan .wrap-logos .block-bottom .inner:nth-child(2) {
    flex-basis: 290px;
}
body.en .mainPage .section-plan .wrap-logos .block-bottom .inner {
    align-items: start;
}
.mainPage .section-plan .wrap-logos .block-bottom .inner:nth-child(2) ul li+li {
    margin-left: 0;
}
/* .mainPage .section-plan .wrap-logos .block-bottom ul li:nth-child(n+6) {
    margin-top: 15px;
} */


/* .mainPage .section-plan .logo {
    width: 100%;
    display: inline-block;
    color: #111;
}
.mainPage .section-plan .logo h4 {
    margin: 5px 10px 0 0;
    font-size: 14px;
    color: #1f43a1;
    font-weight: 600;
}
.mainPage .section-plan .logo ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
}
.mainPage .section-plan .logo-top {
    margin-top: 60px;
    padding: 35px 30px 30px;
    background: #fff;
    border-radius: 5px 5px 0 0;
}
.mainPage .section-plan .logo-top ul li {
    display: flex;
}
.mainPage .section-plan .logo-top > ul li+li {
    margin-left: 40px;
}
body.en .mainPage .section-plan .logo-top > ul li:nth-child(n+3) {
    margin-top: 15px;
}
.mainPage .section-plan .logo-top ul li .img {
    height: 20px;
    display: flex;
    align-items: flex-end;
}
.mainPage .section-plan .logo-top ul li .img+.img {
    margin-left: 20px;
}
.mainPage .section-plan .logo-top img {
    max-height: 20px;
}
.mainPage .section-plan .logo-top .txt {
    display: inline-block;
    margin: 0 0 0 6px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 1em;
}
.mainPage .section-plan .logo-media {
    position: relative;
    padding: 30px 30px 35px;
    padding-left: 100px;
    background: #fff;
    border-radius: 0 0 5px 5px;
}
body.en .mainPage .section-plan .logo-media {
    padding-left: 210px;
}
.mainPage .section-plan .logo-media h4 {
    left: 30px;
    margin: 0;
    position: absolute;
}
.mainPage .section-plan .logo-media h4:nth-of-type(2) {
    margin-top: 45px;
}
.mainPage .section-plan .logo-media ul {
    gap: 10px;
    align-items: center;
}
.mainPage .section-plan .logo-media ul:nth-of-type(2) {
    margin-top: 35px;
}
.mainPage .section-plan .logo-media ul > li {
    flex-basis: 11%;
}
.mainPage .section-plan .logo-media ul:nth-of-type(2) > li {
    flex-basis: 15%;
}
.mainPage .section-plan .logo-media img {
    max-width: 90px;
    max-height: 30px;
} */


@media (max-width: 767px) {
    .section-plan{padding:30px 0 60px !important;background-position:60% 125%}
    .section-plan .top{margin-bottom:30px}
    .section-plan .top > h3{font-size:35px}
    body.en .section-plan .top > h3{font-size:31px}
    .section-plan .top > p{margin:8px 0 0;font-size:19px}
    .section-plan .bottom .info{font-size:16px}
    .section-plan .bottom .info > ul{width:100%}
    .section-plan .bottom .info > ul+ul{width:100%;margin-top:20px;margin-left:0}
    .section-plan .bottom .info > ul > li+li{margin-top:20px}
    .section-plan .bottom .info h4{font-size:15px}

    .mainPage .section-plan .logo-top {
        margin-top: 40px;
        padding: 25px 20px 20px;
    }
    .mainPage .section-plan .logo-top ul {
        justify-content: left;
    }
    .mainPage .section-plan .logo-top > ul li+li {
        margin-top: 12px;
        margin-left: 0;
        flex-wrap: wrap;
    }
    .mainPage .section-plan .logo-top ul li .img+.img {
        margin: 0;
        padding-left: 15px;
    }
    .mainPage .section-plan .logo-media {
        padding: 0 20px 35px;
        padding-left: 20px !important;
    }
    .mainPage .section-plan .logo-media h4 {
        left: 20px;
    }
    .mainPage .section-plan .logo-media ul {
        padding-top: 35px;
    }

    body.en .mainPage .section-plan .logo-top ul li:not(:first-child) {
        padding-top: 25px;
    }
    body.en .mainPage .section-plan .logo-top ul li:not(:first-child) h4 {
        top: 0;
        position: absolute;
    }
    body.en .mainPage .section-plan .logo-top ul li:nth-child(2) .img+.img {
        margin: 10px 0 0 0;
        padding-left: 0;
    }
    .mainPage .section-plan .logo-media h4:nth-of-type(2) {
        margin-top: 15px;
    }
    .mainPage .section-plan .logo-media ul:nth-of-type(2) {
        padding-top: 15px;
    }
}
/*************** 서브 시작 ***************/
/* 공통 스타일 */
.navbar-inverse + .container {
    width: 100%;
    padding: 0;
}
.subPage > .pageTop {
    height: 280px;
    position: relative;
    color: #fff;
    background: #333 url('img/sub/back_page_top.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
.subPage > .pageTop::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #2b4b87;
    opacity: 0.8;
}
.subPage > .pageTop > .container {
    height: 100%;
    position: relative;
}
.subPage > .pageTop .tit {
    margin: 110px 0 0;
    font-size: 48px;
    font-weight: 700;
    font-family: 'NanumSqaure';
    letter-spacing: 0;
    text-align: center;
}

/* Breadcrumb */
.subPage .breadcrumb {
    bottom: -40px;
    right: 15px;
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #333;
    letter-spacing: -0.034em;
    background-color: transparent;
}
.subPage .breadcrumb > li:first-child::before {
    content: '\f015';
    top: 1px;
    left: -10px;
    position: absolute;
    font-size: 12px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}
.breadcrumb>li+li:before {
    font-size: 12px;
}
/* Link */
.subPage .link {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: -64px;
    position: relative;
}
.subPage .link ul > li {
    width: auto;
    display: inline-block;
    padding: 0 30px;
}
.subPage .link ul > li > a {
    font-size: 17px;
    color: #b4d9ff;
    text-decoration: none;
    letter-spacing: -0.034em;
    background: transparent;
    font-weight: 500;
    padding: 18px 0 22px;
}
.subPage .link ul > li > a::after {
    content: '';
    top: 50%;
    right: 0;
    width: 1px;
    height: 17px;
    position: absolute;
    background: #fff;
    transform: translateY(-50%);
    opacity: 0.2;
    display: none;
}
.subPage .link ul > li:last-child > a::after {
    content: none;
}
.subPage .link ul > li.active > a {
    font-weight: 700;
    color: #fff;
    opacity: 1;
}
.subPage .link ul > li:not(.active) > a:hover {
    color: #fff;
}
.subPage .link ul > li.active > a::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    opacity: 1;
    margin-top: 13px;
}
.subPage > .contents {
    padding: 100px 0 150px;
}

.space-bottom {
    margin-bottom: 80px;
}

.title-lv-1 {
    margin: 0 0 70px;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -0.034em;
    line-height: 1;
    text-align: center;
}
.title-lv-2 {
    position: relative;
    margin: 0 0 25px;
    font-size: 24px;
    font-weight: 500;
    color: #1f43a1;
    letter-spacing: -0.05em;
}
.title-lv-2::before {
    content: '';
    top: 4px;
    left: 0;
    width: 30px;
    height: 24px;
    position: absolute;
    background: linear-gradient(90deg, #445ca5 0%, #102e8c 60%);
    z-index: -1;
    display: none;
}
.title-lv-2::after {
    content: '';
    top: 2px;
    left: 20px;
    width: 28px;
    height: 28px;
    position: absolute;
    background: #fff;
    transform: rotate(45deg);
    z-index: -1;
    display: none;
}

.list-default {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}
.list-default > li {
    position: relative;
    margin-bottom: 0px;
}
.list-style-1 > li {
    padding-left: 10px;
}
.list-style-1 > li:last-child {
    margin-bottom: 0;
}
.list-style-1 > li::before {
    content: '';
    top: 9px;
    left: 0;
    width: 4px;
    height: 4px;
    position: absolute;
    background: #102e8c;
    border-radius: 30px;
}
.list-dash > li {
    padding-left: 10px;
}
.list-dash > li::before {
    content: "- ";
    top: 0;
    left: 0;
    position: absolute;
}

table.tb-default > thead > tr > th,
table.tb-default > tbody > tr > th,
table.tb-default > tbody > tr > td {
    padding: 17px 20px;
    border-color: #e5e5e5;
    vertical-align: middle;
}
table.tb-default > thead > tr > th,
table.tb-default > tbody > tr > th {
    text-align: center;
}
table.tb-default > thead > tr > th {
    border-bottom: none;
}
table.tb-style-1 {
    margin-bottom: 0;
}
table.tb-style-1 > thead > tr > th,
table.tb-style-1 > tbody > tr > th {
    letter-spacing: -0.02em;
    font-size: 18px;
    font-weight: 500;
    color: #0056ab;
}
table.tb-style-1 > thead > tr > th {
    background: #1556a7;
    color: #Fff;
    font-size: 16px;
    padding: 10px;
    font-weight: 500;
}

/* 행사개요 (페이지) */
/* #about_conference > .contents {
    padding-top: 0;
} */
.subPage[id^='past_'] #section1,
#about_conference #section1 {
    font-family: 'NanumSqaure';
    text-align: center;
}
/* #about_conference #section1 .top { */
#past_conference01 #section1 .top {
    padding: 100px 7px 120px;
    background-image: url('img/sub/about_conference_tmp01.png');
    background-position: bottom;
    background-repeat: no-repeat;
}
/* #about_conference #section1 .top > h2 { */
#past_conference01 #section1 .top > h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.034em;
}
#about_conference #section1 .bottom {
    /* display: inline-block; */
    margin-top: 50px;
    text-align: center;
}
#about_conference #section1 .bottom p {
    margin: 0;
}
#about_conference #section1 .bottom > .box-title p {
    font-size: 58px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -0.034em;
}
#about_conference #section1 .bottom > .box-subtitle {
    margin-top: 8px;
}
#about_conference #section1 .bottom > .box-subtitle p {
    font-size: 30px;
    font-weight: 500;
}
#about_conference #section2 {
    margin-top: 80px;
}
ul.list-info > li {
    width: 100%;
    margin-bottom: 50px;
}
ul.list-info > li:last-child {
    /* width: 100%; */
    margin-bottom: 0;
}
ul.list-info > li .inner {
    position: relative;
    padding: 35px 30px 35px 250px;
    border-top: 2px solid #333;
    height: 140px;
}
ul.list-info > li h4 {
    top: 0;
    left: 0;
    width: 160px;
    height: 140px;
    position: absolute;
    margin: 0;
    padding: 36px 15px;
    font-size: 22px;
    font-weight: 700;
    font-family: 'NanumSqaure';
    color: #fff;
    text-align: center;
    background: linear-gradient(160deg, #f90b09 0%, #b60203 100%);
    background: #000000;
    z-index: 100;
}
ul.list-info > li:nth-child(2) h4 {background: linear-gradient(160deg, #f37b23 0%, #e05c04 100%);background: #e71919;}
ul.list-info > li:nth-child(3) h4 {background: linear-gradient(160deg, #f3c932 0%, #dcae0b 100%);background: #ffa434;}
ul.list-info > li:nth-child(4) h4 {background: linear-gradient(160deg, #b0d253 0%, #4c9f4c 100%);background: #047fd7;}
ul.list-info > li:nth-child(5) h4 {background: linear-gradient(160deg, #6ec1eb 0%, #1c64b6 100%);background: #787878;}
ul.list-info > li h4 i {
    display: block;
    font-size: 35px;
}
ul.list-info > li.location .inner{
    padding: 0 0 0 160px;
}
ul.list-info > li.date .inner,
ul.list-info > li.detail .inner {
    min-height: 140px;
    font-size: 20px;
    font-weight: 500;
}
body.en ul.list-info > li.detail .inner {
    padding-top: 45px;
}

ul.list-info > li.date .inner,
ul.list-info > li.detail .inner {
    padding-top: 55px;
}
ul.list-info > li.number strong {
    float: left;
    display: inline-block;
    padding-top: 25px;
    /* padding-bottom: 8px; */
    font-size: 20px;
    font-weight: 500;
}
ul.list-info > li.number ul {
    display: inline-block;
    margin-left: 270px;
}
body.en ul.list-info > li.number ul {
    margin-top: -65px;
}
ul.list-info > li.schedule strong {
    display: inline-block;
    margin: 15px 10px 5px 0;
    padding: 5px 20px 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background: #646464;
    border-radius: 50px;
}
ul.list-info > li.schedule ul {
    display: inline-block;
}
ul.list-info > li.schedule ul + strong {
    margin-left: 70px;
}
/* body.en ul.list-info > li.schedule .inner {
    padding-top: 18px;
} */
ul.list-info > li.location .inner {
    height: auto;
    /* padding: 0 0 0 160px; */
}
/* ul.list-info > li.location .map {
    padding-right: 0;
    width: 600px;
}
ul.list-info > li.location .way {
    padding-left: 0;
    width: calc(100% - 600px);
} */
ul.list-info > li.location .box {
    /* min-height: 400px; */
    width: 100%;
    display: inline-block;
    padding: 40px;
    background: #f4f4f4;
}
ul.list-info > li.location .box .addr {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
}
/* 2023 */
ul.list-info > li.location .from > .block {
    display: flex;
    gap: 30px;
    background: #fff;
    padding: 30px;
    border-radius: 0;
}
ul.list-info > li.location .from > .block+.block {
    margin-top: 10px;
}
ul.list-info > li.location .from h5 {
    flex-basis: 160px;
    margin: 3px 0 15px;
    font-size: 18px;
    position: relative;
    font-weight: 600;
    letter-spacing: -0.04em;
}
ul.list-info > li.location .from h5 i {
    margin-right: 3px;
}
ul.list-info > li.location .from ul {
    flex-basis: calc(100% - 160px);
    letter-spacing: -0.04em;
    font-size: 17px;
}
ul.list-info > li.location .from ul > li {
    padding-left: 64px;
}
ul.list-info > li.location .from ul > li+li {
    margin-top: 5px;
}
ul.list-info > li.location .from ul > li .tit {
    top: 1px;
    left: 0;
    width: 55px;
    position: absolute;
    padding: 2px 8px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.034em;
    text-align: center;
    background: #e67700;
    border-radius: 2px;
}
body.en ul.list-info > li.location .from ul > li {
    padding-left: 84px;
}
body.en ul.list-info > li.location .from ul > li .tit {
    width: 70px;
}
ul.list-info > li.location .from ul > li .subway {background: #495057;}
ul.list-info > li.location .from ul > li .bus {background: #087f5b;}


/* 2022 */
ul.list-info > li.location .way:not(.bottom) {
    float: left;
    width: 58%;
}
ul.list-info > li.location .way.left {
    padding-right: 45px;
}
ul.list-info > li.location .way.right {
    width: 42%;
}
ul.list-info > li.location .way.bottom {
    margin-top: 30px;
    border-top: 1px solid #ddd;
}
ul.list-info > li.location .way .bus {
    border-right: 1px solid #ddd;
}
body.en ul.list-info > li.location .way:not(.bottom) {
    width: 50%;
}
body.en ul.list-info > li.location .way.left {
    padding-right: 15px;
}
body.en ul.list-info > li.location .way.right {
    padding-left: 30px;
}
body.en ul.list-info > li.location .way .bus {
    padding-right: 15px;
}
ul.list-info > li.location .way h5 {
    margin: 30px 0 20px;
    font-size: 16px;
    position: relative;
    padding-left: 25px;
    font-weight: 700;
    color: #0078b5;
}
ul.list-info > li.location .way i {
    font-size: 17px;
    color: #333;
    position: absolute;
    left: 0;
    top: 2px;
}
ul.list-info > li.location .way h5 > i {
    color: #298ec1;
    top: -1px;
}
ul.list-info > li.location .way ul > li {
    margin-bottom: 8px;
    /* padding-left: 58px; */
    letter-spacing: -0.034em;
}
ul.list-info > li.location .way .bus > ul > li,
ul.list-info > li.location .way .car > ul > li {
    margin-bottom: 20px;
}
ul.list-info > li.location .way .bus > ul > li:last-child,
ul.list-info > li.location .way .car > ul > li:last-child {
    margin-bottom: 0;
}
ul.list-info > li.location .way .bus > ul ul > li {
    padding-left: 48px;
}
body.en ul.list-info > li.location .way .bus > ul ul > li:not(.station) {
    padding-left: 88px;
}
ul.list-info > li.location .way .bus > ul ul > li.station {
    padding-left: 0;
    font-weight: 500;
}
ul.list-info > li.location .way .subway ul > li {
    padding-left: 58px;
    font-size: 17px;
}
ul.list-info > li.location .way ul > li h6 {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.04em;
}
ul.list-info > li.location .way ul > li span {
    /* top: -1px; */
    left: 0;
    position: absolute;
    padding: 2px 8px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.034em;
    background: #333;
    border-radius: 2px;
}
body.en ul.list-info > li.location .way ul > li span {
    padding: 2px 6px;
    font-weight: 500;
}
body.en ul.list-info > li.location .way .bus ul > li span {
    width: 82px;
    text-align: center;
}
ul.list-info > li.location .way .subway ul > li span {
    margin-right: 5px;
}
ul.list-info > li.location .way .bus ul > li span.blue {background: #3671b5;}
ul.list-info > li.location .way .bus ul > li span.green {background: #59bd39;}
ul.list-info > li.location .way .bus ul > li span.yellow {background: #fcb501;}
ul.list-info > li.location .way .bus ul > li span.red {background: #fa4414;}
ul.list-info > li.location .way .bus ul > li span.red2 {background: #d33b13;}
ul.list-info > li.location .way .bus ul > li span.normal {background: #009278;}
ul.list-info > li.location .way .bus ul > li span.brown {background: #964b00;}
ul.list-info > li.location .way .subway ul > li span.line-1 {background: #0538a9;}
ul.list-info > li.location .way .subway ul > li span.line-2 {background: #33a23d;}
ul.list-info > li.location .way .subway ul > li span.line-3 {background: #fd7339;}
ul.list-info > li.location .way .subway ul > li span.line-5 {background: #a05eb5;}

/* 프로그램 (페이지) */
table.tb-program > thead > tr > th:first-child {
    width: 280px;
}
/* table.tb-program > thead > tr > th:nth-child(2) {
    width: 828px;
} */
table.tb-program > tbody > tr.bg-colored > th,
table.tb-program > tbody > tr.bg-colored > td {
    background: #f7f7f7;
}
table.tb-program > tbody > tr.bg-colored:not(:last-child) > th,
table.tb-program > tbody > tr.bg-colored:not(:last-child) > td {
    padding: 15px 20px;
    text-align: center;
    color: #333;
}
table.tb-program > tbody > tr > td.text-left {
    text-align: left !important;
}
table.tb-program > tbody > tr > td.text-center {
    text-align: center !important;
}
table.tb-program > tbody > tr > td:nth-last-child(2) {
    font-weight: 500;
    text-align: center;
}
/* table.tb-program > tbody > tr > td .tbd {
    font-weight: 500;
    color: #1c7ed6;
} */
table.tb-program > tbody > tr > td strong+ul {
    margin-top: 5px;
}
table.tb-program > tbody > tr.session-hall td.text-center:not([rowspan]) {
    width: 25%;
}
table.tb-program > tbody > tr.session td {
    padding: 15px;
    font-weight: 400;
}
table.tb-program > tbody > tr.session td ul li {
    font-size: 95%;
    font-weight: 400;
    line-height: 1.3em;
}
table.tb-program > tbody > tr.session td ul li+li {
    margin-top: 4px;
}
table.tb-program > tbody > tr.session td ul li strong {
    font-weight: 500;
}
table.tb-program > tbody > tr > td .red {
    color: #ff0000;
}
.tb-notice {
    margin: 20px 0 0;
    font-size: 15px;
    font-weight: 500;
    text-align: right;
}

/* 참여기관 (페이지) */
[id^='participation'] .partici .inner {
    padding: 50px;
    text-align: center;
    border: 4px double #d1dbe5;
    border-radius: 5px;
}
[id^='participation'] .partici .inner h2 {
    display: inline-block;
    margin: 0 0 50px;
    font-size: 26px;
    font-weight: 700;
    color: #333;
    text-align: center;
}
[id^='participation'] .partici .inner h2::after {
    top: auto;
    bottom: -6px;
    left: 1px;
    width: 100%;
    height: 2px;
    display: block;
    background: #555;
    transform: inherit;
}
[id^='participation'] .partici img {
    max-height: 55px;
}
[id^='participation'] .box-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
[id^='participation'] .partici:not(.bottom) .box-logo {
    min-height: 235px;
}
[id^='participation'] .box-logo .name {
    margin: 25px 0 0;
    font-size: 18px;
    font-weight: 500;
}
[id^='participation'] .box-logo .name+img {
    margin-top: 35px;
}
/* 주최/주관 */
[id^='participation'] .partici.partici1 {
    margin-bottom: 30px;
}
[id^='participation'] .partici.partici1 .box-logo {
    min-height: 150px;
}
[id^='participation'] .partici.partici1 .box-logo .wrap {
    flex: 1 1 0;
}
[id^='participation'] .partici.partici1 .box-logo .w_img {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 참여기업 */
[id^='participation'] .partici.bottom .inner {
    margin-top: 30px;
}
[id^='participation'] .partici.bottom .box-logo {
    gap: 30px;
}
[id^='participation'] .partici.bottom .domestic .box-logo .wrap {
    flex-basis: 22%;
}
[id^='participation'] .partici.bottom .overseas .box-logo {
    gap: 80px;
}
[id^='participation'] .partici.bottom .box-logo .wrap {
    flex-basis: 14%;
}
body.en [id^='participation'] .partici .overseas .box-logo .wrap {
    flex-basis: 22%;
}
[id^='participation'] .partici.bottom .w_img {
    height: 50px;
    display: flex;
    align-items: center;
}
[id^='participation'] .partici.bottom img {
    max-width: 160px;
}
[id^='participation'] .partici.bottom .name {
    margin-top: 20px;
    font-size: 16px;
}

/* 지난 행사 공통 스타일 */
[id^='past_conference'] hr {
    margin: 100px 0;
}

/* 지난 행사>Conference’21 */
#past_conference01 #section1 .top {
    margin-bottom: 80px;
}
#past_conference01 > .contents:not(:last-child) {
    padding: 0;
}
#past_conference01 .section-plan {
    padding-top: 80px;
}
#past_conference01 .section-plan .bottom .logo {
    width: 100%;
    display: inline-block;
}
#past_conference01 .section-plan .bottom .logo h4 {
    left: -40px;
    bottom: 0;
    position: absolute;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    color: #e4f5ff;
}
#past_conference01 .section-plan .bottom .logo ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: right;
}
#past_conference01 .section-plan .bottom .logo-top {
    margin-top: 18px;
}
#past_conference01 .section-plan .bottom .logo-top > ul li+li {
    margin-left: 60px;
}
#past_conference01 .section-plan .bottom .logo-top .img img {
    float: left;
}
#past_conference01 .section-plan .bottom .logo-top li:nth-child(1) .img img,
#past_conference01 .section-plan .bottom .logo-top li:nth-child(2) .img img {
    margin-top: 10px;
}
#past_conference01 .section-plan .bottom .logo-top .txt {
    display: inline-block;
    margin: 10px 0 0 6px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
}
#past_conference01 body.en .section-plan .bottom .logo-top > ul li+li {
    margin-left: 80px;
}
#past_conference01 body.en .section-plan .bottom .logo-top ul > li:nth-child(2) {
    margin-left: 90px;
}
#past_conference01 body.en .section-plan .bottom .logo-top ul > li:nth-child(2) h4 {
    left: -65px;
}
#past_conference01 body.en .section-plan .bottom .logo-top ul > li:nth-child(3) h4 {
    left: -58px;
}
#past_conference01 .section-plan .bottom .logo-media h4 {
    position: static;
    margin-bottom: 8px;
}
#past_conference01 .section-plan .bottom .logo-media ul {
    flex-wrap: nowrap;
    align-items: center;
}
#past_conference01 .section-plan .bottom .logo-media ul > li+li {
    margin-left: 20px;
}

/* Conference’22 */
#past_conference02 > .contents:not(:last-child) {
    padding: 0;
}
#past_conference02 #section1 .top {
    padding-top: 100px;
}
#past_conference02 .middle {
    margin: 50px 0 100px;
}
#past_conference02 .middle > h2 {
    margin: 0;
    font-size: 85px;
    font-weight: 700;
    font-family: 'GmarketSans';
    color: #000;
    letter-spacing: -4px;
}
body.en #past_conference02 .middle > h2 {
    letter-spacing: -2px;
    font-size: 50px;
}
#past_conference02 .section-plan {
    padding-top: 80px;
}
#past_conference02 .section-plan .logo {
    width: 100%;
    display: inline-block;
    color: #111;
}
#past_conference02 .section-plan .logo h4 {
    margin: 5px 10px 0 0;
    font-size: 14px;
    color: #1f43a1;
    font-weight: 600;
}
#past_conference02 .section-plan .logo ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
}
#past_conference02 .section-plan .logo-top {
    margin-top: 60px;
    padding: 35px 30px 30px;
    background: #fff;
    border-radius: 5px 5px 0 0;
}
#past_conference02 .section-plan .logo-top ul li {
    display: flex;
}
#past_conference02 .section-plan .logo-top > ul li+li {
    margin-left: 40px;
}
body.en #past_conference02 .section-plan .logo-top > ul li:nth-child(n+3) {
    margin-top: 15px;
}
#past_conference02 .section-plan .logo-top ul li .img {
    height: 20px;
    display: flex;
    align-items: flex-end;
}
#past_conference02 .section-plan .logo-top ul li .img+.img {
    margin-left: 20px;
}
#past_conference02 .section-plan .logo-top img {
    max-height: 20px;
}
#past_conference02 .section-plan .logo-top .txt {
    display: inline-block;
    margin: 0 0 0 6px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 1em;
}
#past_conference02 .section-plan .logo-media {
    position: relative;
    padding: 30px 30px 35px;
    padding-left: 100px;
    background: #fff;
    border-radius: 0 0 5px 5px;
}
body.en #past_conference02 .section-plan .logo-media {
    padding-left: 210px;
}
#past_conference02 .section-plan .logo-media h4 {
    left: 30px;
    margin: 0;
    position: absolute;
}
#past_conference02 .section-plan .logo-media h4:nth-of-type(2) {
    margin-top: 45px;
}
#past_conference02 .section-plan .logo-media ul {
    gap: 10px;
    align-items: center;
}
#past_conference02 .section-plan .logo-media ul:nth-of-type(2) {
    margin-top: 35px;
}
#past_conference02 .section-plan .logo-media ul > li {
    flex-basis: 11%;
}
#past_conference02 .section-plan .logo-media ul:nth-of-type(2) > li {
    flex-basis: 15%;
}
#past_conference02 .section-plan .logo-media img {
    max-width: 80px;
    max-height: 25px;
}
#past_conference02 .section-plan .logo-media ul:nth-of-type(2) > li img {
    max-width: 85px;
    max-height: 30px;
}

/* Conference’23 */
#past_conference03 > .contents:not(:last-child){padding: 0;}
#past_conference03 #section1 {
    font-family: 'NanumSqaure';
    text-align: center;
}
#past_conference03 #section1 .top {
    padding-top: 100px;
}
#past_conference03 #section1 .top > h1 {
    top: 32%;
    width: 100%;
    position: absolute;
    margin: 0;
    font-size: 55px;
    font-weight: 700;
    font-family: 'Cabin', sans-serif;
    color: #fff;
    letter-spacing: 12px;
    /* text-shadow: 0px 0px 10px rgba(0,0,0,0.55); */
}
#past_conference03 #section1 .middle {
    margin: 50px 0 100px;
}
#past_conference03 #section1 .middle > h2 {
    margin: 0;
    font-size: 85px;
    /* font-size: 56px; */
    font-weight: 700;
    font-family: 'GmarketSans';
    color: #000;
    letter-spacing: -4px;
    /* letter-spacing: 4px; */
}
body.en #past_conference03 #section1 .middle > h2 {
    letter-spacing: -2px;
    font-size: 50px;
}
#past_conference03 .section-plan .wrap-logos {
    width: 100%;
    display: inline-block;
    margin-top: 60px;
    padding: 35px;
    background: #fff;
    border-radius: 5px;
}
#past_conference03 .section-plan .wrap-logos .block {
    display: flex;
    justify-content: center;
    gap: 40px;
}
#past_conference03 .section-plan .wrap-logos .block+.block {
    margin-top: 40px;
}
#past_conference03 .section-plan .wrap-logos .inner {
    display: flex;
    align-items: baseline;
}
#past_conference03 .section-plan .wrap-logos h4 {
    margin: 0 10px 0 0;
    font-size: 14px;
    font-weight: 600;
    color: #1f43a1;
    line-height: 1.1em;
    white-space: nowrap;
}
#past_conference03 .section-plan .wrap-logos .block:not(.block-bottom) h4 {
    margin-right: 20px;
}
#past_conference03 .section-plan .wrap-logos ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
#past_conference03 .section-plan .wrap-logos .block ul li {
    display: flex;
    align-items: center;
    gap: 40px;
}
#past_conference03 .section-plan .wrap-logos .block ul li+li {
    margin-left: 16px;
}
#past_conference03 .section-plan .wrap-logos .block ul li .img {
    height: 20px;
    display: flex;
    align-items: flex-end;
}
#past_conference03 .section-plan .wrap-logos .block ul li img {
    max-width: 140px;
    max-height: 25px;
}
#past_conference03 .section-plan .wrap-logos .block ul li.sm img {
    max-height: 18px;
}
#past_conference03 .section-plan .wrap-logos .block-top .txt {
    display: inline-block;
    margin: 0 0 0 6px;
    font-size: 15px;
    font-weight: 600;
    color: #111;
    letter-spacing: -0.05em;
    line-height: 1em;
}
#past_conference03 .section-plan .wrap-logos .kgi .txt {
    font-size: 19px;
    color: #0f327f;
    letter-spacing: -0.07em;
}
#past_conference03 .section-plan .wrap-logos .soongsil .txt {
    position: relative;
    top: -3px;
    font-size: 14px;
    font-weight: 500;
    color: #5c5a5a;
}
#past_conference03 .section-plan .wrap-logos .gamijournal .txt {
    font-size: 19px;
    color: #449fa5;
    letter-spacing: -0.07em;
}
#past_conference03 .section-plan .wrap-logos .block-top ul li img {
    max-height: 20px;
}
#past_conference03 .section-plan .wrap-logos .block-bottom .inner {
    justify-content: space-between;
}
#past_conference03 .section-plan .wrap-logos .block-bottom .inner:nth-child(1) {
    flex-basis: calc(100% - 290px);
}
#past_conference03 .section-plan .wrap-logos .block-bottom .inner:nth-child(2) {
    flex-basis: 290px;
}
body.en #past_conference03 .section-plan .wrap-logos .block-bottom .inner {
    align-items: start;
}
#past_conference03 .section-plan .wrap-logos .block-bottom .inner:nth-child(2) ul li+li {
    margin-left: 0;
}













/* 개인정보 처리방침 (페이지) */
.box-privacy {
    padding: 60px 70px;
    background: #f8f8f8;
    border-radius: 5px;
}
.box-privacy > h3 {
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.05em;
}
.box-privacy > h4 {
    margin: 10px 0 5px;
    font-size: 15px;
    font-weight: 600;
}
.box-privacy p,
.box-privacy ul li {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.45em;
}
.box-privacy > p+h3,
.box-privacy > ul+h3 {
    margin-top: 30px;
}
.box-privacy ul ul {
    margin: 5px 0 10px;
    padding-left: 15px;
}

/* 게시판, 주문폼 공통 스타일 */
.board_wrapper,
.calendar_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}
.search_wrap {
    margin-bottom: 0;
}
.board_wrapper .table.table_default {
    border-top: 2px solid #333;
}
.table.table_default tr th,
.table.table_default tr td {
    font-size: 15px;
    border-color: #e3e3e3;
}
.table.table_default tbody .subject a {
    color: #333
}
.board_wrapper .table.table_default thead th {
    font-weight: 500;
    background-color: #f8f8f8;
    border-bottom: 1px solid #ccc;
}
.table.table_default tbody .subject a:hover {
    text-decoration: underline;
}
.table.table_default tbody .subject .badge {
    margin-right: 8px;
    padding: 6px 7px 5px;
    font-weight: 500;
    border-radius: 3px;
}
.board_data_view {
    border-top: 0;
    margin-top: -39px;
}
.board_data_view .header_wrap {
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
}
.text-center span {
    font-size: 16px !important;
}
.board_data_view .header_wrap .title {
    font-size: 24px;
}
.board_data_view .header_wrap .info {
    margin-top: 10px;
}
.board_data_view .header_wrap .info span {
    font-size: 13px;
    color: #999;
}
.pagination_wrap ul li.active a,
.pagination_wrap ul li.active a:hover,
.pagination_wrap ul li.active a:focus {
    color: #d50715;
}
.pagination_wrap ul li.box a {
    border: none;
}
.pagination_wrap ul li.box:hover a,
.pagination_wrap ul li.box:focus a {
    color: #d50715;
}
/* 게시글 작성 */
.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
    font-size: 15px;
    letter-spacing: -0.04em;
    border-color: #e6e6e6;
}
.board_wrapper .table.board_write_table tbody tr th {
    width: 180px;
    font-weight: 500;
    color: #222;
    background: #f8f8f8;
}
/* 주문폼 */
.board_wrapper .table.board_write_table tbody tr td .form-control {
    width: 350px;
}
.board_wrapper .table.board_write_table tbody tr th > span.required_text {
    color: red;
    font-weight: 600;
}
.board_wrapper .table.board_write_table tbody tr td .text-muted {
    font-size: 13px;
}
.board_wrapper .table.board_write_table .checkbox a {
    color: #1e7fc5;
    text-decoration: underline;
}
.form-control:not([readonly]):focus {
    border-color: #555;
}

/* 사전등록 (페이지 내 주문폼) */
[id^='attend_'] p.notice {
    margin-bottom: 30px;
    padding: 30px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    background: #f8f8f8;
}
[id^='attend_'] p.notice > span {
    color: #0078b5;
}

/* 연사 신청 (페이지 내 주문폼) */
#apply_speaker .board_wrapper .table.board_write_table tbody tr th {
    width: 200px;
}
.board_wrapper .table.board_write_table tbody tr td input#frm_data_3 {
    width: 100%;
}








/* 회원가입 약관 */
.privacy_body .eng,
.join_agree_box .eng {
    display: none;
}
body.en .privacy_body .kor,
body.en .join_agree_box .kor {
    display: none;
}
body.en .privacy_body .eng,
body.en .join_agree_box .eng {
    display: block;
}

/* 회원가입 폼 */
body.en #join_form .table tbody tr th {
    width: 260px;
}
body.en #join_form table tbody tr:nth-child(1) td .form-control,
body.en #join_form table tbody tr:nth-child(2) td .form-control {
    width: 580px;
}

/* 마이페이지 */
#join_form .guide {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #777;
}
/*************** 서브 끝 *****************/

/*********** 모바일 최적화 시작 ***********/
@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */
    #site{padding-top:89px;font-size:15px}
    .menu-top{margin-top:10px;margin-bottom:0}
    .menu-top ul{margin:0}
    .menu-top ul > li .lang{padding:6px 8px 5px;font-size:10px}

    .navbar-inverse{position:fixed;border-bottom:1px solid #ddd}
    .navbar-inverse .navbar-brand img{height:38px;margin-top:-20px}
    .navbar-inverse .navbar-nav{margin:0 -15px}
    .navbar-inverse .navbar-nav > .open{background-color:#f6f6f6}
    .navbar-inverse .navbar-nav > li > a{padding:10px 15px !important;font-size:18px !important;}
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus{color:#333}
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle{color:#fff !important;background:#006aed}
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle .caret,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle .caret,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle .caret{border-top-color:#fff}
    .navbar-inverse .navbar-nav > .open .dropdown-menu{padding:10px 0}
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a{padding:5px 25px;font-size:16px;color:#111}
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:focus{font-weight:600;color:#111}

    .mainPage #section1 {
        height: 280px;
        /* height: 400px; */
        padding: 30px 0 0;
        /* background: url('/public/img/main/people.jpg') no-repeat;
        background-size: 250%;
        background-position: 50% 100%; */
    }
    .mainPage #section1 .top {
        padding: 0 15px;
    }
    /* .mainPage #section1 .top > h1{position:relative;margin-top:-62px;font-size:15px;letter-spacing:8px} */
    /* .mainPage #section1 .middle{position:relative} */
    .mainPage #section1 .middle {
        top: 48%;
    }
    .mainPage #section1 .middle > h2 {
        /* margin-top: 90px; */
        font-size: 35px;
        letter-spacing: -2px;
        /* letter-spacing: 3px; */
        line-height: 1.3em;
    }
    body.en .mainPage #section1 .middle > h2{font-size:26px}
    /* .mainPage #section1 .bottom{display:none}
     */
     .mainPage #section1 .bottom img {
        bottom: 15px;
        z-index: -1;
    }
    .mainPage #section1 .bottom img:first-child {
        left: 15px;
        width: 140px;
    }
    .mainPage #section1 .bottom img:last-child {
        right: 15px;
        width: 170px;
    }
    .mainPage #video {
        position: static;
        margin-top: 0;
        padding-top: 15px;
        padding-bottom: 8px;
        transform: none;
        background: #000;
    }
    .mainPage #video iframe {
        width: 100%;
        height: 194px;
    }
    .mainPage #section2{padding:60px 0 30px}
    .mainPage #section2 h3{margin:0 0 12px;font-size:20px}
    .mainPage ul.list-link{height:auto;padding:0;display:inline-block;background:transparent}
    .mainPage ul.list-link > li{width:50%;padding:0;background:#000}
    .mainPage ul.list-link > li a{width:100%;display:inline-block;padding:0 0 20px}
    .mainPage ul.list-link > li:nth-child(2){background:#e51111}
    .mainPage ul.list-link > li:nth-child(3){background:#ffa434}
    .mainPage ul.list-link > li:nth-child(4){background:#2a6fd0}
    .mainPage ul.list-link > li:nth-child(5){background:#7f7f7f}
    .mainPage ul.list-link > li .icon{width:90px;height:90px;padding:0;background:none !important}
    .mainPage ul.list-link > li h4{margin:5px 0 0;font-size:18px;color:#fff;text-align:center}

    .mainPage .section-plan .wrap-logos {
        margin-top: 40px;
        padding: 25px 15px;
    }
    .mainPage .section-plan .wrap-logos .block,
    .mainPage .section-plan .wrap-logos .block-top ul li {
        flex-direction: column;
    }
    .mainPage .section-plan .wrap-logos .block,
    .mainPage .section-plan .wrap-logos .block ul li {
        align-items: baseline;
        gap: 20px;
    }
    .mainPage .section-plan .wrap-logos .block+.block {
        margin-top: 30px;
    }
    .mainPage .section-plan .wrap-logos .block ul li img {
        max-width: 120px;
        max-height: 20px;
    }
    .mainPage .section-plan .wrap-logos .block ul li.sm img {
        max-height: 13px;
    }
    .mainPage .section-plan .wrap-logos .kgi .txt,
    .mainPage .section-plan .wrap-logos .gamijournal .txt {
        font-size: 18px;
    }
    .mainPage .section-plan .wrap-logos .soongsil .txt {
        top: -4px;
        font-size: 13px;
    }
    body.en .mainPage .section-plan .wrap-logos .soongsil .txt {
        font-size: 8px;
    }
    .mainPage .section-plan .wrap-logos .block-bottom .inner {
        flex-basis: auto !important;
        flex-direction: column;
        gap: 15px;
    }
    .mainPage .section-plan .wrap-logos .block-bottom ul {
        justify-content: flex-start;
    }
    .mainPage .section-plan .wrap-logos .block ul li+li {
        margin-left: 5px;
    }

    #site footer .footer-info{padding:30px 0}
    #site footer .footer-info .logo img{height:30px;margin:0 auto 15px}
    #site footer .footer-info .info{padding-left:15px;text-align:center}
    #site footer .footer-info ul li{font-size:12px;line-height:20px}
    #site footer .footer-info ul li.copy{font-size:11px}
    #site footer .social {
        right: 0;
        margin-top: 20px;
        position: relative;
        text-align: center;
    }

    .subPage > .pageTop{height:150px}
    .subPage > .pageTop .tit{margin:50px 0 0;font-size:35px}
    .subPage .breadcrumb{bottom:10px;font-size:12px;color:#fff}
    .subPage .breadcrumb > li:first-child::before{top:0;font-size:10px}
    .subPage > .contents{padding:60px 0 80px}
    .subPage .link{margin-top:15px;margin-bottom:-15px}
    .subPage .link ul > li{width:100%;padding:0}
    .subPage .link ul > li > a{padding:10px;font-size:15px;color:#333;border:1px solid #ddd}
    .subPage .link ul > li.active > a::after{display:none}
    .subPage .link ul > li.active > a{background:#047fd7;border-color:#047fd7}
    .subPage .link ul > li:not(.active) > a:hover{color:#047fd7}
    .title-lv-1{margin:0 0 40px;font-size:36px}
    .title-lv-2{margin:0 0 18px;font-size:21px}
    table.tb-default > thead > tr > th,
    table.tb-default > tbody > tr > th,
    table.tb-default > tbody > tr > td{padding:10px 13px !important}
    table.tb-style-1 > thead > tr > th,
    table.tb-style-1 > tbody > tr > th{font-size:14px}
    table.tb-style-1 > thead > tr > th{padding:7px;font-size:14px}
    table.tb-style-1 > tbody > tr > td{font-size:13px}

    #past_conference01 #section1 .top{padding:80px 0 50px;background-size:150%}
    #past_conference01 #section1 .top > h2,
    #about_conference #section1 .top > h2{font-size:19px;line-height:1.3em}
    body.en #past_conference01 #section1 .top,
    #about_conference #section1 .top{padding:80px 0 60px}
    body.en #past_conference01 #section1 .top > h2,
    #about_conference #section1 .top {padding:0}
    #about_conference #section1 .top > h2{font-size:18px}
    #about_conference #section1 .bottom{margin-top:35px}
    #about_conference #section1 .bottom > .box-title p{font-size:36px}
    body.en #about_conference #section1 .bottom > .box-title p{font-size:32px}
    #about_conference #section1 .bottom > .box-subtitle p{font-size:21px}
    #about_conference #section2{margin-top:60px}
    ul.list-info > li{margin-bottom:40px}
    ul.list-info > li .inner{height:auto !important;min-height:auto !important;padding:0 !important}
    ul.list-info > li.date .inner,
    ul.list-info > li.detail .inner{font-size:19px}
    ul.list-info > li h4{width:100%;height:auto;position:relative;margin-bottom:20px;padding:15px 15px 15px 46px;font-size:19px;text-align:left}
    ul.list-info > li h4 i{top:12px;left:15px;position:absolute;font-size:25px}
    ul.list-info > li.number strong{padding-top:0;font-size:19px}
    ul.list-info > li.number ul{margin-top:15px !important;margin-left:0}
    ul.list-info > li.schedule strong{margin:0 8px 0 0;font-size:14px}
    body.en ul.list-info > li.schedule strong{margin:0 0 5px}
    ul.list-info > li.schedule ul + strong{margin-top:10px;margin-left:0}
    body.en ul.list-info > li.schedule .clearfix + strong{margin-top:10px}
    ul.list-info > li.location h4{margin-bottom:0}
    ul.list-info > li.location .root_daum_roughmap{height:250px}
    ul.list-info > li.location .box{padding:30px 15px}
    ul.list-info > li.location .box .addr{font-size:18px}
    ul.list-info > li.location .way:not(.bottom){float:none;width:100% !important;padding:0 !important}
    ul.list-info > li.location .way .bus{border-right:none}
    ul.list-info > li.location .way ul > li h6{font-size:15px}
    ul.list-info > li.location .way .subway ul > li{font-size:16px}

    /* 2023 Location */
    ul.list-info > li.location .from > .block {
        flex-direction: column;
        gap: 0;
        padding: 20px 15px;
    }
    ul.list-info > li.location .from h5 {
        flex-basis: auto;
        margin: 0 0 12px;
        font-size: 17px;
    }
    ul.list-info > li.location .from ul {
        font-size: 15px;
    }
    ul.list-info > li.location .from ul > li {
        padding-left: 60px;
    }
    body.en ul.list-info > li.location .from ul > li {
        padding-left: 70px;
    }
    ul.list-info > li.location .from ul > li .tit {
        top: 0;
        width: 50px;
        padding: 2px 6px 1px;
        font-size: 13px;
    }
    body.en ul.list-info > li.location .from ul > li .tit {
        width: 60px;
    }

    .tb-notice{margin:15px 0 0;font-size:14px;text-align:left}
    [id^='attend_'] p.notice{margin-bottom:20px;padding:20px;font-size:14px}

    [id^='participation'] .partici+.partici {
        margin-top: 30px;
    }
    [id^='participation'] .partici .inner {
        padding: 40px 20px;
    }
    [id^='participation'] .partici .inner h2{margin:0 0 40px;font-size:23px}
    [id^='participation'] .partici:not(.bottom) .box-logo {
        min-height: auto;
    }
    [id^='participation'] .box-logo .name{font-size:17px}
    [id^='participation'] .partici.bottom .box-logo {
        gap: 20px 15px !important;
    }
    [id^='participation'] .partici.bottom .box-logo .wrap {
        flex-basis: 47% !important;
        /* flex-basis: 22%; */
    }
    [id^='participation'] .partici.bottom .w_img {
        height: 25px;
    }
    [id^='participation'] .partici.bottom img {
        max-width: 100px;
        max-height: 25px;
    }
    [id^='participation'] .partici.bottom .name {
        margin-top: 15px;
        font-size: 13px;
    }
    [id^='participation'] .partici.partici1 .box-logo .wrap {
        flex: auto;
    }
    [id^='participation'] .partici.partici1 .box-logo .wrap+.wrap {
        margin-top: 30px;
    }
    [id^='participation'] .partici.partici1 .box-logo .w_img {
        height: auto;
    }
    .box-privacy{padding:30px 20px}
    .box-privacy > h3{margin:0 0 12px;font-size:18px}
    .box-privacy > h4{font-size:14px}
    .box-privacy > p+h3,
    .box-privacy > ul+h3{margin-top:20px}
    .box-privacy p,
    .box-privacy ul li{font-size:14px}
    #past_conference01 #section1 .top {
        margin-bottom: 40px;
    }
    [id^='past_conference'] hr {
        margin: 60px 0;
    }
    #past_conference01 .section-plan .bottom .logo-top ul{margin-top:30px;align-items:start;justify-content:left}
    #past_conference01 .section-plan .bottom .logo-top ul > li{width:33.3%}
    #past_conference01 .section-plan .bottom .logo-top ul > li+li{margin-left:0}
    #past_conference01 .section-plan .bottom .logo-top h4{left:auto;float:left;position:relative;font-size:13px}
    #past_conference01 .section-plan .bottom .logo-top .img{width:74%;display:inline-block;padding-left:10px}
    #past_conference01 .section-plan .bottom .logo-top .img img{float:none;margin:0}
    #past_conference01 .section-plan .bottom .logo-top li:nth-child(1) .img img,
    #past_conference01 .section-plan .bottom .logo-top li:nth-child(2) .img img{margin-top:0}
    #past_conference01 .section-plan .bottom .logo-top .txt{display:block;margin:8px 0 0;font-size:12px}

    #past_conference01 body.en .section-plan .bottom .logo-top ul > li{width:100%}
    #past_conference01 body.en .section-plan .bottom .logo-top > ul li+li{margin-top:10px;margin-left:0}
    #past_conference01 body.en .section-plan .bottom .logo-top ul > li:nth-child(2){margin-left:0}
    #past_conference01 body.en .section-plan .bottom .logo-top ul > li:nth-child(2) h4{left:0}
    #past_conference01 body.en .section-plan .bottom .logo-top ul > li:nth-child(3) h4{left:0}
    #past_conference01 body.en .section-plan .bottom .logo-top h4{width:55px;margin-top:9px}
    #past_conference01 body.en .section-plan .bottom .logo-top .img img{float:left;margin-right:12px}
    #past_conference01 body.en .section-plan .bottom .logo-top .txt{font-size:14px}

    #past_conference01 .section-plan .bottom .logo-media h4{margin:15px 0 0}
    #past_conference01 .section-plan .bottom .logo-media ul{flex-wrap:wrap;margin:0 -10px}
    #past_conference01 .section-plan .bottom .logo-media ul > li{flex-basis:25%;margin-top:10px;padding:0 10px}
    #past_conference01 .section-plan .bottom .logo-media ul > li+li{margin-left:0}



    #past_conference02 #section1 .top {
        padding-top: 50px;
    }
    #past_conference02 .section-plan {
        padding-top: 30px;
    }
    #past_conference02 .middle {
        margin: 15px 0 50px;
    }
    #past_conference02 .middle > h2 {
        font-size: 35px;
        letter-spacing: -2px;
        line-height: 1.3em;
    }
    body.en  #past_conference02 #section1 .middle > h2 {
        font-size: 26px;
    }
    #past_conference02 .section-plan .logo-top {
        margin-top: 40px;
        padding: 25px 20px 20px;
    }
    #past_conference02 .section-plan .logo-top ul {
        justify-content: left;
    }
    #past_conference02 .section-plan .logo-top > ul li+li {
        margin-top: 12px;
        margin-left: 0;
        flex-wrap: wrap;
    }
    #past_conference02 .section-plan .logo-top ul li .img+.img {
        margin: 10px 0 0 0;
        padding-left: 35px;
    }
    #past_conference02 .section-plan .logo-media {
        padding: 0 20px 35px;
        padding-left: 20px !important;
    }
    #past_conference02 .section-plan .logo-media h4 {
        left: 20px;
    }
    #past_conference02 .section-plan .logo-media ul {
        padding-top: 35px;
    }
    
    
    


    .board_wrapper .table colgroup,
    .board_wrapper .table tr .num,
    .board_wrapper .table tr .hits{display:none}
    .board_wrapper .table .subject{width:55%}
    .board_wrapper .table .writer{width:20%}
    .board_wrapper .table .regdate{width:25%}
    .board_wrapper .table.table_default tr th,
    .board_wrapper .table.table_default tr td{padding:10px;font-size:13px}
    .table.table_default tbody .subject .badge{margin-right:5px;font-size:11px}
    .table.table_default tbody .subject a{font-size:13px}
    .board_data_view .header_wrap{padding:30px 10px}
    .board_data_view .header_wrap .title{font-size:24px}
    .board_data_view .header_wrap .info{margin-top:5px}
    .board_data_view .header_wrap .info span{font-size:12px}
    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .form-control.form-control-big,
    .member_wrapper #join_form .table .form-control,
    .member_wrapper #join_form .table .form-control.form-control-big{width:100% !important}
    .board_wrapper .table.board_write_table .files .fileInput .file_add{width:100%;margin:0 0 15px;padding:6px 12px}
    .member_wrapper .text-center .btn.btn-lg,
    .board_wrapper .text-center .btn.btn-lg{width:100%;margin:0;padding:9px}
    .board_wrapper .text-center .btn#write_btn,
    .member_wrapper .text-center .btn#join_btn,
    .board_wrapper .text-center .btn#list_btn{margin-top:20px}
    [id^='form_history'] {padding-top:40px;padding-bottom:80px}
    .member_wrapper{padding-top:60px;padding-bottom:100px}

    [id^='form_history'] .board_wrapper {padding-top: 0;padding-bottom: 0}
    [id^='form_history'] .board_wrapper .alert-info {padding: 20px}

    .main_popup_contents {
        padding: 10px;
    }
    .main_popup_contents img {
        width: 100%;
        height: auto;
    }
}
@media (min-width: 768px) and (max-width: 1199px) { /* Medium·Large devices */
    .menu-top{top:0;right:0;position:absolute}
    .navbar > .container{width:100%}
    .container>.navbar-header{width:100%;padding:25px 0 0;text-align:center}
    .navbar-inverse .navbar-brand{float:none;height:auto;display:inline-block;margin:0 auto !important;padding:0}
    .navbar-inverse .navbar-brand::after{left:auto;right:0}
    .navbar-inverse .navbar-brand img{margin-top:0}    
    .navbar-inverse .navbar-right{float:none !important;width:100%;display:inline-flex;margin-right:0}
    .navbar-inverse .navbar-nav>li{flex:1 1 auto;margin-bottom:-7px}
    .navbar-inverse .navbar-nav>li>a{padding:25px 15px;text-align:center}
    body.en .navbar-inverse .navbar-nav>li>a{padding-right:10px;padding-left:10px}

    ul.list-info > li.number ul{margin-top:-45px}
    ul.list-info > li.schedule .inner{padding:45px 0 0 170px}
    ul.list-info > li.schedule ul + strong{margin-left:30px}
}
/************ 모바일 최적화 끝 ************/