@charset "UTF-8";


/* COMMON */
body {
	overflow-x:hidden;
	padding-top:162px;
}

/* HEADER */
#header {
	width:100%;
	background:url(../img/gnb_bg.png) repeat-x top left;
	border-bottom:solid 2px #0e648f;
	position:fixed;
	left:0;
	top:0;
	z-index:9999;
}
#header #gnb {
	position:relative;
	width:1200px;
	height:50px;
 	background-color:#0e648f;
 	margin:0 auto;
}
#header #gnbDropList {
	float:left;
}
#header #gnbDropList dl {
	display:inline-block;
	margin-right:26px; 
	float:left;
}
#header #gnbDropList dl dt {
	line-height:50px;
	font-size:12px;
	letter-spacing:-0.020em;
	color:#fff;
	padding-right:22px;
	background:url(../img/arr_x11.png) no-repeat center right;
	cursor:pointer;
}
#header #gnbDropList dl dt a {color:#fff; font-size:12px;}
#header #gnbNav {
	line-height:50px;
	float:left;
}
#header #gnbNav li {
	display:inline-block;
	width:84px;
	height:26px;
	border:solid 1px #87b2c7;
	border-radius:20px;
	margin-right:5px;
}
#header #gnbNav li a {
	display:block;
	font-size:12px;
	letter-spacing:-0.020em;
	color:#fff;
	line-height:28px;
	text-align:center;
}
#header #gnbNav li:first-child + li {
	background-color:#00355f;
	border:solid 1px #00355f;
}
#header #gnbLink {
	float:right;
}
#header #gnbLink li {
	float:left;
}
#header #lnb {
	position:relative;
	width:1200px;
	margin:0 auto;
	background-color:#fff;
}
#header #lnb h1 {
	padding:25px 0;
}
#header #lnb #lnbNav {
	position:absolute;
	top:28px;
	right:150px;
}
#header #lnb #lnbNav li {
	margin:0 28px;
	float:left;
}
#header #lnb #lnbNav li a {
	display:block;
	font-size:16px;
	font-weight:600;
	color:#333;	
	line-height:44px;
}
#header #lnb #lnbNav li a:hover {color:#0e648f; background:url("../img/da_image/ngl/hd_lnb_icon.png") no-repeat center bottom;}
#header #lnb #lnbSchArea {
	position:absolute;
	top:29px;
	right:0;
	display:block;
	width:122px;
	height:40px;
	line-height:44px;
	text-align:left;
	text-indent:48px;
	font-size:15px;
	font-weight:bold;
	color:#333;
	background:#fbcc36 url(../img/da_image/head_icon_sch.png) no-repeat 25px center;
	border-radius:100px;
}



/* MAIN */
#mainvisual_wrap{background-color:#000000;position:relative;}
#mainvisual_wrap a.bx-prev {display:block; width:100%; height:100%;}
#mainvisual_wrap a.bx-next {display:block; width:100%; height:100%;}
#mainvisual_wrap #prev_bt {
	position:absolute;
	left:5%;
	top:50%;
	transform:translateY(-50%);
	width:42px;
	height:81px;
	background:url("../img/da_image/main_visual_left.png") no-repeat left top;
	z-index:9999;
	text-indent:9999px;
}
#mainvisual_wrap #next_bt {
	position:absolute;
	right:5%;
	top:50%;
	transform:translateY(-50%);
	width:42px;
	height:81px;
	background:url("../img/da_image/main_visual_right.png") no-repeat left top;
	z-index:9999;
	text-indent:9999px;
}
#mainvisual_wrap #prev_bt.yellow {
	background:url("../img/da_image/main_visual_left_yellow.png") no-repeat left top;
}
#mainvisual_wrap #next_bt.yellow {
	background:url("../img/da_image/main_visual_right_yellow.png") no-repeat left top;
}

