@charset "utf-8";

body,
html {
  height: 100%;
  background: #000;
}

body {
  min-width: 320px;
}

#body_layout .body_wrap {
  padding-bottom: 40px
}

#topBtn {
  display: none
}

span.br {
  display: block
}

.mo {
  display: none !important
}

button:focus {
  outline: 0
}

#video_bg {
  width: 2560px;
  height: 1448px;
  display: inline-block;
  position: fixed;
  top: -10px;
  left: 50%;
  transform: translateX(translateX -50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%)
}

#video_bg video {
  width: 2560px;
  height: 1448px;
  display: inline-block
}

header {
  position: relative;
  width: 1550px;
  margin: 0 auto
}

#top_layout {
  width: 100%;
  height: 155px;
  text-align: center;
  padding: 0 20px;
  position: fixed;
  top: 0;
  padding-top: 41px;
  left: 0;
  z-index: 999;
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, .9) 0, rgba(0, 0, 0, .9) 75%, rgba(255, 255, 255, 0) 100%)
}

#top_layout h1 a {
  width: 275px;
  height: 95px;
  background: url(../images/sub/sub-logo.png)no-repeat center 0;
  background-size: 240px auto;
  display: block;
  float: left;
  font-size: 22px;
  color: #fff;
  font-weight: 300;
  padding-top: 60px;
}

#navi_layout {
  display: inline-block;
  margin-top: 30px;
}

#navi_layout li {
  display: inline-block;
  float: left
}

#navi_layout li+li {
  margin-left: 15px
}

#navi_layout a {
    font-size: 20px;
    color: #fff;
    line-height: 43px;
    padding: 0 40px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 35px;
}

#top_layout .utile {
    position: absolute;
    right: 0;
    top: -20px;
    z-index: 99;
}

#top_layout .utile li {
  display: inline-block;
  float: left;
  position: relative
}

#top_layout .utile li+li {
  margin-left: 28px
}

#top_layout .utile a {
  font-size: 20px;
  color: #fff;
  display: inline-block
}

#top_layout .utile .lan>a {
  padding-right: 13px
}
#top_layout .utile .lan>div span {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  font-size: 19px;
  margin: 0 5px;
}
#top_layout .utile .lan>div a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
#top_layout .utile .lan>div a.on {
  color: #fea600;
  border-bottom: 1px solid #fea600;
}
#top_layout .utile .lan>div a:focus,
#top_layout .utile .lan>div a:hover {
  color: #f4ba41
}

#top_layout .utile .lan>div a+a {
  margin-top: 1px
}






#top_layout .utile .mypage>a {
  padding-right: 25px;
}

#top_layout .utile .mypage>a::after {
  content: '';
  display: block;
  background: url(../images/sub/drop-down-white.png)no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 7px;
}

#top_layout .utile .mypage:hover>a::after {
  background: url(../images/sub/drop-down-whiteOn.png)no-repeat;
}

#top_layout .utile .mypage>div {
  display: none;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%)
}

#top_layout .utile .mypage:hover>div {
  display: inline-block
}

#top_layout .utile .mypage>div a {
  width: 85px;
  background-color: #000;
  color: #505050;
  line-height: 1.2;
  word-break: keep-all;
  padding: 5px 0
}

#top_layout .utile .mypage>div a:focus,
#top_layout .utile .mypage>div a:hover {
  color: #f4ba41
}








#body_layout {
  width: 100%;
  height: 100%;
  position: relative
}

#body_layout .body_wrap {
  width: 100%;
  max-width: 1080px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

#body_layout .body_wrap .title strong {
  font-weight: 300;
  font-size: 52px;
  color: #fff;
  text-align: left;
  text-shadow: 5px 5px 0 #5c2222;
  line-height: 1.15;
  margin-bottom: 50px;
  display: inline-block
}

#body_layout .body_wrap .title strong span {
  font-size: 64px;
  color: #f4ba41
}

#body_layout .body_wrap .title p {
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
  position: relative
}

#body_layout .body_wrap .title p::after {
  width: 358px;
  height: 11px;
  background: url(../images/inc/title_bg_line.png) no-repeat center center;
  content: "";
  margin-left: -179px;
  position: absolute;
  left: 50%;
  bottom: 5px
}

#body_layout .body_wrap .title p span {
  font-size: 32px
}

#body_layout .body_wrap .title p span em {
  color: #f4ba41;
  display: inline-block
}

#body_layout .body_wrap .btn {
  margin-top: 40px;
  margin-bottom: 50px;
  display: inline-block
}

#body_layout .body_wrap .btn a {
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  padding: 0 60px;
  display: inline-block;
  float: left;
  border: 1px solid
}
/*########### 08-25 추가 코드 ##########*/
#body_layout .body_wrap .en_btn a {
  padding: 0 43px;
}
/*########### 08-25 추가 끝 ##########*/
#body_layout .body_wrap .btn a+a {
  margin-left: 20px
}

#body_layout .body_wrap .btn a:focus,
#body_layout .body_wrap .btn a:hover {
  background-color: #f4ba41;
  color: #000;
  border-color: #f4ba41
}

#body_layout .body_wrap .youtube {
  width: 507px;
  height: 285px;
  background: no-repeat center center;
  background-size: cover;
  background-color: #000;
  float: left;
  position: relative
}

#body_layout .body_wrap .youtube a {
  width: 32px;
  height: 41px;
  background: url(../images/inc/play.png) no-repeat center center;
  text-indent: -9999px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

#body_layout .body_wrap .wrap .notice-wrap {
  width: 546px;
  float: right
}

#body_layout .body_wrap .notice {
  width: 100%;
  text-align: left;
  padding: 26px 30px;
  display: inline-block;
  position: relative
}

#body_layout .body_wrap .notice::before {
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0
}

#body_layout .body_wrap .notice strong {
  font-size: 16px;
  color: #666;
  line-height: 1;
  position: relative
}

#body_layout .body_wrap .notice li {
  width: 100%;
  font-size: 14px;
  color: #fff;
  line-height: 2.43;
  padding: 0 100px 0 0;
  display: inline-block;
  position: relative
}

#body_layout .body_wrap .notice li a {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left
}

#body_layout .body_wrap .notice span {
  width: 100px;
  font-size: 14px;
  color: #999;
  text-align: right;
  line-height: 2.43;
  margin: 0 -100px 0 0;
  display: inline-block;
  float: left
}

#body_layout .body_wrap .notice .more {
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  display: inline-block;
  position: absolute;
  top: 26px;
  right: 30px
}

#body_layout .body_wrap .notice .more::before {
  width: 8px;
  height: 8px;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 3px;
  right: 6px;
  transform: rotate(45deg)
}

#body_layout .body_wrap .subscribe {
  width: 100%;
  margin-top: 17px;
  display: inline-block
}

#body_layout .body_wrap .subscribe .email {
  width: 100%;
  display: inline-block
}

#body_layout .body_wrap .subscribe input[type=text] {
  width: 396px;
  font-size: 16px;
  color: #fff;
  line-height: 49px;
  padding: 0 10px;
  display: inline-block;
  float: left;
  border-bottom: 2px solid #fff;
  border-radius: 0
}
#foot_layout{width:100%;height:100px;background-color:#000;text-align:center;display:inline-block;position:fixed;bottom:0;left:0; position:relative;}
#foot_layout .fl{display:inline-block; position:absolute; left:0;}
#foot_layout .fl li{display:inline-block;}
#foot_layout .Sponsor{display:flex; position:absolute; left:50%; top:10%; transform:translate(-50%,0);}
#foot_layout .Sponsor li{width:20%; margin:0 10px;}
#foot_layout .Sponsor li a{display:block; width:100%;}
#foot_layout .Sponsor li a img{display:block; width:100%;}
#foot_layout .fl li.fl0::after{width:1px; height:15px; background-color:#505050; content:""; position:absolute; left:0; top:17px;}
#foot_layout .fl strong{width:50px;height:50px;font-size:15px;color:#505050;line-height:50px;display:inline-block;float:left;}
#foot_layout .fl strong::before{width:1px; height:15px; background-color:#505050; content:"";}
#foot_layout .fl p{font-size:15px;color:#505050;line-height:50px;padding:0 18px;display:inline-block;float:left; position:relative;}
#foot_layout .fl p::after{width:1px; height:15px; background-color:#505050; content:""; position:absolute; left:10px; top:17px;}
#foot_layout .fl li:last-child p{border:0}
#foot_layout .copy{font-size:15px;color:#505050;line-height:50px;display:inline-block; position: absolute; left:50%; bottom:0; transform:translate(-50%,0);}
#foot_layout .fr{display:inline-block; position:absolute; right:0;}
#foot_layout .fr li{display:inline-block;}
#foot_layout .fr li+li::before{width:1px;height:15px;background-color:#505050;content:"";margin:17px 0;display:inline-block}
#foot_layout .fr li:last-child::before{display:none}
#foot_layout .fr li:last-child a{width:24px;background:url(../images/inc/youtube.png) no-repeat center center;text-indent:-9999px;padding:0;margin-right:10px}
#foot_layout .fr a{font-size:15px;color:#505050;line-height:50px;padding:0 20px;display:inline-block}
/*############ 08-19 코드추가 ##############*/
  /*## 버튼 간격##*/ 
  #body_layout .body_wrap .btn{margin-top:20px;}
  input::placeholder{color:#fff;}
  #body_layout .body_wrap .subscribe label{color:#ccc;}
  #foot_layout .fl strong{color:#808080;}
  #foot_layout .fl p a{color:#cfcfcf;}
  #foot_layout .fr a{color:#cfcfcf;}
  #foot_layout p.en_sp{font-size:15px; line-height:50px; font-weight:600;}
/* 08-18 코드추가 끝 */
#body_layout .body_wrap .subscribe button {
  width: 130px;
  height: 51px;
  background-color: #000;
  font-size: 16px;
  color: #f4ba41;
  line-height: 51px;
  display: inline-block;
  float: right
}

#body_layout .body_wrap .subscribe .check {
  width: 100%;
  text-align: left;
  margin-top: 15px;
  display: inline-block;
  position: relative
}

#body_layout .body_wrap .subscribe input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: -99999px
}

#body_layout .body_wrap .subscribe label {
  font-size: 12px;
  color: #fff;/*08-19 수정 #5b5c78;*/
  line-height: 20px;
  padding: 0;
  cursor: pointer;
  position: relative
}

#body_layout .body_wrap .subscribe label::before {
  width: 20px;
  height: 20px;
  background-color: #000;
  content: "";
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: top
}

#body_layout .body_wrap .subscribe input[type=checkbox]:checked+label::after {
  width: 10px;
  height: 6px;
  content: "";
  border-bottom: 2px solid #f4ba41;
  border-left: 2px solid #f4ba41;
  position: absolute;
  top: 4px;
  left: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg)
}

/*############################# 08-12 메이크굿 footer 수정 #############################*/
/*#### 08-12 footer 높이값 입력 ####*/
#foot_layout {
  width: 100%;
  height: 55px;/*#### 08-18수정 ####*/
  background-color: #000;
  text-align: center;
  display: inline-block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
}


