.index_link:hover, .index_link:active{
	text-decoration:none;
}
.dropbtn {
  background-color: #dddddd;
  color: black;
  padding: 7px 0px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 110px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 110px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 11;
}

.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;
	text-align: center;
}

.dropdown:hover .dropbtn {
  background-color: #dddddd;
}
.under_login_texts span{
	color: #d6d6d6;
    margin: 0 10px;
}
.under_login_texts{
	font-size:16px;
	text-align: center;
}
label{
	font-size: 16px;
	padding-top: 13px;
}
#DSIC_id, #DSIC_pw{
	/* text-transform: lowercase; */
}
.form-control{
	height: 44px;
    border-radius: 0px;
}
.btn-lg {
    border-radius: 0px;
}

.btn_comm {
    display: block;
    margin: 0 auto;
    background: #4d87ef;
    color: #fff;
    text-align: center;
    -webkit-appearance: none;
	border: 0 none;
}

/* Container holding the image and the text */
.img_container {
  position: relative;
  text-align: center;
  color: white;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shadow{
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.menu_link {
    font-size: 15px;
	line-height:60px;
}
.menu_link a{
	margin: 0 16px;	
}
.menu_link a:hover, .menu_link a:active{
    text-decoration:none;
}
@media (min-width: 1200px){
	.container {
		width: 1200px;
	}
}
.navbar {
    border: 0px solid transparent;
}

/*!
 *css name : for all site
 *Made by John 2018_08_09 ~
 * Copyright 2018 NEXT STORY.Inc
  */
@font-face {
	font-family: '나눔고딕';
	font-style: normal; 
	font-weight: 300;
	src: url(http://14.63.195.208/fonts/Spoqa Han Sans Regular.eot);
	src: url(http://14.63.195.208/fonts/Spoqa Han Sans Regular.eot?#iefix) format('embedded-opentype'),
	url(http://14.63.195.208/fonts/Spoqa Han Sans Regular.woff) format('woff'),
	url(http://14.63.195.208/fonts/Spoqa Han Sans Regular.ttf) format('truetype');
}
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap');
body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, select, table, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}
body, html {
    height: 100%;
}
a{
	color:#222222;
	text-decoration:none;
}
a:hover{
	/*color:#118eff;*/
	color:#ff9900;
	text-decoration:underline;
	font-weight:bold;
}
.link_nodeco:focus, .link_nodeco:hover{
	text-decoration: none !important;
}
.container {
    padding-right: 0px;
    padding-left: 0px;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0px;
    padding-left: 0px;
}
body{
	/* font-family: Spoqa,Helvetica,"Apple SD Gothic Neo",sans-serif; */
	font-family: Noto Sans KR,Helvetica,"Apple SD Gothic Neo",sans-serif;
	/* font-family: Dotum,'돋움',Helvetica,"Apple SD Gothic Neo",sans-serif; */
	font-size: 13px;
	line-height: 1.42857143;
	color: #222;
	background-color: #f2f4f7;
	/* letter-spacing:-1px; */
	/* letter-spacing:-0.5px; */
	letter-spacing:-0.2px;
}
.navbar{
	/* border-top:5px solid #2d96f5; */
	/* height:107px; */
	min-height: 0px;
	border-bottom:1px solid #d1d8e4;
	margin-bottom: 0px;
	border-radius: 0px;
	background-color:#ffffff;
	z-index: 10;
}
.nav_box{
	width:1200px;
	padding-left:0px;
	padding-right:0px;
	/* padding-top: 10px; */
}
.nav_set_start{
	text-align:right;
	font-size: 12px;
	color:#c5c5c5;
}
.nav_wrap{
	/* line-height: 137px; */
}


.right_coin {
    float: left;
}
.right_coin_1 {
    line-height: 0px;
}
.right_coin_2 {
    line-height: 0px;
}

.nm_1{
    width: 122px;
    height: 35px;
    display: inline-block;
    background-position: -187px -36px;
}
.nm_2{
	width: 97px;
	height: 35px;
	display: inline-block;
	background-position: -211px 0px;
}
.nav_texts{
	display: inline-block;
    padding: 6px 30px;
    line-height: 30px;
    position: relative;
    top: -14px;
    margin-left: 20px;
    background-color: #f2f4f7;
    font-size: 14px;
}



.cont_box_header{
	height:44px;
	padding: 14px 0px 14px 16px;
	border-bottom:1px solid #dee3eb;
	position: relative;
}
.DSIC_bg{
	/*전체 이미지 변경 부*/
	background-image: url(http://14.63.195.208/img/DSIC_main_v190304.png);
	background-repeat: no-repeat;
}
.cb_more{
	width: 44px;
	height: 43px;
	background-position: -256px -125px;
	position: absolute;
	top: 0px;
	right: 0px;
	border-left: 1px solid #dee3eb;
}
.fvote_main_title{
	width: 97px;
	height: 16px;
	background-position: 0px -63px;
	float: left;
}
.news_main_title{
	width: 68px;
	height: 16px;
	background-position: 0px -102px;
	float: left;
}
.time_main_title{
	width: 97px;
	height: 16px;
	background-position: 0px -142px;
	float: left;
}
.jisik_main_title{
	width: 65px;
	height: 16px;
	background-position: 0px -181px;
	float: left;
}
.foto_main_title{
	width: 52px;
	height: 16px;
	background-position: 0px -221px;
	float: left;
}
.play_main_title{
	width: 59px;
	height: 16px;
	background-position: 0px -260px;
	float: left;
}
.fb_main_title{
	width: 68px;
	height: 16px;
	background-position: -74px -260px;
	float: left;
}
.box_left{
	float: left;
	width: 337px;
	background-color:#ffffff;
	border:1px solid #dee3eb;
	margin-bottom:8px;
}
.box_right{
	float: right;
	width: 337px;
	background-color:#ffffff;
	border:1px solid #dee3eb;
	margin-bottom:8px;
}

.box{
	background-color:#ffffff;
	border:1px solid #dee3eb;
	margin-bottom:8px;
}
.cont_box{
	padding: 18px 16px 18px 16px;
}
.wrap_box{
	width: 1200px;
	/* padding-top: 8px; */
	background-color: #ffffff;
}
.left_box{
	padding-left: 0px;
	padding-right: 0px;
	width: 682px;
}
.right_box{
	margin-left: 8px;
	width: 300px;
}
.footer_box{
	width:1200px;
	padding-left:0px;
	padding-right:0px;
	line-height: 65px;
	color:#888888;
}
.footer_box a, .footer_box a:hover, .footer_box a:focus{
	color:#888888;
}
.footer_info {
    clear: both;
    width: 100%;
    padding: 15px 0 0 0;
    margin: 10px 0 0 0;
}
.footer_info p {
    color: #999;
    line-height: 24px;
    font-size: 13px;
}
footer{
	height:65px;
	/* border-top:1px solid #dee3eb; */
	background-color:#333333;
	font-size:12px;
	height: 120px;
}
#copyright{
	float: right;
	color:#737373;
}

/* 230608 john 추가 시작 */

/* GNB 수정 시작 */
.j23_gnb_wrap {
	width:100%;
	background-color:#ffffff;
}
.j23_gnb {
    display: flex;
    flex-direction: row;
	align-items: center;
	height: 100px;
}
.j23_gnb_logo{
	height:50px;
}
.j23_gnb_item_wrap {
    display: flex;
    flex-direction: row;
	align-items: center;
    justify-content: space-between;
    width: 100%;
}
.j23_gnb_item {
    display: flex;
    flex-direction: row;
	align-items: center;
}
.j23_gnb_item a {
	font-size:16px;
	text-decoration: none;
	padding: 0px 20px;
}
.j23_gnb_item > a:first-child {
	padding-left: 60px;
}

.j23_gnb_profile_wrap {
    position: relative;
	padding: 10px;
	cursor:pointer;
}
.j23_gnb_profile_wrap:hover .j23_gnb_profile_item{
	display: flex;
}
.j23_gnb_profile_item {
    display: none;
	position: absolute;
	top: 42px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999999;
    flex-direction: column;
    align-items: center;
	background-color: #333;
    justify-content: center;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 40%);
    text-wrap: nowrap;
    padding: 20px 8px;
	border-radius: 8px;
}
.j23_gnb_profile_item:after {
	content:"";
	display:inline-block;
	border-style:solid;
	border-width:0 10px 10px;
	border-color:#333 transparent;
	position:absolute;
	top:-10px;
	left:50%;
	transform: translateX(-50%);
}
.j23_gnb_profile_item > a {
    padding-top: 5px;
    padding-bottom: 5px;
	color: #fff;
}

.a1_gnb_profile_wrap {
	display: inline-block;
	margin: 0px 16px;
}
.a1_gnb_profile_wrap:hover .a1_gnb_profile_item{
	display: flex;
}
.a1_gnb_profile_item {
    display: none;
	position: absolute;
    top: 52px;
    left: 11%;
    transform: translateX(-50%);
    z-index: 99999999;
    flex-direction: column;
    align-items: center;
	background-color: #333;
    justify-content: center;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 40%);
    text-wrap: nowrap;
    padding: 20px 8px;
	border-radius: 8px;
}
.a1_gnb_profile_item:after {
	content:"";
	display:inline-block;
	border-style:solid;
	border-width:0 10px 10px;
	border-color:#333 transparent;
	position:absolute;
	top:-10px;
	left:50%;
	transform: translateX(-50%);
}
.a1_gnb_profile_item > a {
    padding-top: 5px;
    padding-bottom: 5px;
	color: #fff;
}

.a2_gnb_profile_wrap {
	display: inline-block;
	margin: 0px 16px;
}
.a2_gnb_profile_wrap:hover .a2_gnb_profile_item{
	display: flex;
}
.a2_gnb_profile_item {
    display: none;
	position: absolute;
    top: 52px;
    left: 52%;
    transform: translateX(-50%);
    z-index: 99999999;
    flex-direction: column;
    align-items: center;
	background-color: #333;
    justify-content: center;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 40%);
    text-wrap: nowrap;
    padding: 20px 8px;
	border-radius: 8px;
}
.a2_gnb_profile_item:after {
	content:"";
	display:inline-block;
	border-style:solid;
	border-width:0 10px 10px;
	border-color:#333 transparent;
	position:absolute;
	top:-10px;
	left:50%;
	transform: translateX(-50%);
}
.a2_gnb_profile_item > a {
    padding-top: 5px;
    padding-bottom: 5px;
	color: #fff;
}

.a3_gnb_profile_wrap {
	display: inline-block;
	margin: 0px 16px;
}
.a3_gnb_profile_wrap:hover .a3_gnb_profile_item{
	display: flex;
}
.a3_gnb_profile_item {
    display: none;
	position: absolute;
    top: 52px;
    left: 67%;
    transform: translateX(-50%);
    z-index: 99999999;
    flex-direction: column;
    align-items: center;
	background-color: #333;
    justify-content: center;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 40%);
    text-wrap: nowrap;
    padding: 20px 8px;
	border-radius: 8px;
}
.a3_gnb_profile_item:after {
	content:"";
	display:inline-block;
	border-style:solid;
	border-width:0 10px 10px;
	border-color:#333 transparent;
	position:absolute;
	top:-10px;
	left:50%;
	transform: translateX(-50%);
}
.a3_gnb_profile_item > a {
    padding-top: 5px;
    padding-bottom: 5px;
	color: #fff;
}

.a4_gnb_profile_wrap {
	display: inline-block;
	margin: 0px 16px;
}
.a4_gnb_profile_wrap:hover .a4_gnb_profile_item{
	display: flex;
}
.a4_gnb_profile_item {
    display: none;
	position: absolute;
    top: 52px;
    left: 81%;
    transform: translateX(-50%);
    z-index: 99999999;
    flex-direction: column;
    align-items: center;
	background-color: #333;
    justify-content: center;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 40%);
    text-wrap: nowrap;
    padding: 20px 8px;
	border-radius: 8px;
}
.a4_gnb_profile_item:after {
	content:"";
	display:inline-block;
	border-style:solid;
	border-width:0 10px 10px;
	border-color:#333 transparent;
	position:absolute;
	top:-10px;
	left:50%;
	transform: translateX(-50%);
}
.a4_gnb_profile_item > a {
    padding-top: 5px;
    padding-bottom: 5px;
	color: #fff;
}
/* GNB 수정 끝 */