#mainMidBnr {
	width:1200px;
	margin:0 auto 40px;
	padding-top:27px;
	overflow:hidden;
}
#mainMidBnr ul {
	margin-left:-24px;
}
#mainMidBnr li {
	margin-left:24px;
	float:left;
}
#mainMidBnr li span {
	display:block;
	width:226px;
	padding-right:53px;
	line-height:112px;
	border:solid 1px #ccc;
	text-align:right;
	font-size:17px;
	font-weight:bold;
	color:#333;
	letter-spacing:-0.020em;
}
#mainMidBnr li span.icon_01 {
	background:url(../img/mid_icon_01.png) no-repeat;
	background-position:53px 50%;
}
#mainMidBnr li span.icon_02 {
	background:url(../img/mid_icon_02.png) no-repeat;
	background-position:53px 50%;
	background-color:#eee;
	margin-top:14px;
}
#wrap.ngl #mainMidBnr {
	padding-top:100px;
	margin-bottom:100px;
}
#mainBnrArea .swiper-button-prev {
	position:absolute;
	left:50%;
	top:50%;
	width:42px;
	height:81px;
	background:url("../img/da_image/main_visual_left.png") no-repeat left top;
	z-index:9999;
	margin:-40px 0 0 -720px;
}
#mainBnrArea .swiper-button-next {
	position:absolute;
	right:50%;
	top:50%;
	width:42px;
	height:81px;
	background:url("../img/da_image/main_visual_right.png") no-repeat left top;
	z-index:9999;
	margin:-40px -720px 0 0;
}

#wrap.ngl #videoSlide h2 {
	margin-bottom:100px;
	text-align:center;
}

.main_section {}
.main_section h2 {
	text-align:center;
	padding-top:60px;
}
.main_section h2 img {
	display:inline-block;
}
.main_section h2 span {
	display:block;
	font-size:14px;
	color:#666;
	line-height:41px;
}
.main_section .more_btn {
	display:block;
	width:266px;
	height:50px;
	line-height:50px;
	font-size:16px;
	font-weight:bold;
	color:#333;
	border:solid 2px #bbb;
	border-radius:25px;
	background:url(../img/arr_btn_x27.png) no-repeat;
	background-position:176px 50%;
	text-indent:62px;
	margin:35px auto 60px;
}

.main_section .video_con {
	width:100%;
	max-width:1200px;
	height:0;
	margin:0 auto 60px;
	padding-bottom:35.45%;
	position:relative;
}

.main_section .video_con iframe {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

#newBook {
	width:1200px;
	margin:0 auto;
}
#newBook ul {
	margin-top:22px; 
	margin-left:-24px;
	overflow:hidden;
}
#newBook ul li {
	border:solid 1px #ccc;
	border-bottom:solid 1px #8a8a8a;
	margin-left:24px;
	float:left;
	width:22.87%;
}
#newBook ul li a {
	display:block;
	text-align:center;
}
#newBook ul li a img {
	display:block;
	max-width:100% !important;
}
@media screen and (min-width: 1200px){
	#newBook ul li a img {min-height:390px; }
}
#newBook ul li a span {
	display:block;
	font-size:13px;
	color:#666;
	line-height:20px;
}
#newBook ul li a span em {
	display:block;
	font-size:16px;
	font-style:normal;
	font-weight:500;
	line-height:25px;
	color:#333;
}
#newBook ul li a div {
	display:block;
	font-size:13px;
	color:#666;
	line-height:20px;
	padding:18px 0 20px;
}
#newBook ul li a div em {
	display:block;
	font-size:16px;
	font-style:normal;
	font-weight:500;
	line-height:25px;
	color:#333;
}
#bestSeller {
	position:relative;
	background-color:#eee;
	height:737px;
}
#bestSeller .slide_inner {
	position:absolute;
	top:162px;
	left:50%;
	width:2000px;
	height:400px;
	margin-left:-1000px;
}
#bestSeller .bx-wrapper {
	margin:0 auto;
}
#bestSeller .bx-wrapper .bx-viewport {
	overflow:visible !important;
}

