@import url('slick.css');
/* 제휴상담/신청 */
.alliance .alliance_view {
  width: 100%;
}
/* check_style*/
.check_style {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}
.check_style input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: url('/img/main/checkbox_off.png') no-repeat center center;
}
.check_style:hover input ~ .checkmark {
}
.check_style.active .checkmark,
.check_style input:checked ~ .checkmark {
  background: url('/img/main/checkbox_on.png') no-repeat center center;
}
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}
.check_style.active .checkmark:after {
  display: block;
}
.check_style input:checked ~ .checkmark:after {
  display: block;
}
.check_style .checkmark:after {
}
.i_tit {
  font-size: 26px;
  color: #333;
  margin: 40px 0 20px;
  font-weight: 400;
}

.ta_list01 {
  width: 100%;
}
.ta_list01 th {
  height: 40px;
  background-color: #fafafa;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  color: #333;
  font-weight: 500;
  padding-left: 20px;
  text-align: left;
}
.ta_list01 td {
  padding: 10px 0;
  background-color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  color: #333;
  font-weight: 500;
  padding-left: 20px;
  text-align: left;
}

.ta_right {
  text-align: right;
}
.btn_st02 {
  display: inline-block;
  font-size: 14px;
  padding: 0 13px;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  color: #fff;
  background-color: #005bab;
}
.btn_st03 {
  display: inline-block;
  font-size: 18px;
  line-height: 48px;
  height: 50px;
  overflow: hidden;
  border: 1px solid #cccccc;
  color: #333;
  background-color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn_st03.c01 {
  color: #fff;
  background-color: #005bab;
  border-color: #005bab;
}
.btn_st04 {
  display: inline-block;
  width: 140px;
  height: 32px;
  line-height: 32px;
  background-color: #005bab;
  color: #fff;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
}
.btn_st05 {
  display: inline-block;
  padding: 0 10px;
  line-height: 24px;
  overflow: hidden;
  border: 1px solid #aaa;
  background-color: #f6f6f6;
  color: #333;
  font-size: 12px;
  border-radius: 2px;
  vertical-align: middle;
}
.btn_sav {
  display: inline-block;
  width: 80px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  font-size: 12px;
  border-radius: 2px;
  vertical-align: middle;
}
.btn_del {
  display: inline-block;
  width: 80px;
  height: 26px;
  line-height: 24px;
  overflow: hidden;
  border: 1px solid #aaa;
  background-color: #f6f6f6;
  color: #333;
  text-align: center;
  font-size: 12px;
  border-radius: 2px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn_st06 {
  display: inline-block;
  width: 255px;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  background-color: #4254c8;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn_st06.c01 {
  border: 1px solid #ccc;
  line-height: 53px;
  color: #333;
  background-color: #fff;
}
.btn_st07 {
  display: inline-block;
  width: 144px;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  background-color: #595959;
}
.btn_st07.c01 {
  background-color: #4254c8;
  border-color: #4254c8;
}
.btn_payment {
  display: block;
  margin: 20px auto 40px;
  width: 100%;
  height: 56px;
  line-height: 56px;
  overflow: hidden;
  text-align: center;
  background-color: #4254c8;
  color: #fff;
  font-size: 20px; /*  border-bottom: 4px solid #1183bb; */
}

.btn_st08 {
  display: inline-block;
  width: 255px;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  background-color: #fff;
  color: #069ee9;
  border: solid 1px #069ee9;
  margin-left: 15px;
}
.btn_class_info {
  display: none;
  margin: 0px 0 5px 20px;
  width: 115px;
  height: 26px;
  line-height: 26px;
  background-color: #777777;
  color: #fff;
  outline: none;
}

.sub_location {
  padding: 15px 0;
}
.sub_location:after {
  content: '';
  display: block;
  clear: both;
}
.sub_location .sl_left {
  float: left;
}
.sub_location .sl_left a {
  display: inline-block;
  font-size: 12px;
  color: #666;
  font-weight: 300;
  padding-left: 21px;
  background: url('../img/ico/ico_home.png') left center no-repeat;
}
.sub_location .sl_left .sl_arrow {
  display: inline-block;
  font-family: 'Gulim';
  vertical-align: middle;
  color: #777;
  margin: 0 6px;
  font-size: 10px;
  vertical-align: middle;
}
.sub_location .sl_left .sl_active {
  font-size: 12px;
  color: #666;
}
.sub_location .sl_left select {
  height: 28px;
}
.sub_location .sl_right {
  float: right;
}
.sub_search_form {
  position: relative;
}
.sub_search_form .ssf_ip {
  width: 206px;
  height: 30px;
}
.sub_search_form .btn_ssf {
  float: right;
  margin-left: 5px;
  width: 68px;
  height: 30px;
  background: #777;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  border: none;
}

.item_list .pdt_tab {
  margin: 30px 0;
  font-size: 0;
}
.item_list .pdt_tab a {
  position: relative;
  display: inline-block;
  border: 1px solid #ccc;
  width: calc(16.66% + 1px);
  margin-left: -1px;
  margin-bottom: -1px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #454545;
  box-sizing: border-box;
}
.item_list .pdt_tab a.on {
  border: 1px solid #005bab;
  color: #005bab;
  z-index: 1;
}
.item_list .next_prev_box {
  margin: 0 auto 100px;
}

.sub_wrap {
  position: relative;
  /* margin-top:40px; */
}
/* //아이템리스트 카테고리 추가 */
.sub_wrap .banner_box {
  width: 100%;
}
.sub_wrap .banner_box video {
  width: 100%;
}
.sub_wrap .list_info_txt {
  margin: 40px 0 20px;
  border-bottom: 1px solid #575757;
  padding-bottom: 20px;
}
.sub_wrap .list_info_txt p {
  display: inline-block;
  font-size: 16px;
  color: #252525;
}
.sub_wrap .list_info_txt p span {
  font-family: 'Lato', sans-serif;
  color: #424fc5;
  font-weight: 600;
}
.sub_wrap .list_info_txt .info_left {
  float: left;
}
.sub_wrap .list_info_txt .info_right {
  float: right;
}
.sub_wrap .list_info_txt .info_right .filter_ttl {
  display: none;
}
.sub_wrap .list_info_txt .info_right .depth02 {
  font-size: 0;
}
.sub_wrap .list_info_txt .info_right .depth02 li {
  display: inline-block;
}
.sub_wrap .list_info_txt .info_right .depth02 li a {
  display: block;
  padding-right: 15px;
  font-size: 16px;
  color: #1d1d1d;
}
.sub_wrap .list_info_txt .info_right .depth02 li.on a {
  color: #5023a9;
  font-weight: 600;
}
.sub_wrap .list_info_txt .info_right .depth02 li:last-of-type a {
  padding-right: 0;
}
.sub_wrap:after {
  content: '';
  display: block;
  clear: both;
}
.item_list #snb {
  float: left;
  width: 180px;
  display: none;
}
.item_list .sub_content {
  margin-top: 10px;
  float: none;
  width: 100%;
}
.item_list .sub_content.dak_01 {
  float: none;
  width: 100%;
}

.sub_wrap.dak_01 {
  width: 100%;
  float: none;
}

.snb_box {
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.snb_box.border_none {
  border: none;
}
.snb_box .sb_tit01 {
  font-size: 20px;
  color: #333;
  padding: 38px 18px;
  border-bottom: 1px solid #ddd; /* border-left: 1px solid #ddd; */
  background: #f5f5f5;
}
.snb_box .sb_tit02 {
  font-size: 15px;
  color: #333;
  padding: 14px 18px;
  border-bottom: 1px solid #ddd;
  background: #f5f5f5;
}
.snb_box .snb_list {
  padding: 10px 19px;
}
.snb_box .snb_list > li > a,
.snb_box .snb_list > li > label.check_style {
  display: block;
  padding: 8px 0;
  font-size: 13px;
  color: #333;
  font-family: '맑은 고딕', 'Malgun Gothic';
  letter-spacing: -0.4px;
}
.snb_box .snb_list > li > label.check_style {
  padding-left: 25px;
}
.snb_box .snb_list > li > label.check_style .checkmark {
  top: 5px;
}
.snb_box .snb_list > li > a .num {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #005bab;
  text-align: center;
  line-height: 14px;
  color: #fff;
  font-size: 10px;
  margin-right: 10px;
  vertical-align: top;
}
.snb_box .snb_list > li:first-child > a .num {
  background: #005bab;
}
.snb_box .snb_list > li ul li a {
  display: block;
  padding: 0px 0;
  font-size: 13px;
  color: #333;
  font-family: '맑은 고딕', 'Malgun Gothic';
  letter-spacing: -0.4px;
  text-indent: 5px;
}
.check_list .snb_list > li {
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}
.check_list .snb_list > li > a {
  font-size: 15px;
  background: url('/img/sub/icon_splus.png') no-repeat right center;
  font-weight: bold;
}
.check_list .snb_list > li > a.on {
  background: url('/img/sub/icon_sminus.png') no-repeat right center;
}
.check_list .snb_list > li > a .unit {
  display: block;
  margin-top: 5px;
  font-size: 11px;
}
.check_list .snb_list > li .depth02 {
  display: none;
}
.check_list .snb_list > li .depth02 > li {
  padding: 6px 0;
}
.check_list .snb_list > li .depth02 > li .check_style {
  font-size: 13px;
  color: #333;
  letter-spacing: -0.5px;
}
.check_list .snb_list > li .depth02.color_check {
  margin-left: -9px;
  padding-top: 25px;
}
.check_list .snb_list > li .depth02.color_check > li {
  float: left;
  padding: 0;
  margin-left: 9px;
  margin-bottom: 10px;
}
.num_list .snb_list > li > a {
  padding: 6px 0;
}
.color_check .ic_color {
  display: inline-block;
  width: 15px;
  height: 15px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.check_list .snb_list > li .depth02.size_check > li {
  padding: 0;
}
.size_check {
  margin-top: 20px;
  width: 143px;
}
.size_check > li {
  float: left;
  width: 33.33333%;
  margin-left: -1px;
  margin-top: -1px;
  text-align: center;
  border: 1px solid #e5e5e5;
  line-height: 35px;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* .size_check > li.active a{color: #ff4d4d;} */
.size_check > li.active a {
  color: #333;
}
.size_check > li a {
  display: block;
  font-size: 12px;
  color: #333;
}

.snb_box .itme_type02 {
  padding: 19px;
}
.snb_box .itme_type02 > li {
  border-top: 1px solid #ddd;
  padding-top: 18px;
  margin-top: 20px;
}
.snb_box .itme_type02 > li:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.sub_top_banners:after {
  content: '';
  display: block;
  clear: both;
}
.imb_slider {
  overflow: hidden;
  width: 680px;
  height: 358px;
}
.item_main_banner {
  float: left;
  width: 680px;
}
.item_right_banner {
  position: relative;
  overflow: hidden;
  float: right;
  width: 280px;
  height: 400px;
  padding: 20px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.item_right_banner h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}
.imb_tab {
  width: 683px;
  margin-left: 1px;
}
.imb_tab li {
  float: left;
  width: 25%;
  height: 42px;
  line-height: 40px;
  margin-left: -1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.imb_tab li a {
  display: block;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.imb_tab li a.active {
  background-color: #3a3a3c;
  color: #fff;
  border-color: #3a3a3c;
}
.item_right_banner .bx-pager {
  position: absolute;
  right: 20px;
  top: 14px;
}
.item_right_banner .bx-pager-item {
  display: inline-block;
  margin-left: 6px;
}
.item_right_banner .bx-pager-item .bx-pager-link {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #aaa;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
}
.item_right_banner .bx-pager-item .bx-pager-link.active {
  background: #005bab;
}

/* 제품 리스트 상세검색 */
.item_wrap .iw_top {
  padding: 0px 0 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.item_detail_search {
  position: relative;
  padding-left: 75px;
  margin-bottom: 15px;
  min-height: 24px;
  display: none;
} /* display:none; */
.item_detail_search dt {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  color: #333;
  font-weight: bold;
  line-height: 24px;
}
.item_detail_search dd:after {
  content: '';
  display: block;
  clear: both;
}
.item_detail_search dd .ids_close {
  float: left;
  padding: 0 32px 0 11px;
  margin-left: 10px;
  line-height: 22px;
  border: 1px solid #ccc;
  font-size: 13px;
  color: #888;
  background: url('/img/sub/icon_close01.png') no-repeat 88% center;
  border-radius: 11px;
}
.item_detail_search dd .ids_close:first-child {
  margin-left: 0;
}
.item_detail_tab {
  padding: 0 12px;
  background: #f6f6f6;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}
.item_detail_tab a {
  position: relative;
  float: left;
  padding: 0 8px;
  font-size: 12px;
  color: #434343;
}
.item_detail_tab a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  height: 8px;
  border-left: 1px solid #ccc;
}
.item_detail_tab a:first-child:after {
  display: none;
}
.item_detail_tab a.active {
  color: #50738b;
}

.item_detail_tab button {
  position: relative;
  float: left;
  padding: 6px 8px;
  font-size: 12px;
  color: #434343;
  border: none;
  outline: 0;
}
.item_detail_tab button:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  height: 8px;
  border-left: 1px solid #ccc;
}
.item_detail_tab button:first-child:after {
  display: none;
}
.item_detail_tab button.active {
  color: #50738b;
}

/* sub_item_list */
.sub_item_list .itme_type01 > li {
  width: calc(25% - 15px);
  margin-right: 20px;
  margin-bottom: 60px;
}
.sub_item_list .itme_type01 > li:nth-of-type(4n) {
  margin-right: 0;
}
.sub_item_list .itme_type01 .thum_img {
  height: 280px; /* height: 370px; */
}
.sub_item_list .itme_type01.itme_type_special .thum_img {
  height: 370px;
}
.sub_item_list .itme_type01 .item_content .ic_txt {
  height: 36px;
}
/* 0518 */
.sub_item_list .itme_type01 .item_content .ic_bot .ic_pay span.above {
  right: 24%;
}

.tit_st02 {
  font-size: 15px;
  color: #fff;
  background: #3a3a3c;
  padding: 0 32px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  font-weight: 500;
}
.tit_st02 span {
  font-size: 12px;
  color: #999999;
  margin-left: 20px;
}

/* 나의쇼핑정보 */
.mii_content {
  position: relative;
  overflow: hidden;
  height: 272px;
  border: 1px solid #ddd;
  border-top: 0;
}
.mii_list {
  float: left;
  width: 445px;
}
.mii_right {
  float: right;
  width: 730px;
  padding: 41px 0 35px;
}
.mii_list .tab_tit {
  position: relative;
  width: 180px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: #f6f6f6;
  font-size: 15px;
}
.mii_list .tab_tit a {
  display: block;
  color: #333;
  font-size: 14px;
}
.mii_list > li.active .tab_tit {
  background-color: #fff;
  border-right-color: #fff;
}
.mii_list > li.active .tab_content {
  display: block;
}
.mii_list > li:first-child .tab_tit {
  border-top: 0;
}
.mii_list .tab_content {
  position: absolute;
  left: 175px;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 41px 0 35px;
  display: none;
}
.tab_content {
  position: relative;
  float: left;
  width: 270px;
}
.tab_content:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 41px;
  bottom: 35px;
  border-right: 1px solid #ddd;
}
.tab_content .my_item_slider {
  position: relative;
  width: 140px;
  margin: 0 auto;
}
.my_item_slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 18px;
  height: 30px;
  overflow: hidden;
  background: url('/img/sub/btn_arrow01.png') no-repeat;
  overflow: hidden;
  text-indent: -9999em;
  opacity: 0.8;
}
.my_item_slider .slick-arrow.slick-prev {
  left: -48px;
  background-position: left top;
}
.my_item_slider .slick-arrow.slick-next {
  right: -44px;
  background-position: -18px top;
}
.my_item_slider .slick-arrow:hover {
  opacity: 1;
}
.mii_content .slick-counter {
  position: absolute;
  right: 0;
  top: -22px;
  font-size: 12px;
  color: #888;
}
.mii_content .slick-counter .current {
  color: #333;
}
.my_item_carousel .slick-counter {
  right: 30px;
}
.my_item_carousel {
  position: relative;
}
.my_item_carousel .mic_slider {
  padding-left: 13px;
}
.my_item_carousel .itme_type02 .slick-slide {
  padding: 0 5px;
  width: 166px;
  box-sizing: border-box;
}
.my_item_carousel .mic_txt {
  position: absolute;
  top: -22px;
  font-size: 12px;
  color: #555;
  font-weight: 300;
  padding-left: 30px;
}
.my_item_carousel .slick-arrow {
  position: absolute;
  top: 38%;
  margin-top: -35px;
  width: 18px;
  height: 30px;
  overflow: hidden;
  background: url('/img/sub/btn_arrow01.png') no-repeat;
  overflow: hidden;
  text-indent: -9999em;
  z-index: 55;
  opacity: 0;
  transition: 0.3s all;
}
.my_item_carousel .slick-arrow.slick-prev {
  left: 2px;
  background-position: left top;
}
.my_item_carousel .slick-arrow.slick-next {
  right: 2px;
  background-position: -18px top;
}
.my_item_carousel:hover .slick-arrow {
  opacity: 1;
}

/* 180409 추가 및 수정 */
.ic_subject {
  width: 90%;
}

/* 상세페이지 */
.view_top_info .vti_left {
  float: left;
  width: 50%;
}
.view_top_info .vti_right {
  float: right;
  width: 48%;
  border-top: 2px solid #555;
  padding-top: 40px;
}
.vti_right .vti_top {
  overflow: hidden;
  line-height: 18px;
  padding: 0 20px;
  margin-bottom: 20px;
}
.vti_right .vti_top .vti_txt01 {
  float: left;
  font-size: 16px;
  color: #888;
}
.vti_right .vti_top .vti_txt02 {
  float: right;
  font-size: 13px;
  color: #333;
  font-weight: 300;
}
.vti_right .vti_item_tit {
  font-size: 32px;
  color: #333;
  line-height: 130%;
  padding: 0 20px;
  margin-bottom: 20px;
}
.vti_right .vti_info_m {
  position: relative;
  padding: 0 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
}
.vti_right .vti_info_m:after {
  content: '';
  display: block;
  clear: both;
}
.vti_right .vti_info_m .vti_money {
  float: left;
}
.vti_right .vti_info_m .vti_money .m_dc {
  float: left;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #005bab;
}
.vti_right .vti_info_m .vti_money .m_num {
  float: left;
  margin-left: 13px;
}
.vti_right .vti_info_m .vti_money .m_num p.m_before {
  font-size: 14px;
  color: #888;
  text-decoration: line-through;
}
.vti_right .vti_info_m .vti_money .m_num p {
  font-size: 28px;
  color: #000;
}
.vti_right .vti_info_m .vti_item_opt {
  position: relative;
  float: right;
}
.vti_right .vti_info_m .vti_item_opt button {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-left: 10px;
  overflow: hidden;
  font-size: 0;
  text-indent: -9999em;
}
.vti_right .vti_info_m .vti_item_opt .btn_zzim {
  background-image: url('/img/main/btn_zzim.png');
}
.vti_right .vti_info_m .vti_item_opt .btn_share {
  display: none;
  background-image: url('/img/main/btn_share.png');
}

.vti_right .vti_info_m .vti_item_opt button.active {
  background-position: 0 -60px;
}
.vti_right .vti_info_m .vti_item_opt button.btn_share.active {
  background-position: 0 0px;
}
.vti_right .vti_info_m .sold_out_txt {
  float: left;
  display: block;
  margin-top: 14px;
  font-size: 17px;
  font-weight: 400;
  color: #c70c27;
}
.vti_item_opt .sns_share {
  display: none;
  position: absolute;
  right: 0;
  bottom: -80px;
  width: 50px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #069ee9;
}
.vti_item_opt .sns_share:after {
  content: '';
  display: block;
  position: absolute;
  right: 15px;
  top: -6px;
  width: 11px;
  height: 6px;
  background: url('/img/sub/icon_arrow01.jpg') no-repeat;
}
.vti_item_opt .sns_share .sns_list {
}
.vti_item_opt .sns_share .sns_list li {
  float: left;
  display: inline-block;
  margin: 0 5px;
}
.vit_info_form .info_list li {
  padding: 15px 20px;
  font-size: 15px;
  border-bottom: 1px solid #eee;
}
.vit_info_form .info_list li > a {
  display: block;
  color: #333;
}
.vit_info_form .info_list li > .vit_iltxt {
  color: #333;
}
.vit_info_form .info_list li select {
  width: 100%;
  height: 42px;
  border-color: #bbb;
  background-position: 97% center;
}
.vit_info_form .info_list li .txt_c01 {
  color: #005bab;
}
.vit_info_form .info_list li .vit_ilsel {
  background: url('/img/sub/icon_arrow_bot01.png') no-repeat right center;
}
.vit_info_form .info_list li .depth02 {
  padding-top: 20px;
  display: none;
  font-size: 13px;
}
.vit_info_form .info_list li .il_option {
  padding-top: 12px;
}
.vit_info_form .info_list li .il_option select {
  margin-top: 10px;
}
.vit_info_form .info_list li .il_option select:first-child {
  margin-top: 0;
}

/* 0723 추가 바이쿠커 */

.il_option .option_re {
  width: 100%;
  height: 55px;
  border: 2px solid #005bab !important;
  text-align: left;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  box-shadow: 4px 7px 20px #d4d4d4;
  background: #fff;
  padding: 0 20px 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.il_option .option_re.on {
  box-shadow: none;
  background: #fff url(../img/ico/select_c.png) no-repeat right bottom;
}

.vit_info_form .info_result {
  padding: 20px 20px;
  border-bottom: 1px solid #eee;
}
.vit_info_form .info_result_box {
  padding: 20px;
  background-color: #f5f5f5;
  margin-bottom: 15px;
}
.info_result_box {
  position: relative;
}
.info_result_box .ir_tit {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  line-height: 130%;
}
.info_result_box .ir_num_sel {
  float: left;
}
.info_result_box .ir_num_money {
  position: relative;
  float: right;
  padding-right: 30px;
  line-height: 25px;
}
.info_result_box .ir_num_money .m_txt {
  font-size: 14px;
  color: #000;
}
.info_result_box .ir_num_money .m_txt strong {
  font-weight: 900;
  font-weight: 18px;
}
.info_result_box .ir_num_sel input {
  float: left;
  width: 70px;
  height: 24px;
  border: 1px solid #dbdbdb;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
}
.info_result_box .ir_num_sel button {
  float: left;
  width: 50px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  background: #333;
  color: #fff;
  margin-left: 5px;
  overflow: hidden;
}
.info_result_box .ir_num_sel .btn_minus {
  font-size: 30px;
}
.info_result_box .ir_num_sel span {
  float: left;
  width: 38px;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  text-align: center;
  line-height: 25px;
  font-size: 13px;
}
.info_result_box .btn_ir_close {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}

.money_total {
  padding: 20px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.money_total .mt_tit {
  float: left;
  line-height: 24px;
}
.money_total .mt_tit p {
  font-size: 16px;
  color: #333;
}
.money_total .mt_tit .btn_help {
  display: inline-block;
  margin-left: 7px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #f5f5f5;
  border-radius: 50%;
  vertical-align: middle;
}
.money_total .mt_txt {
  float: right;
  line-height: 24px;
}
.mt_txt .m_txt {
  font-size: 16px;
  color: #000000;
}
.mt_txt .m_txt strong {
  font-size: 24px;
  font-weight: 900;
  vertical-align: top;
}
.vit_main_slider {
  max-width: 600px;
  overflow: hidden;
  margin-bottom: 25px;
}
.vit_main_slider .vit_ms_img .img_in {
  display: block; /* width: 600px; height: 600px; */
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.vit_main_slider .vit_ms_img img {
  width: 100%;
  height: 100%;
}
.vit_tab_slider {
  width: 100%; /*width: 450px;*/
  margin: 0 auto;
}
.vit_tab_slider .vit_ts_img {
  padding: 5px;
  float: left;
}
.vit_tab_slider .vit_ts_img .img_in {
  position: relative;
  display: block;
  width: 140px;
  height: 140px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.vit_tab_slider .vit_ts_img .img_in:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  border: 1px solid #ccc;
}
.vit_tab_slider .vit_ts_img.slick-current .img_in:after {
  border: 3px solid #005bab;
}
.vit_tab_slider .vit_ts_img img {
  width: 100%;
  height: 100%;
}
.vit_btn_wrap {
  margin: 25px 0;
}
.vit_btn_wrap .only_tablet {
  display: none;
}
.vit_btn_wrap .btn_st03 {
  width: 48%;
  float: left;
}
.vit_btn_wrap .btn_st03.c01 {
  float: right;
}
.vit_btn_wrap .btn_st03.c02 {
  width: 100%;
  background-color: #005bab;
  color: #fff;
  margin-top: 10px;
}
.vit_btn_wrap .btn_st03.c02.book {
  display: block;
}
.vit_tab_slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  width: 48px;
  height: 48px;
  overflow: hidden;
  background: url('/img/sub/btn_arrow02.png') no-repeat;
  overflow: hidden;
  text-indent: -9999em;
  z-index: 55;
}
.vit_tab_slider .slick-arrow.slick-prev {
  left: -75px;
  background-position: left top;
}
.vit_tab_slider .slick-arrow.slick-prev:hover {
  background-position: left -48px;
}
.vit_tab_slider .slick-arrow.slick-next {
  right: -75px;
  background-position: -48px top;
}
.vit_tab_slider .slick-arrow.slick-next:hover {
  background-position: -48px -48px;
}
.view_top {
  margin-bottom: 40px;
}
.view_tab .wrap_layout {
  padding: 0;
}
.view_tab {
  height: 50px;
  overflow: hidden;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
}
.view_tab .tab_list {
  width: 900px;
  font-size: 0;
}
.view_tab .tab_list > li {
  display: inline-block;
  width: 33.33%;
  text-align: center;
}
.view_tab .tab_list > li > a {
  display: block;
  height: 50px;
  box-sizing: border-box;
  line-height: 50px;
  font-size: 15px;
  font-weight: bold;
  color: #333;
}
/* .view_tab .tab_list > li > a > .num{font-size: 16px; font-weight: 100;} */
.view_tab .tab_list > li.active > a {
  color: #005bab;
  border-bottom: 4px solid #005bab;
}

.view_content {
  border-right: 1px solid #ddd;
}
.vc_wrap {
  float: left;
  width: 77%;
  height: auto;
  min-height: 800px;
  border-right: 1px solid #ddd;
}
.vc_nav {
  float: left;
  width: 22%;
  top: 73px;
}
.vc_wrap .vc_box {
  padding-top: 50px;
  display: none;
  padding-right: 20px;
}
.vc_wrap .vc_box .vc_tit {
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
}

.vc_nav_sel {
  padding: 29px 19px;
}
.vc_nav_total {
  padding: 29px 19px;
  border-top: 1px solid #ddd; /*border-bottom: 1px solid #ddd;*/
}
.vc_nav_sel .vit_iltxt {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}
.vc_nav_sel select {
  width: 100%;
  height: 42px;
  border-color: #bbb;
  background-position: 97% center;
}
.vc_nav_sel .il_option {
  margin-bottom: 12px;
}
.vc_nav_sel .il_option select {
  margin-top: 10px;
}
.vc_nav_sel .il_option select:first-child {
  margin-top: 0;
}
.il_option select:hover {
  background-color: #f5f5f5;
}
.vc_nav_sel .info_result {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.vc_nav_sel .info_result_box .ir_num_money {
  width: 100%;
  text-align: right;
  margin-top: 15px;
}

.vc_nav_total .vcnt_top {
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 24px;
}
.vc_nav_total .vcnt_top .total_num {
  float: left;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.vc_nav_total .vcnt_top .mt_txt {
  float: right;
}
.vc_nav_total .btn_wrap .btn_st03 {
  width: 100%;
}
.vc_nav_total .btn_wrap .btn_st03.c01 {
  margin-top: 10px;
}
.vc_nav_total .btn_wrap .btn_st03.c02 {
  display: none;
  background-color: #005bab;
  color: #fff;
}
.vc_nav_total .btn_wrap .btn_st03.c02.book {
  display: block;
}

.vc_box .ta_list01 .col-01 {
  width: 150px;
}
.vc_box .ta_list01 .col-02 {
  width: 300px;
}

.vti_popular {
  clear: both;
  border: 1px solid #ddd;
  padding-bottom: 28px;
  margin-top: 58px;
  overflow: hidden;
}
.vti_popular .vit_tit {
  font-size: 16px;
  color: #555;
  line-height: 46px;
  font-weight: 500;
  padding-left: 15px;
}
.vti_popular .my_item_carousel {
  width: 1000px;
  margin: 0 auto;
}
.vti_popular .my_item_carousel .mic_slider {
  padding-left: 0;
}
.vti_popular .my_item_carousel .slick-counter {
  position: absolute;
  top: 0;
  line-height: 46px;
  font-size: 12px;
  color: #666;
}
.vti_popular .my_item_carousel .slick-counter .current {
  color: #333;
}
.vti_popular .my_item_carousel .slick-arrow {
  opacity: 1;
}
.vti_popular .my_item_carousel .slick-arrow.slick-prev {
  left: -55px;
}
.vti_popular .my_item_carousel .slick-arrow.slick-next {
  right: -55px;
}

.vc_tit02 {
  line-height: 32px;
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.vc_tit02 span {
  font-weight: 100;
}
.review_content .rc_top {
  overflow: hidden;
  margin-bottom: 15px;
}
.review_content .rc_top .vc_tit02 {
  float: left;
}
.review_content .rc_top .rc_opt {
  float: right;
  height: 32px;
}
.review_list {
  border-top: 2px solid #888;
}
.review_list > li {
  position: relative;
  padding: 20px;
  height: 90px;
  border-bottom: 1px solid #dcdcdc;
}
.review_list > li.review_no_img .rl_txt_box {
  padding-left: 0;
}
.review_list .rl_thurm {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -45px;
  width: 90px;
  height: 90px;
}
.review_list .rl_thurm span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.review_list .rl_thurm span img {
  width: 100%;
  transition: 0.2s all;
}
.review_list > li:focus .rl_thurm span img,
.review_list > li:hover .rl_thurm span img {
  transform: scale(1.08);
}
.review_list .rl_txt_box {
  padding-left: 105px;
}
.review_list .rl_txt_box .rl_subject a {
  display: block;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  color: #333;
  overflow: hidden;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.review_list .rl_txt_box .rl_txt a {
  display: block;
  font-size: 13px;
  line-height: 20px;
  height: 40px;
  color: #888;
  overflow: hidden;
  font-weight: 300;
  text-overflow: ellipsis;
  margin-bottom: 8px;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.review_list .rl_txt_box .rl_info .rli_txt {
  display: inline-block;
  margin-right: 23px;
  font-size: 13px;
  color: #888;
  font-weight: 300;
}
.review_list .rl_txt_box .rl_info .rli_txt strong {
  color: #333;
}

.item_qna {
  /*position: relative;*/
}
.iq_top {
  margin-bottom: 40px;
}
.iq_top .vc_tit02 {
  margin-bottom: 16px;
}
.iq_top .btn_st04 {
  /*position: absolute; right: 0; top: 0;*/
  margin-top: 40px;
  height: 62px;
  line-height: 62px;
  font-weight: 600;
}
.iq_top .iq_input {
  float: left;
  margin-top: 40px;
  width: 739px;
  height: 62px; /*display:inline-block;*/
  vertical-align: top;
}
.iq_top_list li {
  position: relative;
  font-size: 12px;
  color: #333;
  padding: 5px 0;
  padding-left: 7px;
}
.iq_top_list li:after {
  content: '-';
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}

.qna_list {
  border-top: 2px solid #888;
}
.qna_list > li {
}
.qna_list .ql_tit {
  position: absolute;
  left: 20px;
  top: 20px;
  display: inline-block;
  width: 72px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  overflow: hidden;
  color: #fff;
  font-size: 13px;
  border-radius: 16px;
}
.qna_list .ql_tit.c01 {
  background-color: #005bab;
}
.qna_list .ql_tit.c02 {
  background-color: #777;
}
.qna_list .ql_tit.c02:after {
  content: '';
  display: block;
  position: absolute;
  left: 14px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-left: 2px solid #f4f4f4;
  border-bottom: 2px solid #f4f4f4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.qna_list .ql_txt_box {
  padding-left: 110px;
  padding-right: 140px;
}
.qna_list .ql_txt_box .ql_name {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  color: #333;
}
.qna_list .ql_txt_box .ql_txt {
  display: block;
  font-size: 13px;
  color: #888;
  line-height: 150%;
  font-weight: 300;
}
.qna_list .ql_txt_box .ql_txt a {
  font-size: 13px;
  color: #888;
}
.qna_list .ql_date {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 13px;
  color: #888;
  font-weight: 300;
}
.qna_list .que,
.qna_list .ans {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #dcdcdc;
}
.qna_list .ans {
  display: none;
}

.ship_info .vc_tit02 {
  margin-bottom: 20px;
}
.ship_info_list {
  width: 100%;
  border-top: 1px solid #eee;
}
.ship_info_list th {
  width: 150px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #eee;
  font-weight: 500;
  background-color: #fafafa;
}
.ship_info_list td {
  padding: 20px;
  text-align: left;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #eee;
  line-height: 170%;
  font-weight: 300;
  letter-spacing: -0.8px;
}

.order_top {
  height: 80px;
  overflow: hidden;
  background-color: #f6f8ff;
  padding: 0 30px;
  margin: 20px 0;
}
.order_top .ot_tit {
  float: left;
  font-size: 32px;
  color: #333;
  font-weight: bold;
  line-height: 80px;
}
.order_top .ot_list {
  float: right;
}
.order_top .ot_list li {
  position: relative;
  float: left;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding: 0 20px;
  line-height: 80px;
}
.order_top .ot_list li:after {
  content: '';
  display: block;
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -10px;
  width: 11px;
  height: 21px;
  background: url('/img/sub/icon_arrow02.png') no-repeat left top;
}
.order_top .ot_list li:first-child:after {
  display: none;
}
.order_top .ot_list li .num {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  text-align: center;
  background-color: #a6a6a6;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -3px;
}
.order_top .ot_list li.active .num {
  background-color: #424fc5;
}
.ob_info {
  padding: 20px 30px;
}
.ob_info li {
  padding: 8px 0;
}
.ob_info li span {
  display: inline-block;
  width: 350px;
  font-size: 14px;
  color: #888;
  font-weight: 300;
}
.ob_info li a {
  display: inline-block;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  padding-right: 12px;
  background: url('/img/common/b_next.png') no-repeat right center;
}

.ol_list {
  width: 100%;
  border-top: 2px solid #4254c8;
}
.ol_list thead {
  background: #f6f8ff;
}
.ol_list thead th {
  height: 40px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 13px;
  color: #333;
  font-weight: 500;
}
.ol_list tbody td {
  font-size: 14px;
  padding: 18px 0;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}
.ol_list tbody td:first-child {
  border-left: none;
}
.ol_list tbody td.ol_item {
  text-align: left;
  padding-left: 18px;
  border-left: none;
}
.ol_item_box {
  position: relative;
  min-height: 90px;
}
.ol_item_box:after {
  content: '';
  display: block;
  clear: both;
}
.ol_item_box + .ol_item_box {
  margin-top: 20px;
}
.ol_item_box .img_thurm {
  float: left;
  width: 90px;
  height: 90px;
}
.ol_item_box .img_thurm span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.ol_item_box .img_thurm span img {
  width: 100%;
  min-height: 100%;
}
.order_list .order_more_btn {
  position: absolute;
  top: 120px;
  left: 19px;
  margin-top: 0;
}
.ol_item_box .item_box_wrap {
  float: left;
  width: calc(100% - 90px);
  padding-left: 10px;
  box-sizing: border-box;
}
.ol_item_box .item_tit {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin-bottom: 6px;
}
.ol_item_box .item_option {
  margin-bottom: 8px;
}
.ol_item_box .item_option li {
  font-size: 15px;
  color: #888;
  font-weight: 300;
  line-height: 150%;
}
.ol_item_box .item_option li strong {
  font-weight: 500;
  color: #333;
}
.ol_item_box .txt01 {
  margin-bottom: 8px;
  font-size: 15px;
}
.ol_list tbody td.ol_money {
  font-size: 14px;
  color: #000;
}
.ol_list tbody td.ol_money strong {
  font-size: 18px;
  font-weight: 900;
}
.ol_list tbody td.ol_discount strong {
  font-size: 18px;
  font-weight: 900;
}
.ol_list tbody td.ol_total {
  font-size: 14px;
  color: #005bab;
}
.ol_list tbody td.ol_total strong {
  font-size: 18px;
  font-weight: 900;
}
.ol_list .ol_num input {
  width: 44px;
}
.ol_list .ol_num li {
  padding: 3px 0;
}
.ol_list .ol_save li {
  padding: 5px 0;
}
.ol_list .ol_save p {
  line-height: 130%;
}

.ol_list_ftxt {
  padding: 15px;
}
.ol_list_ftxt .check_style {
  vertical-align: middle;
  margin-right: 6px;
  margin-top: 2px;
}
.ol_list_ftxt .check_style .checkmark {
  top: 1px;
}
.ol_list_ftxt strong {
  font-size: 13px;
  margin-right: 18px;
}

.order_total {
  border-top: 2px solid #888;
  margin-top: 30px;
}
.order_total dl:after {
  content: '';
  display: block;
  clear: both;
}
.order_total dl {
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}
.order_total dl dt {
  position: absolute;
  left: 18px;
  top: 0;
  line-height: 80px;
  font-size: 24px;
  color: #333;
  font-weight: 500;
}
.order_total dl dd {
  float: right;
  width: 360px;
}
.order_total dl .ot_total {
  line-height: 80px;
  font-size: 16px;
  color: #000000;
  text-align: right;
  padding-right: 18px;
}
.order_total dl .ot_total strong {
  font-size: 24px;
  font-weight: 900;
}
.order_total .ot_list {
  width: 100%;
}
.order_total .ot_list th {
  height: 60px;
  font-size: 18px;
  border-top: 1px solid #dcdcdc;
  text-align: left;
  color: #333;
}
.order_total .ot_list td {
  border-top: 1px solid #dcdcdc;
}
.order_total .ot_list .ot_money {
  font-size: 14px;
  color: #000;
  text-align: right;
  padding-right: 18px;
}
.order_total .ot_list .ot_money strong {
  font-size: 18px;
  font-weight: 900;
}
.cart_content .btn_wrap {
  padding: 40px 0;
  text-align: right;
}
.cart_content .btn_wrap .btn_st06 {
  margin-left: 20px;
}

/* 장바구니 수정 */
.cart table.ol_list th {
  background: #f6f8ff;
  border-left: 1px solid #dcdcdc;
}
.cart table.ol_list th:first-child,
.cart table.ol_list th:nth-child(2) {
  border-left: 0;
}
.cart table.ol_list th.od_check {
  width: 38px;
}
.cart table.ol_list th.od_item {
  width: auto;
}
.cart table.ol_list th.ol_money {
  width: 210px;
}
.cart table.ol_list th.ol_quantity {
  width: 80px;
}
.cart table.ol_list th.ol_discount {
  width: 100px;
}
.cart table.ol_list th.od_total {
  width: 208px;
}
.cart table.ol_list th.ol_save {
  width: 130px;
}

.cart table.ol_list td.bl_none {
  border-left: 0;
  padding-right: 18px;
}
.cart table.ol_list span.checkbox {
  line-height: 15px;
  position: relative;
  display: inline-block;
  height: 15px;
  padding-left: 15px;
  vertical-align: baseline;
}
.cart table.ol_list span.checkbox input {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.cart table.ol_list span.checkbox label {
  font-size: 0;
  text-indent: -9999px;
}
.cart table.ol_list span.checkbox label::before {
  display: block;
  content: '';
  cursor: pointer;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #cdcdcd;
  background: #fff url('../img/btn/checkbox.png') no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
}
.cart table.ol_list span.checkbox input:checked + label:before {
  content: '';
  cursor: pointer;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #cdcdcd;
  background: #fff url('../img/btn/checkbox_chenc.png') no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
}
.cart table.ol_list td.od_item .ol_item_box {
  text-align: left;
}
.cart table.ol_list td.od_item .btn_st05 {
  font-weight: 500;
}
.cart table.ol_list td.ol_total {
  color: #000;
  text-align: center;
  font-size: 14px;
}
.cart table.ol_list td.ol_total strong {
  font-size: 18px;
  font-weight: 900;
}
.cart table.ol_list td.ol_quantity input[type='text'] {
  padding: 0;
  margin-bottom: 5px;
  width: 44.09px;
  text-align: center;
}
.cart table.ol_list td.ol_save .btn_st05 {
  padding: 0;
  width: 80px;
  height: 26px;
  font-weight: 500;
}
.cart table.ol_list td.ol_save .btn_st05.bg_gray {
  background: #555;
  color: #fff;
}

.cart table.ol_list tfoot td {
  padding: 15px 0 15px 12px;
  font-weight: 500;
}
.cart table.ol_list tfoot td p {
  margin-right: 20px;
  margin-left: 10px;
  font-size: 13px;
  display: inline-block;
}
.cart table.ol_list tfoot td .btn_st05 {
  padding: 0;
  width: 80px;
  height: 26px;
  text-align: center;
}

/* 2018-04-27 */
/* 장바구니 팝업 */
.basket_popup_box {
  display: none;
  position: absolute;
  top: 265px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.basket_popup_box > div {
  background-color: #fff;
}
.basket_popup_box > div > div {
  position: relative;
  max-width: 1180px;
  padding: 40px 0;
  height: 330px;
  margin: 0 auto;
  box-sizing: border-box;
}
.basket_popup_box > div > div:after {
  content: '';
  display: block;
  clear: both;
}
.basket_popup_box > div > div > div {
  padding: 0px 0;
  width: 50%;
  height: 240px;
  float: left;
  box-sizing: border-box;
  text-align: center;
}
.basket_popup_box > div > div > div:first-child {
  border-right: solid 1px #cccccc;
}
.basket_popup_box > div > div > div h3 {
  margin-bottom: 30px;
  font-size: 22px;
}
.basket_popup_box > div > div > div img {
  max-width: 120px;
}
.basket_popup_box > div > div > div p {
  line-height: 22px;
  color: #888888;
  font-size: 13px;
}
.basket_popup_box > div > div > div p span {
  color: #333;
}
.basket_popup_box > div > div > div h4 {
  margin: 60px 0 75px;
  font-size: 30px;
  font-weight: 300;
}
.basket_popup_box > div > div > div h4 span {
  font-weight: 800;
}
.basket_popup_box > div > div > div div {
  display: inline-block;
}
.basket_popup_box > div > div > div div button {
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 300;
  box-sizing: border-box;
}
.basket_popup_box > div > div > div div button:first-child {
  border: solid 1px #cccccc;
  margin-right: 10px;
}
.basket_popup_box > div > div > div div button:last-child {
  background-color: #005bab;
  color: #fff;
}

.basket_popup_box > div > div > a {
  position: absolute;
  top: 20px;
  right: 0px;
}
.basket_popup_box > div > div > a .only_mo {
  display: none;
}

.order_content .order_body {
  padding-top: 30px;
}
.order_content .order_body:after {
  content: '';
  display: block;
  clear: both;
}
.order_content .order_body .ob_left {
  width: 640px;
  float: left;
}
.order_content .order_body .ob_right {
  width: 470px;
  float: right;
}
.ob_tit {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  padding-bottom: 14px;
}

.ship_address {
  position: relative;
  margin-bottom: 40px;
}
.ship_address .sa_tab {
  margin-left: 1px;
  border-bottom: 1px solid #727272;
  margin-bottom: 15px;
}
.ship_address .sa_tab li {
  float: left;
  width: 180px;
  margin-left: -1px;
  margin-bottom: -1px;
}
.ship_address .sa_tab li a {
  position: relative;
  display: block;
  line-height: 38px;
  border: 1px solid #ddd;
  border-bottom: 1px solid #727272;
  background-color: #f6f6f6;
  color: #7f7f7f;
  font-size: 15px;
  text-align: center;
}
.ship_address .sa_tab li.active a {
  border: 1px solid #727272;
  background-color: #fff;
  border-bottom-color: #fff;
  color: #424fc5;
  font-weight: bold;
  z-index: 1;
}
.ship_address .more {
  position: absolute;
  right: 0;
  top: 30px;
  display: block;
  width: 100px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #000;
  background-color: #eaeaea;
  border: solid 1px #c6c6c6;
  text-align: center;
}
.sa_list {
  width: 100%;
}
.sa_list th {
  padding: 6px 0;
  width: 115px;
  font-size: 15px;
  color: #000;
  text-align: left;
  vertical-align: top;
}
.sa_list th label {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  line-height: 24px;
}
.sa_list th label:after {
  content: '';
  display: block;
  position: absolute;
  left: 8px;
  top: 50%;
  width: 2px;
  height: 2px;
  background-color: #000;
  margin-top: -1px;
}
.sa_list td {
  padding: 6px 0;
  font-size: 12px;
  color: #000;
}
.sa_list td input[type='text'] {
  height: 35px;
  font-size: 15px;
}
.sa_list td input.add_search {
  width: 130px;
}
.sa_list td select {
  width: 158px;
  height: 35px;
  font-size: 15px;
}
.sa_list td.add > div {
  margin-top: 12px;
}
.sa_list td.add > div.add1 {
  margin-top: 0;
}
.sa_list td.add .btn_add {
  display: inline-block;
  padding: 0 7px;
  height: 35px;
  line-height: 35px;
  background-color: #eaeaea;
  border: 1px solid #c6c6c6;
  color: #5e5e5e;
  font-size: 15px;
  vertical-align: top;
  margin-right: 8px;
}
.sa_list td.add .add2 input[type='text'],
.sa_list td.add .add3 input[type='text'] {
  width: 100%;
}
.sa_list td .ph select {
  height: 35px;
}
.sa_list td .ph select,
.sa_list td .ph input {
  width: 60px;
}
.sa_list td .txtbox {
  padding: 13px 10px;
  background-color: #f9f9f9;
}
.sa_list td .txtbox textarea {
  width: 100%;
  height: 55px;
  font-size: 15px;
}
.sa_content {
  display: none;
}

.point_use {
  margin-bottom: 25px;
}
.point_use .pu_list {
  border-top: 1px solid #727272;
  border-bottom: 1px solid #727272;
}
.point_use .pu_list dl:after {
  content: '';
  display: block;
  clear: both;
}
.point_use .pu_list dl {
  padding: 22px 20px;
}
.point_use .pu_list dl.pul01 {
  background-color: #f6f6f6;
  border-bottom: 1px solid #efefef;
}
.point_use .pu_list dt {
  float: left;
  font-size: 15px;
  color: #000;
  line-height: 29px;
}
.point_use .pu_list dd {
  float: right;
  font-size: 15px;
}
.point_use .pu_list dd .ip {
  margin-right: 5px;
}
.point_use .pu_list dd input[type='text'] {
  height: 35px;
}
.point_use .pul01 dd input[type='text'] {
  width: 178px;
}
.point_use .pul02 dd input[type='text'] {
  width: 268px;
}
.point_use .pul02 dd select {
  width: 323px;
  height: 28px;
}
.point_use .btn_pu01 {
  display: inline-block;
  padding: 0 11px;
  line-height: 35px;
  color: #7e7e7e;
  font-size: 15px;
  border: 1px solid #c1c1c1;
  background-color: #f3f3f3;
  vertical-align: top;
}
.point_use .btn_pu01.c01 {
  color: #fff;
  background-color: #4254c8;
  border-color: #4254c8;
}

.payment_list .pl_radio li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #000;
}
.payment_list .pl_radio li input {
  margin-right: 8px;
}
.order_info_box {
  padding: 18px 20px;
  border: 1px solid #727272;
  margin-bottom: 44px;
}
.order_final .of_box {
  border: 4px solid #4254c8;
}
.order_final .box01,
.order_final .box02,
.order_final .box03 {
  padding: 8px 27px;
}
.order_final .box01 {
  border-bottom: 1px solid #c3ccd7;
}
.order_final .money_list li {
  padding: 8px 0;
  line-height: 150%;
}
.order_final .money_list li:after {
  content: '';
  display: block;
  clear: both;
}
.order_final .money_list li .ml_tit {
  position: relative;
  float: left;
  font-size: 17px;
  color: #3d3d3d;
  padding-left: 8px;
}
.order_final .money_list li .ml_tit:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 2px;
  height: 2px;
  background-color: #333;
}
.order_final .money_list li .ml_num {
  float: right;
  font-size: 13px;
  color: #333;
}
.order_final .money_list li .ml_num strong {
  font-size: 20px;
  font-weight: 900;
  margin-right: 5px;
  vertical-align: middle;
}
.order_final .box02 .money_list li .ml_tit {
  font-size: 16px;
}
.order_final .box02 .money_list li .ml_num strong {
  font-size: 36px;
}
.order_final .box03 {
  font-size: 17px;
  color: #000;
  line-height: 44px;
  background-color: #efefef;
  font-weight: 300;
}
.order_final .box03 strong {
  color: #4254c8;
  font-weight: 300;
  margin-right: 8px;
}
.order_final .btn_wrap {
  margin-top: 20px;
}
.order_final .payment_API {
  margin: 10px 0;
}

.order_ok_body {
  margin-top: 32px;
}
.odok_box {
  /* border: 17px solid #b2c5d4;  */
  border: 17px solid #f5f5f5;
  text-align: center;
  background-color: #fff;
  padding: 36px 0;
  margin-bottom: 35px;
}
.odok_box > p {
  line-height: 1.7;
}
.odok_box .ok_txt01 {
  position: relative;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  padding-bottom: 18px;
  margin-bottom: 14px;
}
.odok_box .ok_txt01:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -12px;
  width: 24px;
  border-bottom: 4px solid #9e9e9e;
}
.odok_box .ok_txt02 {
  font-size: 15px;
  color: #000;
  line-height: 180%;
  font-weight: 300;
}
.odok_info01 {
  margin-bottom: 42px;
}
.odok_info01 .odok_der {
  border-top: 1px solid #747474;
  display: table;
  width: 100%;
}
.odok_info01 .odok_der dt {
  display: table-cell;
  width: 185px;
  padding: 20px 0;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
.odok_info01 .odok_der dd {
  display: table-cell;
  padding: 20px 0;
  line-height: 180%;
  font-size: 14px;
  color: #333;
  font-weight: 300;
}
.odok_info01 .ol_list .cols-02 {
  width: 62%;
}
.odok_info02 .odok_pay {
  border-top: 1px solid #747474;
  padding: 35px 10px 0;
}
.odok_info02 .odok_pay span {
  font-size: 16px;
  color: #333;
  margin-right: 40px;
}
.odok_info02 .odok_pay span:nth-child(2) {
  margin-right: 0;
}
.odok_info02 .odok_pay span strong {
  font-weight: 900;
}
.odok_info02 .btn_wrap {
  padding-top: 90px;
  text-align: center;
}
.odok_info02 .btn_wrap .btn_st07 {
  margin: 0 5px;
  font-weight: 500;
}

/* payment_list */
.payment_list .pl_radio {
  display: flex;
  align-items: center;
}
.payment_list .pl_radio li {
  width: 25%;
}
.payment_list .pl_radio li + li {
  margin-left: 11px;
}
.payment_list .pl_radio li input {
  display: none !important;
}
.payment_list .pl_radio input + label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
}
.payment_list .pl_radio input:checked + label {
  border: 1px solid #424fc5;
}
.payment_list .pl_radio input + label span {
  padding-left: 17px;
  line-height: 15px;
  font-size: 14px;
  color: #999999;
  background-image: url('../img/btn/btn_pay_check.png');
  background-position: left center;
  background-repeat: no-repeat;
}
.payment_list .pl_radio input:checked + label span {
  color: #424fc5;
  background-image: url('../img/btn/btn_pay_check_on.png');
}

/* 내쿠폰함 */
.my_coupon_layer {
  position: fixed;
  top: 0;
  width: 690px;
  z-index: 100;
  background-color: #fff;
  display: none;
}
.my_cou_top {
  padding: 0 25px;
  background-color: #3a3a3c;
}
.my_cou_top .lp_tit {
  line-height: 67px;
  font-size: 21px;
  color: #fff;
  font-weight: bold;
}
.my_coupon_layer .btn_layer_close {
  position: absolute;
  right: 25px;
  top: 20px;
}
.my_cou_body {
  padding: 20px 18px;
}
.my_cou_body .my_coupon_list {
  width: 100%;
}
.my_coupon_list th {
  width: 128px;
  text-align: left;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  line-height: 35px;
  padding: 6px 0;
  vertical-align: top;
}
.my_coupon_list td {
  padding: 6px 0;
}
.my_coupon_list .bdb th,
.my_coupon_list .bdb td {
  border-bottom: 1px solid #8a8a8a;
}
.my_coupon_list .m_num {
  font-size: 15px;
  color: #000;
  font-weight: bold;
  overflow: hidden;
  line-height: 35px;
}
.my_coupon_list .m_txt01 {
  font-size: 14px;
  color: #000;
  line-height: 35px;
}
.my_coupon_list .coupon_ip {
  position: relative;
  padding-right: 85px;
}
.my_coupon_list .coupon_ip input {
  width: 100%;
  height: 35px;
}
.my_coupon_list .coupon_ip .btn_ip {
  position: absolute;
  right: 0;
  top: 0;
  width: 72px;
  height: 35px;
  line-height: 33px;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #000;
  background-color: #efefef;
  border: 1px solid #c7c7c7;
}
.my_cou_body .my_cou_box {
  padding: 18px 22px;
  border: 1px solid #d9d9d9;
  background-color: #efefef;
  font-size: 14px;
  margin-top: 20px;
}
.my_cou_body .my_cou_box strong {
  color: #000;
  font-weight: bold;
  margin-right: 60px;
}
.my_cou_total {
  width: 100%;
  margin-top: 80px;
}
.my_cou_total th {
  text-align: left;
  padding-left: 18px;
  height: 32px;
  background-color: #f6f7fb;
  border: 1px solid #d3d5df;
  font-size: 14px;
}
.my_cou_total th.last {
  background-color: #e7ebf5;
}
.my_cou_total td {
  text-align: right;
  padding-right: 18px;
  border: 1px solid #d3d5df;
  height: 40px;
  font-size: 14px;
}
.my_cou_total td.last {
  background-color: #e7ebf5;
}
.my_cou_total .m_num {
  font-size: 14px;
  color: #333;
}
.my_cou_total .m_num strong {
  font-size: 18px;
  font-weight: 900;
}
.my_cou_total .mct03 .m_num {
  color: #dc1718;
}
.my_cou_total .mct01,
.my_cou_total .mct02 {
  position: relative;
}
.my_cou_total .icon_minus {
  position: absolute;
  right: -33px;
  top: 50%;
  margin-top: -13px;
  display: inline-block;
  width: 27px;
  height: 27px;
  border: 1px solid #b6b9c3;
  border-radius: 50%;
  background-color: #fff;
}
.my_cou_total .icon_minus:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -2px;
  width: 15px;
  height: 3px;
  background-color: #2e2e2e;
}
.my_cou_total .icon_same {
  position: absolute;
  right: -33px;
  top: 50%;
  margin-top: -13px;
  display: inline-block;
  width: 27px;
  height: 27px;
  border: 1px solid #b6b9c3;
  border-radius: 50%;
  background-color: #fff;
}
.my_cou_total .icon_same:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: 1px;
  width: 15px;
  height: 3px;
  background-color: #dc1718;
}
.my_cou_total .icon_same:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -5px;
  width: 15px;
  height: 3px;
  background-color: #dc1718;
}
.my_cou_body .btn_wrap {
  text-align: center;
  padding: 42px 0 0 0;
}
.f_left {
  float: left;
}
.f_right {
  float: right;
}

/* 쿠폰함 custom */
.my_coupon_layer.coupon_01 {
  display: block;
  position: relative;
  margin: 0px 0;
  width: 100%;
}
.my_coupon_layer.coupon_01 .my_cou_body {
}
.my_coupon_layer.coupon_01 .ta_right {
  width: 100%;
  border-bottom: solid 1px #a7a7a7;
  padding-bottom: 8px;
}
.my_coupon_layer.coupon_01 .ta_right p {
  float: left;
  line-height: 20px;
}
.my_coupon_layer.coupon_01 .ta_right p:before {
  content: '';
  display: inline-block;
  margin: 0px 5px -3px;
  width: 22px;
  height: 20px;
  background: url('../img/login/caution.png') no-repeat;
  background-size: contain;
}

.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list th {
  padding: 5px 12px;
}
.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list td {
  padding: 5px 12px;
}
.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list div {
  font-weight: 400;
}
.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list div span {
  font-weight: 400;
}
.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list div .f_left {
  float: none;
}
.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list div .block {
  display: block;
}
.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list div .color_pointer {
  color: #4f67c7;
}
.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list .radio_box {
  margin: 5px 0px;
}
.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list .radio_box .txt_sub {
  text-decoration: line-through;
}
.my_coupon_layer.coupon_01
  .my_cou_body
  .my_coupon_list
  .radio_box
  input[type='radio'] {
  margin: 5px 10px 5px 0px;
}

.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list .discount_result {
  border-bottom: solid 1px #98999b;
  font-weight: 500;
  text-align: right;
}
.my_coupon_layer.coupon_01
  .my_cou_body
  .my_coupon_list
  .discount_result
  .color_pointer2 {
  color: #069ee9;
}
.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list .table_bg {
  background-color: #f7f8fc;
  border-top: solid 1px #ebebed;
}
.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list .table_bg.table_border {
  border: none;
}
.my_coupon_layer.coupon_01 .my_cou_body .my_coupon_list:first-of-type {
}
.my_coupon_layer.coupon_01
  .my_cou_body
  .my_coupon_list:first-of-type
  tr:first-child {
  background-color: #e2e3e8;
}

.my_coupon_layer.coupon_01 .my_cou_total .mct03 .m_num {
  color: #069ee9;
}
.my_coupon_layer.coupon_01 .my_cou_total .icon_same:before {
  background-color: #2e2e2e;
}
.my_coupon_layer.coupon_01 .my_cou_total .icon_same:after {
  background-color: #2e2e2e;
}

/* 회원가입 */
/* 가입방식 선택 */
.member-container {
  box-sizing: border-box;
  width: 1180px;
  margin: 0px auto 200px;
  padding: 90px 95px 0px;
}
.member-container h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.member-container p {
  margin: 20px 0 63px;
  font-size: 15px;
  color: #7e7e7e;
  text-align: center;
}
.member {
  position: relative;
}
.member:after {
  content: '';
  display: block;
  clear: both;
}
.members {
  position: relative;
  float: left;
  margin-right: 62px;
  margin-bottom: 83px;
  width: 288px;
  height: 245px;
}
.members.members_new {
  background: url('/img/member/new_01.png') no-repeat;
  background-position: 40% 40%;
}
.members.members_old {
  background: url('/img/member/new_02.png') no-repeat;
  background-position: 40% 40%;
}
.members.members_facebook {
  margin-right: 0px;
  float: right;
  background: url('/img/member/new_03.png') no-repeat;
  background-position: 40% 40%;
}
.member input[type='radio'] {
  position: absolute;
  bottom: 20px;
  left: 48%;
}
.member input[type='button'] {
  display: block;
  clear: both;
  width: 140px;
  height: 50px;
  margin: 30px auto 64px;
  border: none;
  background-color: #069ee9;
  font-size: 18px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.member-container .form-box2 .form_btn {
  display: block;
  clear: both;
  width: 250px;
  height: 50px;
  margin: 30px auto 64px;
  border: none;
  background: #069ee9;
  font-size: 18px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

/* 로그인 */
/* 문구 공통 */
.login-container .login_top {
  text-align: center;
  margin-bottom: 0px;
}
.login-container .welcome {
  margin-top: 5px;
  font-size: 15px;
  line-height: 23px;
  color: #7e7e7e;
}
.login-container .login_cation {
  margin: 20px 0;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #7e7e7e;
  word-break: keep-all;
}
.login-container .login form .left {
  margin: 0 auto;
  width: 460px;
}

/* 로그인 탭 */
.member_tap {
  width: 100%;
}
.member_tap li {
  float: left;
  width: 100%;
}
.member_tap li a {
  display: block;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 17px;
  color: #666;
  background: #eaeaea;
}
.member_tap li a:hover,
.member_tap li a:focus,
.member_tap li a.on {
  color: #fff;
  background: #4254c8;
}
.login-container span.checkbox {
  line-height: 15px;
  position: relative;
  display: inline-block;
  height: 15px;
  padding-left: 15px;
  vertical-align: baseline;
}
.login-container span.checkbox input {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.login-container span.checkbox label {
  font-weight: 400;
  font-size: 12px;
  margin-left: 10px;
}
.login-container span.checkbox label::before {
  display: block;
  content: '';
  cursor: pointer;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #cdcdcd;
  background: #fff url('../img/btn/checkbox.png') no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
}
.login-container span.checkbox input:checked + label:before {
  content: '';
  cursor: pointer;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #cdcdcd;
  background: #fff url('../img/btn/checkbox_chenc.png') no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
}

/* 회원 로그인 */
.login-container {
  box-sizing: border-box;
  width: 1180px;
  margin: 24px auto 300px;
  padding: 90px 95px 0px;
}
.login-container h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.login:after {
  content: '';
  display: block;
  clear: both;
}
.login.non_active {
  display: none;
}
.login .login_form {
  box-sizing: border-box; /*float:left; padding:0 22px 26px 46px;*/
  width: 100%;
}
.login .login_form .in_member {
  margin-left: 96px;
}
.login .login_form .out_member {
  margin-left: 56px;
}
.login .login_form span {
  font-size: 12px;
}
.login .login_form input[type='text'],
.login .login_form input[type='password'] {
  float: right;
  width: 100%;
  height: 39px;
  font-family: 'Malgun Gothic';
  border-radius: 10px;
  border: 1px solid #c4c4c4;
}
.login .login_form input[type='text'] {
  margin-bottom: 11px;
}
.login .login_form .login-box {
  margin: 10px 0 0;
  width: 100%;
}
.login .login_form .login-box:after {
  content: '';
  display: block;
  clear: both;
}
.login .login_form .login-box p {
  display: inline-block;
  height: 32px;
  font-size: 14px;
  line-height: 39px;
}
/*.login .login_form input[type="button"],*/
.login .login_form button.login_btn {
  width: 100%;
  background-color: #333;
}
.login .login_form .check {
  font-family: 'MalgunGothic';
  clear: both;
  padding-top: 20px;
  margin-bottom: 20px; /* padding-left:92px;*/
  font-size: 12px;
  color: #7f7f7f;
  font-weight: 100;
}
.login .login_form .another_login::after {
  display: block;
  clear: both;
  content: '';
}

.login .login_form .another_login button {
  float: left;
  width: 100%;
  height: 43px;
  background: #3b518b;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  line-height: 43px;
}
.login .login_form .another_login button + button {
  margin-top: 10px;
}
.login .login_form .another_login button img {
  display: inline-block;
  margin: 0 auto;
  max-width: 43px;
}
.login .login_form .another_login button.login_btn {
  background: #372a95;
}
.login .login_form .another_login button.facebook_login {
  background: #2e57a5;
}

.login .login_form .join_btn {
  width: 100%;
  height: 43px;
  line-height: 43px;
  display: block;
  border: 1px solid #333;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #333;
}
.login .login_form ul {
  /*padding-left:92px; margin:22px 0;*/
  float: right;
}
.login .login_form ul li {
  float: left;
}
.login .login_form ul li a {
  display: inline-block;
  padding: 0 10px;
  height: 14px;
  border-right: solid 1px #ddd;
  font-size: 12px;
  color: #7e7e7e;
  font-weight: 400;
  line-height: 14px;
}
.login .login_form ul li:last-child a {
  color: #333;
  border: none;
  font-weight: 600;
}

/* 회원정보이관정책동의 */
.check_info_box {
  position: relative;
  margin-top: 5px;
}
.check_info_popup {
  display: none;
  position: absolute;
  top: 35%;
  left: 50%;
  background-color: #fff;
  width: 550px;
  height: 310px;
  padding: 22px 35px;
  box-shadow: 0 0 8px #606060;
  border-radius: 4px;
  box-sizing: border-box;
  z-index: 99999;
  transform: translate(-50%, -50%);
}
.check_info_popup h3 {
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
}
.check_info_popup > .check_info_txt {
  padding: 22px;
  height: 170px;
  background-color: #f2f2f2;
  overflow-y: auto;
  box-sizing: border-box;
}
.check_info_popup > .cloes_info_box {
  position: absolute;
  top: 20px;
  right: 22px;
}
.check_info_popup > .btn_box {
  display: table;
  margin: 20px auto;
}
.check_info_popup > .btn_box button {
  width: 150px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
}
.check_info_popup > .btn_box button:first-child {
  margin-right: 10px;
  background-color: #005bab;
}
.check_info_popup > .btn_box button:last-child {
  background-color: #777777;
}

/* 비회원 로그인 */
.login .login_form .login-box input[type='text'].l_input {
  width: 265px;
}
.login .login_form .login-box input[type='text'].s_input {
  margin: 0 7px;
  margin-bottom: 0;
  width: 75px;
  float: none;
  vertical-align: middle;
}
#non_memder.login .login_form .login-box p {
  font-size: 12px;
  font-weight: bolder;
  font-family: 'MalgunGothic';
}
#non_memder.login .login_form .phon_input {
  clear: both;
  width: 100%;
}
#non_memder.login .login_form .phon_input label {
  float: left;
  margin-right: 21px;
  line-height: 39px;
}
.login .login_form select {
  width: 75px;
  height: 39px;
  vertical-align: middle;
  margin-right: 7px;
}
#non_memder.login .phon_num {
  float: right;
  border: 1px solid #dcdcdc;
  width: 265px;
  height: 39px;
  box-sizing: border-box;
}
#non_memder.login .phon_num::after {
  display: block;
  clear: both;
  content: '';
}
#non_memder.login .phon_num input {
  float: left;
  margin: 0;
  border: 0;
  padding: 0 10px;
  width: calc(33.333% - 20px);
  height: 100%;
  outline: 0;
}
#non_memder.login .phon_num span {
  display: block;
  float: left;
  width: 30px;
  line-height: 37px;
  text-align: center;
}
#non_memder.login .login_form input[type='text'].s_input:last-child {
  margin-right: 0;
}
#non_memder.login .another_login {
  clear: both;
}
#non_memder.login .another_login p {
  /*margin-top:30px;display:block;*/
  padding: 30px 0 10px;
  text-align: center;
  font-size: 14px;
  color: #7e7e7e;
}

/* ad zone */
.login .ad_zone {
  float: right;
  width: 450px;
  height: 310px;
  background: #ebebeb;
  margin-right: 0px;
  outline: solid 1px #ccc;
  text-indent: -9999999px;
}

/* 비회원 개인정보 이용 동의 팝업 */
.popup p.popup_txt,
.popup p.check_cation,
.popup .popup_check label {
  font-size: 12px;
  font-family: 'MalgunGothic';
  font-weight: 300;
  color: #666;
  line-height: 22px;
}
.popup p.popup_txt {
  margin: 0 15px 20px;
}
.popup .check_agree {
  width: 100%;
  height: 385px;
  overflow-y: auto;
  border: 1px solid #dcdcdc;
}
.popup .check_agree div {
  width: 90%;
  padding: 35px 0;
  margin: 0 auto;
}
.popup .check_agree div p {
  font-family: 'MalgunGothic';
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  color: #666;
}

.popup .popup_check {
  text-align: center;
}
.popup span.radio {
  margin: 0 10px;
  padding-left: 15px;
  position: relative;
  display: inline-block;
  height: 17px;
  line-height: 15px;
  vertical-align: baseline;
}
.popup span.radio input {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.popup span.radio label {
  font-weight: 400;
  font-size: 12px;
  margin-left: 5px;
  line-height: 12px;
}
.popup span.radio label::before {
  display: block;
  content: '';
  cursor: pointer;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #cdcdcd;
  border-radius: 100%;
  position: absolute;
  top: 2px;
  left: 0px;
}
.popup span.radio input:checked + label:before {
  content: '';
  cursor: pointer;
  display: block;
  width: 14px;
  height: 14px;
  border: 0;
  border-radius: 100%;
  background: #fff url('../img/btn/checkbox_check3.jpg') no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
}

.popup p.check_cation {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* 계정정보 찾기 */
.login_find .member_tap li {
  width: 50%;
}

.login.login_find .login_form .login-box {
  margin-top: 25px;
  width: 100%;
}
.login.login_find .login_form input[type='text'] {
  float: none;
  width: 100%;
  border: 1px solid #d6d6d6;
}
.login.login_find .login_form .phonarea {
  width: 100%;
}
.login.login_find .login_form .phonarea .phon_num {
  border: 1px solid #d6d6d6;
  width: 100%;
  height: 39px;
  box-sizing: border-box;
  border-radius: 10px;
}
.login.login_find .login_form .phonarea .phon_num::after {
  display: block;
  clear: both;
  content: '';
}
/* .login.login_find .login_form .phonarea .phon_num select {
    float: left;
    margin: 0;
    border: 0;
    width: 130px;
    height: 42px;
} */
.login.login_find .login_form .phonarea .phon_num input {
  float: left;
  border: 0;
  width: calc(33.333% - 20px);
  height: 100%;
  outline: 0;
  border-radius: 10px;
}
.login.login_find .login_form .phonarea .phon_num span {
  display: block;
  float: left;
  margin: 0;
  width: 30px;
  line-height: 37px;
  text-align: center;
}
.login.login_find .login_form .phonarea .button_wrap {
  margin-top: 10px;
}
.login.login_find .login_form .button_wrap::after {
  display: block;
  clear: both;
  content: '';
}
.login.login_find .login_form .button_wrap input {
  float: left;
  width: calc(100% - 130px);
  box-sizing: border-box;
}
/* .login.login_find .login_form .email_warp{float:right;width:400px;} */
.login_find .find_id .find_id_box .login_form .email_warp button {
  margin-bottom: 10px;
}

.login.login_find .find_cation {
  padding-left: 10px;
  position: relative;
  line-height: 20px;
  word-break: keep-all;
}
.login.login_find .find_cation::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 1px;
  background: #7e7e7e;
}
.login.login_find .find_btn {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 50px;
  background: #4254c8;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
/* 아이디 찾기 */
#container.login-container {
  padding-bottom: 125px;
  margin-bottom: 100px;
}
.login.login_find {
  position: relative;
  width: 460px;
  margin: 0 auto;
}
.login_find .find_id {
  padding: 30px;
  border: 1px solid #dbdbdb;
  border-bottom: 0;
  box-sizing: border-box;
}
.login_find .find_id .find_id_box {
  /*position:absolute; top:2px; left:2px; height:300px;*/
}
.login_find .find_id .find_id_box .login_form {
  display: none;
  margin-right: 0;
  width: 100%;
  border: none;
}
.login_find .find_id .find_id_box .login_form.on {
  display: block;
}
.login_find .find_id .find_id_box .login_form:last-child {
  position: relative;
  width: 100%;
}
.login_find .find_id .find_id_box .login_form .in_member {
  margin-left: 0;
}
.login_find .find_id .find_id_box .login_form span {
  font-size: 18px;
  margin-left: 5px;
  font-weight: 600;
}
.login_find .find_id .find_id_box .login_form p {
  font-size: 14px;
  margin-top: 10px;
  color: #7e7e7e;
}
.login_find .find_id .find_id_box .login_form p:first-child {
  margin-top: 0px;
  font-weight: 400;
}
.login_find .find_id .find_id_box .login_form button {
  /*margin:53px 10px;*/
  width: 104px;
  height: 39px;
  outline: none;
  border: none;
  background: #919191;
  color: #fff;
  font-size: 12px;
}
.login_find .find_id .find_id_box .login_form .login-box p {
  width: 55px;
  height: 39px;
  margin-bottom: 10px;
}
.login_find input[type='submit'] {
  clear: both;
  display: block;
  margin: 0 auto 20px;
  width: 170px;
  height: 50px;
  background-color: #e8374b;
  border: none;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
}
.login.login_find .login_form .button_wrap button {
  float: left;
  display: block;
  margin-right: 10px;
  border: 1px solid #d8d8d8;
  width: 120px;
  height: 42px;
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  background: none;
  box-sizing: border-box;
}

/* 비밀번호 찾기 */
.login_find .find_id_password {
  display: none;
}
.login_find .find_id .find_id_box .login_form p.text_deco {
  margin-top: 5px;
}

.find_radio {
  margin-bottom: 30px;
}
.find_radio .radio_item {
  display: inline-block;
}
.find_radio .radio_item + .radio_item {
  margin-left: 70px;
}
.find_radio .radio_item input[type='radio'] {
  display: none;
}
.find_radio .radio_item input[type='radio'] + label {
  display: block;
  padding-left: 28px;
  font-size: 16px;
  font-weight: 400;
  color: #252525;
  line-height: 20px;
  background: url(../img/ico/radio_off_24x24.png) left center no-repeat;
  background-size: auto 100%;
}
.find_radio .radio_item input[type='radio']:checked + label {
  background: url(../img/ico/radio_on_24x24.png) left center no-repeat;
  background-size: auto 100%;
}

/* 주문비밀번호 찾기 */
.modal1 {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.form-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 410px;
  height: 370px;
  background-color: #fff;
  outline: solid 3px #2f6fe6;
  transform: translate(-50%, -50%);
}
.form-box h2 {
  padding: 14px 18px 0;
  color: #4a7adf;
  font-size: 24px;
  font-weight: normal;
}
.form-box a {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 18px;
  background: url('/img/ico/close.png');
  text-indent: -99999px;
}
.form-box table {
  padding-top: 19px;
  margin: 15px 0;
  width: 100%;
  border-top: solid 1px #bfbfc0;
  border-bottom: solid 1px #bfbfc0;
}
.form-box table th {
  box-sizing: border-box;
  padding-left: 45px;
  width: 125px;
  height: 28px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 42px;
}
.form-box table tr:first-child th {
  padding-top: 19px;
}
.form-box table tr:first-child td input {
  margin-top: 19px;
}
.form-box table td {
  padding-left: 22px;
}
.form-box table td input {
  width: 190px;
  height: 28px;
  line-height: 28px;
  margin: 3px 0 2px;
}
.form-box table .phone input {
  width: 55px;
}
.form-box table .user_password input {
  font-size: 12px;
}
.form-box table .out_user_sms {
  font-size: 11px;
  line-height: 14px;
}
.form-box table .out_user_sms td {
  color: #5e5e5e;
}
.form-box table .out_user_sms td input {
  width: 14px;
  height: 14px;
  margin: 3px 4px 4px;
}
.form-box table .out_user_sms td input:nth-child(2) {
  margin-left: 20px;
}
.form-box p {
  padding: 3px 64px 0 22px;
  font-size: 12px;
  font-weight: 300;
  color: #6e6e6e;
  line-height: 18px;
}
.form-box input[type='submit'] {
  display: block;
  margin: 10px auto 20px;
  width: 110px;
  height: 30px;
  background-color: #3770ed;
  color: #fff;
  border: solid 1px #2a5bcc;
}

/* 회원가입 */
.member-container.member-form {
  margin: 0px auto 200px;
  padding: 90px 0 0px;
  width: 500px;
  box-sizing: border-box;
}
.member-container.mem_bg {
  background: url('../img/member/mem_bg.png') no-repeat right top;
  padding-top: 350px;
}
.member-container .member h2 {
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  color: #252525;
  text-align: center;
  text-transform: uppercase;
}

.member-container .member h2 + p {
  margin: 0;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  text-align: center;
}
.member-container.mem_bg .member h2,
.member-container.mem_bg .member p {
  text-align: left;
}
.form-box2 .form_tt {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #795ab9;
}
.form-box2 .label {
  margin-top: 30px;
  margin-bottom: 11px;
  font-size: 16px;
  font-weight: 600;
  color: #795ab9;
}
.form-box2 .label i {
  font-size: 13px;
  font-weight: 400;
  color: #757575;
}
.form-box2 .agree_tt {
  margin-top: 40px;
  margin-bottom: 20px;
}
.form-box2 .checkbox {
  margin-top: 10px;
}
.form-box2 .input_wrap .checkbox {
  margin-bottom: 20px;
}
.form-box2 .checkbox input[type='checkbox'] {
  display: none;
}
.form-box2 .checkbox input[type='checkbox'] + label {
  padding-left: 30px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #252525;
  background: url(../img/ico/checkbox.png) left center no-repeat;
}
.form-box2 .checkbox input[type='checkbox']:checked + label {
  background: url(../img/ico/checkbox_on.png) left center no-repeat;
}

.form-box2 .input_wrap + .input_wrap {
  margin-top: 10px;
}
.form-box2 .input_wrap input {
  display: block;
  border: 1px solid #dbdbdb;
  padding: 0 10px;
  width: 100%;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  font-weight: 400;
  outline: 0;
  box-sizing: border-box;
  font-family: 'Noto Sans KR';
  border-radius: 10px;
}
.form-box2 .input_wrap input::placeholder {
  color: #999;
}
.form-box2 .input_wrap select {
  display: block;
  border: 1px solid #dbdbdb;
  padding: 0 10px;
  width: 100%;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  font-weight: 400;
  outline: 0;
  box-sizing: border-box;
  border-radius: 10px;
}
.form-box2 .input_wrap p {
  margin: 10px 10px 20px;
  font-size: 14px;
  font-weight: 400;
}
.form-box2 .input_wrap p.red_txt {
  color: #f50000;
  text-align: left;
}
.form-box2 .input_wrap .red_notice,
.form-box2 .input_wrap .gray_notice {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 350;
  line-height: 1.3;
  letter-spacing: -0.04em;
}
.form-box2 .input_wrap .red_notice {
  color: #ff1515;
}
.form-box2 .input_wrap .gray_notice {
  color: #757575;
}

.form-box2 .button_wrap::after {
  display: block;
  clear: both;
  content: '';
}
.form-box2 .button_wrap input {
  float: left;
  margin-right: 10px;
  width: 350px;
  border-radius: 10px;
}
.form-box2 .button_wrap > .phone_num {
  margin-right: 10px;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
}
.form-box2 .button_wrap > .phone_num::after {
  display: block;
  clear: both;
  content: '';
}
.form-box2 .button_wrap > .phone_num input,
.form-box2 .button_wrap > .phone_num select {
  float: left;
  margin: 0;
  border: 0;
  padding: 0 5px;
  width: calc(33.333% - 20px);
  height: 100%;
  outline: 0;
  border: 1px solid #dbdbdb;
}
.form-box2 .button_wrap > .phone_num span {
  display: block;
  float: left;
  width: 30px;
  line-height: 38px;
  text-align: center;
}

.form-box2 .button_wrap > .email_box {
  display: flex;
  align-items: center;
}
.form-box2 .button_wrap > .email_box input {
  width: 100%;
  float: none;
  margin-right: 0;
}
.form-box2 .button_wrap > .email_box select {
  margin-right: 10px;
}
.form-box2 .button_wrap > .email_box span {
  margin: 0 6px;
  font-size: 16px;
  color: #454545;
}

.form-box2 .button_wrap button {
  float: left;
  border: 1px solid #372a95;
  width: 140px;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #372a95;
  box-sizing: border-box;
  border-radius: 10px;
}
.form-box2 .button_wrap.w100 button {
  float: none;
  width: 100%;
  margin-top: 10px;
}
.form-box2 .button_wrap button.certi_ok {
  background: #372a95;
  color: #fff;
}
.form-box2 .radio_wrap::after {
  display: block;
  clear: both;
  content: '';
}
.form-box2 .radio_wrap {
  margin-bottom: 20px;
}
.form-box2 .radio_wrap .radio_item {
  float: left;
  width: calc(50% - 5px);
}
.form-box2 .radio_wrap .radio_item + .radio_item {
  margin-left: 10px;
}
.form-box2 .radio_wrap .radio_item input[type='radio'] {
  display: none;
}
.form-box2 .radio_wrap .radio_item input[type='radio'] + label {
  display: block;
  border: 1px solid #eee;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  font-weight: 400;
  color: #454545;
  box-sizing: border-box;
}
.form-box2 .radio_wrap .radio_item input[type='radio']:checked + label {
  border-color: #4254c8;
  color: #4254c8;
}
.member-container .form-box2 .form_btn {
  display: block;
  clear: both;
  width: 100%;
  height: 60px;
  margin: 30px auto 0;
  border: none;
  background: #4254c8;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

/* agree_popup_wrap */
.agree_popup_wrap {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10000;
}
.agree_popup_wrap .agree_popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 640px;
  height: 640px;
  z-index: 2;
}
.agree_popup_wrap .agree_popup .top {
  height: 60px;
  line-height: 2;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #4254c8;
  padding: 12px 20px;
  box-sizing: border-box;
}
.agree_popup_wrap .agree_popup .top::after {
  display: block;
  clear: both;
  content: '';
}
.agree_popup_wrap .agree_popup .top p {
  float: left;
  font-size: 18px;
}
.agree_popup_wrap .agree_popup .top .close {
  float: right;
  cursor: pointer;
}
.agree_popup_wrap .agree_popup .top .close img {
  width: 20px;
  padding-top: 8px;
}
.agree_popup_wrap .agree_popup .content {
  height: 590px;
  background: #fff;
  padding: 15px;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
}
.agree_popup_wrap .agree_popup .content .padding {
  height: 100%;
  overflow-y: auto;
}
.agree_popup_wrap .agree_popup .content .padding::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  height: 0px !important;
}
.agree_popup_wrap .agree_popup .content .padding::-webkit-scrollbar-thumb {
  background-color: #aaa;
}
.agree_popup_wrap .agree_popup .content .padding::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.agree_popup_wrap .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* //popup_wrap */

/* 비교하기 - 리스트 */
.sub.vs_list {
}
.sub.vs_list .sub_wrap h3 {
  font-size: 0;
  overflow: hidden;
}
.sub.vs_list .item_wrap {
  background: #f0f0f0;
}

.sub.vs_list .iw_top {
  text-align: center;
  border-bottom: 0 none;
  padding: 40px 0 0 0;
}
.sub.vs_list .iw_top .i_tit {
  font-size: 42px;
  margin-bottom: 30px;
  font-weight: 600;
}
.sub.vs_list .iw_top a {
  margin: 0 auto;
  width: 110px;
  display: block;
  font-size: 15px;
  color: #434343;
  font-weight: 400;
}
.sub.vs_list .iw_top a.btn_vs_all {
  background: url('/img/sub/next_arrow.png') no-repeat right center;
  text-align: left;
}

.vs_list .itme_type01 {
  margin-left: 0px;
}
.vs_list .itme_type01 > li {
  width: 380px;
}
.vs_list .itme_type01 > li:first-child,
.vs_list .itme_type01 > li:nth-child(3n + 1) {
  margin-left: 0;
}
.vs_list .itme_type01 select {
  margin-bottom: 20px;
  width: 100%;
  width: 100%;
  height: 42px;
  background-color: #fff;
  font-size: 15px;
  font-weight: bold;
  color: #434343;
}
.vs_list .itme_type01 article {
  padding: 50px;
  background: #fff;
}
.vs_list .itme_type01 article span img {
  width: 100%;
}

.vs_list .itme_type01 .item_content {
  width: 100%;
  margin-top: 30px;
}
.vs_list .itme_type01 .item_content h4.ic_subject {
  display: block;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.vs_list .itme_type01 .item_content li {
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  letter-spacing: -1px;
  border-bottom: 1px solid #eee;
  display: table;
}
/*.vs_list .itme_type01 .item_content li:first-child .ic_subject{width:100%;}*/
.vs_list .itme_type01 .item_content li.size {
  line-height: 30px;
}
.vs_list .itme_type01 .item_content li .product_size {
  line-height: 30px;
  padding-bottom: 10px;
}
.vs_list .itme_type01 .item_content li .product_size li {
  position: relative;
  padding-right: 3px;
  display: inline-block;
  width: auto;
  border-bottom: 0 none;
  line-height: 25px;
  height: 25px;
}
.vs_list .itme_type01 .item_content li .product_size li:after {
  content: ',';
  position: relative;
  bottom: 0;
  right: 1px;
}
.vs_list .itme_type01 .item_content .ic_subject {
  display: table-cell;
  padding-left: 10px;
  width: 55px;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
}
.vs_list .itme_type01 .ic_color span {
  display: inline-block;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  overflow: hidden;
  border-radius: 50%;
  background: #123456;
}
.vs_list .itme_type01 .ic_color span:first-child {
  margin-left: 0;
}

.vs_list .btn_wrap {
  margin: 40px auto;
}
.vs_list .btn_wrap a {
  margin: 0 auto;
  display: block;
}
.vs_list .itme_type01 .btn_wrap {
  margin: 60px auto 0;
}
.vs_list .itme_type01 .btn_st06.c01 {
  margin: 0 auto;
}
.vs_list .itme_type01 .btn_st06 {
  margin: 10px auto 0;
}

.item_view_img {
  margin-top: 15px;
}

/* 상품목록 필터 수정 */
.snb_box .sb_tit01.bm_no {
  border-bottom: 0 none;
}
.check_list .snb_list.snb_menu > li > a {
  background: none;
}
.snb_box .snb_list.snb_menu > li ul li a {
  margin-top: 5px;
}

/* 검색결과 */
.search_breand ul {
  border-bottom: 1px solid #dcdcdc;
}
.search_breand ul li {
  margin-bottom: 15px;
  position: relative;
  width: 15%;
  margin-left: 1.65%;
  float: left;
}
.search_breand ul li input[type='checkbox'] {
  position: absolute;
  top: 0;
  left: 0;
}
.search_breand ul li span.checkbox_txt {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-family: 'Malgun Gothic';
  font-weight: 400;
  color: #666;
}
.search_breand span.checkbox {
  line-height: 15px;
  position: relative;
  display: inline-block; /*height: 15px; padding-left: 15px;*/
  vertical-align: baseline;
}
.search_breand span.checkbox input {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.search_breand span.checkbox label {
  font-size: 0;
}
.search_breand span.checkbox label::before {
  display: block;
  content: '';
  cursor: pointer;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #cdcdcd;
  background: #fff url(../img/btn/checkbox.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
}
.search_breand span.checkbox input:checked + label:before {
  content: '';
  cursor: pointer;
  display: block;
  width: 14px;
  height: 14px;
  border: 0 none;
  background: #fff url(../img/btn/checkbox_check.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
}
.search_breand span.checkbox label img {
  box-sizing: border-box;
  width: 147px;
  height: 37px;
  border: 1px solid #dcdcdc;
}
.search_breand span.checkbox input:checked + label img {
  /* width: auto; */
  outline: 2px solid #005bab;
}

.search_none {
  margin: 70px auto 120px;
}
.search_none img.only_web {
  display: inline-block;
}
.search_none h3 {
  margin-top: 40px;
  font-size: 22px;
  font-weight: 400;
}
.search_none h3 span {
  color: #005bab;
  font-weight: 600;
}
.search_none p {
  margin-top: 17px;
  margin-bottom: 40px;
  font-size: 17px;
  color: #555;
}
.search_none p.search_cation {
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 15px;
  color: #555;
  line-height: 25px;
}

/* 05_02 김준혁 추가 */
.search_breand ul li:hover .brand_info {
  display: block;
}
.search_breand ul li .brand_info {
  display: none;
  position: absolute;
  top: 65px;
  left: 0;
  padding: 0 0 20px 0;
  width: 980px;
  min-height: 110px;
  background-color: #fff;
  border: solid 1px #aaaaaa;
  z-index: 999;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px #e5e5e5;
  -moz-box-shadow: 0px 10px #e5e5e5;
  box-shadow: 0px 3px #e5e5e5;
}
.search_breand ul li .brand_info .triangle01 {
  position: absolute;
  top: -5px;
  left: 30px;
  width: 7px;
  height: 7px;
  border-left: solid 1px #aaa;
  border-top: solid 1px #aaa;
  background-color: #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
/* .search_breand ul li .brand_info:before { content:"";  position:absolute; top:-7px; left:0; display:block; width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #aaaaaa; }
.search_breand ul li .brand_info:after { content:"";  position:absolute; top:-6px; left:1px; display:block; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #fff; } */
.search_breand ul li .brand_info img {
  margin: 20px 0 10px;
}
.search_breand ul li .brand_info p {
  padding: 0 40px 0 20px;
  font-size: 13px;
  color: #666666;
  line-height: 18px;
}

/* 상품없음 */
.no_item_container {
  text-align: center;
  padding: 70px 0 70px;
}
.no_item_container h4 {
  margin: 45px 0 20px;
  font-size: 22px;
  color: #333333;
}
.no_item_container h5 {
  font-size: 17px;
  color: #555555;
}

/* 0519 */
/**/
.sub_wrap.dak_02 {
}
.dak_02 .sub_item_list .itme_type01 > li {
  width: 31.5%;
  margin-right: 2.75%;
  margin-bottom: 2.75%;
}
.dak_02 .sub_item_list .itme_type01 > li:nth-of-type(3n) {
  margin-right: 0;
}

/* 특가닭 */
.dak_special {
  float: none;
  margin: 0 auto;
  background-color: #f4f4f4;
  padding-bottom: 48px;
}
.dak_special > div {
  width: 1180px;
  margin: 0 auto;
}

.dak_timer_box {
  padding: 60px 0 40px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.dak_timer_box:after {
  content: '';
  display: block;
  clear: both;
}
.dak_timer_box h2 {
  display: inline-block;
  position: relative; /* margin-right:40px; */
  font-size: 61px;
  color: #333333;
  font-weight: 500;
}
.dak_timer_box h2:after {
  content: '~';
  position: absolute;
  top: -45%;
  right: 3%;
  color: #005bab;
  display: block;
  font-size: 40px;
  font-weight: 400;
}
.dak_timer_box h2 span:nth-child(1) {
  font-weight: 300;
  color: #5e5e5e;
}
.dak_timer_box h2 span:nth-child(2) {
  color: #005bab;
}

.dak_timer_box > div {
  display: inline-block;
  margin-top: 10px;
}
.dak_timer_box > div span {
  display: block;
  float: left;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  background-color: #020202;
  border-radius: 3px;
  color: #fff;
  text-align: center;
}
.dak_timer_box > div span:last-child {
  margin-right: 0;
}
.dak_timer_box > div span.time_bar {
  width: auto;
  height: auto;
  background-color: transparent;
  color: #020202;
}

/**/
.special_banner {
}
.special_banner button {
  position: absolute;
  top: 50%;
  width: 41px;
  height: 79px;
  transform: translate(0, -50%);
  text-indent: -999999px;
  z-index: 99;
}
.special_banner .slick-prev {
  left: -6%;
  background: url('/img/sub/special_prev.png') no-repeat;
  background-size: cover;
}
.special_banner .slick-next {
  right: -6%;
  background: url('/img/sub/special_next.png') no-repeat;
  background-size: cover;
}

/**/
.dak_01.item_detail_tab {
  margin: 0px 0 20px;
  width: 100%;
  padding: 50px 11.35% 200px;
  box-sizing: border-box;
  background: url('/img/sub/special_tab_banner.png') no-repeat;
}
.dak_01.item_detail_tab button {
  position: relative;
  box-sizing: border-box;
  padding: 0;
  width: 25%;
  height: 84px;
  text-align: center;
  background-color: #fff;
  color: #000;
  font-family: 'Noto Sans KR';
  font-size: 22px;
  text-align: center;
  line-height: 84px;
}
.dak_01.item_detail_tab button:first-of-type:before {
  display: none;
}
.dak_01.item_detail_tab button:before {
  content: '';
  display: block;
  position: absolute;
  top: 40%;
  bottom: 38%;
  left: 0;
  width: 1px;
  background-color: #ddd;
}
.dak_01.item_detail_tab button:after {
  content: '';
  display: none;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 50%;
  width: 50%;
  height: 5px;
  background-color: #005bab;
  transform: translate(-50%, 0);
}
.dak_01.item_detail_tab button.active:after {
  display: block;
}

.item_wrap.dak_01 .iw_top {
  padding: 0;
  border-bottom: none;
}
.itme_type01.dak_01 {
  padding-top: 0;
}

/* 브랜드관 */
.brand_snb {
  /* height:400px; */
  overflow-y: auto;
}
.brand_box {
  position: absolute;
  top: 10px;
  left: 0;
  width: 160px;
  height: 400px;
  border: solid 1px #ddd;
  box-sizing: border-box;
}
.brand_box a {
  display: block;
  color: #333;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
}
.brand_box li.active a {
  background-color: #005bab;
  color: #fff;
}
.brand_box a:hover {
  color: #005bab;
}
.brand_box li.active a:hover {
  color: #fff;
}

/* 이벤트 */
.sub_wrap.event {
  margin-top: 0;
  background-color: #fff;
  border: solid 1px #dbdbdb;
}
.event_bg {
  padding: 50px 0;
  background-color: #f4f4f4;
}
.event_tab_menu {
  /*  width:79.23%; */
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50px 0 0;
  display: table;
}
.event_tab_menu a {
  display: inline-block;
  position: relative; /*  float:left; width:33.33%; */
  box-sizing: border-box;
  line-height: 50px;
  padding: 0 20px;
  text-align: center;
  color: #000;
  font-size: 26px;
  font-weight: 500;
}
.event_tab_menu a:first-of-type:before {
  display: none;
}
.event_tab_menu a:before {
  content: '';
  display: block;
  position: absolute;
  top: 35%;
  bottom: 25%;
  left: 0;
  width: 1px;
  background-color: #ddd;
}
.event_tab_menu a:after {
  content: '';
  display: none;
  position: absolute;
  bottom: -10px;
  left: 15%;
  right: 15%;
  height: 5px;
  background-color: #005bab;
}
.event_tab_menu a.active:after {
  display: block;
}
.event .item_detail_tab {
  margin: 30px 0 0 0;
  padding: 0 10%;
  background: none;
}
.event .item_detail_tab button {
  width: 33.33%;
}
.event_text {
  margin: 70px 0 70px 0;
  text-align: center;
  font-size: 30px;
}
.event_text > h3 {
  display: inline-block;
  padding: 10px 0;
  margin: 0 0 15px 0;
  border-top: solid 1px;
  border-bottom: solid 1px;
  color: #005bab;
  font-size: 30px;
}
.event_text > p {
  color: #555555;
  font-size: 30px;
}
.event_text > p span {
  color: #333;
}

.event_list {
  margin: 0 auto;
  width: 79.23%;
  box-sizing: border-box;
}
.event_list:after {
  content: '';
  display: block;
  clear: both;
}
.event_list ul {
}
.event_list ul li {
  float: left;
  margin-right: 4.28%;
  margin-bottom: 4.28%;
  width: 30.48%;
  box-sizing: border-box;
}
.event_list ul li:nth-child(3n) {
  margin-right: 0;
}
.event_list ul li a {
  display: block;
  color: #333;
  font-size: 14px;
}
.event_list ul li a h4 {
  font-weight: 400;
  line-height: 30px;
}
.event_list ul li a p {
  height: 50px;
  line-height: 18px;
}
.event_list ul li a div {
}
.event_list ul li a div:after {
  content: '';
  display: block;
  clear: both;
}
.event_list ul li a div span {
  display: block;
  float: left;
  font-size: 12px;
  padding: 3px 4px;
  color: #808080;
}
.event_list ul li a div span.event_ing {
  font-size: 10px;
  margin-right: 10px;
  background-color: #f26c4f;
  color: #fff;
  border-radius: 4px;
}
.event .search_box {
  display: table;
  margin: 0 auto 50px;
}
.event .search_box select,
.event .search_box input {
  float: left;
  margin-right: 7px;
  height: 30px;
}
.event .search_box select {
  width: 76px;
}
.event .search_box input {
  width: 280px;
}

.event .order_list {
  float: none;
  width: 79.23%;
  margin: 0 auto;
}
.event .contact.contact_news fieldset > div.search_box {
  float: none;
}

.dak_02 .itme_type01 .thum_img .item_opt {
  display: none;
}

/**/
.event_view {
  margin-top: 30px;
}
.event_view h2 {
  text-align: center;
}

/**/
.mii_content .item_box {
  border: none;
}

/* 게임이벤트 _ 인트로 */
.game_ev .intro_wrap {
  max-height: 840px;
  height: 42vw;
}
.game_ev .intro_wrap .intro_bg {
  position: relative;
  height: 100%;
  max-height: 840px;
  background: url(../img/sub/game_event_intro.jpg) center center no-repeat;
  background-size: 100%;
}
.game_ev .intro_wrap .intro_bg .txt_box {
  position: relative;
  height: 100%;
}

.game_ev .intro_wrap .intro_bg .txt_box .join {
  position: absolute;
  top: 57%;
  left: 29%;
  transform: translateX(-50%);
  width: 180px;
  height: 50px;
  text-align: center;
  background: rgb(86, 197, 254);
  background: linear-gradient(
    180deg,
    rgba(86, 197, 254, 1) 0%,
    rgba(29, 6, 109, 1) 100%
  );
  border-radius: 30px;
  border: 5px solid #fff;
}
.game_ev .intro_wrap .intro_bg .txt_box .join span {
  color: #fff;
  font-size: 28px;
  line-height: 50px;
  vertical-align: middle;
}

.sub.game_ev .popup_wrap {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10000;
}
.sub.game_ev .popup_wrap .popup {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 740px;
  height: auto;
  background: none;
  z-index: 2;
}
.sub.game_ev .popup_wrap .popup .top {
  height: 50px;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 12px 12px 12px 15px;
  box-sizing: border-box;
}
.sub.game_ev .popup_wrap .popup .top .close {
  float: right;
  cursor: pointer;
}
.sub.game_ev .popup_wrap .popup .content {
  height: auto;
  background: transparent;
  padding: 0 50px;
  box-sizing: border-box;
}
.sub.game_ev .popup_wrap .popup .content video {
  height: 100%;
}
.sub.game_ev
  .popup_wrap
  .popup
  .content
  video::-webkit-media-controls-timeline {
  display: none !important;
}
.sub.game_ev .popup_wrap .popup .top {
  background: transparent;
}
.sub.game_ev .popup_wrap .bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* 게임이벤트 */
.sub.game_ev .list_wrap {
  padding-bottom: 100px;
}
.sub.game_ev .inner,
.community .inner {
  width: 1250px;
  margin: 0 auto;
}
.sub.game_ev .ev_list_wrap {
  margin-top: 40px;
  font-size: 0;
  text-align: center;
}
.sub.game_ev .ev_list_wrap > form {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  vertical-align: top;
}
.sub.game_ev .ev_list1 {
  background: url('../img/sub/game_event_bg.png') no-repeat center top;
  background-size: 100%;
  position: relative;
}
.sub.game_ev .ev_conters {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 820px;
  padding-top: 430px;
  padding-bottom: 380px;
}
.sub.game_ev .ev_list2 {
  padding-left: 30px;
}
.sub.game_ev .ev_list .top {
  margin: 0 0 40px;
}
.sub.game_ev .ev_list .top h3 {
  font-size: 36px;
  margin-bottom: 14px;
}
.sub.game_ev .ev_list .top p {
  font-size: 16px;
  color: #777;
}
.sub.game_ev .ev_list .contents {
  box-sizing: border-box;
  width: 65%;
  margin: 0 auto;
  margin-bottom: 11px;
  background: #fff;
  border-radius: 20px;
}
.sub.game_ev .ev_list .cont_left {
  display: flex;
  align-items: center;
  height: 45px;
  background: rgb(157, 105, 238);
  background: linear-gradient(
    180deg,
    rgba(157, 105, 238, 1) 0%,
    rgba(69, 51, 168, 1) 100%
  );
  border-radius: 20px 20px 0 0;
}
.sub.game_ev .ev_list .cont_left span {
  display: inline-block;
  color: #fff;
}
.sub.game_ev .ev_list .cont_left span.tit {
  margin-left: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
.sub.game_ev .ev_list .cont_left span.tit em {
  font-size: 22px;
  font-weight: 600;
}
.sub.game_ev .ev_list .cont_left span.sub_tit {
  font-size: 18px;
  font-weight: 700;
  margin: 0 30px 0 20px;
}
.sub.game_ev .ev_list .cont_left span.sub_tit02 {
  font-size: 22px;
  font-weight: 900;
}
.sub.game_ev .ev_list .cont_right {
  position: relative;
  padding: 10px 40px;
}
.sub.game_ev .ev_list .cont_right span.game_date {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #555;
  line-height: 1.2;
}
.sub.game_ev .ev_list .cont_right ul {
  /*    margin-bottom: 16px; */
}
.sub.game_ev .ev_list .cont_right ul li {
  box-sizing: border-box;
  width: 140px;
  height: 140px;
  float: left;
  cursor: pointer;
  font-size: 0;
  margin-bottom: 30px;
}
.sub.game_ev .ev_list .cont_right ul li.team1 input,
.sub.game_ev .ev_list .cont_right ul li.team2 input {
  top: 145px;
  font-size: 14px;
  width: 100%;
}
.sub.game_ev .ev_list .cont_right ul li.team1 {
  background: url('../img/sub/team1.png') no-repeat center center;
  position: relative;
  width: 140px;
  background-size: 130px 130px !important;
  text-align: left;
}
/* .sub.game_ev .ev_list .cont_right ul li.team1:hover::after,
.sub.game_ev .ev_list .cont_right ul li.team1:focus::after, */
.sub.game_ev .ev_list .cont_right ul li.team1.on::after {
  content: '';
  display: block;
  position: absolute;
  background: url(../img/sub/team1_on.png) no-repeat center;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: contain;
}
.sub.game_ev .ev_list .contents2 {
}
/* .sub.game_ev .ev_list .contents2 .cont_right .charts em {
    top:33px;
} */
.sub.game_ev .ev_list .contents.contents3 {
}

.sub.game_ev .ev_list .cont_right ul li.vs.tie_on {
  background: url('../img/sub/vs.png') no-repeat center top 20px;
  cursor: default;
  width: calc(100% - 280px);
  text-align: center;
}
.sub.game_ev .ev_list .cont_right ul li.vs {
  background: url('../img/sub/vs.png') no-repeat center top 40px;
  cursor: default;
  width: calc(100% - 280px);
  text-align: center;
}
.sub.game_ev .ev_list .cont_right ul li.vs.tie_on .tie_icon {
  width: 100%;
  background: url('../img/ico/ico_tie.png') center top 5px no-repeat;
  height: 41px;
  cursor: pointer;
}
.sub.game_ev .ev_list .cont_right ul li.vs.tie_on .tie_icon.on {
  width: 100%;
  background: url('../img/ico/ico_tie_check.png') center top 5px no-repeat;
}
.sub.game_ev .ev_list .cont_right ul li .score_wrap::after {
  display: block;
}
.sub.game_ev .ev_list .cont_right ul li .score_wrap select {
  width: 70px;
  height: 40px;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 5px;
  border: 1px solid #bcbcbc;
}

.sub.game_ev .ev_list .cont_right ul li .score_wrap select.team1_score {
  margin-right: 30%;
}

.sub.game_ev .ev_list .cont_right ul li.vsdraw {
  background: url('../img/sub/vsdraw.png') no-repeat center;
  width: calc(100% - 280px);
}
/* .sub.game_ev .ev_list .cont_right ul li.vsdraw:hover, */
.sub.game_ev .ev_list .cont_right ul li.vsdraw.on {
  background: url('../img/sub/vsdraw_red.png') no-repeat center;
}
.sub.game_ev .ev_list .cont_right ul li.team2 {
  background: url(../img/sub/team2.png) no-repeat center right;
  position: relative;
  width: 140px;
  /* height: 85px; */
  background-size: 130px 130px !important;
  float: right;
  text-align: right;
}
/* .sub.game_ev .ev_list .cont_right ul li.team2:hover::after,
.sub.game_ev .ev_list .cont_right ul li.team2:focus::after,  */
.sub.game_ev .ev_list .cont_right ul li.team2.on::after {
  content: '';
  display: block;
  position: absolute;
  background: url(../img/sub/team2_on.png) no-repeat center;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0px;
  background-size: contain;
}
.sub.game_ev .ev_list .cont_right .text_score {
  position: relative;
  top: -10px;
}
.sub.game_ev .ev_list .cont_right .text_score span {
  font-size: 16px;
  color: #555;
  margin: 0 2px;
}
.sub.game_ev .ev_list .cont_right .text_score em {
  font-size: 16px;
  color: #555;
  margin-left: 5px;
}
.sub.game_ev .ev_list .cont_right .ul_charts {
  position: absolute;
  bottom: 10px;
  width: 55%;
  left: 50%;
  transform: translateX(-50%);
}
.sub.game_ev .ev_list .cont_right .charts {
  position: relative;
  font-size: 0;
  width: 100%;
  border-radius: 20px;
  background: rgb(221, 221, 221);
  background: linear-gradient(
    180deg,
    rgba(221, 221, 221, 1) 0%,
    rgba(170, 170, 170, 1) 100%
  );
  overflow: hidden;
}
.sub.game_ev .ev_list .cont_right .charts .charts__chart {
  float: left;
  width: 33.333%;
  height: 25px;
  font-size: 0;
  border-radius: 20px;
}
.sub.game_ev .ev_list .cont_right .charts .chart--red {
  background: rgb(123, 68, 254);
  background: linear-gradient(
    180deg,
    rgba(123, 68, 254, 1) 0%,
    rgba(75, 11, 123, 1) 100%
  );
}
.sub.game_ev .ev_list .cont_right .charts .chart--green {
  background: rgb(68, 254, 180);
  background: linear-gradient(
    180deg,
    rgba(68, 254, 180, 1) 0%,
    rgba(27, 129, 145, 1) 100%
  );
}
.sub.game_ev .ev_list .cont_right .charts .chart--blue {
  background: rgb(126, 203, 255);
  background: linear-gradient(
    180deg,
    rgba(126, 203, 255, 1) 0%,
    rgba(47, 112, 210, 1) 100%
  );
}
.sub.game_ev .ev_list .cont_right .charts em {
  color: #fff;
  font-size: 13px;
  position: absolute;
  top: -25px;
  color: #404040;
}
.sub.game_ev .ev_list .cont_right .charts em.blue {
  left: 15px;
}
.sub.game_ev .ev_list .cont_right .charts em.green {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.sub.game_ev .ev_list .cont_right .charts em.red {
  right: 15px;
}
.sub.game_ev .ev_list .cont_right .charts .chart--p100 {
  border-radius: 20px;
}
.sub.game_ev .ev_list .cont_right .charts .chart--red:not(.chart--p100) {
  border-radius: 20px 0 0 20px;
}
.sub.game_ev .ev_list .cont_right .charts .chart--blue:not(.chart--p100) {
  border-radius: 0 20px 20px 0;
}
.sub.game_ev .ev_list .cont_right .charts .chart--green:not(.chart--p100) {
  border-radius: 0;
}

.sub.game_ev .ev_list a.btn_save {
  display: block;
  position: absolute;
  left: 50%;
  /* top: 93vw; */
  transform: translateX(-50%);
  /* width: 250px;
    height: 50px; */
  line-height: 3vw;
  color: #fff;
  font-weight: 600;
  font-size: 2.2vw;
  background-color: #f58159;
  border: 5px solid #fff;
  border-radius: 40px;
  top: 1380px;
  width: 20vw;
  height: 3.2vw;
}

.sub.game_ev .col1 {
  float: left;
  width: 590px;
}
.sub.game_ev .col1 + .col1 {
  float: right;
}

.sub.game_ev .banner_box {
  margin-top: 10px;
}

.sub.game_ev .banner_box a {
  height: 120px;
  background-color: #b9bec2;
}

/* community_tab */
.community_tab {
  margin: 60px 0 30px;
  display: flex;
  justify-content: space-evenly;
}

.community_tab a {
  display: block;
  width: 30%;
  height: 44px;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  font-weight: 400;
  color: #1d1d1d;
  box-sizing: border-box;
  background: #dfedff;
  border-radius: 10px;
}
.community_tab a + a {
}
.community_tab a.on {
  color: #fff;
  background: rgb(102, 162, 246);
  background: linear-gradient(
    180deg,
    rgba(102, 162, 246, 1) 0%,
    rgba(109, 92, 187, 1) 100%
  );
}

/* //community_tab */

/* .catagory_tab.list02 - 1depth 만화부분 */
.category_tab.list02 li button {
  padding: 10px 0;
  height: auto;
  font-size: 13px;
}

/* 게시판 전체 레이아웃  */
.list_wrap {
  position: relative;
  /* margin-bottom:60px; */
}
.list_wrap .search_box {
  position: relative;
  float: left;
  margin-bottom: 16px;
}
.list_wrap .search_box::after {
  display: block;
  clear: both;
  content: '';
}
.list_wrap .search_box select {
  float: left;
  border: 1px solid #ccc;
  width: 160px;
  height: 46px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
.list_wrap .search_box input {
  float: left;
  margin-left: 5px;
  border: 1px solid #ccc;
  padding: 0 40px 0 20px;
  width: 280px;
  height: 46px;
  outline: 0;
}
.list_wrap .search_box button {
  position: relative;
  top: 0;
  right: 72px;
  height: 46px;
  background: #333 url(../img/ico/ico_search.png) center center no-repeat;
  outline: 0;
  color: #fff;
  width: 72px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
.list_wrap .btn_box {
  float: right;
  margin-top: 7px;
}
.list_wrap .btn_box button {
  width: 99px;
  height: 33px;
  background-color: #a3a3a3;
  color: #fff;
}
.list_wrap .btn_box button + button {
  margin-left: 1px;
}
/* // 게시판 전체 레이아웃  */
/* 게시판 */
.list_wrap .event_list {
  width: 100%;
  table-layout: fixed;
}
.list_wrap .event_list tbody tr {
  border-bottom: 1px solid #dbdbdb;
}
.list_wrap .event_list thead tr {
  border-bottom: none;
}
.list_wrap .event_list thead th {
  background: rgb(102, 162, 246);
  background: linear-gradient(
    180deg,
    rgba(102, 162, 246, 1) 0%,
    rgba(109, 92, 187, 1) 100%
  );
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  vertical-align: middle;
}
.list_wrap .event_list thead th:first-child {
  border-radius: 30px 0 0 30px;
}
.list_wrap .event_list thead th:last-child {
  border-radius: 0 30px 30px 0;
}
.list_wrap .event_list thead th span {
  margin: 0 10px;
}
.list_wrap .event_list tbody td {
  height: 50px;
  font-size: 16px;
  font-weight: 300;
  color: #222;
  text-align: center;
  vertical-align: middle;
}
.list_wrap .event_list td span {
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}
.list_wrap .event_list tbody td.item img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.list_wrap .event_list tbody td.date span + span {
  margin-left: 4px;
}
.list_wrap .event_list tbody td.team span {
}
.list_wrap .event_list tr.qna_notice .qna_subject a span.txt {
  font-weight: 700;
  color: #252525;
  line-height: 1.75;
}

.list_wrap .event_list thead th.team b {
  display: inline-block;
  margin: 0 40px;
  font-size: 16px;
  color: #ee2e2e;
  font-weight: 500;
}
.list_wrap .event_list tr {
  border-bottom: none;
}
.list_wrap .event_list tr + tr {
  border-top: 1px solid #939393;
}

.list_wrap .event_list tbody td {
  height: 50px;
  color: #222;
  font-size: 14px;
  font-weight: 400;
}
.list_wrap .event_list tbody td.team {
}
.list_wrap .event_list tbody td.team select {
  width: 50px;
  height: 30px;
}
.list_wrap .event_list tbody td.team div {
  display: block;
  line-height: 30px;
  vertical-align: middle;
}
.list_wrap .event_list tbody td.team > div {
  position: relative;
  /* width:300px;  */
}
.list_wrap .event_list tbody td.team .col_line > div {
  margin-top: -7.5px;
}
.list_wrap .event_list tbody td.team div span {
  line-height: 30px;
  margin: 0 10px;
  vertical-align: middle;
}
.list_wrap .event_list tbody td.team img {
  display: block;
  width: 22px;
}
.list_wrap .event_list tbody td.team div:nth-child(1) img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.list_wrap .event_list tbody td.team div:nth-child(1) span {
  float: left;
}

.list_wrap .event_list tbody td.team div:nth-child(2) {
}
.list_wrap .event_list tbody td.team div:nth-child(3) img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.list_wrap .event_list tbody td.team div:nth-child(3) span {
  float: right;
}
.list_wrap .event_list tbody td.result label {
  display: inline-block;
  font-size: 0;
  margin: 0 1px;
}

.list_wrap
  .event_list
  tbody
  td.result
  label:nth-child(1)
  input[type='radio']:checked
  + span {
  background-color: #01bae2;
  color: #fff;
}
.list_wrap
  .event_list
  tbody
  td.result
  label:nth-child(2)
  input[type='radio']:checked
  + span {
  background-color: #535353;
  color: #fff;
}
.list_wrap
  .event_list
  tbody
  td.result
  label:nth-child(3)
  input[type='radio']:checked
  + span {
  background-color: #fc4a4a;
  color: #fff;
}
.list_wrap .event_list tbody td.result div input {
  display: none;
}

.list_wrap .event_list tbody td.result div span {
  display: inline-block;
  width: 43px;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: -1px;
  font-weight: 400;
  vertical-align: middle;
  /* background-color: #c5ccd4; */
  color: #fff;
}
.list_wrap .event_list tbody td.management button {
  width: 60px;
  height: 30px;
  background-color: #555;
  color: #fff;
}

.list_wrap .event_list02.mo {
  display: none;
}
.list_wrap .event_list02 tr {
  border-bottom: 1px solid #d7d7d7;
  font-size: 0;
}
.list_wrap .event_list02 tbody td {
  font-size: 15px;
  color: #000;
  font-weight: 300;
  padding: 20px 0;
}
.list_wrap .event_list02 tbody td .col_line {
  margin: 10px 0;
}
.list_wrap .event_list02 tbody td.result .col_line {
  margin: 4px 0;
  font-size: 0;
}
.list_wrap .event_list02 tbody td.team > div {
  margin-top: -7.5px;
}
.list_wrap .event_list02 tbody td.team div.col_line {
  /* height:20px;
    line-height:20px; */
  margin: 0;
}
.list_wrap .event_list02 tbody td.team div img {
  position: static !important;
  padding: 10px 0;
  transform: none;
  top: 0 !important;
  right: auto;
  left: auto;
  display: inline-block;
  vertical-align: middle;
  transform: none !important;
  padding: 0;
}
.list_wrap .event_list02 tbody td.team div span {
  margin: 0 5px;
  float: none !important;
}
.list_wrap .event_list02 tbody td.result > div label {
  cursor: default;
}
.list_wrap .event_list tbody td.result div label:nth-child(1) span {
  background-color: #01bae2;
}
.list_wrap .event_list tbody td.result div label:nth-child(2) span {
  background-color: #535353;
}
.list_wrap .event_list tbody td.result div label:nth-child(3) span {
  background-color: #fc4a4a;
}
.list_wrap
  .event_list02
  tbody
  td.result
  > div
  div:nth-child(1)
  label:nth-child(4)
  span {
  background-color: #01bae2;
}
.list_wrap
  .event_list02
  tbody
  td.result
  > div
  div:nth-child(2)
  label:nth-child(4)
  span {
  background-color: #fc4a4a;
}
.list_wrap
  .event_list02
  tbody
  td.result
  > div
  div:nth-child(3)
  label:nth-child(4)
  span {
  background-color: #535353;
}

/* .list_wrap .event_list02 tbody td.result > div label:nth-child(1) input[type="radio"]:checked + span {
    background-color: #01bae2;  
    color:#fff;
}
.list_wrap .event_list02 tbody td.result > div label:nth-child(2) input[type="radio"]:checked + span {
    background-color: #535353;  
    color:#fff;
}
.list_wrap .event_list02 tbody td.result > div label:nth-child(3) input[type="radio"]:checked + span {
    background-color: #fc4a4a;  
    color:#fff;
}

.list_wrap .event_list02 tbody td.result > div div:nth-child(1) label:nth-child(4) input[type="radio"]:checked + span {
    width:60px;
    background-color: #01bae2;  
    color:#fff;
    margin-left:5px;
}
.list_wrap .event_list02 tbody td.result > div div:nth-child(2) label:nth-child(4) input[type="radio"]:checked + span {
    width:60px;
    background-color: #fc4a4a;  
    color:#fff;
    margin-left:5px;
}
.list_wrap .event_list02 tbody td.result > div  div:nth-child(3) label:nth-child(4) input[type="radio"]:checked + span {
    width:60px;
    background-color: #535353;  
    color:#fff;
    margin-left:5px;
} */

.list_wrap .event_list02 tbody td.player,
.list_wrap .event_list02 tbody td.num,
.list_wrap .event_list02 tbody td.point {
  font-size: 18px;
  font-weight: 400;
}
.game_ev .list_wrap .search_box select + select {
  border-left: 0;
}
.game_ev .list_wrap .search_box button {
  position: static;
}

/* 커뮤니티 */
.sub.community {
  padding-bottom: 80px;
}
.sub.community h2 {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  color: #252525;
  text-align: center;
}
.sub.community .banner_box {
  margin-top: 10px;
  margin-bottom: 60px;
}
.sub.community .banner_box a {
  float: left;
  display: block;
  width: 590px;
  height: 120px;
  background: #b9bec2;
}
.sub.community .banner_box a + a {
  margin-left: 20px;
}
/* 게시글 검색창 */
.sub.community .search_row {
  margin: 20px 0;
  text-align: right;
}
.sub.community .search_row .search_box {
  position: relative;
  display: inline-block;
}
.sub.community .search_row .search_box select {
  float: left;
  display: block;
  padding: 0 10px;
  border: 1px solid #dbdbdb;
  width: 120px;
  height: 32px;
  font-size: 14px;
  color: #000;
  box-sizing: border-box;
}
.sub.community .search_row .search_box input {
  float: left;
  display: block;
  margin-left: 4px;
  border: 1px solid #dbdbdb;
  padding: 0 38px 0 10px;
  width: 274px;
  height: 32px;
  font-size: 14px;
  box-sizing: border-box;
}
.sub.community .search_row .search_box button {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 32px;
  background: url(../img/btn/header_search.png) center center no-repeat;
  background-size: 20px;
  cursor: pointer;
}

/* 커뮤니티 리스트 */
.sub.community .community_list table {
  width: 100%;
  table-layout: fixed;
}
.sub.community .community_list table thead {
  background: rgb(102, 162, 246);
  background: linear-gradient(
    180deg,
    rgba(102, 162, 246, 1) 0%,
    rgba(109, 92, 187, 1) 100%
  );
}
.sub.community .community_list table thead th:first-child {
  border-radius: 30px 0 0 30px;
}

.sub.community .community_list table thead th:last-child {
  border-radius: 0 30px 30px 0;
}

.sub.community .community_list table tbody tr {
  border-bottom: 1px solid #d7d7d7;
}
.sub.community .community_list table th {
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.sub.community .community_list table td {
  padding: 20px 0;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-align: center;
}
.sub.community .community_list table td a {
  display: block;
  text-align: left;
  color: inherit;
}
.sub.community .community_list table td a .txt {
  display: inline-block;
  max-width: calc(100% - 40px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sub.community .community_list table td a .com_count {
  display: inline-block;
  margin-left: 4px;
}
.sub.community .write_go {
  display: block;
  margin-left: auto;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #005bab;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
/* 게시글 보기 */
.board_view .board_view_cont {
  border-top: 2px solid #555;
}
.board_view .board_view_cont .subject {
  border-bottom: 1px solid #d7d7d7;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #252525;
  background: #f6f6f6;
  box-sizing: border-box;
}
.board_view .board_view_cont .view_info {
  border-bottom: 1px solid #d7d7d7;
}
.board_view .board_view_cont .view_info .left,
.board_view .board_view_cont .view_info .right {
  float: left;
  padding: 0 20px;
  width: 50%;
  height: 44px;
  line-height: 44px;
  box-sizing: border-box;
}
.board_view .board_view_cont .view_info .right {
  text-align: right;
}
.board_view .board_view_cont .view_info .writer,
.board_view .board_view_cont .view_info .date,
.board_view .board_view_cont .view_info .hit {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #252525;
}
.board_view .board_view_cont .view_info .hit {
  margin-left: 18px;
}
.board_view .board_view_cont .view_info span span {
  font-weight: 400;
  color: #757575;
}
.board_view .board_view_cont .view_cont {
  border-bottom: 1px solid #d7d7d7;
}
.board_view .board_view_cont .view_cont .view_desc {
  padding: 20px 20px 42px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #454545;
  line-height: 1.75;
  word-break: break-all;
}
.board_view .list_go {
  display: block;
  margin: 30px auto 120px;
  border: 1px solid #d7d7d7;
  width: 100px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #666;
}
.board_view .btn_box {
  text-align: center;
}
.board_view .list_go2 {
  display: inline-block;
  margin-right: -200px;
}
.board_view .btn_box > div {
  float: right;
}
.board_view .list_modi {
  display: inline-block;
  margin: 30px auto 120px;
  width: 100px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border: none;
  background-color: #005bab;
  margin-right: 5px;
}
.board_view .list_del {
  display: inline-block;
  margin: 30px auto 120px;
  border: 1px solid #d7d7d7;
  width: 100px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #666;
}
/* 댓글창 */
.board_view .comment_list {
  padding: 0 20px 20px;
  border-bottom: 1px solid #d7d7d7d7;
}
.board_view .comment_list .total_comment {
  display: block;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #454545;
}
.board_view .comment_list .comment_form .user_txt {
  border: 1px solid #d7d7d7;
}
.board_view .comment_list .comment_form .user_txt textarea {
  border: 0;
  padding: 20px;
  width: 100%;
  height: 120px;
  font-size: 16px;
  box-sizing: border-box;
  resize: none;
  outline: 0;
}
.board_view .comment_list .comment_form .user_txt textarea::placeholder {
  color: #bbb;
}
.board_view .comment_list .comment_form .user_txt .txt_util {
  padding: 0 20px;
  border-top: 1px solid #d7d7d7;
}
.board_view .comment_list .comment_form .user_txt .txt_util .characters {
  float: left;
  line-height: 60px;
  font-size: 16px;
  color: #bbb;
}
.board_view .comment_list .comment_form .user_txt .txt_util .characters span {
  color: #454545;
}
.board_view .comment_list .comment_form .user_txt .txt_util .add_comment {
  float: right;
  display: block;
  margin-top: 11px;
  width: 72px;
  height: 38px;
  background: #005bab;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.board_view .comment_list .comment_box {
  padding: 20px 0;
  border-bottom: 1px solid #d7d7d7;
}
.board_view .comment_list .comment_box:first-child {
  margin-top: 20px;
  border-top: 1px solid #d7d7d7;
}
.board_view .comment_list .comment_box .comment_writer {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #252525;
  vertical-align: middle;
}
.board_view .comment_list .comment_box .comment_date {
  display: inline-block;
  margin-left: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  vertical-align: middle;
}
.board_view .comment_list .comment_box .comment_txt {
  margin-top: 12px;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 400;
  color: #454545;
  line-height: 1.4;
  word-break: keep-all;
}
.board_view .comment_list .comment_box .edit_wrap button {
  display: inline-block;
  border: 1px solid #d7d7d7;
  width: 48px;
  height: 26px;
  font-size: 14px;
  font-weight: 400;
  color: #757575;
  box-sizing: border-box;
  outline: 0;
}
.board_view .comment_list .comment_box .edit_wrap button + button {
  margin-left: 2px;
}
.board_view .comment_list .comment_pager {
  margin: 30px 0 40px;
  text-align: center;
}
.board_view .comment_list .comment_pager a {
  display: inline-block;
  border: 1px solid transparent;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  font-size: 14px;
  color: #a9a9a9;
  box-sizing: border-box;
}
.board_view .comment_list .comment_pager a.on {
  border-color: #005bab;
  color: #005bab;
}
.board_view .comment_list .comment_pager a + a {
  margin-left: 8px;
}
/* 게시글 쓰기 */
.community_write table {
  border-top: 2px solid #555;
  width: 100%;
  table-layout: fixed;
}
.community_write table tr {
  border-bottom: 1px solid #d7d7d7;
}
.community_write table th {
  padding-left: 36px;
  height: 60px;
  background: #f6f6f6;
  font-size: 15px;
  font-weight: 400;
  color: #222;
  text-align: left;
}
.community_write table td {
  padding: 10px 20px;
}
.community_write table td input {
  display: block;
  border: 1px solid #dbdbdb;
  width: 100%;
  height: 46px;
  box-sizing: border-box;
  outline: 0;
}
.community_write table td textarea {
  display: block;
  border: 1px solid #dbdbdb;
  width: 100%;
  height: 400px;
  box-sizing: border-box;
  outline: 0;
  resize: none;
}
.community_write table td .file_item + .file_item {
  margin-top: 5px;
}
.community_write table td .file_item span {
  float: left;
  display: block;
  padding: 0 10px;
  border: 1px solid #dbdbdb;
  width: 280px;
  height: 38px;
  line-height: 36px;
  box-sizing: border-box;
}
.community_write table td .file_item input[type='file'] {
  display: none;
}
.community_write table td .file_item label {
  float: left;
  width: 90px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #005bab;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.community_write .button_wrap {
  margin-top: 60px;
  margin-bottom: 120px;
  text-align: center;
}
.community_write .button_wrap > div {
  display: inline-block;
}
.community_write .button_wrap button {
  float: left;
  width: 180px;
  height: 50px;
  font-size: 16px;
  box-sizing: border-box;
}
.community_write .button_wrap button[type='button'] {
  border: 1px solid #e0e0e0;
  color: #757575;
}
.community_write .button_wrap button[type='submit'] {
  margin-left: 10px;
  background: #005bab;
  color: #fff;
}
/* //커뮤니티 */

/* 룰렛이벤트 roulette_event*/
.roulette_event .roulette_wrap {
  max-height: 881px;
  height: 100vh;
}
.roulette_event .roulette_wrap .roulette_tab {
  padding-top: 34px;
  height: 84px;
  box-sizing: border-box;
}
.roulette_event .roulette_wrap .roulette_tab .roulette_tab_btn {
  position: relative;
  float: left;
  top: 0;
  width: 270px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  background: #252525;
  border-radius: 10px 40px 0 0;
  transition: all 0.3s;
}
.roulette_event
  .roulette_wrap
  .roulette_tab
  .roulette_tab_btn
  + .roulette_tab_btn {
  margin-left: -10px;
}
.roulette_event .roulette_wrap .roulette_tab .roulette_tab_btn.on,
.roulette_event .roulette_wrap .roulette_tab .roulette_tab_btn:hover {
  position: relative;
  top: -20px;
  height: 70px;
  line-height: 70px;
  font-size: 22px;
  font-weight: 700;
  z-index: 1;
  transition: all 0.3s;
}
.roulette_event .roulette_wrap .roulette_tab .roulette_tab_btn01.on,
.roulette_event .roulette_wrap .roulette_tab .roulette_tab_btn01:hover {
  background: #990f0f !important;
}
.roulette_event .roulette_wrap .roulette_tab .roulette_tab_btn02.on,
.roulette_event .roulette_wrap .roulette_tab .roulette_tab_btn02:hover {
  background: #dfbae5 !important;
}
.roulette_event .roulette_wrap .roulette_tab .roulette_tab_btn03.on,
.roulette_event .roulette_wrap .roulette_tab .roulette_tab_btn03:hover {
  background: #707bcd !important;
}
.roulette_event .roulette_wrap .roulette_content {
  height: 100%;
}
.roulette_event .roulette_wrap .roulette_content > div {
  position: relative;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}

/* 오백돌이 */
.roulette_event .type01 {
  background-image: url(../img/sub/type01_bg.png);
}
.roulette_event .type01 .roulette_title {
  position: absolute;
  top: 6%;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  left: 0;
  width: 100%;
  height: 27%;
}
.roulette_event .type01 .roulette_title img {
  margin: 0 auto;
  height: 100%;
}
.roulette_event .type01 .roulette_area {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
}
.roulette_event .type01 .roulette_area .circle {
  height: 100%;
}
.roulette_event .type01 .roulette_area .circle img {
  height: 100%;
}
.roulette_event .type01 .roulette_area .arrow {
  position: absolute;
  top: 2%;
  left: 50%;
  transform: translateX(-50%);
  height: 12.188%;
}
.roulette_event .type01 .roulette_area .arrow img {
  height: 100%;
}
.roulette_event .type01 .roulette_area button {
  display: block;
  position: absolute;
  top: 38.114%;
  left: 50%;
  transform: translateX(-50%);
  width: 23.26%;
  height: 23.975%;
}
.roulette_event .type01 .roulette_area button img {
  height: 100%;
}
.roulette_event .type01 .roulette_txt {
  position: absolute;
  left: 0;
  bottom: 4%;
  width: 100%;
  font-size: 2.0475vh;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

/* 천돌이 */
.roulette_event .type02 {
  background-image: url(../img/sub/type02_bg.jpg);
}
.roulette_event .type02 .roulette_title {
  position: absolute;
  top: 5.584%;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  left: 0;
  width: 100%;
  height: 17.272%;
}
.roulette_event .type02 .roulette_title img {
  margin: 0 auto;
  height: 100%;
}
.roulette_event .type02 .roulette_area {
  position: absolute;
  top: 28.311%;
  left: 50%;
  transform: translateX(-50%);
  height: 60.779%;
}
.roulette_event .type02 .roulette_area .circle {
  height: 100%;
}
.roulette_event .type02 .roulette_area .circle img {
  height: 100%;
}
.roulette_event .type02 .roulette_area .arrow {
  position: absolute;
  top: -5.982%;
  left: 50%;
  transform: translateX(-50%);
  height: 17.094%;
}
.roulette_event .type02 .roulette_area .arrow img {
  height: 100%;
}
.roulette_event .type02 .roulette_area button {
  display: block;
  position: absolute;
  top: 33.333%;
  left: 50%;
  transform: translateX(-50%);
  width: 33.262%;
  height: 33.333%;
}
.roulette_event .type02 .roulette_area button img {
  height: 100%;
}
.roulette_event .type02 .roulette_txt {
  position: absolute;
  left: 0;
  bottom: 3.896%;
  width: 100%;
  font-size: 2.0475vh;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
/* 오천돌이 */
.roulette_event .type03 {
  background-image: url(../img/sub/type03_bg.jpg);
}
.roulette_event .type03 .roulette_title {
  position: absolute;
  top: 3.506%;
  left: 0;
  /* left: 50%;
    transform: translateX(-50%); */
  width: 100%;
  height: 23.506%;
}
.roulette_event .type03 .roulette_title img {
  margin: 0 auto;
  height: 100%;
}
.roulette_event .type03 .roulette_txt {
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  font-size: 2.4565vh;
  font-family: 'MalgunGothic', sans-serif;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.roulette_event .type03 .roulette_txt span {
  display: inline-block;
  margin-right: 1.29vh;
}
.roulette_event .type03 .roulette_area {
  position: absolute;
  top: 38.051%;
  left: 50%;
  transform: translateX(-50%);
  height: 60.129%;
}
.roulette_event .type03 .roulette_area .circle {
  height: 100%;
}
.roulette_event .type03 .roulette_area .circle img {
  height: 100%;
}
.roulette_event .type03 .roulette_area .arrow {
  position: absolute;
  top: -5.615%;
  left: 43.6%;
  height: 18.142%;
}
.roulette_event .type03 .roulette_area .arrow img {
  height: 100%;
}
.roulette_event .type03 .roulette_area button {
  display: block;
  position: absolute;
  top: 39.524%;
  left: 50%;
  transform: translateX(-50%);
  width: 19.739%;
  height: 19.654%;
}
.roulette_event .type03 .roulette_area button img {
  height: 100%;
}
/* // 룰렛이벤트 roulette_event*/

/* mypage .my_roulette  */
.my_roulette .list_wrap .event_list02.web tbody td {
  padding: 15px 0;
  height: auto;
}
.my_roulette .list_wrap .event_list02.web tbody td.point {
  font-size: 16px;
}

.my_roulette .list_wrap .event_list02.mo tbody tr td.item,
.my_roulette .list_wrap .event_list02.mo tbody tr td.date {
  text-align: center;
}
.my_roulette .list_wrap .event_list02.mo td.point span {
  font-size: 16px;
}

@media all and (max-width: 1200px) {
  #container.login-container {
    margin-top: 60px;
    padding: 0;
    width: calc(100% - 30px);
  }

  .sub.game_ev .inner {
    width: 100%;
    box-sizing: border-box;
  }
  .community .inner {
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .sub.game_ev .ev_list_wrap > form {
    display: block;
    width: 100%;
  }

  .sub.game_ev .ev_list .cont_left {
    height: 40px;
  }
  .sub.game_ev .ev_list .cont_left span.tit {
    font-size: 16px;
  }
  .sub.game_ev .ev_list .cont_left span.tit em {
    font-size: 20px;
  }
  .sub.game_ev .ev_list .cont_left span.sub_tit {
    font-size: 16px;
    margin: 0 15px 0 10px;
  }
  .sub.game_ev .ev_list .cont_left span.sub_tit02 {
    font-size: 20px;
  }
  .sub.game_ev .ev_conters {
    padding-top: 41vw;
    height: 630px;
  }
  .sub.game_ev .ev_list .cont_right {
    float: none;
    padding: 10px 20px;
  }
  .sub.game_ev .ev_list .cont_right ul li {
    height: 90px;
    margin-bottom: 0;
  }
  .sub.game_ev .ev_list .cont_right .ul_charts {
    bottom: 20px;
  }
  .sub.game_ev .ev_list .cont_right ul li.team1,
  .sub.game_ev .ev_list .cont_right ul li.team2 {
    width: 90px;
    background-size: 80px 80px !important;
    margin-bottom: 20px;
  }
  .sub.game_ev .ev_list .cont_right ul li.team1 input,
  .sub.game_ev .ev_list .cont_right ul li.team2 input {
    top: 95px;
  }
  .sub.game_ev .ev_list .cont_right .charts em {
    top: -20px;
  }
  .sub.game_ev .ev_list .cont_right ul li.vs,
  .sub.game_ev .ev_list .cont_right ul li.vs.tie_on {
    width: calc(100% - 180px);
    background-size: 30px;
    background-position: center top 20px;
  }
  .sub.game_ev .ev_list .cont_right ul li.vsdraw,
  .sub.game_ev .ev_list .cont_right ul li.vsdraw.on {
    width: calc(100% - 180px);
    background-size: 50px;
    background-position: center top;
  }

  .sub.game_ev .ev_list .cont_right ul li.vs.tie_on .tie_icon,
  .sub.game_ev .ev_list .cont_right ul li.vs.tie_on .tie_icon.on {
    background-size: 40px;
  }

  .sub.game_ev .ev_list a.btn_save {
    top: 109vw;
  }
  .list_wrap .search_box {
    float: none;
    margin-bottom: 0;
  }
  .list_wrap .search_box select {
    float: none;
    margin-bottom: 5px;
    width: 100%;
  }
  .game_ev .list_wrap .search_box select + select {
    border: 1px solid #ccc;
  }
  .game_ev .list_wrap .search_box button {
    float: none;
    width: 100%;
    height: 36px;
  }
  .list_wrap .btn_box {
    float: none;
    margin: 20px auto 40px;
    text-align: center;
  }
  .list_wrap .btn_box button {
    width: 30%;
    height: 30px;
    font-size: 11px;
  }
  .hidden {
    display: inline-block !important;
    color: #252525;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 10px;
  }
  .list_wrap .event_list02.web {
    display: none;
  }
  .list_wrap .event_list02.mo {
    display: block;
    border-top: 2px solid #252525;
    padding: 0;
    width: 100%;
    table-layout: fixed;
  }
  .list_wrap .event_list thead {
    display: none;
  }
  .list_wrap .event_list02 tbody tr {
    display: block;
    border: 1px solid #939393;
    margin-bottom: 20px;
    padding: 0 20px 10px;
    box-sizing: border-box;
  }
  .list_wrap .event_list02 tbody tr td {
    display: block;
    padding: 10px;
    height: auto;
  }
  .list_wrap .event_list02 tbody tr:first-child,
  .list_wrap .event_list02 tbody tr td:first-child {
    border-top: none;
  }

  .list_wrap .event_list02 tbody td.result .col_line {
    margin: 4px 0;
    font-size: 0;
  }
  .list_wrap .event_list02 tbody td.team div span {
    margin: 0 5px;
    float: none !important;
  }
  .list_wrap .event_list02 tbody td.team div span.score {
    display: block;
    margin-bottom: 10px;
  }
  .list_wrap .event_list02 tbody td.team .team_name_left,
  .list_wrap .event_list02 tbody td.team .team_name_right {
    margin-bottom: 0;
  }
  .list_wrap
    .event_list
    tbody
    td.result
    div:nth-child(1)
    label:nth-child(1)
    span {
    background-color: #01bae2;
  }
  .list_wrap
    .event_list
    tbody
    td.result
    div:nth-child(1)
    label:nth-child(2)
    span {
    background-color: #535353;
  }
  .list_wrap
    .event_list
    tbody
    td.result
    div:nth-child(1)
    label:nth-child(3)
    span {
    background-color: #fc4a4a;
  }
  .list_wrap
    .event_list02
    tbody
    td.result.first
    > div:nth-child(2)
    label:nth-child(1)
    span {
    background-color: #01bae2;
  }
  .list_wrap
    .event_list02
    tbody
    td.result.second
    > div:nth-child(2)
    label:nth-child(1)
    span {
    background-color: #fc4a4a;
  }
  .list_wrap
    .event_list02
    tbody
    td.result.third
    > div:nth-child(2)
    label:nth-child(1)
    span {
    background-color: #535353;
  }
  .list_wrap .event_list02 tbody td.result > div:nth-child(2) label {
    width: 100%;
    margin: 10px 0 0 0;
    width: calc(100% - 11px);
  }
  .list_wrap .event_list02 tbody td.player {
    float: left;
    width: 50%;
    text-align: center;
  }
  .list_wrap .event_list02 tbody td.num {
    float: right;
    width: 50%;
    text-align: center;
  }
  .list_wrap .event_list02 tbody td.point {
    margin-top: 88px;
    text-align: center;
  }
  .list_wrap .event_list td.point span {
    color: #222;
    font-size: 20px;
    font-weight: 700;
  }

  /* 게시판 */
  .bet_box .list_wrap .event_list {
    border-top: none;
  }
  .bet_box .list_wrap .event_list thead th {
    font-size: 16px;
    color: #222;
    font-weight: 500;
  }

  .list_wrap .event_list {
    border-top: 2px solid #000;
    width: 100%;
    table-layout: fixed;
    display: block;
  }
  .list_wrap .event_list thead {
    display: none;
  }
  .list_wrap .event_list tbody {
    display: block;
  }
  .list_wrap .event_list tr {
    display: block;
    border-bottom: 1px solid #dbdbdb;
  }
  .list_wrap .event_list thead th {
    background-color: #f6f6f6;
    height: 50px;
    font-size: 15px;
    font-weight: 400;
    color: #222;
    vertical-align: middle;
    width: 16.666%;
  }
  .list_wrap .event_list thead th span {
    margin: 0 10px;
  }
  .list_wrap .event_list tbody td.item img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
  }
  .list_wrap .event_list thead th.team {
    width: 298px;
  }

  .list_wrap .event_list tbody td {
    display: block;
    color: #000;
    width: 100%;
    font-weight: 300;
    padding: 20px 12.5px;
    box-sizing: border-box;
  }

  .list_wrap .event_list tbody td:after {
    display: block;
    content: '';
    clear: both;
  }
  .list_wrap .event_list tbody td:first-child {
    border-top: 1px solid #939393;
  }
  .list_wrap .event_list tbody td + td {
    border-top: 1px solid #eee;
  }
  .list_wrap .event_list td span {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #222;
  }
  .list_wrap .event_list thead th.team b {
    display: inline-block;
    margin: 0 40px;
    font-size: 16px;
    color: #ee2e2e;
    font-weight: 500;
  }
  .list_wrap .event_list tr {
    border-bottom: none;
  }
  .list_wrap .event_list tbody td.team .hidden {
    text-align: center;
    line-height: normal;
  }
  .list_wrap .event_list tbody td.team select {
    width: 44px;
    height: 30px;
    display: block;
    margin: 0 auto;
    border: 1px solid #c5ccd4;
    font-size: 14px;
    color: #222;
    font-weight: 400;
    position: absolute;
    bottom: 0;
  }
  .list_wrap .event_list tbody td.team div div {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: calc(50% - 25px);
    margin-bottom: 10px;
  }
  .list_wrap .event_list tbody td.team > div > div {
    margin-bottom: 0;
  }
  .list_wrap .event_list tbody td.team > div > div:nth-child(2) {
    width: 50px;
  }
  .list_wrap .event_list tbody td.team > div > div:nth-child(2) .hidden {
    color: #ee2e2e;
  }
  .list_wrap .event_list tbody td.team > div {
    position: relative;
    display: block;
    font-size: 0;
  }
  .list_wrap .event_list tbody td.team div span {
    text-align: center;
    display: inline-block;
    margin-bottom: 5px;
  }
  .list_wrap .event_list tbody td.team div span.hypen {
    font-weight: 700;
  }
  .list_wrap .event_list tbody td.team .select_box {
    margin: 0 auto;
    display: block;
    width: 40px;
  }
  .list_wrap .event_list tbody td.team .team_name_left {
    padding-left: 0;
    display: inline-block;
    width: auto;
    position: relative;
    margin-bottom: 22.5px;
  }
  .list_wrap .event_list tbody td.team .team_name_left img {
    height: 20px;
    max-width: 20px;
    position: absolute;
    left: 0;
  }

  .list_wrap .event_list tbody td.team .team_name_right {
    padding-right: 10px;
    display: inline-block;
    width: auto;
    position: relative;
    margin-bottom: 22.5px;
  }
  .list_wrap .event_list tbody td.team .team_name_right img {
    height: 20px;
    max-width: 20px;
    position: absolute !important;
    right: 0;
    left: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  .list_wrap .event_list02 tbody td.result > div {
  }
  .list_wrap .event_list tbody td.result label {
    /* margin: 0 5px; */
    text-align: center;
    width: calc(33.333% - 10px);
    float: left;
    cursor: default;
  }
  .list_wrap .event_list tbody td.result label:nth-child(2) {
    margin: 0 10px;
  }
  .list_wrap
    .event_list
    tbody
    td.result
    label:nth-child(1)
    input[type='radio']:checked
    + span {
    background-color: #01bae2;
    color: #fff;
  }
  .list_wrap
    .event_list
    tbody
    td.result
    label:nth-child(2)
    input[type='radio']:checked
    + span {
    background-color: #535353;
    color: #fff;
  }
  .list_wrap
    .event_list
    tbody
    td.result
    label:nth-child(3)
    input[type='radio']:checked
    + span {
    background-color: #fc4a4a;
    color: #fff;
  }
  .list_wrap .event_list tbody td.result div input {
    display: none;
  }

  .list_wrap .event_list tbody td.result div span {
    display: inline-block;
    width: 100%;
    line-height: 30px;
    font-weight: 400;
    vertical-align: middle;
    /* background-color: #c5ccd4; */
    color: #fff;
  }
  .list_wrap .event_list tbody td.num {
    padding: 20px 0;
  }
  .list_wrap .event_list tbody td.num em,
  .list_wrap .event_list tbody td.num span {
    padding-left: 12.5px;
  }
  .list_wrap .event_list tbody td.num button {
    width: 100%;
    height: 37px;
    background-color: #555;
    color: #fff;
    font-weight: 400;
    margin-top: 20px;
  }

  .list_wrap .event_list02 {
    border-top: 2px solid #000;
  }

  .list_wrap .event_list02 tbody tr {
    border: 1px solid #939393;
    padding: 0 10px 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .list_wrap .event_list02 tbody tr td.item,
  .list_wrap .event_list02 tbody tr td.date {
    text-align: left;
  }
  .list_wrap .event_list02 tbody tr:first-child,
  .list_wrap .event_list02 tbody tr td:first-child {
    border-top: none;
  }
  .list_wrap .event_list02 tbody td .col_line {
    margin: 0;
  }
  .list_wrap .event_list02 tbody td.result .col_line {
    margin: 4px 0;
    font-size: 0;
  }
  .list_wrap .event_list02 tbody td.team div span {
    margin: 0 5px;
    float: none !important;
  }
  .list_wrap .event_list02 tbody td.team div span.score {
    display: block;
    margin-bottom: 10px;
    line-height: normal;
  }
  .list_wrap .event_list02 tbody td.team .team_name_left,
  .list_wrap .event_list02 tbody td.team .team_name_right {
    margin-bottom: 0;
  }
  .list_wrap
    .event_list
    tbody
    td.result
    div:nth-child(1)
    label:nth-child(1)
    span {
    background-color: #01bae2;
  }
  .list_wrap
    .event_list
    tbody
    td.result
    div:nth-child(1)
    label:nth-child(2)
    span {
    background-color: #535353;
  }
  .list_wrap
    .event_list
    tbody
    td.result
    div:nth-child(1)
    label:nth-child(3)
    span {
    background-color: #fc4a4a;
  }
  .list_wrap
    .event_list02
    tbody
    td.result.first
    > div:nth-child(2)
    label:nth-child(1)
    span {
    background-color: #01bae2;
  }
  .list_wrap
    .event_list02
    tbody
    td.result.second
    > div:nth-child(2)
    label:nth-child(1)
    span {
    background-color: #fc4a4a;
  }
  .list_wrap
    .event_list02
    tbody
    td.result.third
    > div:nth-child(2)
    label:nth-child(1)
    span {
    background-color: #535353;
  }

  /* .list_wrap .event_list02 tbody td.result > div:nth-child(1) label:nth-child(1) input[type="radio"]:checked + span {
        background-color: #01bae2;  
        color:#fff;
    }
    .list_wrap .event_list02 tbody td.result > div:nth-child(1) label:nth-child(2) input[type="radio"]:checked + span {
        background-color: #535353;  
        color:#fff;
    }
    .list_wrap .event_list02 tbody td.result > div:nth-child(1) label:nth-child(3) input[type="radio"]:checked + span {
        background-color: #fc4a4a;  
        color:#fff;
    } */

  .list_wrap .event_list02 tbody td.result > div:nth-child(2) label {
    width: 100%;
    margin: 10px 0 0 0;
    width: calc(100% - 11px);
  }

  /* .list_wrap .event_list02 tbody td.result.first > div:nth-child(2) label:nth-child(1) input[type="radio"]:checked + span {
        background-color: #01bae2;  
        color:#fff;
        margin-left:5px;
    }
    .list_wrap .event_list02 tbody td.result.second > div:nth-child(2) input[type="radio"]:checked + span {
        background-color: #fc4a4a;  
        color:#fff;
        margin-left:5px;
    }
    .list_wrap .event_list02 tbody td.result.third  > div:nth-child(2) input[type="radio"]:checked + span {
        background-color: #535353;  
        color:#fff;
        margin-left:5px;
    } */
  .list_wrap .event_list02 tbody td.player {
    float: left;
    width: 50%;
    text-align: center;
  }
  .list_wrap .event_list02 tbody td.num {
    float: right;
    width: 50%;
    text-align: center;
  }
  .list_wrap .event_list02 tbody td.point {
    margin-top: 88px;
    text-align: center;
  }
  .mypage_container .list_wrap .event_list02 tbody td.point {
    margin-top: 0;
  }
  .list_wrap .event_list td.point span {
    color: #222;
    font-size: 20px;
    font-weight: 700;
  }
  /* //게시판 */

  /* pager */
  .sub.game_ev .pager {
    margin-top: 20px;
    text-align: center;
    padding-bottom: 60px;
  }
  .sub.game_ev .pager ul {
    display: inline-block;
  }
  .sub.game_ev .pager li {
    float: left;
  }
  .sub.game_ev .pager li a {
    display: block;
    border: 1px solid #ccc;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    background: #fafafa;
    box-sizing: border-box;
  }
  .sub.game_ev .pager li.num + li.num {
    margin-left: 10px;
  }
  .sub.game_ev .pager li.first_pg {
    margin-right: 10px;
  }
  .sub.game_ev .pager li.prev_pg {
    margin-right: 17.5px;
  }
  .sub.game_ev .pager li.next_pg {
    margin-left: 17.5px;
  }
  .sub.game_ev .pager li.last_pg {
    margin-left: 10px;
  }
  .sub.game_ev .pager li.num.on a {
    border-color: #005bab;
    background: #005bab;
    color: #fff;
  }
  .sub.game_ev .pager li.first_pg a {
    background: #fafafa url(../img/btn/first_page.png) center center no-repeat;
  }
  .sub.game_ev .pager li.prev_pg a {
    background: #fafafa url(../img/btn/prev.png) center center no-repeat;
  }
  .sub.game_ev .pager li.next_pg a {
    background: #fafafa url(../img/btn/next.png) center center no-repeat;
  }
  .sub.game_ev .pager li.last_pg a {
    background: #fafafa url(../img/btn/last_page.png) center center no-repeat;
  }
  .sub.game_ev .ev_list .cont_right ul li .score_wrap::after {
    display: block;
    clear: both;
    content: '';
  }
  .sub.game_ev .ev_list .cont_right ul li .score_wrap select.team1_score {
    float: left;
    margin-right: 0;
    width: calc(50% - 50px);
    margin-top: 0;
  }
  .sub.game_ev .ev_list .cont_right ul li .score_wrap select.team2_score {
    float: right;
    width: calc(50% - 50px);
    margin-top: 0;
  }
  /* //pager */

  /* //게임이벤트 */

  .sub_item_list .itme_type01 .thum_img {
    height: 23vw;
  }

  .sub.game_ev .ev_list .cont_right span.game_date {
    top: -5px;
  }
}

@media (max-width: 900px) {
  .sub.game_ev .ev_conters {
    padding-top: 32vw;
    height: 615px;
    padding-bottom: 290px;
  }
}
/* moblie */
@media screen and (max-width: 850px) {
  .item_list .pdt_tab {
    padding: 0 17px;
  }
  .item_list .pdt_tab a {
    width: 50%;
    line-height: 42px;
  }

  /* 회원가입 */
  .member-container.member-form {
    width: 100%;
    padding: 50px 15px;
    margin: 24px auto 50px;
  }
  .member-container.mem_bg {
    background: none;
  }
  .form-box2 .button_wrap input,
  .form-box2 .button_wrap > .phone_num {
    width: calc(100% - 100px);
  }
  .form-box2 .button_wrap > .phone_num input {
    padding: 0 5px;
    width: calc(33.333% - 13.333px);
  }
  .form-box2 .button_wrap > .phone_num span {
    width: 20px;
  }
  .form-box2 .button_wrap button {
    width: 90px;
    font-size: 12px;
  }
  .agree_popup_wrap .agree_popup {
    width: calc(100% - 30px);
    height: 90vh;
  }
  .agree_popup_wrap .agree_popup .content {
    height: calc(100% - 50px);
    box-sizing: border-box;
  }

  .search_none {
    margin: 25px auto 40px;
  }

  /* 로그인 */
  #container.login-container {
    padding: 0;
    margin-bottom: 140px;
  }
  .login-container {
    margin: 24px auto 50px;
    width: 100%;
  }
  .login-container .login_top {
    width: 100%;
    margin-bottom: 0px;
  }
  .login-container .welcome {
    margin-top: 15px;
  }
  .login-container .login form .left,
  .login-container .login form .right {
    width: 100%;
  }
  .login .login_form,
  .login .ad_zone {
    float: unset;
    padding: 0;
    width: 100%;
  }

  .login .login_form {
    padding: 10px 0 0 0;
    height: auto;
  }
  .login .login_form:after {
    content: '';
    display: block;
    clear: both;
  }
  .login .login_form .phon_input .phon_num {
    float: right;
    width: calc(80% - 2px);
    border: 1px solid #c6c6c6;
  }
  .login .login_form .login-box input[type='text'].l_input {
    width: 80%;
  }
  .login .login_form select,
  .login .login_form .login-box input[type='text'].s_input {
    width: 27.5%;
    border: 0 none;
    float: none;
  }
  #non_memder.login .login_form .phon_input label {
    width: 20%;
    margin-right: 0;
  }
  #non_memder.login .login_form .phon_input label p {
    width: 100%;
  }
  #non_memder.login .phon_num {
    width: 80%;
  }
  .login .ad_zone {
    margin-top: 20px;
    width: 100% !important;
    height: auto !important;
  }
  .login .login_form .login-box {
    display: table;
    float: left;
    width: 100%;
  }
  .login .login_form .login-box p {
    display: unset;
    float: left;
    width: 20%;
  }
  .login .login_form .login-box label p {
    font-size: 14px !important;
  }
  .login .login_form .login-box input[type='text'],
  .login .login_form .login-box input[type='password'] {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }

  .login-box .block {
    display: block;
  }

  .check_info_popup {
    width: 100%;
  }
  .check_info_popup > .btn_box {
    display: block;
  }
  .check_info_popup > .btn_box:after {
    content: '';
    display: block;
    clear: both;
  }
  .check_info_popup > .btn_box button {
    width: 48%;
    font-size: 16px;
    float: left;
  }
  .check_info_popup > .btn_box button:first-child {
    margin-right: 4%;
    background-color: #005bab;
  }

  /*.login .login_form input[type="button"],*/
  .login .login_form button.login_btn {
    display: table;
    margin: 15px auto 10px auto;
    width: 100%;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
  }
  .login .login_form .check {
    /*clear:unset; float:left; */
    width: 100%;
    padding-left: 0;
  }
  .login .login_form .check input {
    margin-right: 5px;
  }
  .login .login_form .another_login {
    clear: both;
    display: block;
    margin: 5px 0;
  }
  .login .login_form .another_login:after {
    content: '';
    display: block;
    clear: both;
  }
  .login .login_form .another_login .naver_login {
    float: left;
    margin-left: 0;
    width: 49%;
    height: auto;
    background: #2db400;
  }
  .login .login_form .another_login .naver_login img {
    width: 100%;
  }
  .login .login_form .another_login .facebook_login {
    float: right;
    margin-left: 0;
    width: 100%;
    height: auto;
    background: #3b518c;
  }
  .login .login_form .another_login .facebook_login img {
    width: auto;
    height: 45px;
    margin: 0 auto;
  }
  .login .login_form ul {
    float: none;
    clear: both;
    display: table;
    padding-left: 0;
    margin: 0;
    margin-top: 10px;
  }

  .find_user_password {
    float: left;
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin: 0px 0 10px;
    font-size: 18px;
  }

  /* 비회원 개인정보 이용동의 팝업 */
  .popup .check_agree {
    height: 100px;
  }
  .popup .check_agree div {
    padding: 15px 0;
  }

  /* 계정 찾기 */
  .login.login_find {
    width: 100%;
  }
  .login_find .find_id {
    padding: 20px;
  }
  .find_radio .radio_item + .radio_item {
    margin-left: 10px;
  }
  .find_radio .radio_item input[type='radio'] + label {
    font-size: 14px;
  }
  .login.login_find .login_form .login-box input[type='text'] {
    float: none;
  }
  .login.login_find .login_form .phonarea .phon_num input {
    padding: 0 5px;
    width: calc(33.333% - 6.666px);
  }
  .login.login_find .login_form .phonarea .phon_num span {
    width: 10px;
  }
  .login.login_find .login_form .button_wrap button {
    width: 100px;
    height: 39px;
  }
  .login.login_find .login_form .button_wrap > input {
    width: calc(100% - 110px);
  }
  .login.login_find .login_form .phonarea .phon_num {
    float: none;
    width: 100%;
  }

  .info_result_box .ir_num_sel input {
    width: 54px;
  }
  .info_result_box .ir_num_sel button {
    width: 40px;
  }

  /* 장바구니 추가 */
  .cart table.ol_list tbody tr {
    padding-top: 10px;
  }
  .cart table.ol_list td.od_item {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
  }
  .cart table.ol_list td.ol_money {
    padding-top: 15px;
    padding-bottom: 20px;
    display: inline-block;
    padding-left: 90px;
    width: 100%;
    position: relative;
    text-align: right;
  }
  .cart table.ol_list td.ol_money::before {
    content: '상품금액';
    position: absolute;
    top: 16px;
    left: 0;
  }
  .cart table.ol_list td.ol_quantity {
    position: relative;
    padding-top: 10px;
    float: right;
    display: inline-block;
    width: auto;
    text-align: right;
  }
  .cart table.ol_list td.ol_quantity::before {
    content: '수량';
    float: left;
    margin-top: 5px;
  }
  .cart table.ol_list td.ol_quantity input[type='text'] {
    margin-bottom: 0;
    height: 26px;
    margin-right: 5px;
  }
  .cart table.ol_list td.ol_save {
    text-align: center;
  }
  .cart table.ol_list td.ol_save li {
    display: inline-block;
    width: 30%;
    margin-right: 3.5%;
  }
  .cart table.ol_list td.ol_save .btn_st05 {
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
  }
  .cart table.ol_list td.ol_total {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
  .cart table.ol_list td.ol_total strong {
    position: relative;
  }
  .cart table.ol_list td.ol_total strong::before {
    content: '합계';
    position: absolute;
    top: 6px;
    left: -45px;
  }
  .cart table.ol_list tr.od_list_sum {
    position: relative;
  }
  .cart table.ol_list tr.od_list_sum td.ol_total {
    position: absolute;
    bottom: -225px;
    right: 15px;
    width: calc(100% - 30px);
  }
  .cart table.ol_list tr.od_list_sum td.ol_save {
    position: absolute;
    bottom: -270px;
    right: 15px;
    width: calc(100% - 30px);
  }
  .cart table.ol_list tr.od_list_sum2 td.ol_money,
  .cart table.ol_list tr.od_list_sum2 td.ol_quantity {
    margin-bottom: 110px;
  }
  .cart table.ol_list tfoot span.checkbox {
    vertical-align: middle;
  }

  /* 장바구니 수정 03-22 */
  .cart table.ol_list td.ol_quantity {
    width: 100%;
    box-sizing: border-box;
    text-align: right;
    z-index: 9;
  }
  .cart table.ol_list td.ol_quantity input[type='text']:before {
    content: '수량';
  }
  .cart table.ol_list td.ol_money {
    padding-top: 15px;
    padding-bottom: 20px;
    display: inline-block;
    padding-left: 90px;
    width: 100%;
    text-align: right;
    position: relative;
    border-bottom: solid 1px #ddd;
  }
  .cart table.ol_list td.ol_money::before {
    content: '상품금액';
    position: absolute;
    left: 0;
  }
  .cart table.ol_list td.ol_money strong {
  }
  .cart .ol_list tbody td.ol_discount {
    padding-top: 15px;
    display: inline-block;
    padding-left: 90px;
    width: 100%;
    text-align: right;
    position: relative;
  }
  .cart .ol_list tbody td.ol_discount:before {
    content: '할인금액 ';
    position: absolute;
    top: 17px;
    left: 0;
  }
  .cart .ol_list tbody td.ol_discount strong {
  }
  .cart table.ol_list td.ol_total {
    padding-top: 15px;
    margin: 0;
    display: inline-block;
    padding-left: 90px;
    width: 100%;
    text-align: right;
    position: relative;
  }
  .cart table.ol_list td.ol_total:before {
    content: '할인적용금액 ';
    position: absolute;
    top: 17px;
    left: 0;
  }
  .cart table.ol_list td.ol_total strong {
  }
  .cart table.ol_list td.ol_total strong:before {
    display: none;
  }

  /* 검색결과 */
  .search_breand {
    display: none;
  }
  .search_none h3 {
    font-size: 18px;
    word-break: keep-all;
  }
  .search_none p {
    font-size: 15px;
    line-height: 1.7;
    word-break: keep-all;
  }
  .search_none img.only_web {
    display: none;
  }
  .search_none img.only_mo {
    display: inline-block;
  }
  .search_none p.search_cation {
    font-size: 13px;
    margin-bottom: 0px;
  }

  /* 장바구니 팝업 */
  .basket_popup_box {
    top: 0px;
  }
  .basket_popup_box > div {
    position: relative;
    margin: 136px auto 0;
    width: calc(100% - 40px);
  }
  .basket_popup_box > div:first-child:before {
    content: '장바구니';
    display: block;
    clear: both;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #3a3a3c;
    text-align: center;
    color: #fff;
  }
  .basket_popup_box > div > div {
    padding: 0;
    width: calc(100% - 40px);
    height: unset;
  }
  .basket_popup_box > div > div > div {
    padding: 20px 0px;
    width: 100%;
    height: unset;
  }
  .basket_popup_box > div > div > div h4 {
    margin: 0;
  }
  .basket_popup_box > div > div > div img {
    float: left;
  }
  .basket_popup_box > div > div > div p {
    float: left;
    width: calc(100% - 150px);
    margin-left: 30px;
    text-align: left;
  }
  .basket_popup_box > div > div > div p:last-child {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
  }

  .basket_popup_box > div > div > div:first-child {
    border-right: none;
    border-bottom: solid 1px #cccccc;
  }
  .basket_popup_box > div > div > div:last-of-type {
    position: relative;
  }
  .basket_popup_box > div > div > div:last-of-type h3 {
    display: none;
  }

  .basket_popup_box > div > div > div h4 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    text-align: right;
    font-size: 18px;
    font-weight: 600;
  }
  .basket_popup_box > div > div > div h4:before {
    content: '장바구니 총 금액';
    position: absolute;
    top: 0;
    left: 0;
  }
  .basket_popup_box > div > div > a {
    top: -30px;
    right: 0;
  }
  .basket_popup_box > div > div > a img {
    display: none;
  }
  .basket_popup_box > div > div > a .only_mo {
    display: block;
  }

  .basket_popup_box > div > div > div div {
    width: 100%;
    margin-top: 50px;
  }
  .basket_popup_box > div > div > div div:after {
    content: '';
    display: block;
    clear: both;
  }
  .basket_popup_box > div > div > div div button {
    width: 39.28%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }

  /* 상품없음 */
  .no_item_container {
    text-align: center;
    padding: 48px 0 48px;
  }
  .no_item_container h4 {
    margin: 16px 0 13px;
    font-size: 17px;
  }
  .no_item_container h5 {
    font-size: 13px;
  }

  /* 0521 */
  .sub_wrap {
    margin-top: 0;
  }
  .itme_type01 .item_content .ic_bot {
  }

  .dak_02 .sub_item_list .itme_type01 > li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .dak_02 .sub_item_list .itme_type01 > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .dak_02 .sub_item_list .itme_type01 > li:nth-of-type(3n) {
    margin-right: 3%;
  }
  .dak_02 .sub_item_list .itme_type01 > li:nth-of-type(6n) {
    margin-right: 0;
  }

  .dak_02 .sub_item_list .itme_type01 .item_content .ic_bot {
    margin-top: 0;
  }
  .dak_02 .itme_type01 .item_content .ic_bot .ic_pay strong {
  }
  .dak_02 .itme_type01 .item_content .ic_bot .ic_pay span.above {
    right: 20%;
  }

  /* 이벤트 */
  .event .order_list {
    width: 100%;
  }

  .event_view h2 {
    margin: 30px 0;
  }
  .event_text {
    margin: 30px 0 30px;
  }
  .event_text > h3 {
    font-size: 20px;
  }
  .event_text > p {
    font-size: 18px;
  }
  .event_list {
    padding: 0 17px;
    width: 100%;
  }

  .event_list ul li {
    width: 100%;
    margin-right: 0;
  }
  .event_list ul li img {
    width: 100%;
  }
  .event_list ul li a div span.event_ing {
    margin-top: 2px;
  }
  .event_list ul li a div span {
    font-size: 14px;
  }

  .event .search_box {
    display: block;
    width: 100%;
    padding: 0 17px;
    box-sizing: border-box;
  }
  .event .search_box select {
    width: 20%;
    margin-right: 2%;
  }
  .event .search_box input {
    width: 59.1%;
    margin-right: 2%;
  }

  .event_tab_menu {
    padding: 50px 17px; /* width:100%; */
  }
  .event_tab_menu a {
    font-size: 14px;
    line-height: 32px;
  }

  .dak_timer_box {
    padding: 20px 0 15px;
  }
  .dak_timer_box h2 {
    font-size: 30px;
  }
  .dak_timer_box h2:after {
    top: -60%;
    right: 5%;
    font-size: 26px;
  }
  .dak_special > div {
    width: 100%;
  }

  .special_banner button {
    width: 20px;
    height: 40px;
  }
  .special_banner .slick-prev {
    left: 5%;
  }
  .special_banner .slick-next {
    right: 5%;
  }

  .sub_item_list .itme_type01.itme_type_special .thum_img {
    height: auto;
  }
  .dak_special {
    margin-bottom: 30px;
  }

  /* 게임이벤트 인트로 */
  .game_ev .intro_wrap {
    height: 100vw;
  }
  .game_ev .intro_wrap .intro_bg {
    background: url(../img/sub/game_event_intro_mo.jpg) center bottom no-repeat;
    background-size: cover;
  }
  .game_ev .intro_wrap .intro_bg .intro_title {
    top: 12.917vw;
    height: 10.556vw;
  }
  .game_ev .intro_wrap .intro_bg .txt_box strong {
    top: 58.889vw;
    font-size: 7.222vw;
  }
  .game_ev .intro_wrap .intro_bg .txt_box .join {
    top: 51.167vw;
    left: 18%;
    width: 24.5vw;
    height: 7vw;
  }
  .game_ev .intro_wrap .intro_bg .txt_box .join span {
    font-size: 4vw;
    line-height: 7vw;
  }

  .sub.game_ev .ev_conters {
    height: 480px;
    padding-top: 43vw;
    padding-bottom: 46vw;
  }

  .sub.game_ev .ev_list a.btn_save {
    top: 125vw;
    width: 25vw;
    height: 5vw;
    line-height: 5vw;
    font-size: 3.2vw;
  }

  .sub.game_ev .ev_list .contents {
    width: 70%;
  }
  .sub.game_ev .ev_list .contents:last-child {
    margin-bottom: 0;
  }
  .sub.game_ev .ev_list1 {
    background: url('../img/sub/game_event_bg_mo.png') no-repeat center top;
    background-size: 100%;
  }
  .sub.game_ev .ev_list .cont_right {
    padding: 5px 15px;
  }
  .sub.game_ev .ev_list .cont_left {
    height: 32px;
  }
  .sub.game_ev .ev_list .cont_left span.tit {
    font-size: 14px;
    margin-left: 15px;
  }
  .sub.game_ev .ev_list .cont_left span.sub_tit {
    font-size: 14px;
  }
  .sub.game_ev .ev_list .cont_left span.sub_tit02 {
    font-size: 16px;
  }
  .sub.game_ev .ev_list .cont_right .charts .charts__chart {
    height: 20px;
  }

  .sub.game_ev .popup_wrap {
    /* display: block !important; */
  }
  .sub.game_ev .popup_wrap .popup {
    width: 100%;
    height: auto;
  }
  .sub.game_ev .popup_wrap .popup .content {
    height: 50%;
    background: transparent;
    padding: 0;
    box-sizing: border-box;
  }
  .sub.game_ev .popup_wrap .popup .top {
    background: transparent;
    padding: 12px 6px 12px 15px;
  }

  .sub.game_ev .list_wrap .search_box button {
    position: static;
    margin-top: 5px;
    width: 100%;
  }

  /* 커뮤니티 */
  #container.sub.community {
    padding-bottom: 75px;
  }
  .sub.community h2 {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 500;
    color: #252525;
    text-align: center;
  }
  .sub.community .banner_box {
    margin-top: 15px;
    margin-bottom: 60px;
  }
  .sub.community .banner_box a {
    display: block;
    width: 100%;
    height: 78px;
    background: #ddd;
  }
  .sub.community .banner_box a + a {
    margin-top: 10px;
  }
  /* 게시글 검색창 */
  .sub.community .search_row {
    margin: 20px 0;
    text-align: right;
  }
  .sub.community .search_row .search_box {
    display: block;
  }
  .sub.community .search_row .search_box select {
    float: left;
    display: block;
    padding: 0 10px;
    border: 1px solid #dbdbdb;
    width: 90px;
    height: 48px;
    font-size: 14px;
    color: #000;
    box-sizing: border-box;
  }
  .sub.community .search_row .search_box input {
    float: left;
    display: block;
    margin: 0;
    border: 1px solid #dbdbdb;
    border-left: 0;
    padding: 0 38px 0 10px;
    width: calc(100% - 90px);
    height: 48px;
    font-size: 14px;
    box-sizing: border-box;
  }
  .sub.community .search_row .search_box button {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 48px;
    background: url(../img/btn/header_search.png) center center no-repeat;
    background-size: 20px;
    cursor: pointer;
  }

  /* 커뮤니티 리스트 */
  .sub.community .community_list table {
    display: block;
    border-top: 2px solid #555;
    width: 100%;
  }
  .sub.community .community_list table thead {
    display: none;
  }
  .sub.community .community_list table tbody {
    display: block;
  }
  .sub.community .community_list table tr {
    display: block;
    padding: 20px 18px;
    border-bottom: 1px solid #d7d7d7;
  }
  .sub.community .community_list table td {
    display: block;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    font-size: 15px;
  }
  .sub.community .community_list table td.num {
    display: none;
  }
  .sub.community .community_list table td.subject {
    margin-bottom: 10px;
  }
  .sub.community .community_list table td.writer,
  .sub.community .community_list table td.date,
  .sub.community .community_list table td.hit {
    display: inline-block;
    color: #999;
    font-size: 14px;
  }
  .sub.community .community_list table td.date,
  .sub.community .community_list table td.hit {
    position: relative;
    padding-left: 10px;
    margin-left: 6px;
  }
  .sub.community .community_list table td.date::before,
  .sub.community .community_list table td.hit::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #757575;
    content: '';
  }
  .sub.community .community_list table td a {
    display: block;
    text-align: left;
  }
  .sub.community .community_list table td a .txt {
    display: inline-block;
    max-width: calc(100% - 40px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
  }
  .sub.community .community_list table td a .com_count {
    display: inline-block;
    margin-left: 4px;
    vertical-align: middle;
  }
  .sub.community .write_go {
    display: block;
    margin-top: 30px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #005bab;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }

  /* 게시글 보기 */
  .board_view .board_view_cont {
    border-top: 2px solid #555;
  }
  .board_view .board_view_cont .subject {
    border-bottom: 1px solid #d7d7d7;
    padding: 16px 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #252525;
    background: #f6f6f6;
    box-sizing: border-box;
  }
  .board_view .board_view_cont .view_info {
    padding: 10px 0;
    border-bottom: 1px solid #d7d7d7;
  }
  .board_view .board_view_cont .view_info .left,
  .board_view .board_view_cont .view_info .right {
    float: none;
    padding: 0 10px;
    width: 100%;
    height: auto;
    text-align: left;
    box-sizing: border-box;
  }
  .board_view .board_view_cont .view_info .writer,
  .board_view .board_view_cont .view_info .date,
  .board_view .board_view_cont .view_info .hit {
    display: block;
    padding: 5px 0;
    height: auto;
    line-height: normal;
    font-size: 13px;
    font-weight: 500;
    color: #252525;
  }
  .board_view .board_view_cont .view_info .hit {
    margin: 0;
  }
  .board_view .board_view_cont .view_info span span {
    font-weight: 400;
    color: #757575;
  }
  .board_view .board_view_cont .view_cont {
    border-bottom: 1px solid #d7d7d7;
  }
  .board_view .board_view_cont .view_cont .view_desc {
    padding: 20px 10px 42px;
    font-size: 16px;
    font-weight: 400;
    color: #454545;
    line-height: 1.75;
    word-break: break-all;
  }
  .board_view .board_view_cont .view_cont .view_desc p {
    word-break: break-all;
  }
  .board_view .list_go {
    display: block;
    margin: 30px auto;
    border: 1px solid #d7d7d7;
    width: 160px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #666;
  }
  /* 댓글창 */
  .board_view .comment_list {
    padding: 0 10px 20px;
    border-bottom: 1px solid #d7d7d7d7;
  }
  .board_view .comment_list .total_comment {
    display: block;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #454545;
  }
  .board_view .comment_list .comment_form .user_txt {
    border: 1px solid #d7d7d7;
  }
  .board_view .comment_list .comment_form .user_txt textarea {
    border: 0;
    padding: 20px;
    width: 100%;
    height: 120px;
    font-size: 16px;
    box-sizing: border-box;
    resize: none;
    outline: 0;
  }
  .board_view .comment_list .comment_form .user_txt textarea::placeholder {
    color: #bbb;
  }
  .board_view .comment_list .comment_form .user_txt .txt_util {
    padding: 0 20px;
    border-top: 1px solid #d7d7d7;
  }
  .board_view .comment_list .comment_form .user_txt .txt_util .characters {
    float: left;
    line-height: 60px;
    font-size: 16px;
    color: #bbb;
  }
  .board_view .comment_list .comment_form .user_txt .txt_util .characters span {
    color: #454545;
  }
  .board_view .comment_list .comment_form .user_txt .txt_util .add_comment {
    float: right;
    display: block;
    margin-top: 11px;
    width: 72px;
    height: 38px;
    background: #005bab;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }
  .board_view .comment_list .comment_box {
    padding: 20px 0;
    border-bottom: 1px solid #d7d7d7;
  }
  .board_view .comment_list .comment_box:first-child {
    margin-top: 20px;
    border-top: 1px solid #d7d7d7;
  }
  .board_view .comment_list .comment_box .comment_writer {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    vertical-align: middle;
  }
  .board_view .comment_list .comment_box .comment_date {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    vertical-align: middle;
  }
  .board_view .comment_list .comment_box .comment_txt {
    margin-top: 12px;
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 400;
    color: #454545;
    line-height: 1.4;
    word-break: keep-all;
  }
  .board_view .comment_list .comment_box .edit_wrap button {
    display: inline-block;
    border: 1px solid #d7d7d7;
    width: 48px;
    height: 26px;
    font-size: 14px;
    font-weight: 400;
    color: #757575;
    box-sizing: border-box;
    outline: 0;
  }
  .board_view .comment_list .comment_box .edit_wrap button + button {
    margin-left: 2px;
  }
  .board_view .comment_list .comment_pager {
    margin: 30px 0 40px;
    text-align: center;
  }
  .board_view .comment_list .comment_pager a {
    display: inline-block;
    border: 1px solid transparent;
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    color: #a9a9a9;
    box-sizing: border-box;
  }
  .board_view .comment_list .comment_pager a.on {
    border-color: #005bab;
    color: #005bab;
  }
  .board_view .comment_list .comment_pager a + a {
    margin-left: 8px;
  }
  /* 게시글 쓰기 */
  .community_write table {
    display: block;
    border-top: 2px solid #555;
    width: 100%;
  }
  .community_write table tbody {
    display: block;
  }
  .community_write table tr {
    display: block;
    border-bottom: 1px solid #d7d7d7;
    padding: 20px;
  }
  .community_write table th {
    display: block;
    margin-bottom: 16px;
    padding: 0;
    height: auto;
    font-size: 15px;
    font-weight: 400;
    color: #222;
    text-align: left;
    background: none;
  }
  .community_write table td {
    display: block;
    padding: 0;
  }
  .community_write table td input {
    display: block;
    border: 1px solid #dbdbdb;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    outline: 0;
  }
  .community_write table td textarea {
    display: block;
    border: 1px solid #dbdbdb;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    outline: 0;
    resize: none;
  }
  .community_write table td .file_item + .file_item {
    margin-top: 10px;
  }
  .community_write table td .file_item span {
    float: left;
    display: block;
    padding: 0 10px;
    border: 1px solid #dbdbdb;
    width: calc(100% - 80px);
    height: 44px;
    line-height: 42px;
    box-sizing: border-box;
  }
  .community_write table td .file_item input[type='file'] {
    display: none;
  }
  .community_write table td .file_item label {
    float: left;
    width: 80px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #005bab;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
  }
  .community_write .button_wrap {
    margin-top: 60px;
    margin-bottom: 120px;
    text-align: center;
  }
  .community_write .button_wrap > div {
    display: block;
  }
  .community_write .button_wrap button {
    float: left;
    width: calc(50% - 12.5px);
    height: 50px;
    font-size: 16px;
    box-sizing: border-box;
  }
  .community_write .button_wrap button[type='button'] {
    border: 1px solid #e0e0e0;
    color: #757575;
  }
  .community_write .button_wrap button[type='submit'] {
    margin-left: 25px;
    background: #005bab;
    color: #fff;
  }
  /* //커뮤니티 */

  /* 룰렛 이벤트 */
  .roulette_event .roulette_wrap {
    height: 100vw;
  }
  /* .roulette_event .roulette_wrap .roulette_tab {
        padding-top: 9px;
        height: 32px;
    } */
  .roulette_event
    .roulette_wrap
    .roulette_tab
    .roulette_tab_btn
    + .roulette_tab_btn {
    margin-left: -5px;
  }
  .roulette_event .roulette_wrap .roulette_tab .roulette_tab_btn {
    width: 33.333%;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    border-radius: 5px 20px 0 0;
  }
  .roulette_event .roulette_wrap .roulette_tab .roulette_tab_btn.on,
  .roulette_event .roulette_wrap .roulette_tab .roulette_tab_btn:hover {
    top: -9px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }

  .roulette_event .roulette_wrap .roulette_content {
    height: calc(100% - 32px);
  }
  .roulette_event .roulette_wrap .roulette_content > div {
    background-size: cover;
  }

  .roulette_event .type01 {
    background-image: url(../img/sub/type01_bg_mo.png);
  }
  .roulette_event .type01 .roulette_title {
    top: 7vw;
    left: 50%;
    transform: translateX(-50%);
    width: 40vw;
    height: auto;
  }
  .roulette_event .type01 .roulette_title img {
    margin: 0 auto;
    height: auto;
  }
  .roulette_event .type01 .roulette_area {
    top: 33vw;
    left: 0;
    transform: none;
    width: 100%;
    height: 48vw;
    text-align: center;
  }
  .roulette_event .type01 .roulette_area .circle {
    display: inline-block;
  }
  .roulette_event .type01 .roulette_txt {
    bottom: 3.194vw;
    font-size: 2.778vw;
  }

  .roulette_event .type02 {
    background-image: url(../img/sub/type02_bg_mo.jpg);
  }
  .roulette_event .type02 .roulette_title {
    top: 2.778vw;
    left: 50%;
    transform: translateX(-50%);
    width: 93.75vw;
    height: auto;
  }
  .roulette_event .type02 .roulette_title img {
    margin: 0 auto;
    height: auto;
  }
  .roulette_event .type02 .roulette_area {
    top: 23.472vw;
    left: 0;
    transform: none;
    width: 100%;
    height: 59.722vw;
    text-align: center;
  }
  .roulette_event .type02 .roulette_area .circle {
    display: inline-block;
  }
  .roulette_event .type01 .roulette_txt {
    bottom: 4vw;
    font-size: 2.778vw;
  }

  .roulette_event .type03 {
    background-image: url(../img/sub/type03_bg_mo.jpg);
  }
  .roulette_event .type03 .roulette_title {
    top: 2.639vw;
    left: 50%;
    transform: translateX(-50%);
    width: 79.167vw;
    height: auto;
  }
  .roulette_event .type03 .roulette_title img {
    margin: 0 auto;
    height: auto;
  }
  .roulette_event .type03 .roulette_area {
    top: 24.583vw;
    left: 0;
    transform: none;
    width: 100%;
    height: 58.889vw;
    text-align: center;
  }
  .roulette_event .type03 .roulette_area .circle {
    display: inline-block;
  }
  .roulette_event .type03 .roulette_area .arrow {
    left: 46.25%;
  }
  .roulette_event .type03 .roulette_txt {
    top: auto;
    bottom: 2.5vw;
    font-size: 2.778vw;
  }
  /* //룰렛 이벤트 */
}

@media all and (max-width: 768px) {
  .sub.game_ev .ev_list .cont_right ul {
    margin-bottom: 10px;
  }
  .sub.game_ev .ev_list .cont_right ul li.team1,
  .sub.game_ev .ev_list .cont_right ul li.team2 {
    width: 70px;
    background-size: 60px 60px !important;
    margin-bottom: 20px;
  }
  .sub.game_ev .ev_list .cont_right ul li {
    height: 70px;
  }
  .sub.game_ev .ev_list .cont_right ul li.team1 input,
  .sub.game_ev .ev_list .cont_right ul li.team2 input {
    top: 70px;
    font-size: 12px;
  }

  .sub.game_ev .ev_list .cont_right ul li.vs,
  .sub.game_ev .ev_list .cont_right ul li.vs.tie_on {
    width: calc(100% - 140px);
    background-position: center top 5px;
  }
  .sub.game_ev .ev_list .cont_right ul li.vsdraw,
  .sub.game_ev .ev_list .cont_right ul li.vsdraw.on {
    width: calc(100% - 140px);
  }
  .sub.game_ev .ev_list .cont_right ul li.vs.tie_on .tie_icon,
  sub.game_ev .ev_list .cont_right ul li.vs.tie_on .tie_icon.on {
    background-position: center top 30px !important;
    background-size: 40px;
    height: 61px;
  }

  .sub.game_ev .ev_list .cont_right .ul_charts {
    bottom: 10px;
  }
}

@media (max-width: 650px) {
  .sub.game_ev .ev_conters {
    padding-top: 38vw;
    padding-bottom: 39vw;
  }
}
@media all and (max-width: 500px) {
  .sub.game_ev .ev_conters {
    height: 304px;
    padding-top: 38vw;
    padding-bottom: 34vw;
  }
  .sub.game_ev .ev_list .contents {
    margin-bottom: 5px;
  }

  .sub.game_ev .ev_list .cont_right ul li.team1,
  .sub.game_ev .ev_list .cont_right ul li.team2 {
    width: 50px;
    background-size: 40px 40px !important;
    margin-bottom: 10px;
  }
  .sub.game_ev .ev_list .cont_right {
    padding: 5px 10px;
  }
  .sub.game_ev .ev_list .cont_right ul li {
    height: 50px;
  }
  .sub.game_ev .ev_list .cont_right ul li.team1 input,
  .sub.game_ev .ev_list .cont_right ul li.team2 input {
    top: 50px;
    font-size: 10px;
  }
  .sub.game_ev .ev_list .cont_right ul li.vs,
  .sub.game_ev .ev_list .cont_right ul li.vs.tie_on {
    width: calc(100% - 100px);
    background-position: center top 5px;
    background-size: 20px;
  }
  .sub.game_ev .ev_list .cont_right ul li.vsdraw,
  .sub.game_ev .ev_list .cont_right ul li.vsdraw.on {
    width: calc(100% - 100px);
    background-size: 40px;
  }

  .sub.game_ev .ev_list .cont_right .charts em {
    font-size: 9px;
    top: -13px;
  }
  .sub.game_ev .ev_list .cont_left {
    height: 24px;
  }
  .sub.game_ev .ev_list .cont_left span.tit em {
    font-size: 14px;
  }
  .sub.game_ev .ev_list .cont_left span.tit {
    font-size: 10px;
  }
  .sub.game_ev .ev_list .cont_left span.sub_tit {
    font-size: 10px;
  }
  .sub.game_ev .ev_list .cont_left span.sub_tit02 {
    font-size: 12px;
  }
  .sub.game_ev .ev_list .cont_right .charts .charts__chart {
    height: 10px;
  }
  .sub.game_ev .ev_list .cont_right .charts em.blue {
    left: 3px;
  }
  .sub.game_ev .ev_list .cont_right .charts em.red {
    right: 3px;
  }

  .sub.game_ev .ev_list .cont_right ul li .score_wrap select,
  .sub.game_ev .ev_list .cont_right ul li .score_wrap select {
    width: 60px !important;
    font-size: 10px;
    height: 25px;
  }
  .sub.game_ev .ev_list .cont_right ul li.vs.tie_on .tie_icon {
    margin-top: 5px;
    background: url(../img/ico/ico_tie.png) no-repeat center top;
    background-size: 40px;
  }
  .sub.game_ev .ev_list .cont_right ul li.vs.tie_on .tie_icon.on {
    background: url('../img/ico/ico_tie_check.png') no-repeat center top;
    background-size: 40px;
  }
  .sub.game_ev .ev_list .cont_right ul li.vs.tie_on {
    background-size: 20px;
  }

  .sub.game_ev .ev_list .cont_right ul li.vs.tie_on .tie_icon,
  sub.game_ev .ev_list .cont_right ul li.vs.tie_on .tie_icon.on {
    background-position: center top 25px !important;
  }
  .sub.game_ev .ev_list .cont_right .ul_charts {
    bottom: 5px;
  }

  .community_tab a {
    width: 40%;
  }
}

@media all and (max-width: 414px) {
  .form-box2 .button_wrap > input,
  .form-box2 .button_wrap .phone_num,
  .form-box2 .button_wrap button {
    float: none;
    margin: 0;
    width: 100%;
    font-size: 16px;
  }
  .form-box2 .button_wrap button {
    margin-top: 10px;
  }
}

@media all and (max-width: 360px) {
  .sub.game_ev .ev_list .cont_right ul li .score_wrap select.team1_score,
  .sub.game_ev .ev_list .cont_right ul li .score_wrap select.team2_score {
    width: calc(50% - 20px);
  }
}