/* 
#foot_layout .fl {
  display: inline-block;
  position: absolute;
  left: 0;
}

#foot_layout .fl li {
  display: inline-block;
  position: relative;
  min-width: 13em;
  min-height: 50px;
}

#foot_layout .fl li.fl0::after {
  width: 1px;
  height: 15px;
  background-color: #505050;
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
}

#foot_layout .fl strong {
  width: 50px;
  height: 50px;
  font-size: 15px;
  color: #505050;
  line-height: 50px;
  display: inline-block;
  float: left;
}

#foot_layout li.sponsor a {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 90%;
  transform: translate(-50%, -50%);
}

#foot_layout ul.fl li.sponsor img {
  width: 100%;
}

#foot_layout .fl strong::before {
  width: 1px;
  height: 15px;
  background-color: #505050;
  content: "";
}

#foot_layout .fl p {
  font-size: 15px;
  color: #505050;
  line-height: 50px;
  padding: 0 18px;
  display: block;
  float: left;
  position: relative;
}

#foot_layout .fl p::after {
  width: 1px;
  height: 15px;
  background-color: #505050;
  content: "";
  position: absolute;
  left: 10px;
  top: 17px;
}

#foot_layout .fl li:last-child p {
  border: 0
}

#foot_layout .copy {
  font-size: 15px;
  color: #505050;
  line-height: 50px;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

#foot_layout .fr {
  display: inline-block;
  position: absolute;
  right: 0;
}

#foot_layout .fr li {
  display: inline-block;
}

#foot_layout .fr li+li::before {
  width: 1px;
  height: 15px;
  background-color: #505050;
  content: "";
  margin: 17px 0;
  display: inline-block
}

#foot_layout .fr li:last-child::before {
  display: none
}

#foot_layout .fr li:last-child a {
  width: 24px;
  background: url(../images/inc/youtube.png) no-repeat center center;
  text-indent: -9999px;
  padding: 0;
  margin-right: 10px
}

#foot_layout .fr a {
  font-size: 15px;
  color: #505050;
  line-height: 50px;
  padding: 0 20px;
  display: inline-block
}

#foot_layout .Sponsor {
  display: flex;
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translate(-50%, 0);
}

#foot_layout .Sponsor li {
  width: 25%;
  margin: 0 10px;
}

#foot_layout .Sponsor li a {
  display: block;
  width: 100%;
}

#foot_layout .Sponsor li a img {
  width: 100%;
} */

/*#### 08-12 메이크굿 팝업창 추가 코드 ####*/
.popup_desc li {
  display: block;
}

.popup_desc li:nth-child(2) {
  margin-top: 10px;
}

.ms_sel {
  display: inline-block;
  margin-left: 20px;
  width: 178px;
  padding: .78em .5em;
  background: url(../images/sub/drop-down.png) no-repeat 95% 50%);
  border: 1px solid #acacac;
  border-radius: 0;
  appearance: none;
  font-family: "Nanum Gothic";
  color: #424242;
  letter-spacing: 1;
}
/*#### 08-12 추가 코드 ####*/
.popup_desc li{display:block;}
.popup_desc li:nth-child(2){margin-top:10px;}
.ms_sel{display:inline-block; margin-left:30px; width:178px; padding:.78em .5em; background:url(../images/sub/drop-down.png) no-repeat 95% 50%);border:1px solid #acacac; border-radius:0;appearance:none; font-family:"Nanum Gothic"; color:#424242;letter-spacing:1;}
/*####### 08-17 수정 코드 추가 #######*/
.down_btn{display:inline-block; width:172px; height:52px; line-height:52px; font-size:16px; background-color:#fea600; color:#fff; text-align:center; margin-top:25px; margin-bottom:20px; font-family: "mice";}
.meeting_btn{display:inline-block; width:172px; height:52px; line-height:52px; font-size:16px; background-color:#fea600; color:#fff; text-align:center; margin-top:25px; margin-bottom:20px; font-family: "mice";}
.n2_smoll{display:inline; font-size:16px;}
.enter a{display:inline;}
#lp_layout .bodyTit_short::before{height:53px;}
/*#### 08-18 추가 코드 ####*/
.in_line span{display:inline;}
.in_line span  a.inline_a{display:inline;}
/*####08-18 코드 추가 ####*/
#foot_layout .fl strong.en_width{ width:42%;}
/*#### 08-18 코드 추가 끝 ####*/   
/*##################################*/
/* 08 -21 코드추가 */
.partner_img img{margin:0 15px;}
.logo_box{ display:inline-block;}
/* 08 -21 끝 */
/*######## 08-25 추가 코드 #########*/
.support_img img{width:114px; margin:0 15px;}
.support_logo_box{ display:inline-block;}
/*######## 08-25 끝 #########*/
@media (max-width:1550px) {
  header {width: 100%}
  #foot_layout .Sponsor li{width:20%;}
}


/* 2020.08.12 max 페이지 숨김 시작 */
#lp_layout {
  width: 1080px;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  left: -1080px;
  z-index: 99999;
  transition: all 1s ease-in-out;
}

#lp_layout.on {
  left: 0;
}

/* 2020.08.12 max 페이지 숨김 끝 */

#lp_layout .lp_wrap {
  width: 100%;
  max-width: 1080px;
  min-height: 100%;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0;
  /* left: -1080px */
}

#lp_layout .lp_head {
  width: 100%;
  height: 325px;
  background: no-repeat center center;
  padding: 40px 70px 0 70px;
  display: block;
  float: left
}

#lp_layout .lp_head.bg1 {
  background-image: url(../images/sub/visual_01_bg.png)
}

#lp_layout .lp_head.bg2 {
  background-image: url(../images/sub/visual_02_bg.png)
}

#lp_layout .lp_head.bg3 {
  background-image: url(../images/sub/visual_03_bg.png)
}

#lp_layout .lp_head.bg4 {
  background-image: url(../images/sub/visual_04_bg.png)
}

#lp_layout .lp_head.bg5 {
  background-image: url(../images/sub/visual_05_bg.png)
}

#lp_layout .lp_head.bg6 {
  background-image: url(../images/sub/visual_06_bg.png)
}

#lp_layout .lp_head .location li {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  display: inline-block
}

#lp_layout .lp_head .location li+li::before {
  width: 6px;
  height: 10px;
  background: url(../images/sub/lp_location_next.png) no-repeat center center;
  content: "";
  margin: 10px 7px;
  display: inline-block;
  vertical-align: top
}

#lp_layout .lp_head .location li:first-child::before {
  width: 30px;
  height: 30px;
  background: url(../images/sub/lp_location_home.png) no-repeat center center;
  content: "";
  margin: 0 15px 0 0;
  display: inline-block;
  vertical-align: top
}

#lp_layout .lp_head strong {
  width: 440px;
  font-weight: 300;
  font-size: 32px;
  color: #fff;
  line-height: 42px;
  margin-top: 30px
}

#lp_layout .lp_head strong span {
  font-weight: 600
}

#lp_layout .lp_navi {
  width: 100%;
  height: 50px;
  padding: 0 70px;
  margin-top: -50px;
  display: inline-block;
  float: left
}

#lp_layout .lp_navi ul {
  width: 100%;
  display: inline-block;
  border-right: 1px solid #e3e3e3
}

#lp_layout .lp_navi li {
  width: 100%;
  background-color: #f0f0f0;
  display: inline-block;
  border: 1px solid #e3e3e3;
  border-right: 0;
  float: left
}

#lp_layout .lp_navi a {
  width: 100%;
  font-size: 17px;
  color: #8d8d8d;
  text-align: center;
  height: 48px;
  line-height: 48px;
  display: inline-block
}

#lp_layout .lp_navi li.on a {
  background-color: #fff;
  color: #000
}

#lp_layout .lp_navi li.on a::after {
  width: 12px;
  height: 8px;
  background: url(../images/sub/lp_tab_on.png) no-repeat center center;
  content: "";
  margin: 20px 0 20px 12px;
  display: inline-block;
  vertical-align: top
}

#lp_layout .lp_navi.n2 li {
  width: 50%
}
#lp_layout .lp_navi.n3 li{
  width:33%;
}
#lp_layout .lp_navi.n3 li.on{
  width:34%;
}

#lp_layout .lp_navi.n4 li {
  width: 25%
}

#lp_layout .lp_navi.n5 li {
  width: 50%
}

#lp_layout .lp_body {
  width: 100%;
  padding: 90px 70px;
  display: inline-block;
  float: left
}

/* #lp_layout::after {
  content: ' ';
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: none;
}

#lp_layout.on::after {
  display: block;
} */

#lp_layout .lp_close {
  width: 34px;
  height: 34px;
  background: url(../images/sub/lp_btn_close.png) no-repeat center center;
  text-indent: -99999px;
  display: inline-block;
  position: absolute;
  top: 34px;
  right: 44px;
  z-index: 9
}

.lpOn {
  overflow-y: hidden
}

.lpOn #lp_layout,
.lpOn #lp_layout .lp_wrap.on {
  display: block
}

#lp_layout .lp_wrap.on {
  display: block
}

#lp2_layout {
  width: 100%;
  height: 100%;
  display: none;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999
}

#lp2_layout .lp2_wrap {
  background-color: #fff;
  display: none;
  position: absolute
}

#lp2_layout .lp2_wrap .lp2_close {
  width: 30px;
  height: 30px;
  background: url(../images/sub/lp2_close.png) no-repeat center center;
  text-indent: -99999px;
  position: absolute;
  right: 0;
  top: -75px
}

.lp2On {
  overflow-y: hidden
}

.lp2On #lp2_layout,
.lp2On #lp2_layout .lp2_wrap.on {
  display: inline-block
}

.lp2On #lp_layout .dimBg {
  z-index: 9
}

#lp3_layout {
  width: 100%;
  height: 100%;
  display: none;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999
}

#lp3_layout .lp3_wrap {
  background-color: #fff;
  padding: 35px 32px;
  display: none;
  position: absolute
}

#lp3_layout .lp3_wrap>strong {
  font-size: 28px;
  color: #000;
  line-height: 1;
  padding: 5px 10px 19px 10px;
  border-bottom: 2px solid #000
}

#lp3_layout .lp3_wrap .lp3_close {
  width: 52px;
  height: 52px;
  background-color: #000;
  text-indent: -99999px;
  position: absolute;
  right: 0;
  top: -52px
}

#lp3_layout .lp3_wrap .lp3_close::before {
  width: 31px;
  height: 1px;
  background-color: #fff;
  content: "";
  margin-left: -15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg)
}

#lp3_layout .lp3_wrap .lp3_close::after {
  width: 1px;
  height: 31px;
  background-color: #fff;
  content: "";
  margin-top: -15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg)
}

#lp3_layout .dimBg {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1
}

.lp3On {
  overflow-y: hidden
}

.lp3On #lp3_layout,
.lp3On #lp3_layout .lp3_wrap.on {
  display: inline-block
}

#body_layout .body_wrap .title {
  padding-top: calc(35% - 200px);
  margin-left: 190px
}