#bestSeller .bx-controls-direction {
	position:relative;	
	height:40px;
}
#bestSeller .bx-prev {
	position:absolute;
	top:36px;
	left:0;
	background:url(../img/slide_arr_left.png) no-repeat;
	width:40px;
	height:20px;
	font-size:0;
}
#bestSeller .bx-next {
	position:absolute;
	top:36px;
	right:0;
	background:url(../img/slide_arr_right.png) no-repeat;
	width:40px;
	height:20px;
	font-size:0;
}
#bestSeller .bx-pager {
	text-align:center;
	height:20px;
}
#bestSeller .bx-pager-item {
	display:inline-block;
	vertical-align:top;
}
#bestSeller .bx-pager-item a {
	display:block;
	font-size:0;
	width:12px;
	height:12px;
	background-color:#aaa;
	border-radius:100%;
	margin:0 5px;
}
#bestSeller .bx-pager-item a.active {
	background-color:#009bdb;
}
#bestSeller .slide_blind {}
#bestSeller .slide_blind .left {
	position:absolute;
	top:162px;
	left:50%;
	width:600px;
	height:400px;
	margin-left:-1200px;
	background-color:#fff;
	opacity:0.50;
	z-index:1000;
}
#bestSeller .slide_blind .right {
	position:absolute;
	top:162px;
	right:50%;
	width:600px;
	height:400px;
	margin-right:-1200px;
	background-color:#fff;
	opacity:0.50;
	z-index:1000;
}
#bestSeller li {
	background-color:#fff;
	text-align:center;
}
#bestSeller li img {
	display:block;
	width:100%;
}
#bestSeller li span {
	font-size:16px;
	font-weight:bold;
	line-height:60px;
	color:#333;
}
#experiences {}
#experiences > div {
	margin:21px auto 0;
}
#experiences > div.outside {
	display:none;
}
#experiences ul {
	overflow:hidden;
}
#experiences ul li {
}
#experiences ul li:first-child {
}
#experiences ul li img {
	display:block;
	width:100%;
}

#main_contact {}
#main_contact > div {
	margin:21px auto 0;
}
#main_contact > div.outside {
	display:none;
}
#main_contact ul {
	overflow:hidden;
	margin-top:100px;
}
#main_contact ul li {
	width:580px;
	height:280px;
}
#main_contact ul li:first-child {
	margin-right:40px;
}
#main_contact ul li img {
	display:block;
	width:100%;
}

/* FOOTER */
#footer {
	border-top:solid 1px #ccc;
	margin-top:60px;
}
#footer #footBoardArea {
	position:relative;
	width:1200px;
	margin:0 auto;
	height:85px;
	background-color:#fff;
}
#footBoardList {
	line-height:85px;
}
#footBoardList dt {
	font-size:16px;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight:500;
	letter-spacing:-0.020em;
	color:#333;
	margin-right:44px;
	float:left;
}
#footBoardList dd {
	height:85px;
	float:left;
}
#footBoardList dd a {
	display:inline-block;
	vertical-align:middle;
	color:#666;
	font-size:13px;
	line-height:17px;
	background:url(../img/arr_rnd_x17.png) no-repeat center right;
	border-left:solid 1px #ccc;
	padding-left:24px;
	padding-right:45px;
	margin-left:24px;
}
#footBoardList dt + dd a {
	margin:0;
	padding-left:0;
	border:0;
}
#footLink {
	position:absolute;
	top:20px;
	right:0;
}
#footLink li {
	border:solid 1px #333;
	width:178px;
	height:43px;
	line-height:43px;
	text-align:center;
	margin-left:24px;
	float:left;
}
#footLink li a {
	display:block;
	font-size:15px;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight:400;
	color:#333;
	letter-spacing:-0.020em;
}
#address {
	background-color:#333;
	padding-top:26px;
}
#address #footNav {
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
#address #footNav li {
	line-height:40px;
	float:left;
}
#address #footNav li a {
	font-size:13px;
	color:#fff;
}
#address #footNav li:after {
	display:inline-block;	
	margin:0 11px 0 12px;
	content: " ";
	width:1px;
	height:12px;
	background-color:#858585;
	vertical-align:middle;
}
#address #footNav li:last-child:after {
	display:none;
}
#address address {
	width:1200px;
	margin:0 auto;
	font-size:12px;
	font-style:normal;
	color:#bfbfbf;
	line-height:22px;
	padding-bottom:46px;
}
#address address span {display:inline-block; padding:0 4px;}


/* RESPONSIVE */
@media screen and (max-width:720px) {
body {padding-top:66px;}
.quick_scroll {}
#header {
	border-bottom:solid 1px #0e648f
}
#header #gnb,
#lnbNav {
	display:none;
}
#header #lnb {
	width:100%;
}
#header #lnb h1 {
	text-align:center;
	padding:10px 0;
}
#header #lnb h1 img {
	width:109px;
}