/* 기본 리스트 시작 */
.j23_list_title_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 40px;
    /* border-bottom: 1px solid #000000; */
    /* padding-bottom: 10px; */
	margin-top: 20   px;
}
.j23_list_title {
    font-size: 20px;
    font-weight: bold;
}
.j23_list_search_wrap {
    border: 1px solid #c7c7c7;
    background-color: #ffffff;
    padding-right: 6px;
}
.j23_list_search_wrap input {
    border: 0px;
    padding: 6px 10px;
}
.j23_list_search_wrap button {
    border: 0px;
    background-color: #ffffff;
}
.j23_list {
    display: grid;
    grid-template-columns: 386px 387px 386px;
    padding: 20px 0;
    gap: 20px;
}
.j23_list_item {
    width: 100%;
    background-color: #FFFFFF;
	border: 1px solid #c7c7c7;
}
.j23_list_item_thumb {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #edecec;
}
.j23_list_item_content_wrap {
    padding: 20px;
}
.j23_list_item_sort {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
}
.j23_list_item_sort select {
    width: 60px;
    text-align: center;
    height: 20px;
	border: 1px solid #c7c7c7;
}

.j23_list_item_title {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
}
.j23_list_item_sort > span {
    height: 20px;
    width: 38px;
    background-color: #333;
    display: flex;
    color: #ffffff;
    font-size: 10px;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}
