@charset "utf-8";
body,
div,
ul,
li,
h1,
h2,
a {
    margin: 0;
    padding: 0;
}
ul {
    list-style-type: none;
}

img {
    border-style: none;
}

a {
    text-decoration: none;
}

body {
    background: url(../image/bg001.gif) repeat-x;
}

#wrap_head {
    overflow: hidden;
}
#wrap_head #head {
    width: 1024px;
    height: 130px;
    position: relative;
    margin: auto;
}

#wrap_head #head h1 {
    position: absolute;
    top: 22px;
    left: 20px;
    margin: 0px;
}

/*사이트맵*/
#wrap_head #head #topmenu {
    position: absolute;
    top: 5px;
    right: 50px;
}
#wrap_head #head #topmenu li {
    display: inline;
    margin-left: 5px;
    float: right;
}
#wrap_head #head #topmenu a {
    font: 12px 'Verdana';
    text-decoration: none;
    color: #b1b1b1;
}

/*상단메뉴*/
#wrap_head #head #mainmenu {
    clear: both;
    overflow: hidden;
    position: absolute;
    top: 45px;
    left: 260px;
}
#wrap_head #head #mainmenu li {
    float: left;
    margin-left: 50px;
}
#wrap_head #head #mainmenu a {
    font: bold 14px '돋음';
    text-decoration: none;
    color: #333;
}

/*상단메뉴*/
.dropbtn {
    background-color: #4caf50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

/*상단 메뉴 제이쿼리*/
#wrap_head #head #GNB2 {
    position: absolute;
    top: 45px;
    left: 25%;
    height: 46px;
    z-index: 10;
    width: 100%;
}
#wrap_head #head #GNB2 li {
    width: 10%;
    display: block;
    float: left;
    margin-left: 10px;
    height: 60px;
    text-align: center;
}
#wrap_head #head #GNB2 .menu1 {
    clear: both;
    background-position: left top;
    font: bold 14px '돋음';
    color: #575757;
}

#wrap_head #head #GNB2 .menu1 {
    clear: both;
    background-position: left top;
    font: bold 14px '돋음';
    color: #575757;
}
/*#wrap_head #head #GNB2 .menu1:hover {
	background-position:left -46px;

}*/
#wrap_head #head #GNB2 dl {
    margin-top: 20px;
    display: none;
    border-top: 1;
    overflow: hidden;
    width: 550px;
    font-size: 13px;
    text-align: center;
}
#wrap_head #head #GNB2 .menu_dl1 {
    margin-left: -200px;
}
#wrap_head #head #GNB2 .menu_dl2 {
    margin-left: -200px;
}
#wrap_head #head #GNB2 .menu_dl3 {
    margin-left: -100px;
}
#wrap_head #head #GNB2 .menu_dl4 {
    margin-left: -180px;
}

#wrap_head #head #GNB2 dl dt {
    display: none;
}
#wrap_head #head #GNB2 dd {
    float: left;
    margin-left: 0px;
    padding: 9px 6px 9px 6px;
    font: bold 12px '돋음';
}
#wrap_head #head #GNB2 dl dd a {
    float: left;
    padding: 9px 6px 9px 6px;
    color: #fff;
    text-align: center;
}
#wrap_head #head #GNB2 dl dd a:hover {
    color: #ffff00;
    /*background:#eee;*/
}

/*테스트_sc*/

#wrap_content_sc {
    clear: both;
    width: 100%;
    height: 400px;
    margin: auto;
}
.slide_wrap {
    position: relative;
    width: 100%;
    height: 396px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
}
.slide_banner {
    width: 100%;
    height: 396px;
    position: absolute;
}
.slide_banner li {
    width: 100%;
    float: left;
}
#slide_banner_navi {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
#slide_banner_navi li {
    float: left;
    margin-left: 5px;
    z-index: 999;
    width: 10px;
    height: 10px;
    background: url('/images/next.png') no-repeat;
}
#slide_banner_navi li.usl-current-parent {
    background-position: 0 -10px;
}
#slide_banner_navi a {
    width: 10px;
    height: 10px;
    display: block;
}

/*테스트_sc*/