.promotion_box {
  margin-top: 30px;
  text-align: left;
  margin-left: 190px
}

.content_subT {
  width: 960px;
  display: block
}

.content_subT img {
  width: 100%;
  max-width: 960px
}

#body_layout .body_wrap .title p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
  margin-right: 80px
}

.promotion_title {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  color: #f9b946;
  letter-spacing: .7px
}

#body_layout .body_wrap .wrap {
  overflow: hidden
}

#lp_layout .bodyTit+p {
  padding-left: 40px;
  padding-bottom: 30px
}

#lp3_P201M0012,
#lp3_P201M0013 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
  margin-left: 0
}

#body_layout .body_wrap .subscribe label::before {
  background-color: #fff
}

#body_layout .body_wrap .subscribe input[type=checkbox]:checked+label::after {
  border-bottom: 2px solid #000;
  border-left: 2px solid #000
}

.body_list {
  width: 900px;
  overflow: hidden
}

.body_list ul {
  width: 100%;
  margin-top: 50px
}

.body_list ul li {
  width: 900px;
  height: 205px;
  margin-top: 30px
}

.body_list ul li .program_img {
  position: relative;
  display: block;
  width: 310px;
  height: 205px;
  float: left
}

.body_list ul li .program_img:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, .6)
}

.body_list ul li .program_img img {
  width: 100%;
  height: 100%
}

.program_text {
  width: 520px;
  height: 220px;
  margin-left: 30px;
  float: left
}

.body_list ul li strong {
  display: block;
  font-size: 20px;
  font-weight: 600;
  padding: 30px 10px 30px 10px
}

.body_list ul li .promo_sub_title {
  font-size: 17px;
  padding: 0 10px 0 10px;
  line-height: 1.4em
}

.body_list ul li .promo_desc {
  font-size: 16px;
  padding: 0 10px 0 10px
}

#lp_P202B002 .lp_body:before {
  content: '';
  display: block;
  position: absolute;
  background: #f5f5f5;
  width: 100%;
  top: 37%;
  height: 64%;
  left: 0
}

#lp_P202B002 .body_list {
  position: relative;
  z-index: 1;
  overflow: visible
}

#lp_P202B002 .body_list ul li {
  box-shadow: 1px 1px 5px #e1e1e1;
  background: #fff
}

#lp_P202B002 .body_list ul li strong {
  font-size: 21px;
  padding: 25px 10px 20px 10px
}

#lp_P202B002 .body_list ul li .promo_desc {
  font-size: 17px
}

#lp_P204C002 .lp_body:before {
  content: '';
  display: block;
  position: absolute;
  background: #f5f5f5;
  width: 100%;
  top: 710px;
  height: calc(100% - 708px);
  left: 0
}

.spk {
  position: relative
}

.spk_search {
  font-size: 0;
  margin-top: 65px
}

.spk_search select {
  display: inline-block;
  width: 178px;
  padding: .78em .5em;
  background: url(../images/sub/drop-down.png) no-repeat 95% 50%;
  border: 1px solid #acacac;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Nanum Gothic";
  font-size: 20px;
  color: #424242;
  letter-spacing: -1px
}

.spk_search select::-ms-expand {
  display: none
}

#spkSrcTxt {
  background: #f0f0f0;
  font-size: 20px;
  color: #888;
  display: inline-block;
  margin: 0 10px;
  height: 60px;
  width: calc(100% - 378px);
  padding-left: 30px
}

#spkSrcTxt::placeholder {
  color: #888
}

.spk_search button {
  display: inline-block;
  font-size: 20px;
  width: 180px;
  height: 60px;
  background: #fea600;
  color: #fff
}

.spk_list li {
  position: relative;
  background: #fff;
  box-shadow: 1px 1px 16px rgba(0, 0, 0, .3);
  margin: 40px 0;
  font-size: 0;
  padding: 50px 50px 45px 60px
}

.spk_list li .thumb {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  margin-right: 30px
}

.spk_list li .cont {
  display: inline-block;
  /* vertical-align: middle;*/
  font-size: 15px;
  width: calc(100% - 230px);
  margin-top: 2em;
}

.spk_list li .cont .name strong {
  color: #000;
  display: inline-block;
  font-size: 35px;
  vertical-align: bottom
}

/*#### 08-21 추가 ####*/
.spk_list li .cont .en_name strong {
  color: #000;
  display: inline-block;
  font-size: 30px;
  vertical-align: bottom;
}
.spk_list li .cont .en_name span {
  display: inline-block;
  font-size: 18px;
  vertical-align: bottom;
  line-height: 24px;
}
/*#### 08-21 끝 ####*/
.spk_list li .cont .name span {
  display: inline-block;
  font-size: 20px;
  vertical-align: bottom;
  margin-left: 20px;
}

.spk_list li .cont .name span:last-child {
  position: relative;
  padding-left: 7px;
  margin-left: 7px
}

.spk_list li .cont .name span:last-child:before {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  background: #000;
  position: absolute;
  left: 0;
  top: 4px
}

.spk_list li .cont p.text {
  font-size: 15px !important;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 90px
}

.spk_list li .cont button.open_btn {
  font-family: NanumGothic;
  background: url(../images/sub/drop-down.png) no-repeat right center;
  background-size: 15px auto;
  padding-right: 20px;
  font-size: 15px;
  position: absolute;
  right: 50px;
  bottom: 0;
  transform: translateY(-3em);
}

.spk_list li .cont button.close_btn {
  font-family: NanumGothic;
  background-size: 15px auto;
  padding-right: 20px;
  font-size: 15px;
  position: absolute;
  right: 50px;
  bottom: 20px;
}

.spk_list li p.text.on {
  height: auto!important;
  display: block!important;
  overflow: visible!important;
}

.spk_list li p.text.on+.open_btn {
  color: transparent;
  background: none;
}

.spk_list li p.text.on+.open_btn::after {
  content: 'Close';
  color: black;
  background-image: url(../images/sub/drop-up.png);
  padding-right: 1.5em;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  margin-right: -1.5em;
}

#lp_P204C003 .lp_body:before {
  content: '';
  display: block;
  position: absolute;
  background: #f5f5f5;
  width: 100%;
  top: 710px;
  height: calc(100% - 710px);
  left: 0
}

#main #tabs {
  overflow: hidden;
  width: 100%;
  margin: 50px 0 0;
  padding: 0;
  list-style: none
}

#main #tabs li {
  float: left;
  width: 20%;
  text-align: center;
  font-size: 14px;
  line-height: 34px
}

#main #tabs a {
  position: relative;
  background: #f5f5f5;
  display: block;
  text-decoration: none;
  color: #939292;
  font-size: 25px;
  font-weight: 700;
  padding: 16px 0
}

#main #tabs a span {
  font-size: 20px
}

#main #tabs #current a {
  background: #fea600;
  z-index: 3;
  color: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .3)
}

#main #content {
  background: #fff;
  position: relative;
  z-index: 2;
  margin-top: 50px
}

.box {
  position: relative;
  background: #fff;
  box-shadow: 1px 1px 16px rgba(0, 0, 0, .3);
  padding: 45px 60px 55px
}

.box>.live {
  position: absolute;
  top: 0;
  right: 60px;
  width: 120px;
  height: 80px;
  line-height: 80px;
  background: red;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-indent: 10px
}

.box>.live:before {
  content: '';
  position: absolute;
  top: 32px;
  left: 18px;
  display: block;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%
}

.box>.name {
  margin-bottom: 40px
}

.box>.name strong {
  display: inline-block;
  font-size: 30px;
  color: #0a2464;
  vertical-align: middle
}

.box>.name strong:after {
  content: '/';
  color: #fea600;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px
}

.box>.name span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px
}

.box>.hash {
  margin-bottom: 30px
}

.box>.hash span {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #707070;
  color: #707070;
  text-align: center;
  font-size: 15px;
  /*width: 98px;*/
  /*height: 38px;*/
  line-height: 38px;
  width:auto;/*08-20*/
  padding:0 10px;/*08-20*/
}

.box>.cont {
  padding-bottom: 75px
}

.box>.cont:before {
  content: '';
  display: block;
  clear: both
}

.box>.cont strong {
  font-size: 25px;
  margin-bottom: 10px
}

.box>.cont p {
  font-size: 15px !important;
  line-height: 25px !important
}

.box .list {
  display: none;
  clear: both
}

.box .list li {
  position: relative;
  border: 1px solid #b7b7b7;
  margin-bottom: -1px;
  padding: 50px 45px
}

.box .list li.first {
  padding-top: 80px
}

.box .list li .thumb {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  margin-right: 20px
}

.box .list li .thumb span {
  font-size: 17px;
  border: 1px solid #b7b7b7;
  border-top: 0;
  text-align: center;
  padding: 10px 0
}

.box .list li .thumb button {
  background: #0a2464 url(../images/sub/ico-download.png) no-repeat 90% center;
  color: #fff;
  font-size: 15px;
  font-family: NanumGothic;
  text-align: center;
  display: block;
  margin-top: 7px;
  width: 100%;
  height: 40px;
  text-indent: -10px
}
/*##### 08-12 메이크굿 박소희 추가 #####*/
.box .list li .thumb button.en_down {font-size:13px;}

.box .list li .thumb button span {
  display: none
}

.box .list li .cont {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  width: calc(100% - 230px)
}

.box .list li .cont .subject {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 15px
}
/*#### 08-21 추가 ####*/
.box .list li .cont .en_subject {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px
}
.box .list li .cont .en_name strong {
  color: #000;
  display: inline-block;
  font-size: 21px;
  vertical-align: bottom
}
.box .list li .cont .en_name span {
  display: inline-block;
  font-size: 14px;
  vertical-align: bottom
}
/*#### 08-21 끝 ####*/
.box .list li .cont .name strong {
  color: #000;
  display: inline-block;
  font-size: 30px;
  vertical-align: bottom
}

.box .list li .cont .name span {
  display: inline-block;
  font-size: 15px;
  vertical-align: bottom
}

.box .list li .cont .name span .line {
  color: #fea600;
  margin: 0 5px
}
/*#### 08-13 메이크굿 박소희 세부프로그램 더보기 버튼 ####*/
.box .list li .cont p {
  font-size: 15px !important;
  margin-top: 20px;
  height: 80px;
  line-height: 25px !important;
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  text-overflow:ellipsis;
}