#header #lnb #lnbSchArea {
	text-indent:-9999px;top:10px;right:5px;
	background:url(../img/head_icon_sch_m.png) no-repeat center left;
	background-size:auto 20px;
	width:25px;height:25px;
}


/* ¸ð¹ÙÀÏ º¯°æ½Ã Ä«Å×°í¸® ³ëÃâ ½ÃÀÛ */
#header #lnb #lnbMenuArea {display:block !important;}
#header #lnb #lnbMenuArea .lnbMenu {
	display:block !important;
	position:absolute;
	display:block;
	width:24px;height:25px;
	text-indent:-9999px;top:10px;left:10px;
	background:url(../img/head_icon_menu_m.png) no-repeat center left;
	background-size:auto 18px;
}
#header #lnb #lnbMenuArea .bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	z-index:9000;
}
#header #lnb #lnbMenuArea .slide {
	position:fixed;
	top:0;
	left:-100%;
	z-index:9999;
	width:85%;
	height:100%;
	background:#fff;
}
#header #lnb #lnbMenuArea .slide .slide_sec01 {
	position:relative;
	height:46px;
	background:#0e648f;
}
#header #lnb #lnbMenuArea .slide .slide_sec01:after {clear:both; content:""; display:block;}
#header #lnb #lnbMenuArea .slide .slide_sec01 h1 {float:left; padding:10px 0 0 10px;}
#header #lnb #lnbMenuArea .slide .slide_sec01 h2.close {float:right; padding:15px 10px 0 0;}
#header #lnb #lnbMenuArea .slide .slide_sec01 h2.close img {width:15px; height:auto;}
#header #lnb #lnbMenuArea .slide .slide_sec02 {padding:10px; background:#fff; border-bottom:1px solid #ccc;}
#header #lnb #lnbMenuArea .slide .slide_sec02 > ul {}
#header #lnb #lnbMenuArea .slide .slide_sec02 > ul:after {clear:both; content:""; display:block;}
#header #lnb #lnbMenuArea .slide .slide_sec02 > ul li {float:left; width:47.3%; height:30px; border-radius:100px; margin-left:3%;}
#header #lnb #lnbMenuArea .slide .slide_sec02 > ul li:first-child {margin-left:0;}
#header #lnb #lnbMenuArea .slide .slide_sec02 > ul li.white {background:#fff; border:1px solid #0e648f;}
#header #lnb #lnbMenuArea .slide .slide_sec02 > ul li.blue {background:#00355f; border:1px solid #00355f;}
#header #lnb #lnbMenuArea .slide .slide_sec02 > ul li a {display:block; width:100%; height:30px; line-height:30px; font-size:12px; font-weight:500; text-align:center;}
#header #lnb #lnbMenuArea .slide .slide_sec02 > ul li.white a {color:#0e648f;}
#header #lnb #lnbMenuArea .slide .slide_sec02 > ul li.blue a {color:#fff;}
#header #lnb #lnbMenuArea .slide .slide_sec03 {padding:0 10px;}
#header #lnb #lnbMenuArea .slide .slide_sec03 > ul {}
#header #lnb #lnbMenuArea .slide .slide_sec03 > ul li {width:100%; border-bottom:1px solid #ccc;}
#header #lnb #lnbMenuArea .slide .slide_sec03 > ul li a {
	display:block;
	height:40px;
	line-height:42px;
	color:#333;
	font-size:13px;
	font-weight:500;
	text-indent:5px;
	background:url("../img/da_image/m_cate_off.png") no-repeat right center;
	background-size:12px 12px;
}
#header #lnb #lnbMenuArea .slide .slide_sec03 > ul li.on a {
	background:url("../img/da_image/m_cate_on.png") no-repeat right center;
	background-size:12px 12px;
}
#header #lnb #lnbMenuArea .slide .slide_sec03 > ul li .sub_cate {background:#eee; border-top:1px solid #ccc; padding:10px 0;}
#header #lnb #lnbMenuArea .slide .slide_sec03 > ul li.on .sub_cate {display:block !important;}
#header #lnb #lnbMenuArea .slide .slide_sec03 > ul li .sub_cate dl {}
#header #lnb #lnbMenuArea .slide .slide_sec03 > ul li .sub_cate dl dt {}
#header #lnb #lnbMenuArea .slide .slide_sec03 > ul li .sub_cate dl dd {}
#header #lnb #lnbMenuArea .slide .slide_sec03 > ul li .sub_cate dl dd a {
	display:inline-block;
	height:30px;
	line-height:30px;
	color:#666;
	font-size:13px;
	font-weight:500;
	text-indent:15px;
	background:none;
}
#header #lnb #lnbMenuArea .slide .slide_sec04 {padding:12px 10px 0;}
#header #lnb #lnbMenuArea .slide .slide_sec04 p {width:100%; height:40px; border:1px solid #555;}
#header #lnb #lnbMenuArea .slide .slide_sec04 p em {
	display:inline-block;
	width:1px;
	height:12px;
	background:url("../img/da_image/m_cate_line.gif") no-repeat left center;
	background-size:1px 12px;
	margin:0 10px;
}
#header #lnb #lnbMenuArea .slide .slide_sec04 p a {
	display:block;
	width:100%;
	height:40px;
	line-height:42px;
	text-align:center;
	color:#555;
	font-size:14px;
	font-weight:500;
}
#header #lnb #lnbMenuArea .slide .slide_sec04 ul {margin:2% 0 0;}
#header #lnb #lnbMenuArea .slide .slide_sec04 ul li {width:49%; margin-left:2%;}
#header #lnb #lnbMenuArea .slide .slide_sec04 ul li:first-child {margin-left:0;}
#header #lnb #lnbMenuArea .slide .slide_sec04 ul li img {width:100%; height:auto;}
/* ¸ð¹ÙÀÏ º¯°æ½Ã Ä«Å×°í¸® ³ëÃâ ³¡ */