/*전체 컨텐츠*/

#wrap_content {
    clear: both;
    width: 100%;
    margin: auto;
}
#wrap_content #content1 {
    overflow: hidden;
    text-align: center;
    z-index: 1;
}
#wrap_content #content1 img {
    width: 100%;
    z-index: 1;
}

#wrap_content #content1 .clsBannerScreen {
    overflow: hidden;
    position: relative;
    height: 390px;
    max-width: 1904px;
    width: 100%;
    cursor: pointer;
    clear: both;
    z-index: 1;
}
#wrap_content #content1 .clsBannerScreen .images {
    position: absolute;
    display: none;
}
#wrap_content #content1 ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 9pt;
}
#wrap_content #content1 .clsBannerButton {
    width: 1200px;
    cursor: pointer;
    border-bottom: 1px solid #f8f8f8;
}
#wrap_content #content1 .clsBannerButton li {
    width: 124px;
    height: 18px;
    float: left;
    border-right: 0px solid #f8f8f8;
    background-color: #ffffff;
    padding: 2px;
    color: #a8a8a8;
}
#wrap_content #content1 .clsBannerButton li.fir {
    border-left: 0px solid #f8f8f8;
}
#wrap_content #content1 .clsBannerButton li.labelOverClass {
    color: #ffffff;
    background-color: #ff5d05;
}

/*컨텐츠 2*/
/*#wrap_content #content2{
	margin-top:40px;
	margin-bottom:30px;
	overflow:hidden;
}

#wrap_content #content2 #scroll_wrap{
	float:left;
	position:relative;
	width:500px;
	height:220px;
	clear:both;
	overflow:hidden;
	background-color:#333;

}
#wrap_content #content2 #scroll_wrap .left{
	position:absolute;
	left:20px;
	top:60px;
	cursor:pointer;
}
#wrap_content #content2 #scroll_wrap .right{
	position:absolute;
	right:20px;
	top:60px;
	cursor:pointer;
}
#wrap_content #content2 #scroll_wrap .scroll{
	width:400px;
	margin:0 auto;
	overflow:hidden;
}
#wrap_content #content2 #scroll_wrap .scroll ul{
	padding-top:10px;
}
#wrap_content #content2 #scroll_wrap .scroll li{
	white-space:nowrap;
	width:100px;
	text-align:center;
	list-style:none;
	float:left;
	display:block;
}
#wrap_content #content2 #scroll_wrap .scroll img{
	width:85px;
	border:1px solid #ccc;
}
*/
/*컨텐츠 2 탭jquery*/
#wrap_content #content2 {
    overflow: hidden;
    /* margin:auto; */
    width: 1024px;
}
#wrap_content #content2 .tab_menu {
    float: left;
    color: #a8a8a8;
}

#wrap_content #content2 .tab_menu span {
    font-weight: normal;
    font-size: 12px;
    color: #a8a8a8;
}
#wrap_content #content2 .tab_menu {
    width: 505px;
    overflow: hidden;
    color: #a8a8a8;
}
#wrap_content #content2 .tab_menu ul {
    border-bottom: 1px solid #aaa;
    height: 29px;
    color: #a8a8a8;
}
#wrap_content #content2 .tab_menu li {
    width: 126px;
    float: left;
    display: block;
    height: 29px;
    text-align: center;
    position: relative;
    color: #a8a8a8;
}
#wrap_content #content2 .tab_menu li span {
    display: block;
    border: 1px solid #ddd;
    border-bottom: 0;
    left: 0;
    top: 0;
    width: 125px;
    height: 20px;
    padding-top: 8px;
    position: absolute;
    cursor: pointer;
    color: #a8a8a8;
}
#wrap_content #content2 .tab_menu li.on span {
    font-weight: bold;
    padding-bottom: 1px;
    border: 1px solid #aaa;
    border-bottom: 0;
    width: 125px;
    background: #fff;
    color: #a8a8a8;
}
#wrap_content #content2 .tab_menu div {
    display: none;
    clear: both;
    padding: 20px 0;
    width: 503px;
    border: 1px solid #aaa;
    border-top: 0;
    height: 165px;
    color: #a8a8a8;
}
#wrap_content #content2 #img12 dl {
    border: none;
}
#wrap_content #content2 #img12 dd {
    float: left;
    margin-left: 35px;
    text-align: center;
    width: 120px;
}
#wrap_content #content2 #img12 span {
    font-size: 12px;
    color: #333;
}