.box .list li .cont p.on{height:auto; -webkit-line-clamp:inherit; display:block; overflow:visible;}
/*.box .list li .cont button::after{
  content:"Close";
  color:black;
  background-image:url("url(../images/sub/drop-up.png)");
  padding-right:1.5em;
  background-repeat:no-repeat;
  background-position:100% 50%;
  margin-right:-1.5em;
}*/
/*###################################################*/
.box .list li .cont button {
  font-family: NanumGothic;
  background: url(../images/sub/drop-down.png) no-repeat right center;
  background-size: 15px auto;
  padding-right: 20px;
  font-size: 15px;
  position: absolute;
  right: 50px;
  bottom: 50px
}
/*08-21 추가 코드*/
button.p_details{
  font-family: NanumGothic;
  background: url(../images/sub/drop-down.png) no-repeat right center;
  background-size: 15px auto;
  padding-right: 20px;
  font-size: 15px;
  position: absolute;
  right: 82px;
}
#lp_layout .lp_body p.open + button.p_details {
  background: url(../images/sub/drop-up.png) no-repeat right center;
  background-size: 15px auto;
}
/*08-21 끝*/
.box button.open {
  font-family: NanumGothic;
  background: #fea600 url(../images/sub/drop-down-white.png) no-repeat 90% center;
  font-size: 15px;
  color: #fff;
  width: 200px;
  height: 50px;
  float: right;
  margin-top: 36px;/*08-21 추가 및 수정*/
}

.box button.close {
  display: none;
  font-family: NanumGothic;
  background: #fea600 url(../images/sub/drop-down-whiteOn.png) no-repeat 90% center;
  font-size: 15px;
  color: #fff;
  width: 200px;
  height: 50px;
  float: right;
  margin-top: 20px
}

.tab {
  margin: 35px 0 50px
}

.tab button {
  display: inline-block;
  width: 175px;
  height: 60px;
  background: #f0f0f0;
  color: #737373;
  margin-right: 17px;
  font-size: 20px;
   /*########## 08 -17 수정 #########*/
   font-family: miceGothic;
   /*#####*/
  font-weight: 700;
}

.tab button.active {
  background: #fea600;
  color: #fff
}

#contents {
  position: relative
}

#contents>div {
  display: none
}

#lp_P205E002 .lp_body:before {
  content: '';
  display: block;
  position: absolute;
  background: #f5f5f5;
  width: 100%;
  top: 710px;
  height: calc(100% - 710px);
  left: 0
}

#contents .grid2 {
  font-size: 0
}

#contents .grid2>div {
  position: relative;
  display: inline-block;
  width: calc(50% - 10px);
  min-height: 745px;
  background: #fff;
  box-shadow: 1px 1px 16px rgba(0, 0, 0, .3);
  padding: 0 30px;
  margin-bottom: 20px
}

#contents .grid2>div:nth-child(2n) {
  margin-left: 20px
}

.title_tit {
  padding: 40px 0 20px 0;
  font-size: 20px
}

#contents .grid2>div .title {
  font-size: 25px;
  text-transform: uppercase;
  padding: 0 0 15px
}

#contents .grid2>div .text {
  font-size: 15px;
  padding: 30px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 82px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

#contents .grid2>div .text.on {
  height: auto;
  overflow: visible;
  display: block;
  padding-bottom: 0;
}

#contents .grid2>div .text+button {
  position: static;
  float: right;
  background: #fff;
  color: #0a2464;
  font-size: 15px;
  width: auto;
  height: auto;
  margin: 10px 0 0
}

#contents .grid2>div .item {
  font-size: 15px;
  margin-top: 60px
}

#contents .grid2>div .item.nomedia {
  margin-bottom: 56px
}

#contents .grid2>div .item>div {
  margin: 10px 0
}

#contents .grid2>div .item strong {
  display: inline-block;
  font-size: 18px;
  margin-right: 5px;
  vertical-align: middle
}

#contents .grid2>div .item span {
  display: inline-block;
  vertical-align: middle;
  color: #fea600;
  margin: 0 7px
}

#contents .grid2>div .item b {
  display: inline-block;
  vertical-align: middle
}

#contents .grid2>div .item button {
  display: inline-block;
  vertical-align: middle;
  color: #0a2464;
  font-family: NanumGothic;
  font-weight: 700;
  background: url(../images/sub/ico-play.png) no-repeat 0 center;
  background-size: 15px;
  padding-left: 20px;
  margin-left: 10px
}

#contents .grid2>div>button {
  display: block;
  background: #fea600;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 60px;
  font-size: 25px;
  font-weight: 700;
  font-family: inherit;
  margin: 25px 0 30px
}

/*#### 08-12 추가 코드 ####*/
.popup_desc li {
  display: block;
}

.popup_desc li:nth-child(2) {
  margin-top: 10px;
}

.ms_sel {
  display: inline-block;
  margin-left: 30px;
  width: 178px;
  padding: .78em .5em;
  background: url(../images/sub/drop-down.png) no-repeat 95% 50%;
  border: 1px solid #acacac;
  border-radius: 0;
  appearance: none;
  font-family: "Nanum Gothic";
  color: #424242;
  letter-spacing: 1;
}
  /*##### 08-11 더보기 접기 버튼 ####*/

  #contents .grid2 button.close_btn {
    color: #0a2464;
    font-family: "mice";
    background-color: #fff;
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    width: auto;
    height: auto;
    position: absolute;
    bottom: -31px;
    right: 0;
}

/*##### 07-28 수정 사항 #####*/
  /*##### 08-14 메이크굿 박스 넓이 수정 (기존 204px에서 %으로) ####*/
    #lp_P203M .boxList3>.n4>ul li {
    width: 23%;
    height: 140px;
    float: initial;
  }

  #lp_P203M .boxList3>.n4>ul {
      display: flex;
      flex-wrap: wrap;
  }

  #lp_P205E .boxList4>div>ul>li {
      font-size: 16px;
  }
  #body_layout {
    padding-bottom: 60px;
  }
  #topBtn {
      display: none;
  }
/* 20200817 추가 */
#lp_P203M003 .bodyTit .desc a {
  display: inline-block;
  font-weight: bold;
}
#lp_P203M003 .bodyTit .desc {
  margin-top: 30%;
}
#lp_layout .box .list li .cont p.on {
  height: auto;
  display: block;
}
#lp_layout .box .list li .cont p.on + button {
  background: url(../images/sub/drop-up.png) no-repeat right center;
  background-size: 15px auto;
}
/* 20200817 추가 끝 */
/*#### 08-19 ####*/
#lp_P205E .boxList4 > div > ul > li.font-height{padding-bottom:6%;}
.bt_down{margin-left:15px;}
/*###### 끝 ########*/

/* 20200904 이주현 countdown */

#body_layout .body_wrap .countdown{
  display: inline-block;
  padding-bottom: 50px;
  font-size: 90px;
  font-weight: bolder;
  font-family: MICE;
}

@media (max-width:1560px) {
  header {
    width: 100%
  }
  #navi_layout a {
    padding: 0 35px;
  }
}

@media (max-width:1200px) {
  #navi_layout a {
    font-size: 14px
  }

  #top_layout h1 a {
    width: 190px;
    height: 85px;
    background: url(../images/sub/sub-logo.png)no-repeat center 0;
    background-size: 185px auto;
    font-size: 17px;
    padding-top: 50px;
  }
  #top_layout .utile a {
    font-size: 17px;
  }

  #body_layout .body_wrap .title {
    margin-left: 10%
  }

  #body_layout .body_wrap .title>img {
    width: 95%;
    max-width: 758px
  }

  .content_subT {
    width: 100%
  }

  .promotion_box {
    margin-left: 10%
  }

  #body_layout .body_wrap .wrap {
    overflow: hidden;
    padding: 0 2% 7%
  }

  #body_layout .body_wrap .youtube {
    width: 48%
  }

  #body_layout .body_wrap .wrap .notice-wrap {
    width: 48%
  }

  #body_layout .body_wrap .subscribe input[type=text] {
    width: 70%
  }

  #body_layout .body_wrap .subscribe button {
    width: 25%
  }

  /*#### 08-12 후원자 배너####*/
  #foot_layout .Sponsor{left:55%; top:17%;}
  #foot_layout .Sponsor li{width:15%;}
  /*#### 08-18 추가 ####*/
  #foot_layout .copy{font-size:1em;}
}

@media (max-width:1080px) {
  #lp_layout {
    width: 100%;
  }

  #lp_layout .lp_body {
    width: 100% !important;
    padding: 0 5% !important;
  }

  #lp_P202B003 .boxList5 .wrap {
    width: 32.333%;
    overflow: hidden
  }

  #lp_P202B003 .boxList5 .wrap+.wrap {
    margin-left: 1.5%
  }

  #lp_P203M .boxList3>.n1,
  #lp_P203M .boxList3>.n2 {
    width: 49%;
    height: 390px
  }

  #lp_P203M .boxList3>.n2 {
    margin-left: 2%
  }

  #lp_P203M .boxList3>.n4>ul li {
    width: 24%
  }

  #lp_P203M .boxList3>.n4>ul li+li {
    margin-left: 4.5%
  }

  #lp_P203M .boxList3>.n4>ul li:nth-child(1) {
    margin-left: 0 !important
  }

  #lp_P203M .boxList3>.n4>ul li:nth-child(3n+1) {
    margin-left: 18%
  }

  #lp_P203M002 .boxList3>.n1,
  #lp_P203M002 .boxList3>.n2 {
    width: 49%;
    height: 460px
  }

  #lp_P203M002 .boxList3>.n2 {
    margin-left: 2%
  }

  #lp_P203M002 .boxList3>.n4>ul li {
    width: 24%
  }

  #lp_P203M002 .boxList3>.n4>ul li+li {
    margin-left: 4.5%
  }

  #lp_P203M002 .boxList3>.n4>ul li:nth-child(1) {
    margin-left: 0 !important
  }

  #lp_P203M002 .boxList3>.n4>ul li:nth-child(3n+1) {
    margin-left: 18%
  }

  #lp_P205E .boxList4>div {
    width: 49%
  }

  #lp_P205E .boxList4>div+div {
    margin-left: 2%
  }

  #lp_P205E .boxList4>div+div.img {
    overflow: hidden
  }

  #lp_layout #lp_P205E p {
    margin-top: 65px
  }

  #lp_layout .boardTit .fl {
    float: none;
    width: 100%
  }

  #lp_layout .boardTit .fr {
    float: none;
    width: 100%;
    padding: 15px 0
  }

  /*#### 08-12 후원자 배너####*/
  #foot_layout .Sponsor {
    display: none;
  }

  #lp_P205E .boxList4>div {
    width: 100%;
  }

  #lp_P205E .boxList4>div+div{margin-left:0};
  #lp_layout #lp_P205E p.box_concert_text{margin-top:20px;}
  /*#### 08-18 추가 ####*/
  #foot_layout{height:90px;}
  /*#### 08-24 추가 ####*/
  #lp_layout .ul_list li .logo_box img{width:114px; height:auto;}
  /*####################*/
   /*#### 08-25 추가 ####*/
   #lp_layout .ul_list li .support_logo_box img{width:114px; height:auto;}
   /*#### 08-25 끝 ####*/
}