.j23_list_item_sort > span:hover {
    background-color: #f5881f;
}
.j23_list_item_sn,
.j23_list_item_revision,
.j23_list_item_nickname{
	display: flex;
    flex-direction: row;
	align-items: center;
    gap: 4px;
}
.j23_list_item_sn > span:first-child,
.j23_list_item_revision > span:first-child,
.j23_list_item_nickname > span:first-child{
    width: 70px;
    /* font-weight: bold; */
	color: #9d9d9d;
}
.j23_list_item_nickname > span:last-child{
	height: 20px;
    width: 38px;
    background-color: #333;
    display: flex;
    color: #ffffff;
    font-size: 10px;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}
.j23_list_item_nickname > span:last-child:hover {
    background-color: #f5881f;
}
/* 기본 리스트 끝 */

/* 기본 상세 시작 */
.j23_detail_wrap {
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.j23_detail_img_wrap {
    width: 60%;
    /* border: 1px solid #000000; */
}
.j23_detail_img_wrap img {
    width: 100%;
}
.j23_detail_content_wrap {
    width: 40%;
    /* border: 1px solid #000000; */
    /* padding: 20px; */
}
.j23_detail_revision {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    border-bottom: 1px solid #f5881f;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.j23_detail_revision span:first-child {
    color: #9d9d9d;
}
.j23_detail_title {
	font-size: 36px;
	font-weight: bold;
}
.j23_detail_basic_price {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 2px;
    margin-top: 10px;
}
.j23_detail_basic_price > span:first-child {
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    letter-spacing: -1px;
}
.j23_detail_basic_price > span:last-child {
    font-size: 16px;
    font-weight: bold;
}
.j23_picknum_wrap {
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    background-color: #F5F5F5;
	margin-top: 100px;
}
.j23_picknum_label {
    height: 40px;
    display: flex;
    align-items: center;
    font-weight: bold;
    border-bottom: 1px solid #c7c7c7;
}
.j23_picknum_selector_wrap {
    display: flex;
    height: 50px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /* width: 100%; */
}

.j23_picknum_selector {
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 40px;
    /* border: 1px solid #000000; */
    /* width: 130px; */
    justify-content: center;
	gap: 4px;
} 
.j23_minus, .j23_plus {
    border-radius: 100px;
    border: 1px solid #c7c7c7;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
	background-color: #ffffff;
}
.j23_minus > img, .j23_plus > img {
    width: 12px;
}
.j23_selectnum_input {
    text-align: center;
    border: 1px solid #c7c7c7;
    height: 24px;
    border-radius: 4px;
}
.j23_white_bg{
	background-color:#ffffff;
}
/* Chrome, Safari, Edge, Opera */
.j23_selectnum_input::-webkit-outer-spin-button,
.j23_selectnum_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.j23_selectnum_input {
  -moz-appearance: textfield;
}

.j23_picknum_price {
    font-size: 18px;
}
.j23_picknum_price > span {
    font-size: 16px;
    margin-right: 10px;
    color: #878787;
}
.j23_add_cart {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5881f;
    border-radius: 8px;
    font-size: 22px;
    letter-spacing: -1px;
    font-weight: bold;
    margin-top: 20px;
    color: #ffffff;
    cursor: pointer;
}

/* 기본 상세 끝 */

/* 230608 john 추가 끝 */