#wrap_content #content2 #img11 dd {
    float: left;
    margin-left: -35px;
    text-align: center;
}

/*컨텐츠2 메인 이벤트*/
#wrap_content #content2 #main_event {
    width: 252px;
    float: left;
    margin: 0 0 0 13px;
    overflow: hidden;
}
#wrap_content #content2 #main_event li {
    height: 112px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}
/*컨텐츠2 보도자료*/
#wrap_content #content2 #notic {
    width: 238px;
    height: 234px;
    border: 1px solid #ccc;
    float: right;
}
#wrap_content #content2 #notic #notic_01 {
    background-color: #ff6600;
    font-size: 12px;
    color: #fff;
    padding: 5px;
}
#wrap_content #content2 #notic #notic_01 a {
    text-decoration: none;
    color: #fff;
}

#wrap_content #content2 #notic #notic_02 {
    line-height: 150%;
    line-height: 95%;
    padding: 3px 5px;
}

/*컨텐츠3 */
#wrap_content #content3 {
    clear: both;
    overflow: hidden;
    width: 1024px;
    height: 100px;
    background: url(../image/brand_bg.gif);
    margin: auto;
}
#wrap_content #content3 .brand_logo {
    text-align: center;
}
#wrap_content #content3 .brand_logo li {
    /*float:left;*/
    margin: 15px 14px;
    text-align: center;
    display: inline-block;
}
#wrap_content #content3 .brand_logo #razer_logo {
}

/*푸터 시작*/
#wrap_footer {
    clear: both;
    overflow: hidden;
    background: url(../image/foot_bg001.gif) repeat-x;
    background-color: #c1c1c1;
    padding-top: 15px;
    background-position: bottom;
}
#wrap_footer #footer1 {
    width: 1024px;
    height: 195px;
    margin: auto;
    padding: 0;
    font: 12px /200% '돋음';
    color: #fff;
}
#wrap_footer #footer1 h2 {
    font: bold 14px /180% 'Verdana';
    color: #333;
}
#wrap_footer #footer1 a {
    font: 12px /180% '돋음';
    color: #333;
}
#wrap_footer #footer1 #footer1_1 {
    float: left;
    margin-left: 100px;
    margin-right: 100px;
}
#wrap_footer #footer1 #footer1_2 {
    float: left;
    margin-left: 50px;
}
#wrap_footer #footer1 #footer1_3 {
    float: right;
    margin-right: 50px;
}
#wrap_footer #footer1 #footer1_3 ul {
}
#wrap_footer #footer1 #footer1_3 li {
    font: bold 12px '돋음';
    /*background-color:#fff;*/
    color: #333;
    padding: 0px 5px 0 5px;
    line-height: 22px;
}
#wrap_footer #footer1 #footer1_3 li a {
    color: #333;
}
#wrap_footer #footer1 #footer1_3 li a:hover {
    color: #fff;
}
#wrap_footer #footer2 {
    clear: both;
    width: 1024px;
    margin: auto;
    height: 90px;
}
#wrap_footer #footer2 address {
    font: normal 12px /130% '돋음';
    color: #fff;
    margin: 10px 0;
    margin-left: 20px;
    margin-bottom: 10px;
    float: left;
}
#wrap_footer #footer2 address span {
    font: bold 12px '돋음';
}

.option {
    float: right;
}

#personal {
    color: #ff9933;
}
#personal ul {
    overflow: hidden;
    margin-left: 20px;
    margin-top: 20px;
}
#personal li {
    display: inline;
    margin-right: 20px;
    float: left;
}
#personal a {
    color: #ff9933;
}

#sub8 {
    width: 900px;
    margin: 0 auto;
}

#wrap {
    width: 1024px;
    margin: 10px auto;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
}
#header {
    width: 100%;
}
#header h1 {
    padding: 20px 0 20px 15px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}