@media (max-width:1023px) {
  body {
    min-height: auto;
  }

  .mo {
    display: inline-block !important
  }

  .dateBox {
    top: 35px
  }

  .promotion_title {
    font-size: 25px;
    margin-right: 5%
  }

  #video_bg {
    display: none
  }

  #top_layout {
    padding: 20px 16px;
    height: 100px
  }

  #top_layout h1 a {
    width: 130px;
    height: 75px;
    background: url(../images/sub/sub-logo.png)no-repeat center 0;
    background-size: 130px auto;
    font-size: 12px;
    padding-top: 37px;
  }

  #navi_layout nav,
  #top_layout .utile {
    display: none
  }

  #navi_layout {
    float: right;
    margin-top: 5px;
  }

  #navi_layout .lan {
    float: left
  }

  #navi_layout .lan a {
    font-size: 12px;
    line-height: 26px;
    padding: 0 7px;
    display: inline-block;
    float: left;
    border: 0;
    border-radius: 0
  }

  #navi_layout .lan a:hover,
  #navi_layout .mn_close:hover {
    background-color: transparent;
    color: #fff
  }

  #navi_layout .lan a+a {
    padding-left: 8px
  }

  #navi_layout .lan a+a::before {
    width: 1px;
    height: 10px;
    background-color: #fff;
    content: "";
    margin: 8px 0 8px -8px;
    display: inline-block;
    float: left
  }

  #navi_layout .mn_open {
    width: 20px;
    height: 20px;
    background: url(../images/inc/m_menu.png) no-repeat center center;
    text-indent: -9999px;
    padding: 0;
    margin: 3px 0 3px 22px;
    float: left;
    border: 0;
    border-radius: 0
  }

  #navi_layout strong {
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: left;
    line-height: 50px;
    padding: 0 16px;
    border-bottom: 1px solid #433d4c;
    position: fixed;
    top: 0;
    right: -100%
  }

  #navi_layout nav div,
  #navi_layout ul {
    padding: 25px 0;
    margin: 0 36px;
    display: block !important;
    overflow: hidden;
    border-bottom: 1px solid #433d4c
  }

  #navi_layout li {
    width: 100%
  }

  #navi_layout ul a {
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    text-align: left;
    line-height: 2.88;
    padding: 0;
    border: 0;
    border-radius: 0
  }

  #navi_layout li+li {
    margin-left: 0
  }

  #navi_layout nav div {
    border-bottom: 0
  }

  #navi_layout nav div a {
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    color: #999;
    text-align: left;
    line-height: 2.88;
    padding: 0;
    border: 0;
    border-radius: 0
  }

  #navi_layout .mn_close {
    width: 20px;
    height: 20px;
    background: url(../images/inc/m_mn_close.png) no-repeat center center;
    text-indent: -9999px;
    padding: 0;
    border: 0;
    border-radius: 0;
    position: fixed;
    top: 15px;
    right: 16px
  }

  .mnOn {
    overflow-y: hidden
  }

  .mnOn #navi_layout nav {
    width: 100%;
    height: 100%;
    background: url(../images/inc/m_navi_bg.png) no-repeat center center;
    background-size: cover;
    padding: 51px 0 0 0;
    display: inline-block;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: -100%
  }

  #body_layout {
    height: auto;
  }

  #main #body_layout {
    text-align: center
  }

  #body_layout .body_wrap {
    position: relative;
    top: auto;
    left: auto;
    transform: none
  }

  #body_layout .body_wrap .title {
    /*margin-top: 130px*/
  }

  #body_layout .body_wrap .title strong {
    font-size: 18px;
    line-height: .3;
    margin-bottom: 24px
  }

  #body_layout .body_wrap .title strong span {
    font-size: 28px;
    line-height: 2.14
  }

  #body_layout .body_wrap .title p span {
    font-size: 13px
  }

  #body_layout .body_wrap .title p {
    font-size: 13px;
    line-height: 1.4
  }

  #body_layout .body_wrap .title p::after {
    width: 196px;
    height: 8px;
    margin-left: -98px;
    bottom: 0
  }

  #body_layout .body_wrap .btn {
    margin: 30px 0 40px 0
  }

  #body_layout .body_wrap .btn a {
    font-size: 12px;
    line-height: 36px;
    padding: 0 28px
  }

  #body_layout .body_wrap .btn a+a {
    margin-left: 10px
  }

  #body_layout .body_wrap .youtube {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 28%
  }

  #body_layout .body_wrap .youtube iframe {
    position: absolute;
    width: 100%;
    height: 100%
  }

  #body_layout .body_wrap .youtube a {
    width: 20px;
    height: 26px;
    background-size: cover
  }

  #body_layout .body_wrap .wrap .wrap {
    width: 328px;
    margin-top: 20px
  }

  #body_layout .body_wrap .notice {
    padding: 22px 20px
  }

  #body_layout .body_wrap .notice strong {
    font-size: 14px
  }

  #body_layout .body_wrap .notice li {
    font-size: 12px;
    line-height: 2;
    padding: 0
  }

  #body_layout .body_wrap .notice span {
    display: none
  }

  #body_layout .body_wrap .notice .more {
    top: 22px;
    right: 20px
  }

  #body_layout .body_wrap .subscribe input[type=text] {
    width: 100%;
    font-size: 14px;
    line-height: 36px
  }

  #body_layout .body_wrap .subscribe button {
    width: 100%;
    font-size: 16px;
    line-height: 48px;
    margin-top: 20px
  }

  #body_layout .body_wrap .subscribe label {
    line-height: 1.8;
    padding-left: 25px
  }

  #body_layout .body_wrap .subscribe label::before {
    margin: 0 5px 0 -25px
  }

  /*#### 08-12 footer 높이값 입력 ###%#*/
  #foot_layout {
    height: auto;
    position: relative;
    top: auto;
    left: auto;
  }

  #foot_layout .fl {
    width: 100%;
    border-bottom: 1px solid #333
  }

  #foot_layout .fl li {
    width: 50%
  }

  #foot_layout .fl strong {
    width: 30%;
    height: 42px;
    font-size: 12px;
    line-height: 42px
  }

  #foot_layout .fl p {
    width: 70%;
    font-size: 12px;
    line-height: 42px;
    padding: 0
  }

  /*#### 08-12 footer 높이값 입력 ###%#*/
  #foot_layout {
    position: relative;
    top: auto;
    left: auto;
    height: 160px;
  }

  #foot_layout .fl {
    width: 100%;
    border-bottom: 1px solid #333
  }

  /*#### 08-12 footer 높이값 입력 ###%#*/
  #foot_layout{position:relative; top:auto; left:auto; height:160px;}
  #foot_layout .fl{width:100%;border-bottom:1px solid #333}
  /*############################# 08-12 footer float 추가 #############################*/
  #foot_layout .fl li{width:33%; float:left;}/*#### 08-18 수정 ####*/
   /*#### 유튜브 바로가기 아이콘 간격 조절  ####*/
   #foot_layout .fr {position:absolute; bottom:0; right:0;}
  /*#### 08-12 footer border 추가 ####*/
  #foot_layout .fl strong{width:30%;height:42px;font-size:12px;line-height:42px; border-right:1px solid #333;}
  #foot_layout .fl p{width:49%;font-size:12px;line-height:42px;padding:0;}/*#### 08-18 수정 ####*/
  /*#### 08-12 가상객체 제거 ####*/
  #foot_layout .fl p::after{display:none;}
  #foot_layout .fl li.fl::after{display:none;}
  #foot_layout .fl li.fl0::after{display:none;}
  #foot_layout .fl strong::before{display:none;}
  #foot_layout .copy{font-size:15px;color:#505050;line-height:50px;display:inline-block; left:12px; bottom:0; transform:translate(0,0);}/*#### 08-18 수정 ####*/
  #foot_layout .Sponsor{display:block; transform:translate(0,0); left:0; top:45%; display:flex;}
  #foot_layout .Sponsor li{width:13%; margin:0 5px;}
  #foot_layout .Sponsor li a{width:100%;}
  #foot_layout .Sponsor li a img{width:100%;}
  /*###############################################################################*/

  .lpOn #navi_layout .mn_open {
    background-image: url(../images/inc/m_menu_lp.png)
  }

  #lp_layout .lp_wrap {
    width: 100%
  }

  #lp_layout .lp_head {
    height: 190px;
    background-size: cover;
    background-position-y: top;
    text-align: center;
    padding: 87px 0 0 0
  }

  #lp_layout .lp_head strong {
    width: 328px;
    font-size: 0;
    text-align: left;
    text-indent: -9999px;
    line-height: 1.38;
    margin: 0;
    display: inline-block
  }

  #lp_layout .lp_head strong span {
    font-size: 16px;
    text-indent: 0;
    line-height: 1.38
  }

  #lp_layout .lp_navi {
    text-align: center;
    padding: 0;
    margin-top: -47px
  }

  #lp_layout .lp_navi ul {
    width: 95%
  }

  #lp_layout .lp_navi a {
    font-size: 17px;
    height: 45px;
    line-height: 45px
  }

  #lp_layout .lp_navi li.on a::after {
    display: none
  }

  #lp_layout .lp_body {
    width: 90%;
    text-align: center;
    padding: 40px 0 70px 0
  }

  #lp_layout .lp_body>div,
  #lp_layout .lp_body>p,
  #lp_layout .lp_body>span {
    width: 95%;
    text-align: left;
    display: inline-block
  }

  #lp_layout .lp_body>div.info_wrap {
    width: 73%
  }

  #lp2_layout #lp2_P206N0041 {
    width: 360px;
    height: 244px;
    padding: 0;
    margin: -122px 0 0 -180px
  }

  #lp2_layout #lp2_P206N0041 .date,
  #lp2_layout #lp2_P206N0041 strong,
  #lp2_layout #lp2_P206N0041::before {
    display: none
  }

  #lp2_layout #lp2_P206N0041 #photo_slide li {
    height: 244px
  }

  #lp2_layout #lp2_P206N0041 #photo_slide .btn_prev {
    width: 30px;
    height: 30px;
    background-image: url(../images/sub/m_lp2_btn_left.png);
    margin-top: -15px;
    left: 17px
  }

  #lp2_layout #lp2_P206N0041 #photo_slide .btn_next {
    width: 30px;
    height: 30px;
    background-image: url(../images/sub/m_lp2_btn_right.png);
    margin-top: -15px;
    right: 17px
  }

  #lp2_layout .lp2_wrap .lp2_close {
    width: 30px;
    height: 30px;
    background-image: url(../images/sub/m_lp2_close.png);
    top: -49px
  }

  #lp_layout .ul_list li strong {
    font-size: 15px
  }

  #lp_layout .ul_list li {
    font-size: 15px;
    height: auto
  }

  #lp_layout .bodyTit+p {
    padding-left: 20px
  }

  #lp_layout .ul_list {
    width: 90%
  }

  .body_list ul li {
    width: 100%
  }

  .program_text {
    width: calc(100% - 350px)
  }

  #lp_P202B003 .boxList5 .wrap p {
    font-size: 15px;
    line-height: 25px
  }

  #lp_P202B003 .boxList5 .wrap p span {
    width: 90%
  }

  #lp_P202B003 .boxList5 .wrap strong a {
    font-size: 14px;
    padding: 0 20px
  }

  #lp_P202B003 .boxList5 .wrap strong {
    padding: 120px 0 0 25px
  }

  #lp_P204C002 .lp_body:before {
    top: 500px;
    height: calc(100% - 499px)
  }

  .spk_search select {
    width: 100%;
    font-size: 15px;
    text-align-last: center;
    margin: 0 0 8px
  }

  #spkSrcTxt {
    margin: 0;
    font-size: 15px;
    height: 40px;
    width: calc(100% - 65px);
    padding-left: 15px
  }

  .spk_search button {
    font-size: 15px;
    width: 65px;
    height: 40px
  }

  .spk_list li {
    padding: 30px 20px 60px
  }

  .spk_list li .thumb {
    width: 100px;
    position: absolute;
    left:50%; transform:translateX(-50%);
  }

  .spk_list li .thumb img {
    width: 100%
  }

  .spk_list li .cont {
    width: 100%; 
    margin-top:130px;/* 08-21 추가*/
  }

