@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------
 * Name      : web_layout.css    
 * Desc      : page layout 
 * Created   : 
 * Updated   : 
 ------------------------------------------------------------ */
body.fixe {overflow:hidden; width: 100%; height:100%; position: fixed;}
.m_gnb .sub_menu {display:none !important;}
.web_dis {display:block;}
.mb_dis {display:none;}
.search_btn {display: none; position: absolute; right:65px; top:26px;}
img {max-width: 100%}



/* wrap */
#wrap {width:100%; max-width:1920px; overflow:hidden; margin:0 auto; padding-top: 110px; transition: all 0.3s 0s ease-in-out;}
#inner_wrap {max-width:100%; margin:0 auto; position:relative; padding-bottom:70px; }
#inner_wrap:after {clear:both; content:""; display:block;}
#inner_wrap.no_visual {padding-top:70px;}

.inner {max-width:1720px; margin:0 auto;}
.inner:after { clear: both; content: ""; display: block;}

.bg_wrap {background: #f2f2f2}
#wrap.down {padding-top: 75px;}

/* header */
#header {width:100%; position:fixed; left:0px; top:0px; z-index:9999; background:#fff; box-sizing: border-box; transition: all 0.2s 0s ease-in-out;}

.in_header {max-width:1720px; margin: 0 auto; width:100%; height:110px; box-sizing: border-box; margin:0 auto; position:relative; z-index:9; color: #000;}
#header h1 {position: absolute; left:10px; top:50%; transform: translateY(-50%); -wbkit-transform: translateY(-50%); overflow: hidden; transition: all 0.2s 0s ease-in-out; z-index:10 }



.m_gnb_on {position:absolute; right:10px; top:50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); box-sizing: border-box; margin-top: -90px; }
.m_gnb_on .menu_btn {margin: 0 auto;}



/* down */
#header.down {background: #fff; transition: all 0.2s 0s ease-in-out; padding-top: 0px; border-bottom: 1px solid #eee;}
#header.down h1 {opacity: 0;  transition: all 0.3s 0s ease-in-out; top: -90px;}
#header.down .in_header {height: 75px; transition: all 0.2s 0s ease-in-out; }
#header.down .w_gnb .gnb {padding: 0px;}
#header.down .w_gnb .gnb > ul {text-align: center; }
#header.down .w_gnb .gnb > ul > li {padding: 0px 30px; transition: all 0.2s 0s ease-in-out;}
#header.down .w_gnb .gnb > ul > li > a > span {line-height:75px; height:75px;}
#header.down .m_gnb_on {margin-top: 0px;}


/* GNB */
.w_gnb {padding:0px 0px 0px 0px;}
.w_gnb .gnb {padding: 0px 0px 0px 170px;}
.w_gnb .gnb:after {content:""; display:block; clear:both;}
.w_gnb .gnb > ul {font-size:0px; text-align: right;}
.w_gnb .gnb > ul:after {content:""; display:block; clear:both;}
.w_gnb .gnb > ul > li {text-align: center; display: inline-block; padding: 0px 5px 0px 55px; position:relative; transition: all 0.2s 0s ease-in-out;}

.w_gnb .gnb > ul > li > a {display:block; color:#000;}
.w_gnb .gnb > ul > li > a > span {display:inline-block; font-size:18px; font-weight: 700; line-height:110px; height:110px; color:#000; transition: all 0.2s 0s ease-in-out;}
.w_gnb .gnb > ul > li:hover > a > span {color:#000;}
.w_gnb .gnb > ul > li:hover > a > span {color:#000;}
.w_gnb .gnb > ul > li.on > a > span {color:#000;}



.gnb > ul > li.gnb08 {display: none !important;}
.gnb > ul > li.gnb09 {display: none !important;}

.w_gnb .sub_menu  {position:absolute; left:0%; width:100%; box-sizing:border-box; overflow:hidden; top:100%; line-height:20px; display:none !important; padding:20px 0px;}
.w_gnb .sub_menu > li {padding:5px 10px 5px 0px;}
.w_gnb .sub_menu > li > a {display:block; font-size:14px; text-align:center; font-weight: 100; color:#fff; padding:2px 0px; line-height:18px;}
.w_gnb .sub_menu > li > a:hover {color:#fff; text-decoration: underline;}


#gnb_bar {position:absolute; display:none; left:0%; top:100%; width:100%; height:160px; background: url(../img/common/png_80.png) repeat left top; z-index: 8}



.slide_menu_wrap {width:80%; max-width: 500px; box-sizing: border-box; height: 100%;  z-index: 99999; position: fixed; right:-90%; top: 0px; bottom:0px; }
.slide_menu_inner {padding:63px 15px 0px 15px; height: 100%; box-sizing: border-box; overflow-y:auto; overflow-x:inherit; -webkit-overflow-scrolling:touch; background: #343434; }
.slide_menu_inner .top_btns {overflow: hidden; padding-bottom: 20px; margin: -5px;}
.slide_menu_inner .top_btns > li {float: left; width: 50%; box-sizing: border-box; padding: 5px;}
.slide_menu_inner .top_btns > li > a {display: block; font-weight: 100; padding: 10px; border: 1px solid #fff; color: #fff;  font-size: 15px; text-align: center}
.slide_menu_inner .top_btns > li > a .ico {display: none;}
.slide_menu_wrap .m_gnb_on {display:none !important}

.all_close {position: absolute; right:20px; top: 20px; z-index: 99998}
.all_close button {background: none; border: none; outline: none; /*width: 26px; height: 26px;*/ padding: 0px; margin: 0px; }
.all_close .menu_btn {height: 20px !important; width: 30px !important;}
.all_close .menu_btn .line-top, .all_close .menu_btn .line-middle, .all_close .menu_btn .line-bottom {background:#fff !important; width: 100%;}
.slide_menu_wrap .gnb > ul {overflow: hidden;}
.slide_menu_wrap .gnb > ul > li {border-bottom: 1px solid #474747; transform: translateX(30%); -webkit-transform: translateX(30%); transition: all 0.8s 0s ease-in-out; -webkit-transition: all 0.8s 0s ease-in-out; border-bottom: 1px solid #474747;}
.slide_menu_wrap .gnb > ul > li > a {display: block; line-height:33px; font-size:18px; color: #fff; padding: 10px 10px 10px 10px; background: url(../img/common/g_plus.png) no-repeat right center; font-weight: 500; background: none; } 
.slide_menu_wrap .gnb > ul > li > a.on {background: url(../img/common/g_minus.png) no-repeat right center; background: none; } 
.slide_menu_wrap .gnb .sub_menu {display: none !important; background:#333333; border-top:1px solid #474747; display: none; padding: 10px 0px; }
.slide_menu_wrap .gnb .sub_menu > li > a {display: block; line-height:23px; padding:5px 10px 5px 15px; font-size:15px; color:#d6d6d6; } 
.slide_menu_wrap .gnb .sub_menu02{background:#4e4e4e; border-top:1px solid #777777; border-bottom:1px solid #777777; padding:10px 0px; }
.slide_menu_wrap .gnb .sub_menu02 > li > a {display: block; line-height:23px; padding:5px 10px 5px 35px; font-size:13px; color: #d6d6d6;} 
.slide_menu_wrap.on .gnb > ul > li {transform: translateX(0%); -webkit-transform: translateX(0%); transition: all 0.8s 0s ease-in-out; -webkit-transition: all 0.8s 0s ease-in-out;}




/* visual */
.main_visual {width: 100%; overflow: hidden; position: relative;}
.main_visual .bxslider > li {background-size:cover !important; }
.main_visual .v_frame {max-width: 1400px; margin: 0 auto; position: relative;}
.main_visual .v_frame .cell {height: 870px; position: relative;}
.main_visual .v_frame img {max-width: 100%;}
.main_visual .v_frame .m_visual {display: none;}
.main_visual .v_bt {position: absolute; line-height: 16px; top:50%; transform: translateY(-50%); -webkit-transform:translateY(-50%); z-index:99;}
.main_visual .v_bt > a {display: block; color: #000; line-height:16px; font-size:17px; font-weight:100 }
.main_visual .v_bt > a img {vertical-align: top; margin:0px 2px;}
.main_visual #board_l1 {left:30px;}
.main_visual #board_r1 {left:100px;}
.main_visual #board_r1 {border-left:1px solid #b2b2b2; padding-left: 20px;}


.main_visual #proprev1 {left:50%; margin-left: -90px;}
.main_visual #pronext1 {right:50%; margin-right: -90px;}
.main_visual #visual_counter {position: absolute; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); bottom:50px; z-index:98; line-height:20px; color: #fff; font-size:22px; font-weight:400}
.main_visual #visual_counter > span {font-weight: 600; font-size: 1.2em;}

.main_visual .videoDiv {position:relative; height: 870px;}
.main_visual .videoDiv video {position:absolute; left:50%; top:50%; width:130%; height:130%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.main_visual .videoDiv img {max-width:100%; max-height:100%;}


.main_visual .v_txt {text-align: right; position: absolute; width: 100%; left:0%; top:50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.main_visual .v_txt img {margin-right: -200px;}
.main_visual li.on .v_txt {opacity:1; transition: all 0.8s 0s ease-in-out; margin-top:-20px;}

.main_visual .bx-controls {text-align: center; position: absolute; left: 50%; transform: translateX(-50%); bottom:30%; width: 100%; max-width: 1400px; box-sizing: border-box; z-index: 99;}
.main_visual .bx-wrapper .bx-pager {position: relative; width: auto !important; left: auto; bottom: auto; display: inline-block; vertical-align: top; padding:7px 10px 0px 0px; z-index: 99;}
.main_visual .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {position: relative; bottom: auto; display: inline-block; right: auto; width: 24px; height:18px; text-align: center; padding-top:10px;}
.main_visual .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {right: 0; z-index: 99;}
.main_visual .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto > div > a {text-indent:1000000%;}
.main_visual .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {vertical-align: top;}
.main_visual .bx-wrapper .bx-pager.bx-default-pager a {width:14px; height:14px; margin:0 4px; background:#fff; border:none; -moz-border-radius:100%;  -webkit-border-radius:100%; border-radius:100%; box-sizing:border-box; position:relative; opacity: 0.5;}

.main_visual .bx-wrapper .bx-pager.bx-default-pager a:hover {opacity: 0.5; background: #fff;}
.main_visual .bx-wrapper .bx-pager.bx-default-pager a.active {opacity: 1;  background: #fff;}
.main_visual .bx-wrapper .bx-controls-auto .active {display: none;}
.main_sns {width: 50%; box-sizing: border-box; position: absolute; overflow:hidden; padding:30px 0px; right: 0px; bottom: 0px; /*background: #fff;*/ z-index: 999;}
.main_sns .sns {overflow: hidden; max-width: 240px; float: right;}
.main_sns .sns > li {float:left; width: 16.66666%; box-sizing: border-box; padding: 5px;}



.main_visual .scroll_ico {position: absolute; width: 100%; max-width: 1720px; transform: translateX(-50%); -webkit-transform: translateX(-50%); left: 50%; bottom:20px; z-index:998}
.main_visual .scroll_ico > a {cursor: default; display: block; width:86px; text-align: center; font-size:15px; color:#fff; font-weight:600; padding:50px 0px 46px 0px; background: url(../img/main/ico_scroll.png) no-repeat center top; position: relative;}
.main_visual .scroll_ico .arrow {display: block; width:100%; text-align:center; position: absolute; left:50%; bottom:0px; transform: translateX(-50%); -webkit-transform:translateX(-50%);}
.main_visual .scroll_ico .arrow2 {bottom:0px;}
.main_visual .scroll_ico .arrow1 {animation: mv1 0.7s ease-in-out 0.7s infinite;}

 @keyframes mv1 {
     0%{opacity: 1; bottom:0px;} 
    40%{opacity: 1; bottom:-8px;} 
     100%{opacity: 1; bottom:0px;} 
}




/* section */
.section {padding:50px 0px; font-size: 18px;}

#section2 {background:#b1c8d1; min-height:860px; box-sizing: border-box; position: relative; padding:10% 0px;}



.artists_roll_wrap {position: relative; padding-left:50%;}
.artists_roll_wrap .info {position: absolute; width: 100%; max-width:1720px; left:50%; top: 0px; transform: translateX(-50%); -webkit-transform: translateX(-50%); color: #fff;}
.artists_roll_wrap .info h3 {font-size:100px; line-height: 130%; padding-top: 50px;}
.artists_roll_wrap .info .txt_t {font-weight: 100; font-size: 26px; position: relative; line-height: 140%; padding-bottom: 50px;}
.artists_roll_wrap .info .txt_t:after {display: block; content: ""; width: 300px;  height: 1px; position: absolute; left:-150px; bottom: 0px;background: #fff;}
.artists_roll_wrap .info .txt_s {padding-top: 50px; font-weight: 300; font-size:18px; line-height: 140%;}
.artists_roll_wrap .info .bt {padding-top: 30px;}


.artists_roll_wrap .artists_roll {position: relative; padding-bottom: 70px;}
.artists_roll_wrap .artists_roll .slick-arrow {position: absolute; left: 0px; bottom: 0px; color: #fff; font-size: 24px; line-height:61px; background: url(../img/main/m_banner_prev.png) no-repeat left top; padding-left:115px; box-sizing: border-box; max-width:40%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; outline: none; }
.artists_roll_wrap .artists_roll .slick-next {left: auto; padding-left: 0px; right: 18%; background:url(../img/main/m_banner_next.png) no-repeat 99% top; padding-right:115px; }

.artists_roll .pic {display: block; padding-bottom: 61.538%; width: 100%; position: relative; opacity: 0.8; -moz-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); -webkit-transform: scale(0.8); opacity: 1; transform: scale(0.8); transition: all 300ms ease;}
.artists_roll .pic img {position: absolute; left: 0px; top: 0px; width: 100% !important; height: 100% !important;}
.artists_roll .name {opacity: 0; line-height: 64px; position: relative; margin-bottom:-3%; z-index: 9; font-size: 64px; left: 0px; top: 0px; display: block; color: #fff; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis;}
/*.artists_roll:before {display: block; content: ""; width: 1064px; height:682px; position: absolute; margin-left: -104px; left: 0px; top:-20%; background: url(../img/main/bg_section2.jpg) no-repeat 100% center}
*/
.artists_roll_wrap .slick-list {padding-right:18%;}
.artists_roll .slick-active .pic {-moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); -webkit-transform: scale(1); opacity: 1; transform: scale(1); box-shadow: 0px 2px 3px #4c565a4a;}
.artists_roll .slick-active .name {opacity: 1;}
.artists_roll .slick-track {padding-bottom: 10px;}



.main_banner_wrap {padding: 30px 0px;}
.main_banner_wrap > ul {overflow: hidden; margin: 0px -45px}
.main_banner_wrap > ul > li {float: left; width: 25%; box-sizing: border-box; padding: 10px 45px}
.main_banner_wrap > ul > li > div {position: relative; padding: 0px 50px 20px 0px;}
.main_banner_wrap > ul > li > div:before {display: block; content: ""; width:20px; height:70%; z-index: 9; background: #ed193a; position: absolute; right:0px; bottom: 0px; transition: all 0.3s 0s ease-in-out; -webkit-transition: all 0.3s 0s ease-in-out;}
.main_banner_wrap > ul > li > div:after {display: block; content: ""; width:100%; height:20px; background: #ed193a; position: absolute; left:0px; bottom:0px; transition: all 0.3s 0s ease-in-out; -webkit-transition: all 0.3s 0s ease-in-out;}
.main_banner_wrap > ul > li > div:before {display: block; content: ""; width:20px; height:70%; z-index: 9; background: #ed193a; position: absolute; right:0px; bottom: 0px; transition: all 0.3s 0s ease-in-out; -webkit-transition: all 0.3s 0s ease-in-out;}
.main_banner_wrap > ul > li > div:after {display: block; content: ""; width:100%; height:20px; background: #ed193a; position: absolute; left:0px; bottom:0px; transition: all 0.3s 0s ease-in-out; -webkit-transition: all 0.3s 0s ease-in-out;}

.main_banner_wrap > ul > li > div > a {display: block; position: relative;}
.main_banner_wrap > ul > li > div > a:before {display: block; content: ""; width:46px; height: 1px; z-index: 9; background: #ff5546; position: absolute; left: 10px; top:19px;}
.main_banner_wrap > ul > li > div > a:after {display: block; content: ""; width:1px; height:46px; background: #ff5546; position: absolute; left:17px; top: 10px;}
.main_banner_wrap > ul > li > div > a .img {display: block; position: relative; max-width: 231px; transition: all 0.3s 0s ease-in-out; -webkit-transition: all 0.3s 0s ease-in-out;}
.main_banner_wrap > ul > li > div > a:hover .img {box-shadow:3px 10px 15px #b3b3b3; transition: all 0.3s 0s ease-in-out; -webkit-transition: all 0.3s 0s ease-in-out;}
.main_banner_wrap > ul > li > div > a .img > span {display: block; position: absolute; left: 0px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); color: #fff; font-size: 1.2em; line-height: 140%; width: 100%; font-weight: 100; text-align: center; opacity: 0.8;}
.main_banner_wrap > ul > li > div > a .img:after {display: block; content: ""; width:21px; height: 11px; background: url(../img/main/ban_arrow.png) no-repeat left top; position: absolute; right:15px; bottom:15px;}
.main_banner_wrap > ul > li > div > a .tit {display: block; padding: 20px 0px; text-align: center; font-size:1.25em; line-height: 140%; color: #000; font-weight: 600; }

#section3 {background:url(../img/main/bg_section3.jpg) no-repeat center top #191919; background-size:cover; padding: 12% 0px;}
#section3 .inner {position: relative;}
#section3 .inner .notice_tit {position: absolute; left: 0px; top: 0px;}
.main_notice_wrap {box-sizing: border-box; padding-left: 50%; width: 100%;}
.main_notice {max-width:565px;}
.main_notice > ul > li {padding-bottom: 60px;}
.main_notice > ul > li > a {color: #fff; transition: all 0.3s 0s ease-in-out; -webkit-transition: all 0.3s 0s ease-in-out;}
.main_notice > ul > li > a:hover {color: #bc9264;}
.main_notice > ul > li > a .txt_t {display: block; font-size: 30px; padding-bottom: 5px; font-weight: 100; line-height: 140%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis;}
.main_notice > ul > li > a .txt_s {display: block; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-weight:300; font-size:18px; line-height:30px; height:60px; opacity: 0.5;}
.main_notice > ul > li > a .date {display: block; font-size: 18px; font-weight: 300; padding-top: 10px;}


#section3 .more {text-align: right;}
#section3 .more > a {}





.youtube_wrap_max {max-width: 960px; margin: 0 auto;}
.youtube_wrap {position: relative; padding-bottom:56.25%; }
.youtube_wrap iframe {width: 100% !important; height: 100% !important; position: absolute; left: 0px; top: 0px;}


.dis_table {display: table; width: 100%;}
.dis_table_cell {display: table-cell; vertical-align: middle; }

.more_wrap {text-align: center; padding-top: 30px}
.more_wrap > a {display: inline-block; padding: 0px 30px 0px 20px; border: 1px solid #ccc; border-radius:30px; text-align: center;}
.more_wrap > a > span {display:inline-block; font-size:17px; font-weight: 600; color: #666666; line-height:43px; padding-left: 30px; background: url(../img/common/arrow.gif) no-repeat left center; }
 




@media (hover: none) {
    .hover:hover .ico_circle {background: #007dc6;}
  
    
}




.more {padding-top: 30px;}
.more > a {display: inline-block; font-weight: 300; width:146px; height: 50px; border: 1px solid #fff; text-align: center; font-size: 18px; line-height: 48px; color: #fff;}



.mb_tit {text-align: center; font-size: 32px; color: #000; padding:50px 0px 25px 0px; line-height:150%; position: relative; font-weight: 700; border-bottom: 1px solid #e5e5e5}
.mb_tit:after {display: block; content: ""; width:64px; height: 7px; position: absolute; left: 50%; bottom: 0px; margin-left: -32px; background: #313747}
.m_tit {padding:0px 0px 25px 0px; color:#333; font-size:34px; line-height:150%; font-weight: 700;}
.m_tit2 {padding:0px 0px 25px 0px; color:#333; font-size:56px; line-height:130%; font-weight: 700;}
.m_tit_txt {margin:-20px 0px 30px 0px; color:#555555; font-size:18px; text-align:center; line-height:150%; display:block;}



.line_bg {display: block; background: url(../img/common/line.gif) repeat left top; min-height:17px; }
.line_tit {text-align: center; margin-top:40px; font-size: 2em; color: #000; border-bottom: 1px solid #e5e5e5; line-height: 140%;}
.line_tit:after {display: block; content: ""; width:64px; height: 7px; margin: 0 auto; margin-top: 10px; background: #313747}




/* footer */
#footerW {clear:both; background:#1e1f23; padding:55px 0px; box-sizing: border-box; margin:0 auto; position:relative;}
#footerW.z_over {z-index:101; position:relative;}


#footer {max-width: 1720px; margin: 0 auto; position: relative;}
#footer .f_logo {font-size:48px; color: #fff; line-height: 140%;}
#footer .contact > a {display: inline-block; vertical-align: top; color: #0172ff; font-size:32px; padding-right: 30px; background: url(../img/common/f_arrow.png) no-repeat right center; line-height: 100%;}

#footer .addressW {position: relative; font-size:18px;}
#footer .addressW:before {display: block; content: ""; width:74px; height: 1px; background: #fff; margin:40px 0px;}

#footer .addressW a {color: #a5a5a7}
#footer .addressW .address > li {position: relative; margin-top:15px; line-height: 140%; padding-left: 120px; color: #a5a5a7}
#footer .addressW .address > li .txt_t {position: absolute; left: 0px; top: 0px; color: #fff;}
#footer .go_top {position: absolute; right:0px; bottom:0px; z-index: 99}
#footer .go_top > a {display: block;}

#footer .sns {overflow: hidden; position: absolute; right: 0px; top:-110px;}
#footer .sns > li {float: left; padding-left: 10px; opacity: 0.8;}


#footerW .copy {padding-top:30px; font-size: 0.95em; font-weight: 100; color: #cccccc;}
#footerW .copy > p {max-width: 1400px; margin: 0 auto; color: #85858d; font-size: 15px; font-weight: 100;}


#footerW .familySite {position:absolute; right:5px; top:-50px; z-index: 9}
#footerW .familySite ul.show {display:block;}
#footerW .familySite ul {position:absolute; right:0px; bottom:100%; display:none; background:#363636; width:100%; border-top:1px solid #6c6f78;}
#footerW .familySite ul li {min-height:43px; border:1px solid #6c6f78; border-top:none; line-height:43px; font-size:13px; }
#footerW .familySite ul li:last-child {border-bottom:1px solid #6c6f78; }
#footerW .familySite ul li a {display:block; color:#c0c2c5; padding-left:17px; font-weight: 300;}
#footerW .familySite ul li a:hover {color:#c0c2c5; background: #272727}
#footerW .familySite p.on {width:150px; text-align: left; border:1px solid #999999; color:#fff; cursor:pointer; font-size:16px; line-height:38px; background:url(../img/common/familySite_bg.png) no-repeat right center; padding:5px 32px 5px 17px; text-transform: uppercase; font-weight: 100;}






#content {width:100%; max-width:1400px; margin:0 auto; padding:30px 0px;}
#content:after {clear:both; content:""; display:block;}



.sub_wrap .menu_btn .line-top,
.sub_wrap .menu_btn .line-middle,
.sub_wrap .menu_btn .line-bottom {background: #000;}


.sub_visual {width: 100%; box-sizing: border-box; z-index:100; position: relative; background:#f1f1f1; display: table; background-size:cover !important;}
.sub_visual:before {display: block; content: ""; width:172px; height:170px; background: url(../img/common/v_ico01.png) no-repeat left top; position: absolute; left: 50%; top: 100%; margin: -40px 0px 0px -850px}
.sub_visual:after {display: block; content: ""; width: 164px; height:38px; background: url(../img/common/v_ico02.png) no-repeat left top; position: absolute; left: 50%; top: 100%; margin: -70px 0px 0px 670px}
.sub_visual .sub_txt {text-align: center; display: table-cell; height:275px; vertical-align: middle;} 
.sub_visual .sub_txt > h2 {padding-bottom:10px;} 

.sub_visual .sub_txt .sub_tit_s {font-size:20px; line-height: 140%; font-weight:400;}

.vico {position: relative;}
.vico:after {display: block; content: ""; width: 164px; height:38px; background: url(../img/common/v_ico02.png) no-repeat left top; position: absolute; left: 100%; top: 0%; margin:-60px 0px 0px 100px}
.vico2 {position: relative;}
.vico2:after {display: block; content: ""; width:172px; height:170px; background: url(../img/common/v_ico01.png) no-repeat left top; position: absolute; left:0%; top: 0%; margin: -200px 0px 0px -230px}


.sub_wrap .bt_quick {display: none}

#sub_tit {font-size:72px; max-width: 1400px; margin: 0 auto; color:#000; font-weight:600; line-height:140%;}
#sub_tit .txt_s {font-size:36px; display: inline-block;}


#m_lnb {display:none;}


#lnb_wrap {position:relative; z-index:99; height:60px; border-bottom: 1px solid #dddddd; border-left: 1px solid #dddddd; border-right: 1px solid #dddddd; word-break: keep-all; max-width:1720px; margin:0 auto; min-height: 10px; background:#fff; box-shadow: none; box-sizing: border-box; display: none;}
#lnb_wrap .lnbs1 {display: block;}

#lnb_wrap .lnb { position:relative; z-index:9; max-width: 1200px; margin: 0 auto;}
#lnb_wrap .lnb:after { clear:both; content:""; display:block;}
#lnb_wrap .lnb .lnbs { float:left; width:250px; position:relative;}

#lnb_wrap .lnb .lnbs .copy_menu { position:absolute; left:0px; top:100%; box-sizing: border-box; width:100%; border:1px solid #ccc; display:none; background: #fff; box-shadow: 1px 2px 2px #ccc; border-top:none }
#lnb_wrap .lnb .lnbs .sub_menu {display:none !important;}


#lnb_wrap .lnbs3 {display: none;}
#lnb_wrap .lnb .lnbs2 {margin-left: -1px; border-right:1px solid #dddddd}


#lnb_wrap .ico_home {float:left; display: block;}
#lnb_wrap .ico_home a {display:block; width:80px; height:60px; color: #000; line-height: 60px; background:url(../img/common/ico_home.png) no-repeat center center; font-size:17px; font-weight: 100;}
.lnb ul li {color:#666666; display: block; padding: 0px; margin-top: 0px;}
.lnb .three_depth {padding: 10px;}
.lnb ul li a {display:block; line-height:20px; min-height:20px; padding:15px 0px 15px 25px; border-top:1px solid #ccc; box-sizing:border-box; text-align: left; font-size: 15px; color: #333; font-weight:300;}
.lnb ul li:first-child a { border-top:none;}
.lnb ul li a:hover {background: #333; color:#fff;}
.lnb .three_depth {border: none;}
.lnb ul li .three_depth a {padding:6px 15px; border: none; font-size: 13px;}

.lnbs2 > ul > li:first-child > a  { border-top:none;}
.lnbs2 > ul > li.drop > a {background: none !important;}


#lnb_tit {font-size:16px; box-sizing:border-box; padding-right:45px; padding-left:25px; color:#000; font-weight:300; line-height:60px; height:60px; background:url(../img/common/down.png) no-repeat 90% center; cursor:pointer; border-right:1px solid #dddddd; border-left:1px solid #dddddd}
#lnb_tit2 {display: block; font-size:16px; box-sizing:border-box; padding-left:25px; padding-right:45px; line-height:60px; height:60px; background:url(../img/common/down.png) no-repeat 90% center; cursor:pointer; font-weight:500; color: #000;}
#lnb_tit.on {background:url(../img/common/up.png) no-repeat 90% center;}
#lnb_tit2.on {background:url(../img/common/up.png) no-repeat 90% center;}





.title_bar {max-width: 1400px; margin:0px auto 50px auto; padding-top:60px; position: relative;}
.title_bar h2 {font-size:36px; text-align: center; font-weight:600; color:#333333; line-height:140%; transition: all 0.2s 0s ease-in-out;}

.title_bar .s_txt {font-size:24px; color:#333333; padding-top:30px; line-height: 140%; font-weight:300; word-break: keep-all}
.big_tit {font-size:46px; color:#000000; line-height:100%; transition: all 0.2s 0s ease-in-out; font-weight:700; padding: 40px 0px 30px 0px;}


.location {position: relative; text-align: right; margin: 0 auto; margin-top:20px; line-height:40px; height:40px; font-size:15px;}
.location span {display:inline-block; zoom:1; *display:inline; padding-left:20px; margin-left:14px; background:url(../img/common/location.png) no-repeat left center; color:#666666; font-weight:100;}
.location span:first-child {padding-left:0px; margin-left:0px; background:none}
.location #location_2 {font-weight:400; color: #333333}
.location #location_3 {font-weight:400;}
.location img {vertical-align:middle; margin-top: -4px;}
.sub_con { max-width: 1200px; padding-top: 50px; margin: 0 auto; font-size:17px; font-weight: 300; line-height: 160%; word-break: keep-all;}

.sub_con img {max-width: 100%;}

.s_tit {font-size:20px; color: #000; line-height: 120%; padding:0px 0px 25px 0px; margin-top:50px; font-weight:700; position: relative;}
.s_tit > span {display: inline-block; position: relative; z-index: 1}
.s_tit:after {display:block; content: ""; width:68px; height:1px; background: #e6002d; position: absolute; left:0%; top: 10px; margin-left: -100px;}
.s_tit.tc {text-align: center; background: none !important; padding-left: 0px;}
.ss_tit {font-size:43px; position: relative; color: #000; line-height: 140%; padding:0px 0px 0px 0px; margin-bottom:20px; margin-top: 45px; font-weight: 700;}
/*.ss_tit:before {display: block; content: ""; width:7px; height:24px; background:#0f7bc6; position: absolute; left: 0px; top:4px;}
.ss_tit > span{font-weight: 300;}*/
.s_titW {max-width: 1400px; margin:0 auto; padding: 50px 0px 5px 0px;}

.sss_tit {font-size:20px; color:#000; padding:0px 0px 0px 20px; margin:40px 0px 10px 0px; line-height:140%; position: relative;}
.sss_tit:before {display: block; content: ""; width:10px; height:10px; background:#144085; border-radius:100%; position: absolute; left: 0px; top:8px;}
.b_txt {font-size:20px; color: #000000; padding:40px 0px 15px 0px; line-height: 150%;}
.s_txt_r {text-align: right; margin-top: -35px; height: 20px; padding-bottom:15px;}
.s_txt_r2 {height: 40px; margin-top: -55px;}
.imgW img {max-width:100%;}
.txt_in {padding-left:20px;}

.div_line {border-top:1px solid #aab7cc; margin-top: 50px; padding: 50px 0px; display: block}

.box_txt {border: 1px solid #d0d0d0; text-align: center; background: #f4f6f7; font-size: 22px; line-height: 140%; color:#004497; padding:30px 0px;}
.first_txt {font-size: 2em; line-height: 140%; color: #000;}



.more_bt {text-align: center;}
.more_bt > a {display: inline-block; padding: 0px 20px; border: 1px solid #d7d7d7; border-radius:30px;}
.more_bt > a > span {display: block; padding-left: 30px; background: url(../img/common/arrow.gif) no-repeat left center; color: #666666; font-weight: 500; line-height:44px; }

.btn_list {display: inline-block;}
.btn_list > span {display:block; font-weight: 500; line-height:44px; padding-right:110px; color: #666666; background: url(../img/common/bt_list.gif) no-repeat right center;}

.introduce_wrap {font-size:1.15em; line-height: 150%; }
.introduce_wrap .first_txt {font-size:1.55em; line-height: 140%; letter-spacing: -1px; padding-bottom:25px;}
.introduce_wrap .first_txt > strong {display: inline-block; vertical-align: top; font-size: 1.7em; line-height:110%; font-weight: 600;}
.introduce_wrap .second_txt {}
.introduce_wrap .second_txt:after {display: block; content: ""; width:50px; height: 1px; background: #e6002d; margin: 30px 0px;}
.introduce_wrap .bg1 {min-height: 473px; box-sizing: border-box; position: relative; margin-top: 60px;}
.introduce_wrap .bg1 .box {max-width:700px; width: 100%; position: absolute; box-sizing: border-box; right: 0px; bottom: 0px; padding: 30px 30px 10px 30px; background: #fff;}
.introduce_wrap .bg1 .box .bul01 > li {margin-top: 30px; font-size: 0.9em;}
.introduce_wrap .bg1 .box .bul01 > li:first-child {margin-top:0px;}
.introduce_wrap .bg1 .box .bul01 > li > strong {display: block; padding-bottom:10px; font-size: 1.1em;}
.introduce_wrap .bg1:before {display: block; content: ""; width: 1660px; height: 100%; position: absolute; left: 0px; top: 0px; background: url(../img/introduce/01_img01.jpg) no-repeat left top;}

.about_wrap {background:#000000; margin:0px -10px; padding:0px 10px;}

.gray_bar {background: #f3f4f8; margin: 0px -10px; padding:70px 10px; margin-top: 80px;}
.gray_bar > .sub_con {padding-top: 0px;}


.map_wrap {overflow: hidden; box-sizing: border-box;}
.map_wrap {width: 100%; height:460px;}
.map_wrap iframe {width: 100% !important; height: 100% !important;}
.map_address {font-size:1.4em; padding-left:65px; background: url(../img/introduce/map.gif) no-repeat left top; min-height:54px; box-sizing: border-box; padding-top:10px; line-height: 140%; margin-bottom: 20px;}
.map_btn {float: right; width: 100%; padding-top: 30px; max-width:760px; }
.map_btn > p {line-height: 140%; font-weight: 100; padding-bottom: 5px; font-size: 1.15em;}
.map_btn .btn {overflow: hidden; margin:0px -3px;}
.map_btn .btn > li {float: left; width: 25%; box-sizing: border-box; padding:3px;}
.map_btn .btn > li > a {min-width: 100%;}

.contact_us {max-width: 1200px; background: #f1f1f1; margin: 0 auto; padding:60px; margin-top: -120px; position: relative; z-index: 9}
.contact_us .form {overflow: hidden; margin: -20px;}
.contact_us .form > div {box-sizing: border-box; padding:20px; float: left; width: 50%; overflow: hidden;}
.contact_us .form .bg {background: url(../img/customer/01_img01.jpg) no-repeat left top; background-size:cover; min-height:377px; box-sizing: border-box;}
.contact_us .form .ico_area {padding: 5%; font-size: }
.contact_us .form .ico_area > li {margin-top: 40px; position: relative; padding-left: 60px; color: #fff;}
.contact_us .form .ico_area > li:first-child{margin-top:10px;}
.contact_us .form .ico_area > li > strong {font-size: 1.2em; line-height: 140%; display: block;}
.contact_us .form .ico_area > li .ico {position: absolute; left: 0px; top: 0px;}
.contact_us .form .input_area > li {margin-top:18px;}
.contact_us .form .input_area > li:first-child {margin-top:0px;}
.contact_us .form .input_area > li .input {width: 100%; height: 40px; line-height: 40px;}
.contact_us .form .yak {text-align: right; padding: 10px 0px 20px 0px; font-size: 16px; line-height: 140%;}
.contact_us .form .yak a {color: #000; font-weight: 600; text-decoration: underline; font-size: 1.05em;}



.artists_view_top {background-size: cover !important; position: relative;}
.artists_view_top .bt_list {position: absolute; width: 100%; max-width: 1720px; left:50%; transform: translateX(-50%); top:30px;}
.artists_view_top .bt_list > a {display:inline-block; margin-left: 10px; color: #fff; font-size:18px; font-weight: 100; padding-left:25px; background: url(../img/artists/arrow.png) no-repeat left center;}
.artists_view_top .dis_table {max-width: 1200px; margin: 0 auto;}
.artists_view_top .dis_table_cell {vertical-align: bottom; color: #fff; padding:10px; box-sizing: border-box; height:670px; text-align:right;}
.artists_view_top .name {font-size:60px; line-height: 140%; font-weight: 600;}
.artists_view_top .name2 {font-size:43px; line-height: 140%; font-weight: 100;}
.artists_view_top .sns {overflow: hidden; padding: 40px 0px; margin: -7px;}
.artists_view_top .sns > li {/*float: left;*/ display:inline-block; padding: 7px;}
.artists_view_top .info > li {position: relative; min-height: 30px; padding-left: 110px; font-size: 21px; margin-top: 10px; line-height: 150%;}
.artists_view_top .info > li .txt_t {position: absolute; left: 0px; top: 0px; font-weight:100;}
.artists_view_top .info > li .scroll {max-height:190px; overflow-y: auto; overflow-x: hidden}

.artists_gallery_wrap .bx-controls {text-align: center; position: absolute; left: 50%; transform: translateX(-50%); bottom:40px; width: 100%; max-width: 1400px; box-sizing: border-box; z-index: 99;}

.artists_gallery_wrap .bx-wrapper .bx-pager.bx-default-pager a {width:11px; height:11px; margin:0 4px; background:#fff; border:none; -moz-border-radius:100%;  -webkit-border-radius:100%; border-radius:100%; box-sizing:border-box; position:relative; opacity: 0.5;}

.artists_gallery_wrap .bx-wrapper .bx-pager.bx-default-pager a:hover {opacity: 0.5; background: #fff;}
.artists_gallery_wrap .bx-wrapper .bx-pager.bx-default-pager a.active {opacity: 1;  background: #fff;}
.artists_gallery_wrap .bx-wrapper .bx-controls-auto .active {display: none;}
.artists_gallery_wrap {position: relative;}
.artists_gallery_wrap .v_bt {position: absolute; top: 50%; left: 0px; transform: translateY(-50%); z-index: 99}
.artists_gallery_wrap #next {left: auto; right: 0px;}
.artists_gallery .pic {position:relative; display:block;padding-bottom:66.666%;}
.artists_gallery .pic img {position:absolute; left:0px; top:0px; width:100%; height:100%;}









.contest_view {overflow: hidden; padding-left:225px; position: relative; min-height:270px;}
.contest_view .pic {position: absolute; left: 0px; top: 0px; text-align: center; width:200px; height: 265px; border: 1px solid #ccc; overflow: hidden;}
.contest_view .pic img {width: 100% !important; height: auto !important; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}

.contest_view .table_line {border-top:1px solid #000; }
.contest_view .table_line .board-view td {padding: 9px 10px 9px 20px;}
.contest_view .table_line .board-view th {padding: 9px 5px 9px 20px;}



.go_bt {background:#0c91dd; display: inline-block; border-radius:30px; color: #fff; padding:7px 15px; }
.go_bt > span {display: block; color: #fff; line-height: 110%; padding-right:15px; background:url(../img/common/bt_arrow2.png) no-repeat right center;}

.point_box {padding: 20px; background: #f3f4f8}




.check_txt {font-size: 18px; color: #494949}



#add_date {position: relative; padding-right:115px; }
#add_date .bt {position: absolute; right: 0px; top: 0px;}

.tooltip {color: #ff751a; border: 1px solid #ff751a; border-radius:6px; text-align: center; line-height:38px; width:38px; height: 40px; box-sizing: border-box; font-size: 1.5em; vertical-align: middle;}
.br_box {border: 1px solid #dce1eb; padding: 20px 20px 20px 20px;}
.t_box {background: #757a85; color: #fff; padding: 5px 5%; display: inline-block;}
td .br_box {padding:5px;}
td .gray_box {padding:5px;}


.radio_group_row > li {padding-top:8px;}
.radio_group_row > li:first-child {padding-top:0px;}
.radio_group_row > li.disabled {opacity:0.4;}

.radio_group {font-size: 0px; padding: 5px 0px 0px 0px; margin:-5px 0px 0px -15px;}
.radio_group > li {display: inline-block; font-size:15px; padding: 5px 0px 0px 15px;}
.radio_group .input {width: auto !important;}
.input_etc {position: relative; padding-left: 62px; box-sizing: border-box;}
.input_etc .pa {position: absolute; left: 0px; top: 0px; font-size: 14px; line-height:40px;}

.btn-tc {text-align: center; padding: 30px 0px; border-top:2px solid #333333; margin-top: 30px;}
.btn-tc > a {margin: 0px 10px;}
.btn-tl {text-align: left; padding: 30px 0px; border-top:2px solid #333333; margin-top: 30px;}
.btn-tr {text-align: right; padding: 30px 0px; border-top:2px solid #333333; margin-top: 30px;}


/*atab*/
.atab {margin: 0 auto; margin-bottom:40px;}
.atab:after {clear:both; display:block; content:"";}
.atab li {float:left; width:20%; box-sizing:border-box; position:relative; display: table; }
.atab li a {display:table-cell; width: 100%; height:53px; vertical-align: middle; background:#fff; line-height:20px; padding:0px 0px; text-align:center; color:#999999; box-sizing:border-box; border:1px solid #cccccc; font-size:1.05em; border-left: none}
.atab li:first-child a {border-left:1px solid #cccccc;}
.atab li.on a {font-weight:400; background: #fff; color: #e6002d; border:1px solid #e6002d !important }
/*.atab li.on a:after {display: block; content: ""; width:20px; height: 20px; background: #fff; position: absolute; left:50%; bottom:-22px; transform: rotate(45deg) translateX(-50%);}*/
.atab.two li {width:50%;}
.atab.three li {width:33.33%;}
.atab.four li {width:25%;}
.atab.two_row > li {margin: -1px 0px 0px -1px}
.atab.two_row > li.on {margin-top:-1px;}
.atab.two_row > li.on a {height: 50px;}
.atab.two_row > li > a {border-left:1px solid #cccccc;}



.btab { margin-bottom:40px; padding-top: 10px; font-size: 0px; text-align: center}
.btab:after {clear:both; display:block; content:"";}
.btab li {display: inline-block; padding:2px 2px; box-sizing:border-box; position:relative;}
.btab li a {display:block; min-width:115px; padding:10px 0px; text-align:center; color:#666666; box-sizing:border-box; border: 1px solid #00357e; border-radius:30px; font-size:16px; }
.btab li a .ico {display:block; margin: 0 auto; width: 120px; height: 120px; overflow: hidden; margin-bottom:10px;}
.btab li.on a {color: #fff; background: #00357e; border-color:#00357e;}
.btab li.on a .ico img {margin-top: -100%;}
.btab.two li {width:50%;}
.btab.line li {padding:2px;}
.btab.line li a {border: 1px solid #ccc; padding: 0px 5px; font-size: 15px;}
.btab.line li.on a {border: 1px solid #ed2129;}




.of_hi .fl50 {float:left; width:48%;}
.of_hi .fr50 {float:right; width:48%;}
.graybox { background:#cccccc; padding:10px;}
.no_flash { display: none;}

/* 레이어팝 */
#black {display:none; background-color: #000; display: none; height: 100%; left: 0; opacity: 0.6; filter: alpha(opacity=60); position: fixed; top: 0; width: 100%; z-index: 9999;}
.layerPop {-webkit-overflow-scrolling: touch; overflow-y: auto; width: 100%; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 99999; background:url(../img/common/png_70.png) repeat left top;/*background:#d7d7d7;*/ zoom: 1;}

.layerPop_inner {width: 100%; height: 100%; padding: 15px; display: table; position: relative; margin: 0 auto; box-sizing: border-box;}
.pop_wrap {display: table-cell; vertical-align: middle; position: relative;}
.pop_wrap .pop_body {padding:15px 20px; font-size: 15px; background: #fff; word-break: keep-all;}
.pop_wrap .pop_body .btns {padding-top: 20px;}
.pop_wrap .popup_scroll {max-height:700px; overflow-y:auto;}
.pop_wrap .pop_wrap_in {width:100%; margin: 0 auto;}
.pop_wrap .x_btn {position: absolute; right:25px; top:50%; margin-top: -13px; display: inline-block; width:26px; height: 26px; cursor: pointer; background: none}
.pop_wrap .pop_head {background: #0c91dd; position: relative;}
.pop_wrap .pop_head .title {font-size:30px; line-height:150%;  color: #fff; padding:15px 50px 20px 25px; text-align: left; font-weight:500;}
.pop_wrap .pop_head .title.tc {padding-left:50px;}
.pop_wrap .pop_head .s_txt {font-size:14px; line-height:14px;  color: #646464; text-align: center; padding: 0px 0px 30px 0px;}
.pop_wrap .x_btn2 {position: absolute; right:0px; bottom:0px; }
.pop_wrap .x_btn3 {position: absolute; right:0px; bottom:-42px; }
.pop_body .btn-tc {padding:30px 0px 0px 0px; margin-top:25px;}
.pop_body .btn-tc > a {margin: 0px 10px;}
.pol_sc {width: 100%; height: 310px; overflow-x: hidden; overflow-y: auto;}



/* 팝업 */



.layers_wrap {background:#FFF; position:relative; min-width:300px;  font-weight:300;}
.layers_wrap .layers_tit {width:100%; padding:15px 0px; line-height:150%; background:#004497;  text-align: center; font-size:1.8em; color:#fff; position:relative;}
.layers_wrap .layers_tit .logo {padding-left:25px; padding-top:20px;}
.layers_wrap  .close_pop { position:absolute; right:25px; top:17px;}
.layers_wrap .layers {padding:20px; font-size: 14px; position:relative; /*min-height:100px; max-height:760px; overflow-x:hidden; overflow-y:auto; -webkit-print-color-adjust:exact;*/}

.layers_wrap .close {height:30px; border-top:none; text-align:right; background:#e2e2e2; line-height:30px;}
.layers_wrap .close a { display:inline-block; zoom:1; *display:inline; font-family:Noto Sans; color:#2d2d2d; padding-right:20px; background:url(http://pic.neungyule.com/newnetimes/img/btn/pop_close_s.gif) no-repeat right center; margin-right:10px;}
.layers_wrap .pop_tit {padding-left:5px; border-bottom:1px solid #afafaf; min-height:41px; padding-bottom:3px; font-family:Noto Sans; color:#444444; font-size:22px; line-height:41px;}
.layers_wrap .pop_tit.ico_check2 { font-size:13px; min-height:20px; padding:10px 10px 10px 50px; background:url(../img/common/ico_check2.gif) no-repeat 10px 10px #f9f9f9; line-height:150%; border-bottom:none;}
.layers_wrap .pop_tit_no {min-height:38px; font-family:Noto Sans; color:#444444; font-size:22px; line-height:38px;}



/* member */
.login_wrap {margin:0 auto; border: 1px solid #cccccc; background: #fff; padding:35px 45px; box-sizing: border-box;}
.login_wrap .login_bt .btn {background-color: #0c91dd; border: 1px solid #0c91dd; color: #fff; padding: 12px; line-height:40px; display: block; font-size: 22px; text-align: center;font-weight:300; width: 100%; cursor: pointer; box-sizing: border-box; -moz-box-size: border-box;}
.login_wrap .id_save {font-size:15px; color:#000; margin:0px 0px 20px 0px; float: left;}
.signup {padding:30px 0px 15px 0px;}
.signup_or {position:relative; margin-bottom:5px; text-align:center; background:url(../img/common/line.gif) repeat-x left center;}
.signup_or_text {background-color:#fff; display:inline-block; padding:8px; font-size:14px; font-weight: 500; color:#82888a;}
.signup li { margin-bottom:5px;}
.signup li input {width:100%; height:60px; padding:8px 10px; display:block; border:1px solid #cccccc; border-radius:0px; background-color:#f7f7f7; color:#565a5c; box-sizing:border-box; -moz-box-size:border-box; font-size:15px;}
.find_idpw {text-align: right; padding: 10px 0px 20px 0px; font-size: 0px;}
.find_idpw > li {display: inline-block; vertical-align: top; font-size: 15px; line-height: 20px; padding-left:10px; margin-left: 10px; background: url(../img/common/top_line2.gif) no-repeat left center; color: #666666; font-weight:400;}
.find_idpw > li:first-child {background: none; padding: 0px; margin: 0px;}
.find_idpw > li:nth-child(2) {background: none; padding: 0px; margin: 0px;}
.find_idpw > li a {font-size:15px; color:#666666; font-weight:400;}

.join_txt {padding:10px 0px 10px 40px; min-height:20px; margin-top:10px; background:url(../img/common/ico_idpw.gif) no-repeat left 5px; display:inline-block;}

.join_go {padding:18px 0px 0px 0px; text-align:center; margin:18px 0px 0px 0px; border-top:1px solid #cccccc}

.join_go > a {background-color: #fff; color: #0c91dd; padding: 12px; line-height: 40px; display: block; font-size:22px; text-align: center; font-weight:300; width: 100%; border: 1px solid #0c91dd; cursor: pointer; box-sizing: border-box; -moz-box-size: border-box;}

.member_wrap {max-width:590px; margin:0 auto;}
.check_boxW {background:#fff; border:1px solid #dadada; padding:15px 5px;}
.add_bt {position: absolute; right: 0px; top: 0px;}






.certify {text-align: center; padding-top: 50px;}
.certify:before {display: block; content: url(../img/member/certify.png);}
.certify dt {font-size: 22px; line-height: 140%; padding-bottom: 10px;}

.mentor_box {font-size: 15px; font-weight: 300;}
.all_check {text-align: center; padding: 15px 5px; margin: 30px 0px; background: #f5f5f5}


.print_wrap #header {display: none !important}
.print_wrap .sub_visual {display: none !important}
.print_wrap #lnb_wrap {display: none !important}
.print_wrap .title_bar {display: none !important}
.print_wrap .page_tab {display: none !important}
.print_wrap #footerW {display: none !important}
.print_wrap .print_bt {display: none !important}
.print_wrap .p_none {display: none !important}
#wrap.print_wrap {padding:0px !important}

.ico_notice {display: inline-block; vertical-align: middle; padding:4px 10px; background: #ed2129; line-height:20px; color: #fff; }

.date_picker_two {overflow: hidden; position: relative}
.date_picker_two .date_picker {float: left; width:47%;}
.date_picker {position: relative; padding-right: 40px; box-sizing: border-box;}
.date_picker .input {width: 100%;}
.date_picker img {position: absolute; right: 0px; top:50%; margin-top: -15px; width: 30px; height: 30px;}
.date_picker.two_col .input {width: 100%;}
.date_picker_two .col-sm-2  {float: left; width:47%;}
.date_picker_two .pa {left: 50%; top:0%; line-height: 30px; text-align: center; width: 10px; margin:0px 0px 0px -5px;}


.bt_include {position: relative; padding-right: 100px; box-sizing: border-box;}
.bt_include .add_bt {position: absolute; right: 0px; top: 0px;}
.bt_include select {width: 100%; max-width: 100%;}
.bt_include2 {padding-right:65px; margin: 0 auto;}





.board-write .input {min-height: 40px; line-height: 40px; width: 100%;}
.down_file {display: inline-block; vertical-align: middle; color: #0c91dd; margin-left: 10px;}
.down_file > span {display: block; padding-left:23px; color: #000; background: url(../img/common/ico_file.png)no-repeat left center;}
.down_file:first-child {margin-left:0px;}
.view_tit {padding:20px 10px; background: #fff; border-top:1px solid #000; border-bottom: 1px solid #ccc; font-size: 1.1em; font-weight: 500; margin-bottom:15px;}
.view_tit .v_tit {font-size: 1.4em; font-weight:400; line-height: 130%; word-break: break-all;}
.view_tit .v_tit .ico {display: inline-block; border: 1px solid #0c91dd; background: #fff; color: #0c91dd; font-size:1rem; padding: 0px 5px; min-width: 46px; vertical-align: top; margin-right: 4px; text-align: center; height: 24px; line-height: 22px;}
.view_tit .v_list {padding-top:0px;}
.view_tit .v_list > li {display: inline-block; color: #000; vertical-align: top; font-weight: 100; font-size:0.95em; padding:5px 10px; position: relative;}
.view_tit .v_list > li:before {display: block; content: ""; width: 1px; height:14px; background: #666; position: absolute; left: 0px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%)}
.view_tit .v_list > li:first-child:before {display:none;}

.click_count {text-align: right; padding: 10px 0px; font-size:1.05em; color: #666666}
.view_photo {padding: 20px 0px 0px 0px; text-align: center;}


.td_btns {font-size: 0px; text-align: center; padding: 0px 5px; max-width:260px; margin: 0 auto;}
.td_btns > li {display: inline-block; min-width:50%; box-sizing: border-box; padding: 2px;}
.td_btns > li > a {display: block; min-width:100%}
.td_btns > li > .btnNormal span {padding:10px 5px; min-height:16px; height: auto; line-height:16px; white-space:normal;}



.dl_table > dl {padding:20px 0px 0px 0px;}
.dl_table > dl > dt {font-size:18px; color:#000000; line-height:150%; padding-bottom:5px;}
.dl_table > dl > dd .input {line-height:46px; height:46px; padding-left: 10px; border:1px solid #cccccc}
.dl_table > dl > dd .select_ds select {line-height:46px; height:46px; border:1px solid #cccccc}
.dl_table > dl .pa_minus {line-height:46px;}
.dl_table > dl .btnNormalS span {height:46px; line-height: 46px; overflow: hidden;}

.member_ok {font-size:1.5em; text-align: center; line-height: 140%; padding:30px 0px 190px 0px; background: url(../img/member/complete.png) no-repeat center bottom; }

.btnNormal.m_block span {min-width:60px;}


.find_type {font-size:20px; color: #333333; line-height: 140%; padding: 20px 0px 10px 0px; margin-top: 10px; }
.find_type > button {display: block; font-size:20px; color: #333333; line-height: 140%; padding-left:25px; font-weight: 500; background: url(../img/common/radio.png) no-repeat left 7px; outline: none; text-align: left;}
.find_type.on > button {background-position:left -69px;}


.find_box .btn-tc {margin-top: 0px; border: none;}

.find_cell {box-sizing: border-box; position: relative;}
.find_cell:after {clear: both; content: ""; display: block;}
.find_cell .cell {float: left; width: 50%; box-sizing: border-box;}
.find_cell .cell select {width: 100%}
.find_cell .bt {position: absolute; right: 0px; top: 0px;}
.find_ok {text-align: center; padding:170px 0px 20px 0px; font-size:18px; line-height: 150%; background: url(../img/member/ico_mail.gif) no-repeat center top; }
.find_pop {font-size: 15px; line-height: 150%; padding-bottom: 40px !important; position: relative;}
.bb_tit {font-size: 1.5em; line-height: 150%; color: #000000; font-weight: 500; padding: 40px 0px 15px 0px;}





.list_tab {width:100%; margin-bottom:30px; font-size:0px; border-bottom:1px solid #000000; border-top:1px solid #000000; line-height:0px; box-sizing:border-box; }
.list_tab li {/*width:167px;*/ width:20%; min-width:130px; display:inline-block; zoom:1; *display:inline; text-align:center; min-height:50px; line-height:50px; letter-spacing:-1px; font-size:14px; box-sizing:border-box; border-top:3px solid #fff;}

.list_tab li span {display:block; background:url(../img/common/gnb_line.gif) no-repeat left center;}
.list_tab li:first-child span {display:block; background:none;}
.list_tab li span a {display:block;  font-size:13px; color:#000; }
.list_tab li:hover {border-top:3px solid #37589b; min-height:50px; line-height:50px; color:#37589b;}
.list_tab li:hover a {color:#37589b; }
.list_tab li.on {border-top:3px solid #37589b; min-height:50px; line-height:50px; color:#37589b;}
.list_tab li.on a {color:#37589b;}
.list_tab li.line {background:url(../img/common/list_tab_line.gif) no-repeat right center;}

.scrollbox1 {background: #f1f1f1; height: 100px; overflow-x: hidden; overflow-y: auto; padding: 12px;}





.ico_notice {display: inline-block; vertical-align: middle; padding:4px 10px; background: #ed2129; line-height:20px; color: #fff; }

.leave {padding:170px 0px 0px 0px; margin-top: 40px; background: url(../img/mypage/ico_leave.gif) no-repeat center top;} 
.gray_box {border: 1px solid #e9e9e9; padding:28px 20px; background: #fafafa}
.gray_box.gray_box_s {padding: 10px;}
.et_profile {overflow: hidden; margin-left: -3px;}
.et_profile > li {float: left; margin-left: 3px;}
.et_profile > li select {min-width:140px;}
.et_profile > li.bt {float: right;}
.bt_ib > li {display: inline-block; padding-top: 5px;}



.txt_pa > li {position: relative; padding-left:60px; font-weight: 300; color: #000; line-height: 140%;  margin-bottom: 10px; font-size: 1.05em;}
.txt_pa > li > strong {position: absolute; left: 0px; top: 0px; color:#666666}

.error_wrap {text-align: center;}
.error_wrap .error_msg {font-size:36px; color:#333333; line-height: 150%; font-weight:700; padding: 50px 0px 30px 0px; background: url(../img/common/tit_line.gif) no-repeat center bottom; margin-bottom:30px;}
.error_wrap .error_msg2 {font-size:16px; color:#333333; line-height: 150%; }
.error_wrap .error_msg2 .mail {display: inline-block; padding-left: 20px; color:#ed1b23; background: url(../img/common/ico_mail.gif) no-repeat left center; margin-left: 3px;}



.date_picker_two {overflow: hidden; position: relative}
.date_picker_two .date_picker {float: left; width:47%;}
.date_picker {position: relative; padding-right: 40px; box-sizing: border-box;}
.date_picker .input {width: 100%;}
.date_picker img {position: absolute; right: 0px; top:50%; margin-top: -15px; width: 30px; height: 30px;}
.date_picker.two_col .input {width: 100%;}
.date_picker_two .col-sm-2  {float: left; width:47%;}
.date_picker_two .pa {left: 50%; top:0%; line-height: 30px; text-align: center; width: 10px; margin:0px 0px 0px -5px;}


.bt_include {position: relative; padding-right: 100px; box-sizing: border-box;}
.bt_include .add_bt {position: absolute; right: 0px; top: 0px;}
.bt_include select {width: 100%; max-width: 100%;}
.bt_include2 {padding-right:65px; margin: 0 auto;}




/* ------------------------------------------------------------
 * Name      : mobile_layout.css    
 * Desc      : page layout 
 * Created   : 
 * Updated   : 
 ------------------------------------------------------------ */
.mobile_on .m_gnb .gnb > ul {overflow-y:auto; overflow-x:hidden;}
.m_gnb {position:absolute; left:0px; top:81px; width:100%;}
.m_gnb .gnb > ul {width:100%; background:rgba(18,18,18, .97); position:relative; overflow-x:hidden;}
.m_gnb .gnb > ul:after {content:""; display:block; clear:both;}
.m_gnb .gnb > ul > li > a {display:block; font-size:14px; color:#ffffff; padding:15px 0px; text-align:center; border-bottom:1px solid rgba(255,255,255, .065)}
/*.m_gnb .gnb > ul > li:hover > a {background:#000;}*/

.m_gnb .sub_menu  {width:100%; line-height:20px; background:#4a4a4a; display:none;}
.m_gnb .sub_menu > li > a {display:block; color:#fff; font-size:12px; padding:5px 0px; text-align:center; border-bottom:1px solid rgba(255,255,255, .065)}
.m_gnb .sub_menu > li > a:hover { background:#009091;}
.m_gnb .gnb .alarm { background-size:20px;}
.m_gnb .gnb .name {max-width:200px;}
.mobile_on input, .mobile_on select, .mobile_on textarea {-webkit-appearance:none;}
.mobile_on select {height:31px; padding:0px 2em 0px 8px!important;}
.mobile_on .sel_arrow {position: relative;}

.down_file {display: inline-block; vertical-align: middle; color: #0c91dd; margin-left: 10px;}
.down_file > span {display: block; padding-left:23px; background: url(../img/common/ico_file.png)no-repeat left center;}
.down_file:first-child {margin-left:0px;}

/* 980px 이상 */
@media screen and (min-width:980px) {
	
  
    
}
/* 1024 이상 */
@media screen and (min-width:1024px) {
    

}
/* 1200px 이상 */
@media screen and (min-width:1199px) {
	.m_gnb {display:none !important;}
   
}




/* 1220px 이하 */
@media screen and (max-width:1219px) {
    .main_visual .v_frame .cell {padding-bottom: 55%; height: auto;}
    .main_visual .videoDiv {padding-bottom: 55%; height: auto}
    .main_sns {width: 100%; position:relative; right:auto; bottom: auto}
    .main_visual .scroll_ico {display: none}
  	
	#header .top_btns {right: 70px;}
    #inner_wrap {padding:0px 10px 70px 10px;}
    #inner_wrap.no_visual {padding-top:70px;}
	#lnb_wrap {margin-left: -10px; margin-right: -10px;}
	.main_visual .v_txt img {max-width:80%} 

    .w_gnb .gnb > ul > li > a > span {font-size: 18px;}
    
    .artists_roll_wrap {padding: 0px;}
    .artists_roll_wrap .info {position: relative; left:auto; top:auto; transform:none; -webkit-transform:none; padding-bottom: 30px;}
    .artists_roll:before {margin-left: 0px; left: auto; right: 0px;}


	
	
    
}
/* 980px 이하 */
@media screen and (max-width:979px) {
    #wrap {padding-top: 75px;}
    .in_header {height: 75px;}
    #header.down h1 {top: 50% !important; opacity: 1 !important;}
    #header h1 img {height: 60px;}
    .menu_btn .line-top, .menu_btn .line-middle, .menu_btn .line-bottom {background: #000;}
    .m_gnb_on {margin-top: 0px !important;}
	.m_gnb_on {display: block;}
    .w_gnb {display: none;}
	#gnb_bar {display:none !important;}
    
    
	
	.m_tit {font-size: 30px;}
	
	.main_visual .bx-controls {bottom: 10px;}
	.section {font-size: 17px;}

    #footer .f_logo {font-size: 40px;}
    #footer .sns {position: relative; right: auto; top: auto;}

    
    .inner {padding: 0px 10px;}
	.sub_con {font-size: 16px; padding-top: 30px}
	
    .sub_visual .sub_txt {height:200px;}
    #sub_tit {font-size:38px;}
    .sub_visual .sub_txt > h2 {padding-bottom:0px}

    .title_bar:before {display: none;}
     #lnb_wrap .lnb .lnbs {width:230px}
    #lnb_wrap .lnbs3 {display: none;}
    #lnb_wrap .lnb .lnbs2 {display: block; margin-left: -1px;}
	#lnb_tit2 {}
    .location {display: none;}
	
	
    .introduce .poster {float: none; width:100%; margin: 0 auto; max-width:500px; padding: 0px;}
    .introduce > ul {float: none; width:100%; padding-left:0px;}
     
	
    .contact_us {margin: 0px; padding: 30px;}
    
   
}

/* 768 이하 */
@media screen and (max-width:767px) {

    .main_visual .v_txt {max-width: 100%}

    .main_visual .bx-controls {bottom:10px;}
	.main_visual #visual_counter {bottom: 20px; font-size: 20px;}
    
    .main_sns {padding:20px 0px;}
	
	.artists_roll_wrap .info h3 {font-size:63px; padding-top:30px;}
    .artists_roll_wrap .info .txt_t {font-size:20px; padding-bottom: 40px;}
    .artists_roll_wrap .info .txt_s {padding-top: 40px; font-size:16px;}
    
    .artists_roll .name {font-size: 55px;}
    
    #section3 {background-position:right top;}
    #section3 .inner .notice_tit {position: relative; left: auto; top: auto; padding-bottom: 30px;}
    .main_notice_wrap {padding-left: 0px;}
    
    .main_notice > ul > li > a .txt_t {font-size: 26px;}
    .main_notice > ul > li > a .txt_s {font-size: 16px;}
    .main_notice > ul > li > a .date {font-size: 16px;}
    
    
    

	.section {font-size:15px;}

    .m_tit {font-size:28px;}
	.m_tit2 {font-size: 42px;}
    
	
    
    #footerW {padding: 30px 10px;}
    #footerW .copy {font-size:12px; }
	#footer .go_top img {width: 40px;}    
    #footer .f_logo {font-size: 32px;}
    #footer .contact > a {font-size: 26px; background-size:10px auto; padding-right: 20px; background-position:right 7px;}
    #footer .address {font-size:13px;}
    #footer .addressW .address > li {padding-left: 70px; margin-top: 5px;}
    #footer .sns > li {padding: 0px 3px;}
    
	
	
    #lnb_wrap .ico_home {display: none;}
    #lnb_wrap .lnb .lnbs {width: 50%;}
    
	.sub_con {font-size:15px;}
    .sub_visual .sub_txt .sub_tit_s {font-size: 16px;}
    .title_bar {margin-bottom:35px; padding:25px 0px 20px 0px;}
	.title_bar h2 {font-size:30px;}
    .title_bar .s_txt {font-size: 1.15em; padding-top: 20px;}
	.s_tit {padding-bottom: 15px; margin-top: 40px;}
    .ss_tit {font-size: 36px;}
	.b_txt {font-size:17px; padding: 30px 0px 15px 0px}
	.sub_title {font-size:14px;}
	.of_hi .fl50 {float:none; width:100%;}
	.of_hi .fr50 {float:none; width:100%; margin-top:15px;}
   
    .ico_note {padding-left:20px; background-size:15px auto; }
       

    
    .b_table.long > dl {padding-left:0px;}
    .b_table.long {padding-top:10px;}

    .b_table.long > dl > dt {position: relative; padding-bottom: 0px;}
    /*atab*/
    .atab li a {height:45px;}
    .atab li.on {margin-top: 0px;}

    .atab li.on a:after {width:16px; height:16px; bottom: -18px;}

    .btn-tc > a {margin: 0px;}
    
    .find_cell {padding-right: 0px !important}
    .find_cell .cell {float: left; width: 50%; box-sizing: border-box;}
    .find_cell .bt {display: block; position: relative; right:auto; top:auto; width: 100%; clear: both; padding-top: 5px;}
  
	
   
    
    .contest_view {padding-left:0px; min-height:auto;}
    .contest_view .pic {width:100%; height: auto; max-width:280px; position: relative; margin: 0 auto; left: auto; top: auto; margin-bottom: 30px;}
    .contest_view .pic img { position: relative; left: auto; top: auto; transform:none; -webkit-transform:none}
    
    
    
    .btab li a {padding:5px 0px; font-size:15px;}
    

   	
    
    .event_wrap > li {width:50%; min-height: 400px;}
    
    .map_wrap {height:440px;}
    .map_txt > ul > li {float: none; width: 100%; font-size: 15px; border-bottom: 1px solid #ccc}
    .map_txt > ul > li:last-child {border-bottom: none;}
    
	
	.gray_bar {padding:40px 10px; margin-top:50px;}
	
    .artists_view_top .dis_table_cell {height:630px;}
    .artists_view_top .name {font-size: 64px; padding-top: 20px;}
    .artists_view_top .name2 {font-size: 33px;}
    .artists_view_top .info > li {font-size: 17px;}
    
    .contact_us .form > div {float: none; width: 100%;}
    
}
/* 600 이하 */
@media screen and (max-width:599px) {
    .mb_dis {display: block;}
	.web_dis {display:none;}

    .pop_wrap .pop_head .title {font-size:18px; color: #fff; padding: 17px 55px 18px 15px !important;}
    .pop_wrap .pop_body {padding:10px;}
   
    
   
	#w_lnb {display:none;}
	#m_lnb {display:block;}
    
     .login_wrap {padding:15px;}

    
    .signup {padding:10px 0px 5px 0px;}
    .signup li input {height: 50px; font-size: 14px;}
    .login_wrap .id_save {font-size:14px;}
    .find_idpw a {font-size: 14px;}
    .login_wrap .login_bt .btn {line-height:30px; font-size:18px;}
    .join_go > a {line-height:30px; font-size:18px;}    
    .layers_wrap .layers {padding:10px; font-size:0.95em;}
    .error_wrap .error_msg {font-size:26px;}

    .table_line {width: 100%; overflow: auto;}

   
    .bt_include {padding:0px 0px 45px 0px;}
    .bt_include2 {padding:0px 0px 35px 0px;}
    .bt_include .add_bt {position: absolute; right: 0px; top: auto; left: 0px; bottom:0px;}
    .bt_include .add_bt a {display: block;}
    .m_block600 {display: block !important; margin-bottom: 3px !important; float: none !important;}
    
   
    
    #add_date {padding-right: 0px; padding-bottom:45px;}
    #add_date .bt {left: 0px; bottom: 0px; top:auto; padding-right: 40px;}
    #add_date .bt a {display: block; }
    #add_date .bt .tooltip {right: 0px; top: 0px; position: absolute;}
    #empty a {display: block;}
    .br_box {padding:15px;}
    

    
    .m_box {padding:20px;}
    .more {right:20px; top:20px;}
    
    .day_day .select_ds {width: 50% !important;}
    .day_day .select_ds:nth-child(2) {padding-right: 0px !important;}
    .day_day .select_ds:last-child {clear: both; width: 100% !important; max-width: 100% !important; margin-top: 5px;}
    
	.day_time .select_ds {width:100% !important; margin: 5px 0px 0px 0px !important;}
    
  
    .big .ez-radio {width:20px;height:20px; background-size: 20px auto}
    .big .ez-hide {width:19px;height:19px;}
    
    .over_layerW {position: relative;}
    .over_layer {overflow:auto;}
    .over_layerW:after {display: block; content: ""; width:10px; height: 100%; position: absolute; right: 0px; top: 0px; background: url(../img/common/bg_shadow.png) repeat-y left top}
    .over_layer > div {min-width: 600px;}
    .guide_name {padding: 20px; background:#f1f2f6;}
    .sss_tit .ib.point_c.fn {display: block; font-size: 0.85em;}
    
	.ico_dl {padding: 20px;}
	.ico_dl .ico {display: none;}
	
	
 
    .blank_list > li {width:33.333%;}
    
    
}



/* 480px 이하 */
@media screen and (max-width:479px) {
	.line_bg {min-height:10px; background-size: auto 10px; }
    #wrap {transition: all 0.3s 0s ease-in-out; padding-top: 60px;}


	#header h1 a img {height:50px;}
    .in_header {height:60px;}
    .menu_btn {height: 18px; width: 24px;}
    .menu_btn .line-middle {top:8px;}

    .slide_menu_wrap .gnb > ul > li > a {font-size:16px; padding: 10px 10px 10px 5px;}

	.section {font-size:13px; padding: 20px 0px;}
	
	.m_tit {font-size:22px;}
	.m_tit2 {font-size:33px;}
	
    .more > a {height: 43px; font-size: 15px; line-height: 43px;}
    
    .artists_roll .name {font-size: 27px; line-height: 37px;}
    .artists_roll:before {width: 100%; height: 100%; background-size:cover;}
    .artists_roll_wrap .info .txt_t {padding-bottom: 20px;}
    .artists_roll_wrap .info .txt_s {padding-top: 20px;}
    .artists_roll_wrap .info {padding-left: 10px; box-sizing: border-box; padding-right: 10px;}
    .artists_roll_wrap .info .img img{height: 69px;}
    .artists_roll_wrap .info h3 {font-size: 44px; padding-top: 20px;}
    
    .main_sns .sns > li img {width: 22px;} 
    .main_visual #board_l1 {left: 10px;}
    .main_visual #board_r1 {left: 70px;}
    .main_visual .v_bt > a {font-size: 13px;}
    
    .artists_roll_wrap .artists_roll .slick-next {padding-right:50px; padding-left: 0px !important;}

    .artists_roll_wrap .artists_roll .slick-arrow {font-size:16px; background-size:auto 30px !important; line-height:30px; padding-left:53px;    }
    .artists_roll_wrap .artists_roll {padding-bottom: 40px;}
    #section2  {min-height: auto;}
    
    #section3 .inner .notice_tit img {height: 69px;}
    
    .main_notice > ul > li > a .txt_t {font-size: 20px;}
    .main_notice > ul > li > a .txt_s {font-size:14px; line-height:22px; height:44px;}
    .main_notice > ul > li > a .date {font-size: 14px;}
    
    #footer .f_logo {font-size: 27px;}
    #footer .contact {padding-top: 10px;}
    #footer .contact > a {font-size: 22px;}
    #footerW .familySite p.on {width: 110px; font-size:13px; line-height: 27px;}
    #footerW .familySite {top: -57px;}
    #footer .addressW:before {margin: 30px 0px;}
    
    #position3 {padding:40px 0px 100px 0px;}
    .pop_wrap .pop_head .title {text-align: left !important; padding:15px 45px 15px 15px;}
    .pop_wrap .pop_head .title br {display: none;}
    .pop_wrap .x_btn {right:15px; }
    
    
	

    #add_date .bt .tooltip {height: 36px; line-height: 34px;}
    
   
    #sub_tit {font-size:26px; padding-top: 0px; text-align: center;}

    .sub_visual .sub_txt .sub_tit_s {font-size: 13px;}
    .sub_visual .sub_txt {height:160px; padding-left: 10px; padding-right: 10px;}
	
    
    #lnb_wrap {background:#333; margin: 0px -10px 0px -10px; height: auto;}
    #lnb_wrap .lnb {padding-left:0px; position: relative;}
    #lnb_wrap .lnb .lnbs:after {display: none;}
    #lnb_wrap .ico_home {display: none}
    #lnb_tit {display: none;}
    #lnb_wrap .lnb .lnbs {width:100%; border: none; box-sizing: border-box;}
    #lnb_tit2 {padding-left:0px; padding-right: 0px; text-align: center; color: #fff; line-height:51px; height:51px; background: url(../img/common/lnb_arrow3.png) no-repeat right center; font-size: 14px; border: none;}
    
    #lnb_tit2.on {background:url(../img/common/lnb_arrow3_on.png) no-repeat right center;}
    #lnb_wrap .lnb .lnbs .copy_menu {top:52px; border: none; box-shadow:0px 1px 3px #ccc;}
    #lnb_wrap #gnb_menu {display: none !important;}
    .lnb ul li a {font-size: 14px;}
	.lnbs2 > ul > li > a {border-color:#d4d4d4 !important;}

    
    .ico_box > li {width: 50%;}
    .ico_box > li .ico img {max-width:70px;}

	.more_bt > a > span {background-size:auto 10px; padding-left:20px; line-height: 33px; }
	.btn_list > span {background-size:auto 33px; padding-right:70px;}
    
    .ico_note {padding-left:18px; background-size:13px auto; }
	
    
    
    
    .join_step > ol > li {font-size: 15px;}
    
   
	
    
	.btn-tc > a {margin:5px 0px;}
	.subject {padding-left:10px;}
	.bbs_search {margin-bottom:10px;}
	.bbs_search_in {padding:0px;}
	.bbs_search_in .select { position:relative; margin-bottom:5px; width:100%;}
	.bbs_search_in .btn_search { position:relative; display:block; margin:5px 0px 0px 0px; width:100%;}


    .block_m {display: block;}
    .block_m.fl {float: none;}
    .list_btn .block_m {margin: 2px 0px;}
	.board-view td.view_td {padding:20px 10px;}
    .list_btnW a {display: block;}

    .s_tit {padding: 0px 0px 10px 0px; margin-top: 35px; font-size:20px; background-position:left 5px; background-size:20px auto; }
    .s_tit:before {width: 22px; height: 22px; top:13px;}
    .s_tit:after {left: 10px; top:19px;}

	.ss_tit {font-size:26px; margin-top:25px; margin-bottom: 5px;}
    .ss_tit:before {width: 6px; height: 19px; top: 4px;}
	.sss_tit {font-size:17px; margin-top:25px; padding-left: 16px;}
    .sss_tit:before {width: 8px; height: 8px; top: 9px;}
    .s_txt_r {margin-top: -25px; padding-bottom:5px;}
    .s_txt_r2 {margin-top: -45px;}
    .txt_in {padding-left:16px;}
	#inner_wrap {padding-bottom: 30px;}
    #inner_wrap.no_visual {padding-top: 30px;}

  	.brand_view .cell {height:250px; font-size:15px; padding-top:50px;}
	
	.sub_visual .sub_txt {height: 120px;}
    .sub_visual .sub_txt .cell .sub_tit_s {font-size: 20px; padding-bottom: 20px;}
    .sub_con {font-size:13px; padding-top: 20px;}
    .layerPop {font-size:0.95em; }
    .title_bar {padding:20px 0px 20px 0px; margin-bottom:10px; background-size:auto 60px; }
	.title_bar h2 {font-size:22px; }

    .title_bar .s_txt br {display: none;}
    .title_bar .s_txt2 {font-size: 1.25em; padding-top: 0px; margin-bottom:15px;}
    .view_tit {padding: 10px;}
    .m_th_b {width:105px !important;}
	.m_th {width:85px !important;}
    .m_th_s {width:65px !important;}
    .m_th_ss {width:45px !important;}
    
    

    .w_name {width: 70px;}
    .w_date {width:80px;}
    .m_block {display: block !important; margin-bottom: 3px !important; float: none !important;}
    .scrollbox {height:120px; }
    .atab {margin-bottom: 20px;}
 
    .b_table > dl {font-size: 16px; padding-left:0px;}
    .ul_table > ul > li {font-size: 16px;}
    .check_txt {font-size:16px;}
    .radio_group > li {font-size:13px;}
    .b_table {padding-top:10px;}
    .b_table > dl > dt {font-size:16px; padding-top: 13px;}
    .b_table > dl > dd {min-height:20px; font-size: 13px;}
    .b_table > dl > dt {position: relative; padding-bottom: 0px;}
    .input_etc .pa {font-size:13px; line-height:36px;}
    input.input5 {height:36px; padding: 0px 5px; line-height: 34px; font-size: 13px;}
    .textarea {padding:5px 5px; font-size: 13px;}
    .b_table .btnNormalB span {padding: 0px 18px; height: 36px; line-height: 34px; font-size: 13px;}
    .security_code .code .num {height:34px; line-height: 32px; font-size: 14px;}
    .file_input label {height:36px;  line-height:34px; font-size: 13px;}
    .radio_group {margin-top:-5px;}
   
    
    
    .find_box {padding: 0px 0px 10px 0px;}
    .find_cell .bt {overflow: hidden;}
    .find_cell .bt > a {width: 50%; float: left;}
    .find_cell .bt > a > span {display: block; padding: 0px; margin: 0px 2px; }  
    .print_bt {display: none !important}
    .gray_box {padding:5px;}
  
    
    .main_content {padding:0px 0px 10px 0px;}
  
    .good_bt {padding:10px 0px;}
    .good_bt button {padding:3px 0px 3px 30px; background-size:24px auto !important; font-size: 14px; background-position: left center !important}
    .down_file > span {background-size:11px auto; padding-left: 16px; }
    
    
    
    .br_box {padding:10px;}
    .guide_tab > li > a {font-size: 12px;}
    
    .tit_ico {height:19px; line-height:18px;}
    
    
   
    
    
    .board_w > ul {padding: 10px 15px;}
    .btn-tc {padding:20px 0px; margin-top:20px;}
    



    .btab li a {font-size:14px; min-width:90px;}
    .event_wrap > li {width:50%; min-height:350px;}
    .point_box {padding: 10px;}
    
  
    .data_table > li .txt_t {width: 100px;}

    .bul_list {padding-left: 57px !important}
    .bul_list .txt_t {line-height:20px; font-size: 13px; padding: 0px 5px; min-width: 50px;}
    
    .b_check_box {padding: 10px;}
    #inner_wrap .b_check_box .board-write th {font-size: 1.05em !important;}
	

	.map_wrap {height: 300px;}

	.map_btn .btn > li {width: 50%;}
	
	.result {float: none; width: 100%;}

	
	.introduce_wrap .bg1:before {background-size:cover; position: relative; left: auto; top: auto; width: 100%; height:110px;}
	.introduce_wrap .bg1 {min-height: auto; margin-top:20px;}
	.introduce_wrap .bg1 .box {position: relative; right:auto; bottom:auto; padding:20px 0px 0px 0px;}
	.introduce_wrap .second_txt:after {margin: 20px 0px;}

	
	.introduce_wrap .first_txt {font-size:1.3em;}
	.introduce_wrap .first_txt > strong {font-size: 1.6em;}
	

	.list_count {background-size: 13px auto; padding-left: 18px;}	
    
    .artists_gallery_wrap .v_bt {display: none;}
    
    .artists_view_top .dis_table_cell {height:390px;}
    .artists_view_top .name {font-size:34px; padding-top: 20px;}
    .artists_view_top .name2 {font-size:18px;}
    .artists_view_top .info > li {font-size:13px; min-height: 20px; padding-left:70px; }
    .artists_view_top .sns > li img {width: 30px}
    .artists_view_top .sns {padding: 20px 0px;}
    .artists_view_top .info > li .scroll {max-height:100px;}
    .artists_view_top .bt_list {top: 20px;}
    
    .contact_us {padding: 10px;}
    .contact_us .form .bg {min-height: auto;}
    .contact_us .form .ico_area > li:first-child {margin-top: 0px;}
    .contact_us .form .ico_area > li {padding-left: 40px;}
    .contact_us .form .ico_area > li .ico {width: 30px;}
    
}




/* 320px 이하 */
@media screen and (max-width:320px) {
    .main_company h3 {font-size:24px; }
    .atab li a {font-size:12px;}
    .title_bar .s_txt {padding-left: 10px;}
    .bt_application a {padding: 0px 18px;}
    .bt_application a span {text-align: center;}

    
    .btns > li {width:100%; float: none; padding:2px 0px;}
    .btn-tc {padding:20px 0px;}
    

    
}