#header ol {
    position: absolute;
    right: 10px;
    top: 10px;
}
#header ol li {
    display: inline-block;
    font-size: 11px;
    padding-right: 10px;
}
#header ul {
    width: 100%;
    overflow: hidden;
}
#header ul li {
    width: 25%;
    height: 50px;
    background: #ff6600;
    border-top: 1px solid #ccc;
    line-height: 50px;
    float: left;
    text-align: center;
    font-size: 14px;
}
#header ul li:hover {
    background: #333;
    font-weight: bold;
    color: #fff;
}
#content {
    height: 500px;
    padding: 15px;
    border-top: 1px solid #ccc;
    position: relative;
    z-index: 1;
}
#category {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 131px;
    z-index: 2;
    background: #ddd;
    border-bottom: 1px solid #ccc;
    height: 0;
}
#category dl {
    width: 100%;
    display: none;
}
#category dl dt {
    padding: 15px;
    font-weight: bold;
}
#category dl dd {
    padding: 0 15px;
}
#category .category_1 {
    position: relative;
    left: 80px;
}
#category .category_2 {
    position: relative;
    left: 340px;
}
#category .category_3 {
    position: relative;
    left: 605px;
}
#category .category_4 {
    position: relative;
    left: 850px;
}
#category .category_5 {
    position: relative;
    left: 860px;
}

/*popup 관리*/
#popup {
    position: absolute;
    margin: auto;
    z-index: 90;
}

/*뉴스이벤트 서브메뉴*/
.board_submenu {
    display: none;
    position: absolute;
    left: 2%;
    width: 10%;
    background-color: #f39938;
    box-shadow: 5px 5px 5px;
}
.board_submenu ul {
    margin: 10%;
    line-height: 30px;
}
.board_submenu ul li {
    text-align: center;
}
.board_submenu ul li a {
    color: #fff;
    font: bold 12px '돋음';
}

/*고객지원 서브메뉴*/
#floating_banner {
    width: 200px;
    height: 332px;
    float: right;
    margin: 0 10px;
    box-shadow: 0px 0px 0px;
}
/*고객지원 서브메뉴 위치 변경시 right 값을 수정*/
/*right 1% = 화면 우측 경계에서 1% 떨어진 곳에 위치*/
#floating_banner_sub {
    display: none;
    width: 200px;
    height: 332px;
    position: absolute;
    box-shadow: 0px 0px 0px;
    right: 15%;
}
#inside_wrapper {
    /*display: flex;*/
    margin: 0 auto;
    width: 1024px;
    text-align: center;
}

.slider {
    margin: 0 auto;
    max-width: 1904px;
}

.slide_viewer {
    height: 420px;
    overflow: hidden;
    position: relative;
}

.slide_group {
    height: 100%;
    position: relative;
    width: 100%;
}

.slide {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
    justify-content: center;
}

.slide:first-child {
    display: flex;
}

.slide:nth-of-type(1) {
    background: #000000;
}

.slide:nth-of-type(2) {
    background: #f4e4cd;
}

.slide:nth-of-type(3) {
    background: #c75534;
}

.slide:nth-of-type(4) {
    background: #d1d1d4;
}

.slide_buttons {
    left: 0;
    /* position: absolute; */
    right: 0;
    text-align: center;
}

a.slide_btn {
    color: #474544;
    font-size: 42px;
    margin: 0 0.175em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.slide_btn.active,
.slide_btn:hover {
    color: #428cc6;
    cursor: pointer;
}

.directional_nav {
    /* height: 420px; */
    margin: 0 auto;
    max-width: 1904px;
    position: relative;
    top: -250px;
}

.previous_btn {
    bottom: 0;
    left: 100px;
    margin: auto;
    position: absolute;
    top: 0;
}

.next_btn {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 100px;
    top: 0;
}

.previous_btn,
.next_btn {
    cursor: pointer;
    height: 65px;
    opacity: 0.5;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 65px;
}

.previous_btn:hover,
.next_btn:hover {
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .previous_btn {
        left: 50px;
    }
    .next_btn {
        right: 50px;
    }
}