/*#### 08-21 추가 ####*/
.spk_list li .cont .name,.spk_list li .cont .en_name {
text-align:center;
}

.spk_list li .cont .en_name span {
  display: block;
  font-size: 16px
}
.spk_list li .cont .en_name strong {
  font-size: 22px;
  display: block
}

/*#### 08-21 끝 ####*/
  .spk_list li .cont .name strong {
    font-size: 25px;
    display: block
  }

  .spk_list li .cont .name span {
    display: block;
    font-size: 18px
  }

  .spk_list li .cont p {
    height: 48px;
    overflow: hidden
  }

  .spk_list li .cont button {
    right: 30px;
    bottom: 30px
  }

  #tabs {
    width: 95%;
    margin: 45px auto 0
  }

  #tabs li {
    line-height: 20px
  }

  #tabs a {
    font-size: 18px;
    padding: 9px 0
  }

  #tabs a span {
    font-size: 15px
  }

  .box {
    padding: 20px 20px 15px
  }

  .box>.live {
    width: 110px;
    height: 40px;
    line-height: 41px;
    font-size: 15px;
    right: 20px
  }

  .box>.live:before {
    width: 12px;
    height: 12px;
    top: 13px
  }

  .box>.name strong {
    font-size: 20px;
    display: block;
    margin-bottom: 10px
  }

  .box>.name strong:after {
    display: none
  }

  .box>.name span {
    display: block;
    font-size: 15px
  }

  .box>.hash span {
    color: #5a5a5a
  }

  .box>.cont strong {
    font-size: 18px
  }

  .box>.cont button {
    width: 100%
  }

  .box .list li {
    border: 0;
    border-top: 1px solid #b7b7b7;
    padding: 50px 0
  }

  .box .list li .thumb {
    display: block;
    width: 100%;
    padding-top: 25px
  }
/*#### 08-21 추가 ####*/
.box .list li .en_thumb{
  padding-top: 62px;
}
/*#### 08-21 끝 ####*/
  .box .list li .thumb>div {
    display: inline-block
  }

  .box .list li .thumb>span {
    display: inline-block;
    font-size: 15px;
    border: 1px solid #b7b7b7;
    min-width: 85px;
    padding: 5px 0
  }

  .box .list li .thumb button {
    position: absolute;
    top: 0;
    right: 0;
    text-indent: 0;
    font-size: 15px;
    width: 180px;
    text-align: left;
    padding-left: 12px;
    background-position: 95% center;
    margin-top: 0
  }

  .box .list li .thumb button span {
    display: inline-block;
    font-family: NanumGothic;
    border: 0;
    font-size: 15px;
    vertical-align: -1px;
    margin: 0 5px
  }

  .box .list li .cont .subject {
    font-size: 20px;
    position: relative;
    top: -185px;
    margin-bottom: 0
  }
/*#### 08-21 추가 ####*/
.box .list li .cont .en_subject {
  font-size: 18px;
  position: relative;
  top: -220px; /*변경  기존 -185px*/
  margin-bottom: 0
}
/*#### 08-21 추가 ####*/
.box .list li .cont .en_name,.box .list li .cont .name {
  position: absolute; top:15px;
}
/*#### 08-21 추가 ####*/
.box .list li .cont .name strong {
  font-size: 18px;
  display: block;
  margin-bottom: 10px
}
/*#### 08-21 끝 ####*/
  .box .list li .cont {
    position: relative;
    display: block;
    width: 100%
  }

  /*.box .list li .cont .name {
    position: absolute;
    top: -66px;
    left: 125px
  }*/ /*######## 08-21 삭제 #########*/

  .box .list li .cont .name strong {
    font-size: 20px;
    display: block;
    margin-bottom: 10px
  }

  .box .list li .cont p {
    height: 75px;
    overflow: hidden;
    margin-top: 0
  }

  .box .list li .cont button {
    right: 0;
    bottom: -25px
  }

  .tab {
    margin: 70px 0 30px
  }

  .tab button {
    font-size: 18px
  }

  .tab button {
    width: 30%;
    height: 48px;
    margin-right: 5px
  }

  #contents .grid2>div .thumb img {
    width: 100%
  }

  #contents .grid2>div>button {
    font-size: 20px
  }

  #lp_P205E002 .lp_body:before {
    height: 43%
  }

  .spk_list li .cont .name span:last-child {
    margin-left: 0
  }

  .box button.close {
    width: 100%
  }

  .box .list li .cont .name span span:first-child {
    display: block
  }

  .box .list li .cont .name span .line {
    margin: 0 5px 0 0
  }
  /*####### 08-17 수정 코드 추가 #######*/
    #lp_P205E .boxList4>div {width: 100%;}
    #lp_P205E .boxList4>div+div{margin-left:0};
    .down_btn{display:inline-block; width:185px; height:52px; font-size:16px;}
  /*#################################*/
    /*#### 08-18 추가 ####*/
    #foot_layout{height:90px;}
    #foot_layout .fl li.support_li{border-left:1px solid #333;}
    /*#### 08-19 ####*/
    #lp_P205E .boxList4 > div > ul > li.font-height{padding-bottom:6%;}
    /*###### 끝 ########*/
    /*08-21 추가*/
    .spk_list li .cont .name span:last-child:before{background-color:transparent;}
    button.p_details{
      text-align:right;
      right:72px;
    }
    .logo_box{display:inline-block;}
    /*08-21 끝*/
    /*####### 08-25 추가######*/
    .support_logo_box{display:inline-block;}
    /*#######################*/
}
@media (max-width:768px) {
  #body_layout .body_wrap .title p {
    font-size: 15px
  }

  .promotion_title {
    font-size: 22px
  }

  #body_layout .body_wrap .wrap {
    padding: 0 10% 7%
  }

  #body_layout .body_wrap .youtube {
    width: 100%;
    padding-bottom: 56.8%
  }

  #body_layout .body_wrap .wrap .notice-wrap {
    width: 100%;
    margin-top: 20px
  }

  .body_list ul li .program_img {
    width: 240px;
    height: auto
  }

  .body_list ul li {
    height: 160px
  }

  .program_text {
    width: calc(100% - 265px);
    height: auto;
    margin-left: 15px
  }

  #lp_P202B002 .body_list ul li strong {
    font-size: 16px;
    padding: 20px 10px 10px 10px
  }

  .body_list ul li .promo_sub_title {
    font-size: 14px
  }

  #lp_layout .lp_navi a {
    font-size: 13px;
    height: 40px;
    line-height: 43px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px
  }

  #lp_layout .lp_navi {
    margin-top: -42px
  }

  #lp_P202B003 .boxList5 .wrap {
    width: 100%;
    margin-left: 0
  }

  #lp_P202B003 .boxList5 .info_wrap {
    width: 115%;
    margin-left: 0
  }

  #lp_P202B003 .boxList5 .wrap strong {
    background-size: cover;
    height: 0;
    padding: 120px 0 20% 25px
  }

  #lp_P202B003 .boxList5 .wrap+.wrap {
    margin-left: 0
  }

  #lp_P203M .boxList3>div>strong {
    font-size: 18px;
    line-height: 65px
  }

  #lp_P203M .boxList3>.n1,
  #lp_P203M .boxList3>.n2 {
    width: 100%;
    height: auto
  }

  #lp_P203M .boxList3>div>ul {
    padding: 0 5%
  }

  #lp_P203M .boxList3>div>ul>li {
    font-size: 16px
  }

  #lp_P203M .boxList3>.n2 {
    margin-left: 0
  }

  #lp_P203M .boxList3>.n4>ul li {
    width: 44%;
    margin: 10px 0;
    float: none;
    display: inline-block;
    height: auto
  }

  #lp_P203M .boxList3>.n4>ul li:nth-child(n+4) {
    margin-top: 10px
  }

  #lp_P203M .boxList3>.n4>ul li+li {
    margin-left: 5%
  }

  #lp_P203M .boxList3>.n4>ul li:nth-child(1) {
    margin-left: 5% !important
  }

  #lp_P203M .boxList3>.n4>ul li:nth-child(3n+1) {
    margin-left: 5%
  }

  #lp_P203M .boxList3>.n4>ul li+li::before {
    margin: 61px 0 61px -17px
  }

  #lp_P203M .boxList3>.n2 a {
    top: 10px
  }

  .n3_btn {
    display: none
  }

  #lp_layout .lp_head strong {
    display: none
  }

  #lp_P203M002 .boxList3::before,
  #lp_P205E .boxList4::before {
    right: -6px
  }

  #lp_P203M002 .boxList3>div>strong {
    font-size: 18px;
    line-height: 65px
  }

  #lp_P203M002 .boxList3>.n1,
  #lp_P203M002 .boxList3>.n2 {
    width: 100%;
    height: 350px
  }

  #lp_P203M002 .boxList3>div>ul {
    padding: 0 5%
  }

  #lp_P203M002 .boxList3>div>ul>li {
    font-size: 14px
  }

  #lp_P203M002 .boxList3>.n2 {
    margin-left: 0;
    height: 225px
  }

  #lp_P203M002 .boxList3>.n4>ul li {
    width: 45%;
    margin: 10px 0
  }

  #lp_P203M002 .boxList3>.n4>ul li:nth-child(n+4) {
    margin-top: 10px
  }

  #lp_P203M002 .boxList3>.n4>ul li+li {
    margin-left: 5%
  }

  #lp_P203M002 .boxList3>.n4>ul li:nth-child(1) {
    margin-left: 5% !important
  }

  #lp_P203M002 .boxList3>.n4>ul li:nth-child(3n+1) {
    margin-left: 5%
  }

  #lp_P203M002 .boxList3>.n4>ul li+li::before {
    margin: 61px 0 61px -17px
  }

  #lp_P203M002 .boxList3>.n2 a {
    top: 10px
  }

  #lp_P202B003 .boxList5 .wrap p {
    height: 175px
  }

  #lp_P205E002 .lp_body:before {
    height: 64%
  }

  #contents .grid2>div {
    width: 100%;
    margin-bottom: 40px;
    min-height: 640px
  }

  #contents .grid2>div:nth-child(2n) {
    margin-left: 0
  }

  #contents .grid2>div .title {
    font-size: 20px
  }

  /*############################# 08-12 footer float 추가 #############################*/
  /*#foot_layout .fl li{width:33%; float:left;}*//*#### 08-18 코드 삭제 ####*/
  /*#### 08-12 footer border 추가 ####*/
  #foot_layout .fl strong{width:30%;height:42px;font-size:12px;line-height:42px; border-right:1px solid #333;}
  #foot_layout .fl p{width:50%;font-size:12px;line-height:42px;padding:0}/*#### 08-18 수정 완료 ####*/
  /*#### 08-12 가상객체 제거 ####*/
  #foot_layout .fl p::after{display:none;}
  #foot_layout .fl li.fl::after{display:none;}
  #foot_layout .fl li.fl0::after{display:none;}
  #foot_layout .fl strong::before{display:none;}
  #foot_layout .copy{transform:translate(0,0); left:2%;}
  #foot_layout .Sponsor{display:block; display:flex; left:50%; transform:translate(-50%,0);}
  #foot_layout .Sponsor li{width:100px; margin:0 5px;}
  #foot_layout .fr{bottom:0;}
  /*###############################################################################*/

  /*####### 08-17 수정 코드 추가 #######*/
  #lp_layout #lp_P205E p.box_concert_text{width:100%; margin-left:0;}
  #lp_layout #lp_P205E p.box_concert_text strong{margin-bottom:20px;}
  .box_concert_img{clear:left;}
  .box_concert_img img{width:96%;}
  #lp_P203M .boxList3>.n4>ul li {
    width: 45%;
    margin: 10px 0;
  }
  #lp_P203M .boxList3 > .n4 > ul li div{width:100%; text-align:center;
  padding:0 15px; display:block; vertical-align:middle;}
  /*####################################*/
  /*#### 08- 21 추가 ####*/
  #lp_P202B003 .boxList5 .info_wrap{width:115%; margin-left:0;}
  /*#### 08- 21 끝 ####*/
    /*#### 08-24 추가 ####*/
    #lp_layout .ul_list li .logo_box img{width:88px; height:auto;}
    /*#### 08-24 끝 ####*/
     /*#### 08-25 추가 ####*/
     #lp_layout .ul_list li .support_logo_box img{width:88px; height:auto;}
     /*####################*/
}