/* °Ë»öÃ¢ ½ÃÀÛ */
#header #lnb .hd_search .hd_search_form {top:0 !important; width:96.5% !important; padding:10px;}
#header #lnb .hd_search .hd_search_form .search_sec01 {width:86% !important; margin:0 42px 10px;}
#header #lnb .hd_search .hd_search_form .search_sec01 input {width:72% !important;}
#header #lnb .hd_search .hd_search_form .search_sec02 {float:none !important; display:table; margin:0 auto;}
#header #lnb .hd_search .hd_search_form .search_sec03 {right:10px !important; top:70% !important;}
/* °Ë»öÃ¢ ³¡ */

#bestSeller {overflow:hidden;}

#wrap.ngl #videoSlide h2 em {font-size:19px;}

#wrap.ngl .main_section h2 em {font-size:19px;}
.main_section h2 span {font-size:12px; line-height:20px;}

/* ¸ÞÀÎ ¿Â¶óÀÎÇÐ½ÀÇÁ·Î±×·¥ ½ÃÀÛ */
#experiences ul li {}
/* ¸ÞÀÎ ¿Â¶óÀÎÇÐ½ÀÇÁ·Î±×·¥ ³¡ */

.quick_scroll {display:none !important;}

#mainvisual_wrap #prev_bt,
#mainvisual_wrap #next_bt{display:none;}

#mainMidBnr {
	position:relative;
	width:100%;
	margin:0;
	padding-top:5px;
}
#mainMidBnr ul {
	margin:0 2px;
	overflow:hidden;
}
#mainMidBnr li {
	width:calc(50% - 4px);
	margin:2px;

}
#mainMidBnr li.opt {
	/*position:absolute;
	bottom:25%;
	right:4px;*/
	width:calc(50% - 8px);
	/*height:calc(25% - 6px);
	float:none;*/
}
#wrap.ngl #mainMidBnr li:nth-child(4){
/* margin-top: 1%; */
}
#wrap.ngl #mainMidBnr li:last-child{
	width:calc(50% - 8px);
	/* margin-top: 2%; */
}
#mainMidBnr li.opt:last-child {
	bottom:0;
}
#mainMidBnr li a {
	display:block;
	height:100%;
}
#mainMidBnr li img {
	display:block;
	width:100%;
}
#mainMidBnr li span {
	width:100%;
	padding:0;
	height:100%;
	text-align:center;
	margin:0 auto;
	line-height:0;
	background-position:50% 30% !important;
	line-height:100%;
	padding-top:25%;
	font-size:14px;
	box-sizing:border-box;
}
#wrap.ngl #mainMidBnr li span.add_icon_02 {
	padding:17px 0 0;
	width:100%;
}
#mainMidBnr li span.icon_01 {
	z-index:100;
	background-color:#fff;
	background-size:26px 20px;
}
#mainMidBnr li span.icon_02 {
	z-index:100;
	background-size:28px 26px;
	margin:0;
}