@media (max-width:640px) {
  .spk_list li .cont .name span {
    margin-left: 0;
  }

  .spk_list li .cont .name span:last-child {
    padding-left: 0;
  }

  .spk_list li .cont .name span:last-child::before {
    background: none;
  }

  .body_list ul li .program_img {
    width: 100%;
    float: none
  }

  .body_list ul li {
    height: auto;
    width: 95%;
    margin: 20px auto;
    padding-bottom: 5%
  }

  .program_text {
    width: 100%;
    margin-left: 5px
  }

  #lp_P202B002 .lp_body:before {
    top: 47%;
    height: 54%
  }

  #lp_P202B002 .body_list ul li strong {
    font-size: 14px
  }

  .body_list ul li .promo_sub_title {
    font-size: 13px
  }

  .program_text {
    float: none
  }

  #lp_P205E .boxList4>div {
    width: 100%
  }

  #lp_P205E .boxList4>div+div {
    margin-left: 0
  }

  #lp_P205E .boxList4>div {
    height: auto
  }

  #lp_P205E .boxList4>div+div.img img {
    width: 100%
  }

  #lp_layout .boardTit input {
    line-height: 35px
  }

  .jquerySelect .ui-selectmenu-text {
    font-size: 13px;
    line-height: 33px
  }

  .jquerySelect .ui-button .ui-icon,
  .jquerySelect .ui-icon,
  .jquerySelect .ui-widget-content .ui-icon {
    margin-top: 8px
  }

  #lp_layout .boardTit button {
    line-height: 35px;
    font-size: 15px
  }

  #lp_layout .boardTit input {
    width: calc(100% - 110px)
  }
  /*#### 08-18 코드 추가####*/
  #foot_layout .fl p{width:57%;}
  #foot_layout{height:120px;}
  #foot_layout .fr{bottom:20%;}
  #foot_layout .copy{transform:translate(-50%,0); left:50%; font-size:0.7em;}
  /*#### 08-18 코드 추가 끝 ####*/

  /*####08-18 코드 추가 ####*/
  #foot_layout .fl strong.en_width{
    width:42%;  font-size:12px; line-height:42px;}
/*#### 08-18 코드 추가 끝 ####*/   
  /*### 08-19 추가###*/
  .bt_down{display:block; margin-top:0; margin-left:0;}
  /*### 08-19 끝 ###*/


   /*#### 08-21 추가 코드 ####*/ 
  .box .list li .en_thumb{padding-top:93px;}
  .box .list li .cont .en_subject{top:-243px;}
  #lp_P202B003 .boxList5 .wrap p{height:220px;}
  #lp_P203M .boxList3>.n4>ul li:nth-child(3n+1) {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height:140px;
  }
   /*#### 08-21 끝 ####*/ 
     /*#### 08-24 추가 ####*/
     #lp_layout .ul_list li .logo_box img{width:66px; height:auto;}
     /*#### 08-24 끝 ####*/
      /*#### 08-25 추가 ####*/
      #lp_layout .ul_list li .support_logo_box img{width:66px; height:auto;}
      /*####################*/
}
/*###### 08-21 추가 #####*/
@media (max-width:500px) {
  #lp_P205E .boxList4 > div > strong.long_line{ line-height: 34px; padding: 10px 30px;}
}
/*###### 08-21 끝 #####*/
@media (max-width:480px) {

  /*############################# 08-12 footer float 추가 #############################*/
 /* #foot_layout .fl li {
    width: 50%;
    float: left;
  }/*#### 08-18 코드 삭제####*/

  /*#### 08-12 footer border 추가 ####*/
  #foot_layout .fl strong {
    width: 30%;
    height: 42px;
    font-size: 12px;
    line-height: 42px;
    border-right: 1px solid #333;
  }
  /*#### 08-15 추가 및 수정 ####*/
  #foot_layout .fl strong {
    width: 30%; 
    height: 42px;
    font-size: 12px;
    line-height: 42px;
    border-right: 1px solid #333;
  }
  /*#### 08-18 수정####*/
  #foot_layout .fl p.ko_fl {
    width: 70%;
    font-size: 11px;
    line-height: 42px;
    padding: 0}

    #foot_layout .fl p.en_fl {
      width: 50%;
      font-size: 11px;
      line-height: 42px;
      padding: 0}
  /*#### 08-18 수정 끝####*/
  /*### width값 수정 ####*/
  #foot_layout .fl strong.en_width{width:50%;}
  /*#### 08-15 추가 끝 ####*/
    /*#### 08-12 가상객체 제거 ####*/
    #foot_layout {
      height: 130px;
    }/*#### 08-18 코드 수정 ####*/

  #foot_layout .fl p::after {
    display: none;
  }

  #foot_layout .fl li.fl::after {
    display: none;
  }

  #foot_layout .fl li.fl0::after {
    display: none;
  }

  #foot_layout .fl strong::before {
    display: none;
  }

  #foot_layout .copy {
    width: 100%;
    transform: translate(-50%, 0);
    left: 50%;
  }

  #foot_layout .Sponsor {
    display: flex;
    left: 50%;
    top: 60%;
    transform: translate(-50%, 0);
  }

  #foot_layout .Sponsor li {
    width: 74px; background-color:gold;
  }

  #foot_layout .Sponsor li:nth-child(5) {
    display: none;
  }

  #foot_layout .fr {
    top: 32%; /*#### 08-18 코드 수정 ####*/
  }
  /*##### 08-14 다큐멘터리 탭 추가로 인한 폰트 사이즈 줄이기 ####*/
  .tab button {
    font-size: 16px
  }
  /*##### 08-17 코드 추가 #####*/
  .box_concert_img{width:96%; height:auto;}
  .box_concert_img img{width:100%; height:100%;}
  #lp_P205E .boxList4 > div > ul > li{width:100%;clear:left;}
  .partner_img img{width:25%;}
  /*##########################*/
  /*##### 08-25 코드 추가 #####*/
  .support_img img{width:25%;}
 /*##########################*/
   /*#### 08-21 추가 코드 ####*/ 
   .box .list li .en_thumb{padding-top:120px;}
   .box .list li .cont .en_subject{top:-300px;}
   #lp_P205E .boxList4 > div.n1_size > ul > li{font-size:1em;}
    /*#### 08-21 끝 ####*/ 

     /*08-21 추가*/
     #lp_layout .lp_body p{margin-top:20px;} /*원래 20px*/
     #lp_layout .lp_body p.cont_top{margin-top:88px;}
     #lp_P203M .boxList3>.n4>ul li{height:160px;}
     #lp_P203M .boxList3>.n4>ul li:nth-child(3n+1){height:160px;}
     #lp_P203M002 .boxList3>.n1, #lp_P203M002 .boxList3>.n2{height:400px;}
     .br_top{padding-top:30px;}
    /*08-21 추가 끝*/
    /*#### 08-21 끝 ####*/ 
     /*#### 08-24 추가 ####*/
     #lp_layout .ul_list li .logo_box img{width:35%; height:auto;}/*09-02 width 값 수정*/
     /*#### 08-24 끝 ####*/
     /*#### 08-25 추가 ####*/
     #lp_layout .ul_list li .support_logo_box img{width:27%; height:auto;}
     /*####################*/
}
@media (max-width:380px) {
  #body_layout .body_wrap .subscribe input[type=text] {
    font-size: 12px
  }

  #lp_P203M .boxList3>.n4>ul li {
    width: 93%
  }

  #lp_P203M .boxList3>.n4>ul strong {
    font-size: 16px;
  }

  #lp_P203M002 .boxList3>.n4>ul li {
    width: 93%
  }

  #lp_P203M002 .boxList3>.n4>ul strong {
    font-size: 16px
  }

  /*############################# 08-12 footer float 추가 #############################*/
  /*#foot_layout .fl li {
    width: 50%;
    float: left;
  }*//*#### 08-18 코드 삭제 ####*/

  /*#### 08-12 footer border 추가 ####*/
  #foot_layout .fl strong {
    width: 30%;
    height: 42px;
    font-size: 12px;
    line-height: 42px;
    border-right: 1px solid #333;
  }
  /*#### 08-18 추가 및 수정 ####*/
  #foot_layout .fl strong {
    width: 30%; 
    height: 42px;
    font-size: 12px;
    line-height: 42px;
    border-right: 1px solid #333;
  }
  #foot_layout .fl p {
    width: 66%;/*#### 08-18 수정 ####*/
    font-size: 11px;
    line-height: 42px;
    padding: 0
  }
  #foot_layout .fl strong.en_width{width:50%;}
 /*#### 08-18 추가 끝 ####*/

  /*#### 08-12 가상객체 제거 ####*/
 /* #foot_layout {
    height: 170px;
  }/*#### 08-18 코드 삭제 ####*/

  #foot_layout .fl p::after {
    display: none;
  }

  #foot_layout .fl li.fl::after {
    display: none;
  }

  #foot_layout .fl li.fl0::after {
    display: none;
  }

  #foot_layout .fl strong::before {
    display: none;
  }

  #foot_layout .copy {
    width: 100%;
    transform: translate(-50%, 0);
    left: 50%;
  }

  #foot_layout .Sponsor {
    display: flex;
    left: 50%;
    top: 60%;
    transform: translate(-50%, 0);
  }

  #foot_layout .Sponsor li {
    width: 74px;
  }

  #foot_layout .Sponsor li:nth-child(5) {
    display: none;
  }

  /*#foot_layout .fr {
    top: 24%;
  }*//*#### 08-18 코드 삭제 ####*/
  /*##### 08-14 다큐멘터리 탭 추가로 인한 폰트 사이즈 줄이기 ####*/
  .tab button {
  font-size: 13px;}
   /*####08-18 수정 ####*/
   #foot_layout .fl strong.en_width{width:50%;}
    /*####08-18 수정 끝 ####*/  
    /* 08-21 추가 */
    .box .list li .thumb>span{min-width:65px;}
    /*08-21 끝*/
    /*#### 08-24 추가 ####*/
    #lp_layout .ul_list li .logo_box img{width:27%; height:auto;}
    /*#### 08-24 끝 ####*/
     /*#### 08-25 추가 ####*/
     #lp_layout .ul_list li .support_logo_box img{width:27%; height:auto;}
     /*####################*/

  }
}