.main_section h2 {
	padding-top:40px;
}
.main_section h2 img {
	width:50%;
}
.main_section .more_btn {
	width:200px;
	height:30px;
	line-height:30px;
	border:solid 1px #bbb;
	font-size:12px;
	padding:0;
	text-indent:0;
	text-align:center;
	background:url(../img/arr_btn_x27.png) no-repeat;
	background-position:83%;
	background-size:15px auto;
	margin:15px auto 30px;
}

.main_section .video_con {
	max-width:91.5%;
	padding-bottom:51.5%;
	margin-bottom:40px;
}

#newBook {
	width:100% !important;
}
#newBook ul {
	margin:10px 6px 0;
}
#newBook ul li {
	width:calc(50% - 5px);
	margin-left:0;
	margin-right:6px;
	margin-bottom:6px;
}
#newBook ul li:nth-child(2n) {margin-right:0;}
#newBook ul li:nth-child(2n + 1){
	margin-left:0;
}
#newBook ul li img {
	width:100%;
	height:212px;
}
#newBook ul li a span {
	font-size:11px;
}
#newBook ul li a span em {
	font-size:12px;
}
#newBook ul li a div em {
	font-size:12px;
}
#bestSeller {
	height:auto;
}
#bestSeller .slide_inner {
	position:relative;
	width:100%;
	height: auto;
	padding-bottom:30px;
	left:6px;
	top:0;
	margin:0;
}
#bestSeller li {
	margin-right:12px !important;
}
#bestSeller li span {
	display:block;
	font-size:14px;
	line-height:20px;
	padding:15px;
}
#bestSeller li img {
	height:210px;
}
#bestSeller .bx-controls-direction {
	width:calc(100% - 12px);
}
#experiences {position:relative;}
#experiences > div {
	width:calc(100% - 30px);
	margin:0 15px;
}
#experiences > div.outside {
	display:block;
}
#experiences > div.outside span {
	position:absolute;
	display:inline-block;
	width:30px;height:30px;
	background:rgba(0,0,0,0.1);
	top:calc(50% + 40px);
}
#experiences > div.outside span a {
	/* text-indent:-9999px; */
	display:inline-block;
	width:30px;height:30px;
	line-height:34px;
}
#experiences > div.outside span a.bx-prev {text-indent:11px;}
#experiences > div.outside span a.bx-next {text-indent:14px;}
#experiences > div.outside span#slider-prev {
	left:0;	
}
#experiences > div.outside span#slider-next {
	right:0;	
}
#footer #footBoardArea {
	width:calc(100% - 30px);
	padding:0 15px;
	height:auto;
}
#footBoardList {
	line-height:40px;
	overflow:hidden;
}
#footBoardList dt {
	margin-right:22px;
}
#footBoardList dd {
	display:none;
	height:40px;
}
#footBoardList dt + dd {
	display:block;
}
#footLink {
	/* display:none; */
	position:static;
	overflow:hidden;
}
#footLink li {
	width:calc(50% - 10px);
	margin:10px 5px;
	box-sizing:border-box;
}
#address {
	padding-top:10px;
}
#address #footNav {
	width:calc(100% - 30px);
	padding:0 15px;
}
#address #footNav li {
	line-height:20px;
}
#address address {
	width:calc(100% - 30px);
	padding:10px 15px;
	line-height:18px;
}