#navi_layout ul a {
            border: none;
            border: 0.3px solid #888;
        }

        .content_color {
            color: #F9B946;
            width: 180px;
        }

        #body_layout .body_wrap .title p::after {
            display: none;
        }

        .sub_date {
            text-align: left;
            letter-spacing: 1.5px;
            font-family: 'Malgun Gothic', '맑은 고딕';
        }

        /*########## 홍보 박스 (신청 및 등록 버튼)###########*/


        /*## 버튼 간격 ##*/
        #body_layout .body_wrap .btn {
            margin-top: 20px;
        }

        /*## 글씨색 변경 ##*/
        input::placeholder {
            color: #fff;
        }

        #body_layout .body_wrap .subscribe label {
            color: #ccc;
        }

        #foot_layout .fl strong {
            color: #808080;
        }

        #foot_layout .fl p a {
            color: #cfcfcf;
        }

        #foot_layout .fr a {
            color: #cfcfcf;
        }



        #navi_layout li a {
            /*border:none;*/
            background-color: #0f0a1d;
        }

        /*주최 주관 팝업*/
        #lp3_P201M0014 {
            width: 480px;
            height: 220px;
            background-color: #fff;
            position: absolute;
            left: 20px;
            bottom: 172px;
        }

        .subject_desc {
            width: 100%;
            height: 150px;
        }

        .subject_desc:after {
            content: "";
            display: block;
            clear: both;
        }

        .subject_desc li {
            text-align: left;
            height: 75px;
        }

        .subject_t {
            font-size: 20px;
            padding-top: 20px;
            margin-left: 40px;
            float: left;
            font-family: "MICE";
        }

        .subject_desc li .subject_img {
            width: 340px;
            height: 64px;
            float: left;
        }

        .subject_desc li img {
            width: 100%;
            height: 100%;
        }


        .line_margin {
            margin-left: 73px;
        }

        @media (max-width:640px) {

            #lp3_P201M0012,
            #lp3_P201M0013 {
                width: 90%;
            }

            #lp3_P201M0014 {
                width: 90%;
            }

            #lp3_P201M0014 img {
                width: 75%;
                height: 70%;
            }

            #lp3_layout .lp3_wrap {
                padding-top: 10px;
            }

            #lp_layout .bodyTit strong .br {
                font-size: 18px;
            }
            /*#### 08- 21 삭제 */
            /*#lp_P203M .boxList3>.n4>ul li:nth-child(3n+1) {
                display: table-cell;
                /*padding: 15px;
                text-align: center;
                vertical-align: middle;
                height:140px;
            }*/
            /*#### 08- 21 삭제 끝 */
            #top_layout {
                height: 95px;
            }


            #lp_P203M .boxList3>.n4>ul li div {
                display: block;
                position:absolute; top:50%;
                transform:translateY(-50%);
            }

            #lp_P205E .boxList4>div>strong {
                font-size: 1.1em;
            }

            /*### NEWS 검색 영역 모바일 버전 폭 줄이기  ###*/
            .jquerySelect .ui-selectmenu-button.ui-button {
                padding: 0 5px 0 5px;
            }

            #lp_layout .boardTit input {
                width: calc(100% - 182px);
            }

            #lp_layout .boardTit button {
                width: 60px;
            }

            /*들여쓰기 맞추기*/
            .line_margin {
                margin-left: 73px;
            }

            /*### NEWS 의 폰트 사이즈 줄이기 ####*/
            #lp_layout .boardTit strong {
                font-size: 20px;
            }

            .countDown__cont{
                font-size: 9px !important;
                font-family: MICE;
            }
            .countDown__interval_basic_cont_description{
                font-size: 9px !important;
                width: 100px;
            }
        }

        /*#### 07-27 메이크굿 수정사항 ####*/
        @media (max-width: 1023px) {

            /*#### 모바일 버전 사무국 안내 팝업창 스크롤 추가 ####*/
            #lp3_P201M0012 dl {
                height: 300px;
                overflow-y: auto;
            }

            /*#### 모바일 버전 BCWW2020  서브 슬라이드 닫기 버튼 우측 맨 상단으로 ####*/
            #lp_layout .lp_close {
                right: 0;
                top: 0;
            }


            /*#### 모바일 버전 BCWW2020  왼쪽 정렬으로 맞추기 ####*/
            .location {
                text-align: left;
                margin-left: 0.3em;
            }

            #lp_P202B003 .boxList5 {
                width: 80%;
                font-size: 18px;
            }

            /*####  모바일 버전 상단 글꼴과 동일하게 맞추기 ####*/
            #lp_P202B003 .boxList5 .tit strong {
                font-size: 18px;
            }

            /*####  모바일 버전 삭제요청 ####*/
            #lp_P202B003 .boxList5 .tit p {
                display: none;
            }

            /*####  모바일 버전 왼쪽 정렬으로 맞추기 ####*/
            #lp_layout .lp_head strong {
                margin-right: 58px;
            }

            /*#### 모바일 버전 위로가기 버튼 ####*/
            #move_topBtn {
                display: block;
                position: fixed;
                width: 38px;
                height: 38px;
                right: 2%;
                bottom: 100px;
                z-index: 120;
                transition: all .5s;
                opacity: 0;
                visibility: hidden;
            }

            #move_topBtn img {
                width: 100%;
                height: 100%;
            }


            /*#### 폰트 크기 수정 ####*/
            #lp_layout .ul_list li strong {
                font-size: 18px;
            }

            #lp_layout .ul_list li {
                font-size: 18px;
            }

            #lp_P202B003 .boxList5 .tit strong {
                font-size: 28px;
            }

            #lp_P202B003 .boxList5 .wrap p {
                font-size: 16px;
                height: 220px;
            }

            #lp_P202B003 .boxList5 .wrap p {
                height: 220px;
            }

            #lp_P203M .img span {
                padding: 0 35px;
            }

            #lp_layout .bodyTit+p {
                padding-bottom: 30px;
            }

            #lp_P203M .img span {
                line-height: 46px;
                padding: 0 35px;
            }

            #lp_P203M .boxList3>div>strong {
                font-size: 20px;
            }

            #lp_P203M .boxList3>div>p {
                bottom: 12px;
            }

            #lp_layout #lp_P205E p {
                margin-top: 30px;
                position: relative;
            }

            /*#### MARKET  참가사 안내 (스크롤 오류 문제 해결 )####*/
            #lp_P203M .boxList3::before {
                position: static;
            }

            /*###### 참가사 특별패키지 버튼 ######*/
            #lp_P203M .boxList3>div>strong {
                position: relative;
            }

            #lp_P203M .boxList3>.n3 a {
                background: none;
                font-size: 17px;
                padding: 0 5px 0 5px;
                margin-right: 30px;
                margin-bottom: 15px;
                line-height: 20px;
            }

            .n3_btn {
                background-image: none;
                background-color: #000;
                margin-left: 0;
                position: absolute;
                right: 20px;
                top: 15px;
            }

            /*####### 헤더 가상 클래스 #########*/
            /*.down {
                background-color: rgba(19, 13, 29, 0.8);
                border-bottom: 1px solid #fff;
                transition-duration: 0.4s;
                transition-timing-function: ease;
                -webkit-transition-duration: 0.4s;
                -webkit-transition-timing-function: ease;
            }*/


            /*주최 주관 팝업 모바일 수정*/

            #lp3_layout .lp3_wrap {
                padding: 25px 10px 25px;
            }

            .subject_t {
                margin-left: 20px;
                margin-right: 16px;
                font-size: 1.2em;
            }

            .subject_desc li {
                height: 50%;
            }

            /*.subject_t{font-size:20px; padding-top:20px; margin-left:40px;}*/
            .subject_desc li .subject_img {
                width: 240px;
                height: 74px;
                padding-top: 10px;
                float: left;
            }

            .subject_desc li img {
                width: 100%;
                height: 100%;
            }

            #lp_P203M .boxList3>div>p {
                bottom: 6px;
            }

        }

        #lp_layout .lp_head strong {
            width: 440px;
            font-weight: 300;
            font-size: 30px;
            color: #fff;
            line-height: 42px;
            margin-top: 30px;
        }

        /*###### 참가사 특별패키지 버튼 ######*/
        #lp_P203M .boxList3>div>strong {
            position: relative;
        }

        #lp_P203M .boxList3>.n3 a {
            background: none;
            font-size: 17px;
            padding: 0 10px 0 10px;
            margin-right: 30px;
            margin-bottom: 15px;
            line-height: 20px;
        }

        .n3_btn {
            background-image: none;
            background-color: #000;
            margin-left: 0;
            position: absolute;
            right: 20px;
            top: 15px;
        }

        /*###### 배경색 수정 ########*/
        #lp_P205E .boxList4>div.n2>strong {
            background-color: #ffaf47;
        }

        /*###### NEWS 노란색 세로 선의 중앙 맞추기  ########*/
        #lp_layout .boardTit strong {
            padding-top: 15px;
        }
       

        /*##### 08-11 더보기 접기 버튼 ####*/

        #contents .grid2 button.close_btn {
            color: #0a2464;
            font-family: "mice";
            background-color: #fff;
            font-size: 15px;
            font-weight: 600;
            overflow: hidden;
            width: auto;
            height: auto;
            position: absolute;
            bottom: -31px;
            right: 0;
        }

        #contents .grid2>div .text.off {
            padding: 30px 0;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            height: 82px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .title_tit {
            padding: 40px 0 20px 0;
            font-size: 20px
        }

        #lp_layout .spk .spk_list .text.on {
            height: auto;
            overflow: visible;
            display: block;
            -webkit-line-clamp: inherit;
        }
        /*########## 08-14 메이크굿 코드추가 ##############*/
        /*######### 08-17 제거 #########*/
        /*#lp_P205E .boxList4 > div.n1_long{height:450px;}*/