/* ¼­ºêÆäÀÌÁö css Ãß°¡ */
.sub_header > ul {
	width:100%;
	text-align:center;
}
.sub_header > ul li {
	display:inline-block; 
	float:none;
}
#sub_cont h2.sub_tit {
	margin-bottom:19px;
}
#sub_cont .about_cont .about_sec01 h2.tit {
	letter-spacing:-1px;
	margin:0 0 12px;
}
#sub_cont .about_cont  .team_info ul li span {
	margin-bottom:10px;
}
#sub_cont .about_cont .location_form ul.btn_map_list {
	margin:10px 0;
}
#sub_cont .about_cont .location_form ul.map_info li {
	height:auto;
}
#sub_cont .board_cont,
#sub_cont .catalog_cont,
#sub_cont .customer_cont,
#sub_cont .join_cont,
#sub_cont .mypage_cont {
	padding:0 15px;
}
#sub_cont .board_cont .board_list ul li dl dd h2 {
	padding:27px 0 4px;
}
#sub_cont .board_cont .board_list ul li dl dd h3 {
	padding:0 0 11px;
	margin:0 0 14px;
}
#sub_cont .board_cont .board_list ul li dl dd p {
	padding-right:20px;
}
table.goods_info_tbl tr td .more .more_popup {
	left:50%;
	top:40px;
	margin-left:-158px;
}
table.goods_info_tbl tr td .more span.on em {
	right:50%;
	top:50%;
	margin-top:10px;
	margin-right:-6px;
	transform:rotate(90deg);
}
#sub_cont .catalog_cont .catalog_list {
	padding:15px 0 0;
}
#sub_cont .catalog_cont .catalog_list p.cate_cnt {
	position:static;
}
#sub_cont .about_cont .online_list > ul li {
	 width:100%;
	 margin:0 0 24px 0;
}
#sub_cont .about_cont .online_list > ul li p {
	margin:0 auto;
}
#sub_cont .online_cont h5 {
	padding:0 0 39px;
}
#sub_cont .online_cont h5 img {
	width:127px;
	height:auto;
}
#sub_cont .online_cont dl.mindtap_list dt,
#sub_cont .online_cont dl.aplia_list dt,
#sub_cont .online_cont dl.cengagenow_list dt,
#sub_cont .online_cont dl.owl_list dt,
#sub_cont .online_cont dl.web_list dt {
	display:table;
	float:none;
	margin:0 auto 40px !important;
}
#sub_cont .online_cont dl.mindtap_list dd,
#sub_cont .online_cont dl.aplia_list dd,
#sub_cont .online_cont dl.cengagenow_list dd,
#sub_cont .online_cont dl.owl_list dd,
#sub_cont .online_cont dl.web_list dd {
	float:none;
	padding:0 15px;
}
#sub_cont .online_cont .user_guide {
	height:auto;
	background-size:100% 100%;
}
#sub_cont .online_cont .user_guide .w_1200 > ul {
	display:block;
	margin:0 auto;
	padding:80px 0 0;
}
#sub_cont .online_cont .user_guide .w_1200 > ul li {
	width:30.69%;
	margin:0 10px;
}
#sub_cont .online_cont .user_guide .w_1200 > ul li:nth-child(2) {
	margin:0;
}
#sub_cont .online_cont .user_guide .w_1200 > ul li p {
	font-size:16px;
	margin:0 0 11px;
}
#sub_cont .online_cont .user_guide .w_1200 > ul li span {
	width:100%;
	margin:0 auto 20px;
}
#sub_cont .online_cont .user_guide .w_1200 > ul li span a {
	background:url("../img/da_image/icon_online_more.png") no-repeat 85% center;
}
#sub_cont .online_cont .video_cont {
	padding:50px 0 0;
}
#sub_cont .online_cont .video_cont h2 {
	padding:0 0 20px;
}
#sub_cont .online_cont .video_cont h2 img {
	width:147px;
	height:auto;
}
#sub_cont .online_cont .video_cont ul.video_list {
	padding:0 15px;
}
#sub_cont .online_cont .video_cont ul.video_list li {
	width:100%;
	margin:0 0 20px;
}
#sub_cont .online_cont .video_cont ul.video_list li div.video img {
	width:100%;
}
#sub_cont .online_cont .video_cont .video_info {
	padding:40px 15px 0;
}


}





@media screen and (max-width: 1200px) and (min-width: 721px) {
	body {padding-top:213px;}

	#experiences > div.outside span a.bx-prev {text-indent:11px; line-height:34px;}
	#experiences > div.outside span a.bx-next {text-indent:14px; line-height:34px;}
}





@media screen and (min-width: 1200px) {
	#newBook ul li {min-height:364px;}

	#bestSeller li img {height:339px;}
}









