@charset "UTF-8";
.container_fix {
  width: 1230px;
}

/*
헤더
html > thmea > fivesense-basic > shop.head.php
*/
.at-menu {
  border-top: none;
  border-bottom: none;
  background: transparent;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
.at-menu .right_lnb {
  padding: 9px 0;
  transition: all 0.5s;
}
.at-menu .right_lnb .container_fix ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.at-menu .right_lnb .container_fix ul li + li:before {
  content: "/";
  font-size: 12px;
  color: #9f9f9f;
  padding: 0 13px;
}
.at-menu .right_lnb .container_fix ul li a {
  font-size: 12px;
  color: #9f9f9f;
}
.at-menu .right_lnb .container_fix ul li a.active {
  color: #fff;
}
.at-menu .pc-menu {
  transition: all 0.5s;
}
.at-menu .pc-menu .nav-top.nav-both {
  display: flex;
  align-items: center;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul {
  margin-left: 23.5px;
  display: block;
  width: auto;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li.on .menu-a {
  color: #fff;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li.on .menu-a span:after {
  display: none;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li:hover .menu-a span:after {
  display: block;
  height: 3px;
  background: #0f7c3e;
  bottom: -35px;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li:first-child {
  margin-right: 0;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li .menu-a {
  font-size: 20px;
  color: #fff;
  padding: 0 17.5px;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li .sub-1div {
  width: max-content;
  min-width: 150px;
  padding: 19px 0;
  top: 99px;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li .sub-1div .sub-1dul .sub-1dli .sub-1da {
  font-size: 16px;
  color: #222;
  line-height: 1;
  border-bottom: none;
  padding: 9px;
}
.at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li .sub-1div .sub-1dul .sub-1dli .sub-1da:hover {
  background: transparent;
  font-weight: 700;
  color: #222;
  border-bottom: none;
}
.at-menu .pc-menu .nav-top.nav-both .right_menu {
  margin-left: auto;
}
.at-menu .pc-menu .nav-top.nav-both .right_menu .right_list {
  display: flex;
  align-items: center;
}
.at-menu .pc-menu .nav-top.nav-both .right_menu .right_list .btn_search {
  cursor: pointer;
}
.at-menu .pc-menu .nav-top.nav-both .right_menu .right_list .btn_all {
  margin-left: 20px;
  cursor: pointer;
}
.at-menu .m_head {
  display: none;
}

/*
헤더 마우스 오버, 아웃
html > thmea > fivesense-basic > shop.head.php
*/
.at-menu.on .right_lnb {
  background: #fff;
}
.at-menu.on .right_lnb .container_fix ul li a.active {
  color: #333;
}
.at-menu.on .pc-menu {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.at-menu.on .pc-menu .nav-top.nav-both .menu-ul .menu-li .menu-a {
  color: #222;
}

/*
헤더 > 검색창
html > thmea > fivesense-basic > shop.head.php
*/
.search_box {
  background: rgba(40, 97, 64, 0.85);
  padding: 37px 0 38px;
  display: none;
}
.search_box .header_search {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_box .header_search input {
  border: none;
  width: 400px;
  height: 45px;
  border-radius: 22.5px;
  padding-left: 23px;
  font-size: 16px;
  padding-bottom: 3px;
}
.search_box .header_search input::placeholder {
  font-size: 16px;
  color: #999;
}
.search_box .header_search button {
  background: #02b72e;
  border: none;
  width: 45px;
  height: 45px !important;
  border-radius: 50% !important;
  margin-left: 10px !important;
}
.search_box .header_search button span {
  position: relative;
}
.search_box .header_search button span.circle {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  top: -1px;
  left: 1px;
}
.search_box .header_search button span.line {
  display: inline-block;
  width: 2px;
  height: 8px;
  background: #fff;
  transform: rotate(130deg);
  top: 3px;
  left: -3px;
}
.search_box .header_search .btn_close {
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-left: 10px;
  cursor: pointer;
}
.search_box .header_search .btn_close span {
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #fff;
  position: relative;
  top: 13px;
}
.search_box .header_search .btn_close span:nth-of-type(1) {
  transform: rotate(45deg);
  left: 21px;
}
.search_box .header_search .btn_close span:nth-of-type(2) {
  transform: rotate(135deg);
  left: 17px;
}

.search_box.active {
  display: block;
}

/*
전체 메뉴
html\page\all_menu.php
*/
.all_menu {
  position: fixed;
  top: -365px;
  left: 0;
  z-index: 5;
  width: 100%;
  background: #fff;
  transition: all 0.5s ease-in-out;
}
.all_menu .all_ul {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.all_menu .all_ul .all_li {
  text-align: center;
}
.all_menu .all_ul .all_li .all_a {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  display: inline-block;
  width: 190px;
  height: 50px;
  background: #e8eff3;
  border-radius: 10px;
  text-align: center;
  line-height: 47px;
  margin-bottom: 28px;
}
.all_menu .all_ul .all_li .all_sub_div .all_sub_ul .all_sub_li + .all_sub_li {
  margin-top: 18px;
}
.all_menu .all_ul .all_li .all_sub_div .all_sub_ul .all_sub_li:hover .all_sub_a {
  font-weight: 700;
}
.all_menu .all_ul .all_li .all_sub_div .all_sub_ul .all_sub_li .all_sub_a {
  font-size: 16px;
  font-weight: 300;
  color: #222;
}
.all_menu .all_ul .all_li .all_sub_div .all_sub_ul .all_sub_li .all_sub_a img {
  margin-top: -4px;
  margin-left: 3px;
}

.all_menu.active {
  top: 130px;
}

/*
모바일 전체 메뉴 백그라운드
html\page\all_menu.php
*/
.all_menu_mob_bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  display: none;
}

/*
메인 > main_cont02
html\thema\Fivesense-basic\main\main-shop-basic-wide.php
*/
.main_cont02 {
  padding: 58px 0;
}
.main_cont02 .container_fix {
  display: flex;
  align-items: center;
}
.main_cont02 .container_fix .left {
  width: 23.33333%;
}
.main_cont02 .container_fix .left .tt {
  font-size: 23px;
  font-weight: 700;
  color: #222;
  line-height: 1.3;
}
.main_cont02 .container_fix .left .desc {
  font-size: 15px;
  color: #575757;
  line-height: 1.5;
  margin-top: 12px;
}
.main_cont02 .container_fix .right {
  width: 76.66667%;
}
.main_cont02 .container_fix .right ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_cont02 .container_fix .right ul li {
  text-align: center;
  cursor: pointer;
}
.main_cont02 .container_fix .right ul li:hover .title {
  font-weight: 500;
  color: #222;
}
.main_cont02 .container_fix .right ul li .title {
  font-size: 15px;
  color: #666;
  margin-top: 7px;
}

/*
메인 > main_cont03
html\thema\Fivesense-basic\main\main-shop-basic-wide.php
*/
.main_cont03 {
  background: url("/img/mc03_bg.jpg") no-repeat 100% 100%/cover;
  padding: 100px 0;
}
.main_cont03 .main_title {
  font-size: 30px;
  font-weight: 700;
  color: #222;
  text-align: center;
  margin-bottom: 50px;
}
.main_cont03 .content {
  display: flex;
  justify-content: space-between;
}
.main_cont03 .content .left {
  width: 30.83333%;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.1);
  isolation: isolate;
  will-change: transform;
}
.main_cont03 .content .left .slide_img img {
  transition: all 0.3s;
}
.main_cont03 .content .left .slide_img img:hover {
  transform: scale(1.1);
}
.main_cont03 .content .right {
  width: 65.83333%;
}
.main_cont03 .content .right .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.main_cont03 .content .right .top li {
  box-shadow: 7px 7px 5px -3px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  width: 49.36708%;
}
.main_cont03 .content .right .top li:hover .text .btn_more {
  color: #0f7c3e;
}
.main_cont03 .content .right .top li .img {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  isolation: isolate;
  will-change: transform;
}
.main_cont03 .content .right .top li .img img {
  transition: all 0.3s;
}
.main_cont03 .content .right .top li .img img:hover {
  transform: scale(1.1);
}
.main_cont03 .content .right .top li .text {
  padding: 33px 28px 35px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}
.main_cont03 .content .right .top li .text .tt {
  font-size: 22px;
  font-weight: 700;
  color: #333;
}
.main_cont03 .content .right .top li .text .btn_more {
  display: block;
  font-size: 14px;
  color: #666;
  margin-top: 16px;
  transition: all 0.3s;
}
.main_cont03 .content .right .bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}
.main_cont03 .content .right .bot a {
  padding: 37px 0 180px;
  border-radius: 20px;
  box-shadow: 7px 7px 10px -3px rgba(0, 0, 0, 0.08);
  width: 49.36708%;
}
.main_cont03 .content .right .bot a:nth-of-type(1) {
  background: url("/img/mc03_right_bot_img01.png") no-repeat 100% 100%/cover;
}
.main_cont03 .content .right .bot a:nth-of-type(2) {
  background: url("/img/mc03_right_bot_img02.png") no-repeat 100% 100%/cover;
}
.main_cont03 .content .right .bot a .title {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  padding-left: 30px;
}

/*
메인 > main_cont04
html\thema\Fivesense-basic\main\main-shop-basic-wide.php
*/
.main_cont04 {
  background: url("/img/mc04_bg.jpg") no-repeat 100% 100%/cover;
  padding: 66px 0 70px;
}
.main_cont04 .text {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

/*
메인 > main_cont05
html\thema\Fivesense-basic\main\main-shop-basic-wide.php
*/
.main_cont05 {
  padding: 100px 0 97px;
}
.main_cont05 .main_title {
  font-size: 30px;
  font-weight: 700;
  color: #222;
  text-align: center;
  margin-bottom: 50px;
}
.main_cont05 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_cont05 .content a {
  width: 19.16666%;
  display: inline-block;
  position: relative;
}
.main_cont05 .content a .img {
  overflow: hidden;
  border-radius: 20px;
  isolation: isolate;
  will-change: transform;
}
.main_cont05 .content a .img img {
  transition: all 0.3s;
}
.main_cont05 .content a .img img:hover {
  transform: scale(1.1);
}
.main_cont05 .content a .title {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 30px;
}

/*
메인 > main_cont06
html\thema\Fivesense-basic\main\main-shop-basic-wide.php
*/
.main_cont06 {
  padding-bottom: 100px;
}
.main_cont06 .main_title {
  font-size: 30px;
  font-weight: 700;
  color: #222;
  text-align: center;
  margin-bottom: 50px;
  text-align: left;
}
.main_cont06 .content .tap_menu {
  display: flex;
  align-items: center;
}
.main_cont06 .content .tap_menu li {
  width: 25%;
  height: 60px;
  font-size: 18px;
  font-weight: 300;
  color: #999;
  line-height: 55px;
  text-align: center;
  background: #f0f0f0;
  border: 1px solid #d7d7d7;
  cursor: pointer;
}
.main_cont06 .content .tap_menu li + li {
  border-left: none;
}
.main_cont06 .content .tap_menu li:nth-of-type(1) {
  border-radius: 20px 0 0 0;
}
.main_cont06 .content .tap_menu li:nth-of-type(4) {
  border-radius: 0 20px 0 0;
}
.main_cont06 .content .tap_menu li.active {
  font-weight: 700;
  color: #fff;
  background: #222;
}
.main_cont06 .content .tap_content {
  margin-top: 40px;
}
.main_cont06 .content .tap_content li {
  display: none;
}
.main_cont06 .content .tap_content li .left {
  overflow: hidden;
  border-radius: 20px;
}
.main_cont06 .content .tap_content li .left img {
  transition: all 0.3s;
}
.main_cont06 .content .tap_content li .left img:hover {
  transform: scale(1.1);
}
.main_cont06 .content .tap_content li .right {
  padding-left: 80px;
}
.main_cont06 .content .tap_content li .right .tt {
  font-size: 30px;
  font-weight: 700;
  color: #222;
}
.main_cont06 .content .tap_content li .right .desc {
  font-size: 16px;
  font-weight: 300;
  color: #222;
  line-height: 1.85;
  margin: 35px 0 55px;
}
.main_cont06 .content .tap_content li .right .btn_more {
  display: block;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  background: #fff;
  width: 200px;
  height: 60px;
  font-size: 16px;
  font-weight: 300;
  color: #666;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s;
}
.main_cont06 .content .tap_content li .right .btn_more:hover {
  color: #222;
  background: linear-gradient(0deg, rgb(146, 229, 165) 0%, rgb(215, 243, 221) 100%);
  border: 1px solid #fff;
}
.main_cont06 .content .tap_content li.active {
  display: flex;
  align-items: center;
}

/*
메인 > main_cont07
html\thema\Fivesense-basic\main\main-shop-basic-wide.php
*/
.logo_slider {
  padding: 19px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.logo_slider.martop100 {
  margin-top: 100px;
}

/*
메인 > 탑 버튼
html\thema\Fivesense-basic\shop.tail.php
*/
.at-go .go-btn {
  display: block;
  bottom: 50px;
  right: 50px;
  width: 50px;
  cursor: pointer;
}
.at-go .go-btn .go-top {
  width: 50px;
  height: 50px;
  background: #0f7c3e;
  border-radius: 10px;
  position: relative;
}
.at-go .go-btn .go-top img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*
메인 > 푸터
html\thema\Fivesense-basic\shop.tail.php
*/
.fix_footer {
  margin-top: 0;
}
.fix_footer .logo {
  margin-bottom: 19px;
}
.fix_footer .fix_infos_box {
  padding: 49px 0;
}
.fix_footer .fix_infos_box .info_ul {
  margin-bottom: 8px;
}
.fix_footer .fix_infos_box .info_ul li {
  letter-spacing: 0;
}
.fix_footer .fix_infos_box .info_ul li + li {
  padding-left: 8px;
}
.fix_footer .fix_infos_box .info_ul li + li:after {
  display: none;
}
.fix_footer .fix_infos_box h4 {
  color: #666;
  margin-top: 8px;
}

/******************************************
서브 시작
*******************************************/
/******************************************
서브 > 탑 배너 & 메인 타이틀
html\page\top_banner.php
*******************************************/
.sub_wrap {
  padding: 220px 0 80px;
}
.sub_wrap .sub_text {
  margin: 0;
  padding: 0;
}
.sub_wrap .sub_text h1 {
  font-size: 36px;
}
.sub_wrap .sub_text .sub_main {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 19px;
}
.sub_wrap .sub_text .sub_desc {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

.sub_wrap.m01 {
  background: url("/img/m01_bg.jpg") no-repeat 100% 100%/cover;
  padding: 312px 0 190px;
}

.sub_wrap.m02 {
  background: url("/img/m02_bg.jpg") no-repeat 100% 100%/cover;
  padding: 312px 0 190px;
}

.sub_wrap.m03 {
  background: url("/img/m03_bg.jpg") no-repeat 100% 100%/cover;
  padding: 312px 0 190px;
}

.sub_wrap.m04 {
  background: url("/img/m04_bg.jpg") no-repeat 100% 100%/cover;
  padding: 312px 0 190px;
}

.sub_wrap.m05 {
  background: url("/img/m05_bg.jpg") no-repeat 100% 100%/cover;
  padding: 312px 0 190px;
}

/******************************************
서브 > 탭 메뉴
html\page\top_banner.php
*******************************************/
.sub_menu_box {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.sub_menu_box .cate_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.sub_menu_box .cate_ul .cate_li {
  width: 100%;
  position: relative;
}
.sub_menu_box .cate_ul .cate_li:last-child:after {
  display: none;
}
.sub_menu_box .cate_ul .cate_li:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #e7e7e7;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translatey(-50%);
  z-index: 1;
}
.sub_menu_box .cate_ul .cate_li .sub-1da {
  font-size: 18px;
  font-weight: 700;
  color: #999;
  border: none;
  line-height: 69px;
  position: relative;
}
.sub_menu_box .cate_ul .cate_li.on .sub-1da {
  color: #0f7c3e;
}
.sub_menu_box .cate_ul .cate_li.on .sub-1da:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #0f7c3e;
  position: absolute;
  bottom: -1px;
}

/******************************************
서브 > 탭 메뉴 하단 타이틀
html\thema\Fivesense-basic\shop.head.php
*******************************************/
.sub_title {
  padding: 100px 0 60px;
}
.sub_title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #222;
}

/******************************************
서브 > 서브 페이지 배경 이미지 ( 협회소개 > 조직도 )
html\thema\Fivesense-basic\shop.head.php
*******************************************/
.at-body.m01_04 {
  background: url("/img/m01_04_bg.png") no-repeat top center/cover;
}

/******************************************
서브 > 협회소개 > 오시는 길
html\page\m01_05.php
*******************************************/
.m01_05 {
  position: relative;
  margin-bottom: 287px;
}
.m01_05 img {
  position: absolute;
  left: 73px;
  bottom: -188px;
}

/******************************************
서브 > 게시판 > 검색창
html\skin\board\list.skin.php
*******************************************/
.main_search {
  margin-bottom: 30px;
}
.main_search .form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main_search .form .input-group input {
  box-shadow: none;
  width: 280px;
  height: 46px;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  border-radius: 22.5px !important;
  padding: 3.5px 23px 5.5px;
}
.main_search .form .input-group input::placeholder {
  color: #999;
}
.main_search .form .input-group-btn button {
  background: #02b72e;
  border: none;
  width: 45px;
  height: 45px !important;
  border-radius: 50% !important;
  margin-left: 10px !important;
  line-height: 1 !important;
  margin-left: 5px !important;
}
.main_search .form .input-group-btn button span {
  position: relative;
}
.main_search .form .input-group-btn button span.circle {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  top: -1px;
  left: 1px;
}
.main_search .form .input-group-btn button span.line {
  display: inline-block;
  width: 2px;
  height: 8px;
  background: #fff;
  transform: rotate(130deg);
  top: 3px;
  left: -3px;
}

/******************************************
서브 > 게시판 공통
html\skin\board\...
*******************************************/
.board_custom .list-board .list-head {
  border-top: 1px solid #0d0d0d;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  padding: 20px 0;
}
.board_custom .list-board .list-head span {
  font-size: 18px;
}
.board_custom .list-board .list-body .list-item {
  border-bottom: 1px solid #e5e5e5;
}
.board_custom .list-board .list-body .list-item div {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  padding: 22px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.board_custom .list-board .list-body .list-item div span {
  font-weight: 400;
}
.board_custom .list-board .list-body .list-item div a {
  color: #222;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
}
.board_custom .list-board .list-body .list-item div a b {
  font-weight: 400;
}
.board_custom .list-board .list-body .list-item div.wr-subject {
  padding-left: 60px;
}
.board_custom .list-board .list-body .list-item.bg-light .wr-num {
  padding: 17.5px 0;
}
.board_custom .list-board .list-body .list-item.bg-light .wr-num .wr-notice {
  background-image: none;
  width: 40px;
  height: 25px;
}
.board_custom .list-board .list-body .list-item.bg-light .wr-num .wr-notice:after {
  content: "공지";
  display: block;
  width: 40px;
  height: 25px;
  background: #02b72e;
  border-radius: 12.5px;
  font-size: 12px;
  font-weight: 300;
  line-height: 23px;
  color: #fff;
}
.board_custom .list-page {
  margin: 18px 0 100px !important;
}
.board_custom .list-page .pagination li.active a {
  background: transparent !important;
  border: none !important;
  font-weight: 700;
  color: #02b72e !important;
}
.board_custom .list-page .pagination li.active a:hover {
  background: transparent !important;
  border: none !important;
}
.board_custom .list-page .pagination li a {
  color: #222 !important;
  padding: 4px 10px;
  border: none;
}
.board_custom .list-page .pagination li a i {
  width: 100%;
  height: 100%;
  position: relative;
  color: #222;
}
.board_custom .list-page .pagination li a i:before {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  font-size: 13px;
}
.board_custom .list-page .pagination li a i.fa-angle-double-left:before {
  content: "<<";
}
.board_custom .list-page .pagination li a i.fa-angle-left:before {
  content: "<";
}
.board_custom .list-page .pagination li a i.fa-angle-double-right:before {
  content: ">>";
}
.board_custom .list-page .pagination li a i.fa-angle-right:before {
  content: ">";
}

/******************************************
서브 > 방송정책 > 뉴스레터 BC
html\skin\board\m03_02
*******************************************/
.m03_02 .list-webzine .media {
  overflow: visible;
}
.m03_02 .list-webzine .media .list-item {
  border-bottom: none;
  padding: 38px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.06);
  border: 1px solid transparent;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
.m03_02 .list-webzine .media .list-item:hover {
  border: 1px solid #02b72e;
}
.m03_02 .list-webzine .media .list-item:hover .media-body .media-heading {
  color: #009925;
}
.m03_02 .list-webzine .media .list-item .img-left {
  margin-right: 35px;
}
.m03_02 .list-webzine .media .list-item .img-left .img-wrap .img-item img {
  width: 100%;
}
.m03_02 .list-webzine .media .list-item .img-left .img-wrap .img-item .hover_icon {
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}
.m03_02 .list-webzine .media .list-item .img-left .img-wrap .img-item .hover_icon.active {
  opacity: 1;
}
.m03_02 .list-webzine .media .list-item .media-body {
  max-height: 220px;
}
.m03_02 .list-webzine .media .list-item .media-body .media-heading {
  font-size: 26px;
  font-weight: 700;
  color: #222;
  transition: all 0.3s;
  letter-spacing: -0.005em;
}
.m03_02 .list-webzine .media .list-item .media-body .list-cont {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 1.75;
  margin-top: 17px;
}
.m03_02 .list-webzine .media .list-item .media-body .list_tag {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  line-height: 1.7;
  margin-top: 10px;
}
.m03_02 .list-webzine .media .list-item .media-body .list_date {
  font-size: 14px;
  font-weight: 400;
  color: #b6b6b6;
  position: absolute;
  bottom: 38px;
}

.m03_02_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/******************************************
서브 > 방송정책 > 뉴스레터 BC
html\skin\board\m03_02
*******************************************/
.btn_subscribe {
  display: inline-block;
  border: 1px solid #03b72f;
  border-radius: 23px;
  background: #fff;
  width: 140px;
  height: 46px;
  margin-right: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #03b72f !important;
  line-height: 41px;
  transition: all 0.3s;
}
.btn_subscribe:hover {
  background: #03b72f;
  color: #fff !important;
}

/******************************************
서브 > 방송정책 > 계간 방송문화
html\skin\board\m03_03
*******************************************/
.m03_03 .top_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 60px 0 30px;
}
.m03_03 .top_wrap .main_search {
  margin-bottom: 0;
}
.m03_03 .top_wrap .year_month_wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.m03_03 .top_wrap .year_month_wrap .select_box {
  position: relative;
}
.m03_03 .top_wrap .year_month_wrap .select_box .magazine_year {
  width: 127px;
  height: 46px;
  border-radius: 22.5px;
  padding-left: 23px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  appearance: none;
  background: #fff;
}
.m03_03 .top_wrap .year_month_wrap .select_box .magazine_month {
  width: 105px;
  height: 46px;
  border-radius: 22.5px;
  padding-left: 23px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  appearance: none;
  background: #fff;
}
.m03_03 .top_wrap .year_month_wrap .select_box .arrow {
  position: absolute;
  right: 20px;
  bottom: 17.5px;
}
.m03_03 .top_wrap .year_month_wrap .select_box .arrow span {
  display: inline-block;
  width: 1px;
  height: 7px;
  background: #333;
  position: relative;
}
.m03_03 .top_wrap .year_month_wrap .select_box .arrow span:nth-of-type(1) {
  transform: rotate(135deg);
}
.m03_03 .top_wrap .year_month_wrap .select_box .arrow span:nth-of-type(2) {
  transform: rotate(45deg);
  left: 1px;
}
.m03_03 .top_wrap .year_month_wrap .select_box.month {
  margin-left: 5px;
}
.m03_03 .top_wrap .year_month_wrap .btn_see {
  display: inline-block;
  width: 106px;
  height: 46px;
  background: #02b72e;
  border-radius: 22.5px;
  text-align: center;
  font-size: 17px;
  color: #fff;
  line-height: 44px;
  margin-left: 13px;
}
.m03_03 .top_wrap .year_month_wrap .magazine_text {
  font-size: 17px;
  color: #333;
  display: inline-block;
  margin-left: 10px;
}
.m03_03 .list-webzine .media {
  overflow: visible;
}
.m03_03 .list-webzine .media .list-item {
  border-bottom: none;
  padding: 38px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.06);
  border: 1px solid transparent;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
.m03_03 .list-webzine .media .list-item:hover {
  border: 1px solid #02b72e;
}
.m03_03 .list-webzine .media .list-item:hover .media-body .media-heading {
  color: #009925;
}
.m03_03 .list-webzine .media .list-item .img-left {
  display: none;
}
.m03_03 .list-webzine .media .list-item .media-body .media-heading {
  font-size: 26px;
  font-weight: 700;
  color: #222;
  transition: all 0.3s;
}
.m03_03 .list-webzine .media .list-item .media-body .list-cont {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 1.7;
  margin-top: 23px;
  width: 80%;
}
.m03_03 .list-webzine .media .list-item .media-body .list_detail {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #b6b6b6;
  margin-top: 55px;
}
.m03_03 .list-webzine .media .list-item .media-body .list_detail .list_name:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 13px;
  background: #b6b6b6;
  z-index: 1;
  margin-left: 13px;
  margin-right: 15px;
  margin-bottom: -2px;
}
.m03_03 .list-webzine .media .list-item .btn_download {
  display: inline-block;
  width: 150px;
  height: 46px;
  border: 1px solid #d9d9d9;
  border-radius: 22.5px;
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 42px;
  position: absolute;
  right: 38px;
  bottom: 38px;
  transition: all 0.3s;
}
.m03_03 .list-webzine .media .list-item .btn_download:hover {
  background: #02b72e;
  border-color: #02b72e;
  color: #fff;
}
.m03_03 .list-webzine .media .list-item .btn_download img {
  margin-top: -6px;
  margin-left: 4px;
}

/******************************************
서브 > 방송정책 > 계간 방송문화 구독하기 버튼
html\thema\Fivesense-basic\shop.head.php
*******************************************/
.m03_03_modal {
  padding: 90px 0 50px;
}
.m03_03_modal .container_fix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m03_03_modal .container_fix .btn_modal {
  display: inline-block;
  width: 175px;
  height: 55px;
  background: #fff;
  border: 1px solid #03b72f;
  border-radius: 27.5px;
  font-size: 18px;
  font-weight: 500;
  color: #03b72f;
  text-align: center;
  line-height: 51px;
  transition: all 0.3s;
  cursor: pointer;
}
.m03_03_modal .container_fix .btn_modal:hover {
  background: #03b72f;
  color: #fff;
}

/******************************************
서브 > 방송정책 > 계간 방송문화 구독하기 팝업
html\page\m03_03_modal.php
*******************************************/
.modal_wrap {
  display: none;
}

.modal_wrap.active {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.modal_wrap.active .modal_bg {
  width: 100vw;
  height: 100vh;
  background: rgba(34, 34, 34, 0.7);
}
.modal_wrap.active .modal_popup {
  display: flex;
  align-items: center;
  width: 1058px;
  height: 676px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  overflow: hidden;
}
.modal_wrap.active .modal_popup .left {
  background: url("/img/m03_03_modal_left.jpg") no-repeat 100% 100%/cover;
  width: 41.30434%;
  height: 100%;
}
.modal_wrap.active .modal_popup .right {
  background: url("/img/m03_03_modal_right.jpg") no-repeat 100% 100%/cover;
  width: 58.69566%;
  height: 100%;
  position: relative;
}
.modal_wrap.active .modal_popup .right .content {
  padding: 96px 100px 110px 100px;
}
.modal_wrap.active .modal_popup .right .content .title {
  font-size: 18px;
  color: #666;
  line-height: 1.5;
  position: relative;
  margin-bottom: 45px;
}
.modal_wrap.active .modal_popup .right .content .title:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #03b72f;
  margin-bottom: 7px;
}
.modal_wrap.active .modal_popup .right .content .title .point {
  font-weight: 500;
  color: #222;
}
.modal_wrap.active .modal_popup .right .content .info_box + .info_box {
  margin-top: 30px;
}
.modal_wrap.active .modal_popup .right .content .info_box .info_label {
  font-size: 16px;
  color: #666;
  margin-bottom: 14px;
}
.modal_wrap.active .modal_popup .right .content .info_box .info_label .point {
  color: #999;
}
.modal_wrap.active .modal_popup .right .content .info_box .info_label .star {
  color: #03b72f;
  position: relative;
  left: -4px;
}
.modal_wrap.active .modal_popup .right .content .info_box input {
  width: 100%;
  border: 1px solid #dfdfdf;
  border-radius: 22.5px;
  height: 45px;
  padding-left: 25px;
}
.modal_wrap.active .modal_popup .right .content .btn_area .btn_complete {
  border: none;
  background: #03b72f;
  width: 100%;
  height: 45px;
  border-radius: 22.5px;
  font-size: 16px;
  color: #fff;
  margin-top: 40px;
}
.modal_wrap.active .modal_popup .right .btn_close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

/******************************************
서브 > 주요사업 > 방송의 날 축하연
html\page\m04_01.php
*******************************************/
.m04_01.banner_wrap {
  background: #f2f8fb;
  padding: 100px 0;
}
.m04_01.banner_wrap .title {
  font-size: 26px;
  font-weight: 700;
  color: #222;
  margin-bottom: 50px;
}

/******************************************
서브 > 주요사업 > 방송광고심의 결제 > 탭 메뉴 및 리스트 정렬
html\skin\apms\list\Miso-Basic4\category.skin.php
*******************************************/
.fix_category .list_category_ul {
  margin-bottom: 40px;
}
.fix_category .list_category_ul li {
  width: 12.33333%;
}
.fix_category .list_category_ul li + li {
  margin-left: 7px;
}
.fix_category .list_category_ul li a {
  border: none;
  background: #f6f6f6;
  border-radius: 23px;
  line-height: 46px;
  font-size: 16px;
}
.fix_category .list_category_ul li.active a {
  border: none;
  background: #02b72e;
  color: #fff;
  font-weight: 400 !important;
}
.fix_category .list_sort {
  border-top: none;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 0;
  margin-bottom: 35px;
}
.fix_category .list_sort .right_sort a {
  font-weight: 300;
  color: #888;
}
.fix_category .list_sort .right_sort a.on {
  font-weight: 500;
  color: #222;
}

/******************************************
서브 > 주요사업 > 방송광고심의 결제 > 탭 메뉴 및 리스트 정렬
html\skin\apms\list\Miso-Basic4\category.skin.php
*******************************************/
.shop_custom.shop_container .item-content {
  padding-top: 12px;
}
.shop_custom.shop_container .item-content strong {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  letter-spacing: 0;
  padding-right: 0;
}
.shop_custom.shop_container .item_price_box h5 .real_price {
  font-size: 19px;
  font-weight: 700;
  color: #333;
}
.shop_custom.shop_container .item_price_box .sale_cont strike {
  font-weight: 300;
  color: #888;
  margin-left: 5px;
}
.shop_custom.shop_container .item_price_box .sale_cont .percent {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-left: 9px;
}
.shop_custom.shop_container + .list-page {
  margin: 60px 0 88px !important;
}
.shop_custom.shop_container + .list-page .pagination li.active a {
  background: transparent !important;
  border: none !important;
  font-weight: 700;
  color: #02b72e !important;
}
.shop_custom.shop_container + .list-page .pagination li.active a:hover {
  background: transparent !important;
  border: none !important;
}
.shop_custom.shop_container + .list-page .pagination li a {
  color: #222 !important;
  padding: 4px 10px;
  border: none;
}
.shop_custom.shop_container + .list-page .pagination li a i {
  width: 100%;
  height: 100%;
  position: relative;
  color: #222;
}
.shop_custom.shop_container + .list-page .pagination li a i:before {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  font-size: 13px;
}
.shop_custom.shop_container + .list-page .pagination li a i.fa-angle-double-left:before {
  content: "<<";
}
.shop_custom.shop_container + .list-page .pagination li a i.fa-angle-left:before {
  content: "<";
}
.shop_custom.shop_container + .list-page .pagination li a i.fa-angle-double-right:before {
  content: ">>";
}
.shop_custom.shop_container + .list-page .pagination li a i.fa-angle-right:before {
  content: ">";
}

/******************************************
서브 > 주요사업 > 방송광고심의 결제 > 상품 상세 페이지
html\skin\apms\item\Miso-Basic4\item.skin.php
*******************************************/
.apms_detail_custom .item-head {
  margin-bottom: 0;
}
.apms_detail_custom .item-head .row .img-container {
  width: 49.75%;
}
.apms_detail_custom .item-head .row .img-container .thumb_tab_wrap #sit_pvi_thumb {
  padding: 25px 45px;
}
.apms_detail_custom .item-head .row .img-container .thumb_tab_wrap button {
  width: auto;
  height: 100%;
}
.apms_detail_custom .item-head .row .img-container .thumb_tab_wrap button.btn_prev {
  padding-right: 35px;
}
.apms_detail_custom .item-head .row .img-container .thumb_tab_wrap button.btn_next {
  padding-left: 35px;
}
.apms_detail_custom .item-head .row .form-container {
  width: 50.25%;
}
.apms_detail_custom .item-head .row .form-container #buy_form h1 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0;
}
.apms_detail_custom .item-head .row .form-container #buy_form .desc {
  line-height: 1.5;
  padding: 9px 0;
}
.apms_detail_custom .item-head .row .form-container #buy_form #item_option .option-tbl {
  margin-bottom: 10px;
}
.apms_detail_custom .item-head .row .form-container #buy_form #item_option .option-tbl .price_tr th {
  padding-top: 18px;
  max-width: 155px;
}
.apms_detail_custom .item-head .row .form-container #buy_form #item_option .option-tbl .price_tr td {
  display: flex;
  align-items: center;
}
.apms_detail_custom .item-head .row .form-container #buy_form #item_option .option-tbl .price_tr td strike {
  font-size: 16px;
  font-weight: 300;
}
.apms_detail_custom .item-head .row .form-container #buy_form #item_option .option-tbl .price_tr td b.font-18 {
  font-size: 20px;
  font-weight: 700;
  margin-left: 12px;
}
.apms_detail_custom .item-head .row .form-container #buy_form #item_option .option-tbl .price_tr td .won {
  font-size: 20px;
  font-weight: 700;
  color: #222;
}
.apms_detail_custom .item-head .row .form-container #buy_form #item_option .option-tbl .price_tr td .dc_percent {
  display: inline-block;
  width: 50px;
  height: 25px;
  border: 1px solid #ff0000;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 400;
  color: #ff0000;
  text-align: center;
  margin-left: 12px;
  margin-top: 2px;
}
.apms_detail_custom .item-head .row .form-container #buy_form #item_option .member_tr td p {
  font-size: 16px;
  font-weight: 300;
}
.apms_detail_custom .item-head .row .form-container #buy_form #item_option .option-line {
  border-top: 1px solid #dfdfdf;
}
.apms_detail_custom .item-head .row .form-container #buy_form .pay_con .pay_tab #it_sel_option .it_opt_list {
  background: #f6f6f6;
  border: none;
  border-radius: 5px !important;
  padding: 15px 10px 12px;
}
.apms_detail_custom .item-head .row .form-container #buy_form .pay_con .pay_tab #it_sel_option .col_count {
  width: 185px;
}
.apms_detail_custom .item-head .row .form-container #buy_form .pay_con .pay_tab #it_sel_option .col_count input {
  border: 1px solid #ddd;
}
.apms_detail_custom .item-head .row .form-container #buy_form .pay_con .pay_tab #it_sel_option .col_count button {
  background: #fff;
}
.apms_detail_custom .item-head .row .form-container #buy_form .pay_con .pay_tab #it_sel_option .col_count button img {
  margin-top: -4px;
}
.apms_detail_custom .item-head .row .form-container #buy_form .pay_con .pay_tab #it_sel_option .col_tit {
  width: calc(100% - 185px);
}
.apms_detail_custom .item-head .row .form-container #buy_form .pay_con .pay_tab #it_sel_option .col_tit .price-sum {
  margin: 0;
}
.apms_detail_custom .item-head .row .form-container #buy_form .pay_con .pay_tab #it_sel_option .col_tit .price-sum #it_tot_price {
  font-size: 24px;
  font-weight: 700;
  color: #222;
}
.apms_detail_custom .item-head .row .form-container #buy_form .pay_con .pay_tab #it_sel_option .col_tit .price-sum .won {
  font-size: 17px;
  color: #222;
}
.apms_detail_custom .item-head .row .form-container #buy_form .item-form-footer {
  margin-top: 35px;
}
.apms_detail_custom .item-head .row .form-container #buy_form .item-form-footer .btn_b input {
  border: 1px solid #111;
  border-radius: 8px !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 18px 0 20px;
}
.apms_detail_custom .item-head .row .form-container #buy_form .item-form-footer .btn_b input.black_btn {
  background-color: #02b72e;
  border-color: #02b72e !important;
}
.apms_detail_custom .item_detail_tab .tab-content {
  padding: 30px 0 0 !important;
}
.apms_detail_custom .item_detail_tab .tab-content .link_con {
  margin-top: 55px;
}
.apms_detail_custom .btn-group-justified {
  margin-top: 50px;
}
.apms_detail_custom .btn-group-justified a {
  font-weight: 400;
}

/******************************************
서브 > 장바구니
html\skin\apms\order\basic\cart.skin.php
*******************************************/
.cart_custom .div-table td.cart_check {
  width: 80px;
}
.cart_custom .div-table td.padding_custom {
  padding: 28.5px 8px 28.5px 30px;
}
.cart_custom .div-table td.padding_custom .item-img {
  width: 270px;
}
.cart_custom .div-table td.padding_custom .item-img img {
  max-width: 270px;
}
.cart_custom .div-table td.padding_custom .item-detail {
  width: calc(100% - 270px);
  padding-left: 30px;
}
.cart_custom .price-wrap {
  margin-top: 205px;
}
.cart_custom .price-wrap .price-top div {
  width: 50%;
}
.cart_custom .price-wrap .price-bottom div {
  width: 50%;
}
.cart_custom .price-wrap + .btn_nextbuy .row .form-group {
  margin-bottom: 0;
}
.cart_custom .price-wrap + .btn_nextbuy .row .form-group button {
  border-radius: 0 !important;
  font-size: 18px;
  margin-top: 100px;
}

/******************************************
서브 > 주문서
html\skin\apms\order\basic\orderform.skin.php
*******************************************/
.order_custom .section .area-box .input-box:last-child {
  margin-bottom: 30px;
}
.order_custom .section .area-box .input-box .star {
  color: #03b72f;
}
.order_custom .section .area-box .input-box label.label-css {
  margin-bottom: 10px;
}
.order_custom .section .area-box .input-box .textarea-css {
  padding: 14px;
}
.order_custom .section .area-box .input-box .textarea-css::placeholder {
  color: #c4c4c4;
}
.order_custom .section .area-box .input-box .local_btn_custom {
  padding: 0 30px;
  margin-left: 10px;
}
.order_custom .section .area-box .regbtn-wrap #display_pay_button .btn {
  border-radius: 0 !important;
  font-size: 18px;
}
.order_custom .order_img_custom {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: auto;
  padding: 20px 0 !important;
}
.order_custom .order_img_custom .item-img {
  width: auto;
  text-align: left;
}
.order_custom .order_img_custom .item-detail {
  padding-left: 0;
  padding-top: 20px;
}
.order_custom .order_img_custom .item-detail .option-wrap {
  margin-top: 5px;
}
.order_custom .vertical_custom {
  vertical-align: baseline !important;
}

/******************************************
서브 > 주문내역보기
html\skin\apms\order\basic\orderinquiryview.skin.php
*******************************************/
.orderinquiryview_custom .img_td {
  padding: 25px 0;
}
.orderinquiryview_custom .name_td strong {
  font-weight: 500;
}
.orderinquiryview_custom .option_td {
  color: #666;
}
.orderinquiryview_custom .price_custom.active th {
  color: #03b72f;
  padding-top: 0 !important;
}
.orderinquiryview_custom .price_custom.active td {
  color: #03b72f;
  padding-top: 8px !important;
}
.orderinquiryview_custom .price_custom th {
  font-size: 14px !important;
  color: #666;
  padding-top: 15px !important;
}
.orderinquiryview_custom .price_custom td {
  font-size: 14px !important;
  color: #666;
  padding: 20px 8px 8px 8px !important;
}
.orderinquiryview_custom .price_custom td strong {
  font-weight: 400 !important;
}

/******************************************
서브 > 한국방송대상 > 제 49회 수상자·작
html\page\m05_03.php
*******************************************/
.m05_03 .banner .item .img-wrap {
  padding-bottom: 33.334%;
}
.m05_03 .tab_menu {
  margin: 100px 0 59px;
}
.m05_03 .tab_menu ul {
  display: flex;
  align-items: center;
}
.m05_03 .tab_menu ul li {
  width: 168px;
  height: 54px;
  border: 1px solid #e0e0e0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 49px;
  color: #999;
  cursor: pointer;
}
.m05_03 .tab_menu ul li + li {
  margin-left: 14px;
}
.m05_03 .tab_menu ul li.active {
  border-color: #0f7c3e;
  color: #0f7c3e;
}
.m05_03 .tab_content div {
  display: none;
}
.m05_03 .tab_content div.active {
  display: block;
}

/******************************************
서브 > 한국방송대상 > 화보집
html\skin\board\m05_04
*******************************************/
.m05_04 .gallery_container {
  margin-bottom: -60px !important;
}
.m05_04 .gallery_container .list-row .list-item .img-wrap {
  border-radius: 12px;
}
.m05_04 .gallery_container .list-row .list-item .img-wrap .img-item a {
  position: relative;
}
.m05_04 .gallery_container .list-row .list-item .img-wrap .img-item a .hover_box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(34, 34, 34, 0.8);
  opacity: 0;
  transition: all 0.3s;
}
.m05_04 .gallery_container .list-row .list-item .img-wrap .img-item a .hover_box span {
  font-size: 17px;
  color: #fff;
  display: inline-block;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.m05_04 .gallery_container .list-row .list-item .img-wrap .img-item a:hover .hover_box {
  opacity: 1;
}
.m05_04 .gallery_container .list-row .list-item .fix_gallery_content {
  margin-top: 27px;
  margin-left: 10px;
}
.m05_04 .gallery_container .list-row .list-item .fix_gallery_content .gallery_title {
  display: block;
  white-space: nowrap;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m05_04 .gallery_container .list-row .list-item .fix_gallery_content .gallery_p {
  color: #999;
  margin-top: 13px;
  display: block;
  white-space: nowrap;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m05_04 .list-page {
  margin: 33px 0 100px !important;
}
.m05_04 .list-page .pagination li.active a {
  background: transparent !important;
  border: none !important;
  font-weight: 700;
  color: #02b72e !important;
}
.m05_04 .list-page .pagination li.active a:hover {
  background: transparent !important;
  border: none !important;
}
.m05_04 .list-page .pagination li a {
  color: #222 !important;
  padding: 4px 10px;
  border: none;
}
.m05_04 .list-page .pagination li a i {
  width: 100%;
  height: 100%;
  position: relative;
  color: #222;
}
.m05_04 .list-page .pagination li a i:before {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  font-size: 13px;
}
.m05_04 .list-page .pagination li a i.fa-angle-double-left:before {
  content: "<<";
}
.m05_04 .list-page .pagination li a i.fa-angle-left:before {
  content: "<";
}
.m05_04 .list-page .pagination li a i.fa-angle-double-right:before {
  content: ">>";
}
.m05_04 .list-page .pagination li a i.fa-angle-right:before {
  content: ">";
}

/******************************************
서브 > 한국방송대상 > 역대수상 > 타이틀 하단 게시판 리스트 (셀렉트 박스 형식)
html\skin\board\m05_05
*******************************************/
.board_list_wrap {
  display: inline-block;
  margin-top: 30px;
  position: relative;
}
.board_list_wrap select {
  border: none;
  border-radius: 22.5px;
  width: 400px;
  height: 46px;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 300;
  color: #6c6c6c;
  appearance: none;
  background: #f6f6f6;
}
.board_list_wrap .arrow {
  position: absolute;
  right: 20px;
  bottom: 17.5px;
}
.board_list_wrap .arrow span {
  display: inline-block;
  width: 1px;
  height: 7px;
  background: #333;
  position: relative;
}
.board_list_wrap .arrow span:nth-of-type(1) {
  transform: rotate(135deg);
}
.board_list_wrap .arrow span:nth-of-type(2) {
  transform: rotate(45deg);
  left: 1px;
}

/******************************************
서브 > 한국방송대상 > 역대수상 > 뷰 페이지
html\skin\board\m05_05
*******************************************/
.m05_05.view-wrap .view_subject {
  font-size: 24px;
  font-weight: 500;
  color: #222;
  text-align: center;
  margin-bottom: 18px;
}
.m05_05.view-wrap .panel-default {
  border-bottom: 1px solid #e5e5e5;
}
.m05_05.view-wrap .panel-default .list-group {
  display: flex;
  align-items: center;
  padding: 25px 0;
  border-top: 1px solid #0d0d0d;
}
.m05_05.view-wrap .panel-default .list-group .file_title {
  font-size: 16px;
  font-weight: 300;
  color: #555;
  margin-right: 50px;
}
.m05_05.view-wrap .panel-default .list-group .list-group-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: none;
  font-size: 14px;
  font-weight: 300;
  color: #555;
  width: auto;
  height: 46px;
  padding: 0 24px;
  border: 1px solid #e5e5e5;
  border-radius: 22.5px !important;
  text-align: center;
  line-height: 39px;
  transition: all 0.3s;
}
.m05_05.view-wrap .panel-default .list-group .list-group-item .material-symbols-outlined {
  font-size: 18px;
  padding-left: 10px;
}
.m05_05.view-wrap .panel-default .list-group .file_date {
  margin-left: auto;
  font-size: 14px;
  font-weight: 300;
  color: #999;
}

/******************************************
반응형 리사이징 SCSS
ㄴ 230530 기존 style.css 변환하여 원복 진행
*******************************************/
@media (max-width: 1300px) {
  .at-menu .pc-menu {
    padding: 0 15px;
  }
  .at-menu .pc-menu .nav-top.nav-both .logo img {
    height: 25px;
  }
  .at-menu .pc-menu .nav-top.nav-both .menu-ul .menu-li .menu-a {
    font-size: 16px;
  }
  .main_cont06 .content .tap_content li .right {
    padding-left: 40px;
  }
  .main_cont06 .content .tap_content li .right .tt {
    font-size: 25px;
  }
  .main_cont06 .content .tap_content li .right .desc {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .at-menu.on .m_head {
    background: #fff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
  .at-menu .m_head {
    display: block;
    padding: 15px 0;
  }
  .at-menu .m_head .container_fix {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .at-menu .m_head .container_fix .m_logo img {
    height: 20px;
  }
  .at-menu .m_head .container_fix .right_menu .m_right_list {
    display: flex;
    align-items: center;
  }
  .at-menu .m_head .container_fix .right_menu .m_right_list .m_btn_search {
    cursor: pointer;
  }
  .at-menu .m_head .container_fix .right_menu .m_right_list .m_btn_search img {
    height: 16px;
  }
  .at-menu .m_head .container_fix .right_menu .m_right_list .m_btn_all {
    cursor: pointer;
    margin-left: 17px;
  }
  .at-menu .m_head .container_fix .right_menu .m_right_list .m_btn_all img {
    height: 15px;
  }
  .search_box {
    padding: 35px 0;
  }
  .search_box .header_search button {
    width: 34px;
    height: 34px !important;
    margin-left: 7px !important;
    background: #02b72e;
    border: none;
    width: 45px;
    height: 45px !important;
    border-radius: 50% !important;
    margin-left: 10px !important;
  }
  .search_box .header_search button span.circle {
    width: 11px;
    height: 11px;
    border: 1px solid #fff;
    left: 0;
    top: -1px;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    top: -1px;
    left: 1px;
  }
  .search_box .header_search button span.line {
    width: 1px;
    height: 6px;
    transform: rotate(130deg);
    left: -2.5px;
    top: 2px;
    display: inline-block;
    width: 2px;
    height: 8px;
    background: #fff;
    transform: rotate(130deg);
    top: 3px;
    left: -3px;
  }
  .search_box .header_search button span {
    position: relative;
  }
  .search_box .header_search input {
    width: 75.75757%;
    height: 34px;
    font-size: 11px;
    padding-left: 12.5px;
    padding-bottom: 2px;
  }
  .search_box .header_search input::placeholder {
    font-size: 11px;
  }
  .search_box .header_search .btn_close {
    margin-left: 7px;
    width: 34px;
    height: 34px;
  }
  .search_box .header_search .btn_close span {
    height: 14px;
    top: 9px;
  }
  .search_box .header_search .btn_close span:nth-of-type(1) {
    left: 16px;
  }
  .search_box .header_search .btn_close span:nth-of-type(2) {
    left: 12px;
  }
  .all_menu {
    top: 0;
    left: auto;
    right: -100%;
    z-index: 100;
    width: 79.16666%;
    height: 100vh;
    max-width: 350px;
    padding-top: 17px;
  }
  .all_menu .mob_right {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 18.5px;
    padding-right: 5px;
  }
  .all_menu .mob_right .container_fix {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .all_menu .mob_right .container_fix .right_lnb ul {
    display: flex;
    align-items: center;
  }
  .all_menu .mob_right .container_fix .right_lnb ul li + li:before {
    content: "/";
    font-size: 10.5px;
    color: #9f9f9f;
    padding: 0 8px;
  }
  .all_menu .mob_right .container_fix .right_lnb ul li a {
    font-size: 11px;
    color: #9f9f9f;
  }
  .all_menu .mob_right .container_fix .right_lnb ul li a.active {
    color: #333;
  }
  .all_menu .mob_right .container_fix .right_menu .m_right_list {
    display: flex;
    align-items: center;
  }
  .all_menu .mob_right .container_fix .right_menu .m_right_list .mob_btn_search {
    margin-left: 20px;
  }
  .all_menu .mob_right .container_fix .right_menu .m_right_list .mob_btn_search img {
    height: 16px;
  }
  .all_menu .mob_right .container_fix .right_menu .m_right_list .m_btn_all {
    margin-left: 20px;
  }
  .all_menu .mob_right .container_fix .right_menu .m_right_list .m_btn_all img {
    height: 15px;
  }
  .all_menu .all_ul {
    flex-direction: column;
    padding: 30px 0;
  }
  .all_menu .all_ul .all_li .all_a {
    width: 100%;
    height: 41px;
    font-size: 14.5px;
    line-height: 40px;
    margin-bottom: 14px;
    position: relative;
    text-align: left;
    padding-left: 20px;
    background: rgba(232, 239, 243, 0.5);
  }
  .all_menu .all_ul .all_li .all_a:after {
    content: ">";
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    font-family: "SUIT-Regular";
    color: #000;
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    right: 12px;
    transition: all 0.3s;
  }
  .all_menu .all_ul .all_li .all_a.active:after {
    transform: rotate(-90deg);
    top: 2px;
  }
  .all_menu .all_ul .all_li .all_sub_div {
    display: none;
    padding-left: 20px;
    padding-bottom: 50px;
    text-align: left;
  }
  .all_menu .all_ul .all_li .all_sub_div .all_sub_ul .all_sub_li + .all_sub_li {
    margin-top: 15px;
  }
  .all_menu .all_ul .all_li .all_sub_div .all_sub_ul .all_sub_li .all_sub_a {
    font-size: 14px;
  }
  .all_menu.active {
    top: 0;
    right: 0;
  }
  .all_menu_mob_bg.active {
    display: block;
  }
  .main_cont02 {
    padding: 50px 0 60px;
  }
  .main_cont02 .container_fix {
    flex-direction: column;
  }
  .main_cont02 .container_fix .left {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .main_cont02 .container_fix .right {
    width: 100%;
    max-width: 340px;
  }
  .main_cont02 .container_fix .right ul {
    flex-wrap: wrap;
  }
  .main_cont02 .container_fix .right ul li {
    width: 33.33333%;
    height: 115px;
  }
  .main_cont02 .container_fix .right ul li:nth-of-type(1) {
    margin-bottom: 30px;
  }
  .main_cont02 .container_fix .right ul li:nth-of-type(2) {
    margin-bottom: 30px;
  }
  .main_cont02 .container_fix .right ul li:nth-of-type(3) {
    margin-bottom: 30px;
  }
  .main_cont02 .container_fix .right ul li img {
    height: 86px;
  }
  .main_cont02 .container_fix .right ul li .title {
    line-height: 1.35;
  }
  .main_cont03 {
    background: url("/img/mmc03_bg.jpg") no-repeat 100% 100%/cover;
    padding: 70px 0;
  }
  .main_cont03 .main_title {
    font-size: 25px;
    margin-bottom: 37px;
  }
  .main_cont03 .content {
    flex-direction: column;
  }
  .main_cont03 .content .left {
    width: 100%;
    max-width: 660px;
    border-radius: 12.5px;
    margin: 0 auto;
  }
  .main_cont03 .content .right {
    width: 100%;
    margin-top: 15px;
  }
  .main_cont03 .content .right .top {
    justify-content: space-around;
  }
  .main_cont03 .content .right .top li {
    border-radius: 12.5px;
    width: 47.72727%;
  }
  .main_cont03 .content .right .top li .img {
    border-radius: 10px 10px 0 0;
  }
  .main_cont03 .content .right .top li .img img {
    width: 100%;
  }
  .main_cont03 .content .right .top li .text {
    border-radius: 0 0 12.5px 12.5px;
  }
  .main_cont03 .content .right .bot {
    justify-content: space-around;
  }
  .main_cont03 .content .right .bot a {
    border-radius: 12.5px;
    width: 47.72727%;
  }
  .main_cont04 {
    padding: 44.5px 0 48.5px;
  }
  .main_cont04 .text {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
  }
  .main_cont05 {
    padding: 70px 0;
  }
  .main_cont05 .main_title {
    font-size: 25px;
    margin-bottom: 37px;
  }
  .main_cont05 .content {
    flex-direction: column;
  }
  .main_cont05 .content a {
    width: auto;
    text-align: center;
  }
  .main_cont05 .content a + a {
    margin-top: 10px;
  }
  .main_cont06 {
    padding-bottom: 65px;
  }
  .main_cont06 .main_title {
    font-size: 25px;
    margin-bottom: 37px;
    text-align: center;
  }
  .main_cont06 .content .tap_menu {
    flex-wrap: wrap;
  }
  .main_cont06 .content .tap_menu li {
    width: 50%;
  }
  .main_cont06 .content .tap_menu li + li {
    border-left: 1px solid #d7d7d7;
  }
  .main_cont06 .content .tap_menu li:nth-of-type(1) {
    border-radius: 12.5px 0 0 0;
  }
  .main_cont06 .content .tap_menu li:nth-of-type(2) {
    border-radius: 0 12.5px 0 0;
    border-left: none;
  }
  .main_cont06 .content .tap_menu li:nth-of-type(3) {
    border-top: none;
  }
  .main_cont06 .content .tap_menu li:nth-of-type(4) {
    border-radius: 0;
    border-left: none;
    border-top: none;
  }
  .main_cont06 .content .tap_content li {
    flex-direction: column;
  }
  .main_cont06 .content .tap_content li .left {
    border-radius: 12.5px;
  }
  .main_cont06 .content .tap_content li .left img {
    width: 100%;
  }
  .main_cont06 .content .tap_content li .right {
    padding-left: 0;
    text-align: center;
    margin-top: 37.5px;
  }
  .main_cont06 .content .tap_content li .right .btn_more {
    margin: 0 auto;
  }
  .logo_slider {
    padding: 12.5px 0;
  }
  .logo_slider.martop100 {
    margin-top: 70px;
  }
  .at-go .go-btn {
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 15px;
    transition: all 0.5s;
  }
  .at-go .go-btn .go-top {
    width: 40px;
    height: 40px;
  }
  .at-go .go-btn .go-top img {
    height: 8px;
  }
  .at-go .go-btn.active {
    bottom: 163px;
  }
  .fix_footer .fix_infos_box {
    padding: 40px 0 37px;
  }
  .fix_footer .fix_infos_box .logo {
    margin-bottom: 15px;
  }
  .fix_footer .fix_infos_box .logo img {
    height: 24.5px;
  }
  .fix_footer .fix_infos_box .info_ul {
    margin-bottom: 0;
  }
  .fix_footer .fix_infos_box .info_ul li {
    font-size: 12.5px;
    display: inline-block;
  }
  .fix_footer .fix_infos_box .info_ul li + li {
    margin-top: 6.5px;
    padding-left: 12px;
  }
  .fix_footer .fix_infos_box .info_ul li:nth-of-type(3) {
    display: block;
    padding-left: 0;
  }
  .fix_footer .fix_infos_box .info_ul li.address {
    line-height: 1.5;
  }
  .fix_footer .fix_infos_box h4 {
    font-size: 12.5px;
    line-height: 1.5;
    margin-top: 6px;
  }
  .sub_wrap {
    padding: 110px 0 20px;
  }
  .sub_wrap .sub_text h1 {
    font-size: 23px;
  }
  .sub_wrap .sub_text .sub_main {
    font-size: 35.5px;
    margin-bottom: 16px;
  }
  .sub_wrap .sub_text .sub_desc {
    font-size: 14px;
  }
  .sub_wrap.m01 {
    background: url("/img/mm01_bg.jpg") no-repeat 100% 100%/cover;
    padding: 120px 0 70px;
  }
  .sub_wrap.m02 {
    background: url("/img/mm02_bg.jpg") no-repeat 100% 100%/cover;
    padding: 120px 0 70px;
  }
  .sub_wrap.m03 {
    background: url("/img/mm03_bg.jpg") no-repeat 100% 100%/cover;
    padding: 120px 0 70px;
  }
  .sub_wrap.m04 {
    background: url("/img/mm04_bg.jpg") no-repeat 100% 100%/cover;
    padding: 120px 0 70px;
  }
  .sub_wrap.m05 {
    background: url("/img/mm05_bg.jpg") no-repeat 100% 100%/cover;
    padding: 120px 0 70px;
  }
  .sub_menu_box .m_sub_menu .dropdown .btn_drop {
    position: relative;
    font-size: 13.5px;
    font-weight: 700;
    color: #0f7c3e;
    line-height: 47px;
    padding: 0;
  }
  .sub_menu_box .m_sub_menu .dropdown .btn_drop .arrow {
    position: absolute;
    right: 0;
    top: 0;
  }
  .sub_menu_box .m_sub_menu .dropdown .btn_drop .arrow:after {
    content: ">";
    display: inline-block;
    font-size: 12px;
    font-family: "SUIT-Regular";
    color: #0f7c3e;
    transform: rotate(90deg);
  }
  .sub_menu_box .m_sub_menu .dropdown .dropdown-menu {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    top: 47px;
  }
  .sub_menu_box .m_sub_menu .dropdown .dropdown-menu li a {
    padding: 7px 20px;
  }
  .sub_title {
    padding: 70px 0 40px;
  }
  .sub_title h2 {
    font-size: 23px;
  }
  .at-body.m01_04 {
    background: url("/img/mm01_04_bg.png") no-repeat top center/cover;
  }
  .mm01_02_table {
    margin-bottom: 70px;
    margin-left: 15px;
    overflow-x: scroll;
  }
  .mm01_02_table img {
    width: 1200px;
  }
  .m01_05 {
    margin-bottom: 0;
  }
  .m01_05 img {
    position: relative;
    left: auto;
    bottom: 15px;
    width: 100%;
    margin-bottom: -10px;
  }
  .main_search {
    margin-bottom: 20px;
  }
  .main_search .form .input-group-btn button {
    width: 34px;
    height: 34px !important;
    margin-left: 7px !important;
  }
  .main_search .form .input-group-btn button span.circle {
    width: 11px;
    height: 11px;
    border: 1px solid #fff;
    left: 0;
    top: -1px;
  }
  .main_search .form .input-group-btn button span.line {
    width: 1px;
    height: 6px;
    transform: rotate(130deg);
    left: -2.5px;
    top: 2px;
  }
  .main_search .form .input-group input {
    height: 34px;
    font-size: 12.5px;
  }
  .main_search .form .input-group input::placeholder {
    font-size: 12.5px;
  }
  .board_custom .list-page {
    margin: -10px 0 30px !important;
  }
  .board_custom .list-page .pagination li a {
    font-size: 13.5px;
    color: #222 !important;
    padding: 4px 10px;
    border: none;
  }
  .board_custom .list-page .pagination li a i {
    width: 100%;
    height: 100%;
    position: relative;
    color: #222;
  }
  .board_custom .list-page .pagination li a i:before {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    font-size: 13px;
  }
  .board_custom .list-page .pagination li a i.fa-angle-double-left:before {
    content: "<<";
  }
  .board_custom .list-page .pagination li a i.fa-angle-left:before {
    content: "<";
  }
  .board_custom .list-page .pagination li a i.fa-angle-double-right:before {
    content: ">>";
  }
  .board_custom .list-page .pagination li a i.fa-angle-right:before {
    content: ">";
  }
  .board_custom .list-page .pagination li.active a {
    background: transparent !important;
    border: none !important;
    font-weight: 700;
    color: #02b72e !important;
  }
  .board_custom .list-page .pagination li.active a:hover {
    background: transparent !important;
    border: none !important;
  }
  .board_custom .list-board .list-head {
    padding: 18px 0;
  }
  .board_custom .list-board .list-head span {
    font-size: 16px;
  }
  .board_custom .list-board .list-body .list-item div {
    font-size: 14px;
  }
  .board_custom .list-board .list-body .list-item div span {
    font-size: 14px;
  }
  .board_custom .list-board .list-body .list-item div.wr-subject {
    padding-left: 40px;
  }
  .m03_02 .list-webzine .media .list-item {
    padding: 23px 23px 55px 23px;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  }
  .m03_02 .list-webzine .media .list-item a {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .m03_02 .list-webzine .media .list-item a .img-left {
    margin: 0 auto;
    width: 100%;
    max-width: 332px;
  }
  .m03_02 .list-webzine .media .list-item a .img-left .img-wrap .img-item .hover_icon {
    display: none;
  }
  .m03_02 .list-webzine .media .list-item .media-body {
    margin-top: 21px;
    width: 100%;
  }
  .m03_02 .list-webzine .media .list-item .media-body .media-heading {
    font-size: 23px;
  }
  .m03_02 .list-webzine .media .list-item .media-body .list-cont {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .m03_02 .list-webzine .media .list-item .media-body .list_tag {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .m03_02 .list-webzine .media .list-item .media-body .list_date {
    bottom: 25px;
  }
  .btn_subscribe {
    width: 92.5px;
    height: 34px;
    font-size: 12.5px;
    line-height: 30.5px;
    margin-right: 0;
  }
  .m03_03 .top_wrap .form {
    width: 100%;
  }
  .m03_03 .top_wrap .form .year_month_wrap {
    width: 100%;
  }
  .m03_03 .top_wrap .form .year_month_wrap .select_box .arrow {
    right: 17px;
    bottom: 12px;
  }
  .m03_03 .top_wrap .form .year_month_wrap .select_box .arrow span {
    height: 6px;
  }
  .m03_03 .top_wrap .form .year_month_wrap .select_box .arrow span:nth-of-type(2) {
    left: -0.5px;
  }
  .m03_03 .top_wrap .form .year_month_wrap .select_box .magazine_year {
    height: 34px;
  }
  .m03_03 .top_wrap .form .year_month_wrap .select_box .magazine_month {
    height: 34px;
  }
  .m03_03 .top_wrap .form .year_month_wrap .btn_see {
    height: 34px;
    line-height: 32px;
  }
  .m03_03 .list-webzine .media .list-item .btn_download img {
    height: 16px;
  }
  .m03_03_modal {
    padding: 65px 0 35px;
  }
  .m03_03_modal .container_fix .btn_modal {
    width: 92.5px;
    height: 34px;
    font-size: 12.5px;
    line-height: 30.5px;
    margin-right: 0;
  }
  .modal_wrap.active .modal_popup {
    flex-direction: column;
    border-radius: 10px;
    height: auto;
    margin-top: 30px;
  }
  .modal_wrap.active .modal_popup .left {
    width: 100%;
    height: auto;
    padding-bottom: 58.5%;
    background: url("/img/mm03_03_modal_left.jpg") no-repeat 100% 100%/cover;
    position: relative;
  }
  .modal_wrap.active .modal_popup .left .btn_close {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .modal_wrap.active .modal_popup .left .btn_close img {
    height: 36px;
  }
  .modal_wrap.active .modal_popup .right {
    width: 100%;
    height: auto;
    background: url("/img/mm03_03_modal_right.jpg") no-repeat 100% 100%/cover;
  }
  .modal_wrap.active .modal_popup .right .content {
    padding: 25px;
  }
  .modal_wrap.active .modal_popup .right .content .title {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 30px;
  }
  .modal_wrap.active .modal_popup .right .content .title:before {
    width: 17px;
  }
  .modal_wrap.active .modal_popup .right .content .info_box + .info_box {
    margin-top: 20px;
  }
  .modal_wrap.active .modal_popup .right .content .info_box .info_label {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .modal_wrap.active .modal_popup .right .content .info_box .info_label .star {
    left: -3px;
  }
  .modal_wrap.active .modal_popup .right .content .info_box input {
    height: 36px;
    padding-left: 20px;
    font-size: 14px;
  }
  .modal_wrap.active .modal_popup .right .content .btn_area .btn_complete {
    font-size: 13px;
    height: 36px;
    border-radius: 18px;
    margin-top: 20px;
  }
  .m04_01.banner_wrap {
    padding: 70px 0;
  }
  .m04_01.banner_wrap .title {
    font-size: 19px;
    margin-bottom: 30px;
  }
  .m04_01.banner_wrap .swiper_wrap .slide_img img {
    width: 100%;
  }
  .fix_category .dropdown .btn_dropdown {
    padding: 0;
    height: 34px;
    line-height: 30px;
    border-radius: 17px !important;
    margin-bottom: 27px;
    position: relative;
  }
  .fix_category .dropdown .btn_dropdown .arrow {
    position: absolute;
    right: 20px;
    bottom: 17.5px;
    bottom: 3px !important;
  }
  .fix_category .dropdown .btn_dropdown .arrow span {
    display: inline-block;
    width: 1px;
    height: 7px;
    background: #333;
    position: relative;
    background: #fff;
  }
  .fix_category .dropdown .btn_dropdown .arrow span:nth-of-type(1) {
    transform: rotate(135deg);
  }
  .fix_category .dropdown .btn_dropdown .arrow span:nth-of-type(2) {
    transform: rotate(45deg);
    left: 1px;
  }
  .fix_category .dropdown .dropdown-menu {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    top: 47px;
    top: 32px;
  }
  .fix_category .dropdown .dropdown-menu li a {
    padding: 7px 20px;
  }
  .fix_category .list_sort {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .fix_category .list_sort .left_sort {
    font-size: 14px;
    margin-bottom: 0;
  }
  .fix_category .list_sort .right_sort_drop {
    margin-left: auto;
  }
  .fix_category .list_sort .right_sort_drop .btn {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #222 !important;
    background: #fff;
    border: none;
    padding: 0;
  }
  .fix_category .list_sort .right_sort_drop .btn .arrow {
    position: absolute;
    right: 20px;
    bottom: 17.5px;
    position: static;
    margin-left: 10px;
    margin-top: -4.5px;
  }
  .fix_category .list_sort .right_sort_drop .btn .arrow span {
    display: inline-block;
    width: 1px;
    height: 7px;
    background: #333;
    position: relative;
    height: 5px;
    background: #222;
  }
  .fix_category .list_sort .right_sort_drop .btn .arrow span:nth-of-type(1) {
    transform: rotate(135deg);
  }
  .fix_category .list_sort .right_sort_drop .btn .arrow span:nth-of-type(2) {
    transform: rotate(45deg);
    left: 1px;
    left: -1px;
  }
  .fix_category .list_sort .right_sort_drop .dropdown-menu {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    top: 47px;
    top: 28px;
    left: -5px;
    min-width: 85px;
    text-align: center;
  }
  .fix_category .list_sort .right_sort_drop .dropdown-menu li a {
    padding: 7px 20px;
    padding: 7px 10px;
    font-size: 12px;
  }
  .shop_custom.shop_container + .list-page .pagination li a {
    font-size: 13.5px;
  }
  .shop_custom.shop_container .item-wrap .item-list .item_price_box {
    margin-top: 5px;
  }
  .apms_detail_custom .item-head .row .img-container {
    width: 100%;
  }
  .apms_detail_custom .item-head .row .img-container .thumb_tab_wrap #sit_pvi_thumb ul li a img {
    width: auto !important;
    height: auto !important;
  }
  .apms_detail_custom .item-head .row .form-container {
    width: 100%;
  }
  .apms_detail_custom .item-head .row .form-container #buy_form .pay_con {
    position: static;
  }
  .apms_detail_custom .item-head .row .form-container #buy_form .pay_con .btn_payview {
    display: none;
  }
  .apms_detail_custom .item-head .row .form-container #buy_form .pay_con .pay_tab {
    display: block;
    padding: 0;
  }
  .apms_detail_custom .item-head .row .form-container #buy_form .item-form-footer .item-form-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .apms_detail_custom .item-head .row .form-container #buy_form .item-form-footer .item-form-btn .btn_b {
    width: 48.78787%;
  }
  .apms_detail_custom .item_detail_tab .tab-content {
    padding: 0 15px !important;
  }
  .cart_custom .div-table .mob_cart_custom.tr-head {
    border-top-width: 1px !important;
  }
  .cart_custom .div-table .mob_cart_custom.tr-head th {
    line-height: 1;
  }
  .cart_custom .div-table .mob_cart_custom.tr-head th:nth-of-type(1) {
    width: 33px;
    text-align: center !important;
    display: inline-block;
  }
  .cart_custom .div-table .mob_cart_custom.tr-head th:nth-of-type(2) {
    display: inline-block;
    width: calc(100% - 33px);
  }
  .cart_custom .div-table td.padding_custom {
    display: flex !important;
    flex-direction: column;
    padding: 20px 0 20px 10px;
  }
  .cart_custom .div-table td.padding_custom .item-img {
    width: 100%;
    text-align: left;
  }
  .cart_custom .div-table td.padding_custom .item-img img {
    width: 100%;
    max-width: 305px;
  }
  .cart_custom .div-table td.padding_custom .item-detail {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .cart_custom .div-table td.padding_custom .item-detail .option-wrap {
    padding: 10px 0 15px;
  }
  .cart_custom .div-table td.padding_custom .item-detail .option-wrap li {
    color: #666;
  }
  .cart_custom .div-table td.padding_custom .item-detail .item-view {
    color: #666;
  }
  .cart_custom .div-table td.padding_custom .item-detail .item-view > div {
    padding-bottom: 10px;
  }
  .cart_custom .div-table td.padding_custom .item-detail .item-view > div .bold {
    font-weight: 600;
  }
  .cart_custom .div-table td.padding_custom .item-detail .btn_revice {
    text-align: right;
    margin-top: 25px;
  }
  .cart_custom .div-table td.padding_custom .item-detail .btn_revice button {
    font-size: 11px;
    width: 108px;
    height: 32px;
    border-radius: 16px;
  }
  .cart_custom .price-wrap {
    margin-top: 135px;
    padding-top: 0;
    border-top: 1px solid #333;
  }
  .cart_custom .price-wrap .price-top div {
    width: 50%;
    border-bottom: 1px solid #d0d0d0;
    font-size: 13px;
    font-weight: 500;
    color: #222;
    padding: 18px 0;
  }
  .cart_custom .price-wrap .price-bottom div {
    width: 50%;
    border-bottom: 1px solid #d0d0d0;
    font-size: 20px;
    font-weight: 500;
    color: #222;
    padding: 35px 0;
  }
  .cart_custom .price-wrap + .btn_nextbuy .row .btn_continue {
    width: 100%;
    margin-left: 0;
  }
  .cart_custom .price-wrap + .btn_nextbuy .row .btn_continue .form-group {
    padding: 0;
  }
  .cart_custom .price-wrap + .btn_nextbuy .row .btn_continue .form-group button {
    font-size: 14px;
    height: 37.5px;
    line-height: 1;
    margin-top: 45px;
  }
  .cart_custom .delete-box .shop-btn {
    font-size: 11px;
    width: 108px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid #d0d0d0;
  }
  .order_custom .section .area-box .input-title {
    font-size: 16px;
  }
  .order_custom .section .area-box .table-head {
    height: auto;
  }
  .order_custom .section .area-box .table-head th {
    padding: 10px 0;
  }
  .order_custom .section .area-box .input-box .local_btn_custom {
    width: 100%;
    height: 40px;
    font-size: 12.5px;
    padding: 0 15px;
  }
  .order_custom .section .area-box .input-box label.label-css {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .order_custom .section .area-box .input-box input.input-css {
    height: 40px;
    border: 1px solid #dcdcdc;
  }
  .order_custom .section .pay-box {
    font-size: 13px;
  }
  .order_custom .section .btn_confirm {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .order_custom .section .btn_confirm #show_pay_btn {
    display: inline-block;
    width: 70.45454%;
  }
  .order_custom .section .btn_confirm #show_pay_btn input {
    width: 100%;
    height: 37.5px;
    font-size: 14px !important;
    line-height: 34px;
    float: none;
  }
  .order_custom .section .btn_confirm a.btn {
    width: 26.81818% !important;
    height: 37.5px !important;
    font-size: 14px !important;
    line-height: 34px !important;
    float: none !important;
  }
  .order_custom .section .btn_confirm#display_pay_button input {
    height: 37.5px;
    font-size: 14px !important;
    line-height: 34px;
    float: none;
  }
  .order_custom .order_img_custom .item-detail {
    color: #666;
  }
  .order_custom .vertical_custom {
    color: #666;
  }
  .m05_03 .banner .item .img-wrap {
    padding-bottom: 104.55%;
  }
  .m05_03 .tab_menu {
    margin: 70px 0 42.5px;
  }
  .m05_03 .tab_menu ul {
    justify-content: center;
  }
  .m05_03 .tab_menu ul li {
    width: auto;
    height: auto;
    padding: 15px 60px;
    line-height: 1;
  }
  .m05_04 .list-page {
    margin: 0 0 30px !important;
  }
  .m05_04 .list-page .pagination li a {
    font-size: 13.5px;
  }
  .m05_04 .gallery_container {
    margin-bottom: -30px !important;
  }
  .m05_04 .gallery_container .list-row .list-item {
    margin-bottom: 42.5px;
  }
  .m05_04 .gallery_container .list-row .list-item .img-wrap {
    border-radius: 6px;
  }
  .m05_04 .gallery_container .list-row .list-item .img-wrap .img-item a .hover_box span {
    font-size: 13px;
  }
  .m05_04 .gallery_container .list-row .list-item .fix_gallery_content {
    margin-top: 20px;
    margin-left: 0;
  }
  .board_list_wrap .arrow {
    right: 17px;
    bottom: 12px;
  }
  .board_list_wrap .arrow span {
    height: 6px;
  }
  .board_list_wrap .arrow span:nth-of-type(2) {
    left: 0.5px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .search_box .header_search button {
    width: 34px;
    height: 34px !important;
    margin-left: 7px !important;
  }
  .search_box .header_search button span.circle {
    width: 11px;
    height: 11px;
    border: 1px solid #fff;
    left: 0;
    top: -1px;
  }
  .search_box .header_search button span.line {
    width: 1px;
    height: 6px;
    transform: rotate(130deg);
    left: -2.5px;
    top: 2px;
  }
  .board_custom .list-page .pagination li a {
    font-size: 13.5px;
  }
  .fix_category .dropdown .btn_dropdown .arrow {
    right: 17px;
    bottom: 12px;
  }
  .fix_category .dropdown .btn_dropdown .arrow span {
    height: 6px;
  }
  .fix_category .dropdown .btn_dropdown .arrow span:nth-of-type(2) {
    left: 0.5px;
  }
  .fix_category .list_sort .right_sort_drop .btn .arrow {
    right: 17px;
    bottom: 12px;
  }
  .fix_category .list_sort .right_sort_drop .btn .arrow span {
    height: 6px;
  }
  .fix_category .list_sort .right_sort_drop .btn .arrow span:nth-of-type(2) {
    left: 0.5px;
  }
}
@media (max-width: 480px) {
  .main_cont02 .container_fix .left .tt {
    font-size: 20px;
  }
  .main_cont02 .container_fix .left .desc {
    font-size: 14.5px;
    margin-top: 10px;
  }
  .main_cont02 .container_fix .right ul li .title {
    font-size: 13px;
  }
  .main_cont03 .main_title {
    font-size: 30px;
    font-weight: 700;
    color: #222;
    text-align: center;
    margin-bottom: 50px;
  }
  .main_cont03 .content .left {
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.08);
  }
  .main_cont03 .content .left .slide_img img {
    width: 100%;
  }
  .main_cont03 .content .right .top {
    justify-content: space-between;
  }
  .main_cont03 .content .right .top li {
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.05);
  }
  .main_cont03 .content .right .top li .text {
    padding: 18.5px 17px;
  }
  .main_cont03 .content .right .top li .text .tt {
    font-size: 17px;
  }
  .main_cont03 .content .right .top li .text .btn_more {
    font-size: 12px;
    margin-top: 10px;
  }
  .main_cont03 .content .right .bot {
    justify-content: space-between;
    margin-top: 17px;
  }
  .main_cont03 .content .right .bot a {
    padding: 18.5px 0 102px;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.05);
  }
  .main_cont03 .content .right .bot a:nth-of-type(1) {
    background: url("/img/mmc03_right_bot_img01.png") no-repeat 100% 100%/cover;
  }
  .main_cont03 .content .right .bot a:nth-of-type(2) {
    background: url("/img/mmc03_right_bot_img02.png") no-repeat 100% 100%/cover;
  }
  .main_cont03 .content .right .bot a .title {
    font-size: 17px;
    padding-left: 17px;
  }
  .main_cont04 {
    background: url("/img/mmc04_bg.jpg") no-repeat 100% 100%/cover;
  }
  .main_cont06 .content .tap_menu li {
    height: 45px;
    font-size: 13.5px;
    line-height: 42px;
  }
  .main_cont06 .content .tap_content {
    margin-top: 14px;
  }
  .main_cont06 .content .tap_content li .right .desc {
    font-size: 13.5px;
    margin: 20px 0 37px;
  }
  .main_cont06 .content .tap_content li .right .btn_more {
    width: 163px;
    height: 45px;
    font-size: 13.5px;
    line-height: 40px;
  }
  .logo_slider .container_fix {
    padding: 0 0 0 15px;
  }
  .mm01_02_table img {
    width: 1000px;
  }
  .main_search .form .input-group {
    width: 100%;
  }
  .main_search .form .input-group input {
    width: 100%;
  }
  .m03_02 .list-webzine .media .list-item .media-body .media-heading {
    padding: 0;
    font-size: 19px;
    letter-spacing: -0.04em;
  }
  .m03_02 .list-webzine .media .list-item .media-body .list-cont {
    font-size: 12.5px;
    line-height: 1.65;
    letter-spacing: -0.04em;
    margin-top: 17px;
    white-space: unset;
    overflow: visible;
    text-overflow: unset;
  }
  .m03_02 .list-webzine .media .list-item .media-body .list_tag {
    font-size: 12.5px;
    margin-top: 15px;
    white-space: unset;
    overflow: visible;
    text-overflow: unset;
  }
  .m03_02 .list-webzine .media .list-item .media-body .list_date {
    font-size: 12px;
  }
  .m03_03 .top_wrap .year_month_wrap {
    width: 100%;
  }
  .m03_03 .top_wrap .year_month_wrap .select_box .arrow span:nth-of-type(2) {
    left: -0.5px;
  }
  .m03_03 .list-webzine .media .list-item {
    padding: 25px 22.5px;
    border-radius: 9px;
    box-shadow: 0px 0px 15px 6px rgba(0, 0, 0, 0.04);
  }
  .m03_03 .list-webzine .media .list-item .media-body .media-heading {
    font-size: 19px;
  }
  .m03_03 .list-webzine .media .list-item .media-body .list-cont {
    font-size: 13px;
    margin-top: 13px;
  }
  .m03_03 .list-webzine .media .list-item .media-body .list_detail {
    font-size: 12px;
    margin-top: 43px;
  }
  .m03_03 .list-webzine .media .list-item .media-body .list_detail .list_name:after {
    width: 1px;
    height: 9px;
    margin-left: 10px;
    margin-right: 12px;
    margin-bottom: 0;
  }
  .m03_03 .list-webzine .media .list-item .btn_download {
    font-size: 11.5px;
    width: 102px;
    height: 31px;
    border-radius: 15.5px;
    line-height: 28px;
    right: 22px;
    bottom: 15px;
  }
  .m03_03 .list-webzine .media .list-item .btn_download img {
    height: 12px;
    margin-top: -4px;
    margin-left: 5px;
  }
  .fix_category .dropdown .btn_dropdown {
    font-size: 12.5px;
    font-weight: 300;
  }
  .fix_category .list_sort {
    margin-bottom: 22.5px;
  }
  .fix_category .list_sort .left_sort {
    font-size: 11.5px;
    font-weight: 300;
  }
  .fix_category .list_sort .right_sort_drop .btn {
    display: flex;
    align-items: center;
    font-size: 11.5px;
  }
  .fix_category .list_sort .right_sort_drop .btn .arrow {
    margin-top: -2.5px;
  }
  .fix_category .list_sort .right_sort_drop .dropdown-menu {
    top: 24px;
    min-width: 75px;
  }
  .shop_custom.shop_container .item-wrap {
    margin-bottom: -40px !important;
  }
  .shop_custom.shop_container .item-wrap .item-list {
    margin-bottom: 40px !important;
  }
  .shop_custom.shop_container .item-wrap .item-list .item-content strong {
    font-size: 12px;
  }
  .shop_custom.shop_container .item-wrap .item-list .item_price_box h5 {
    font-size: 13px;
  }
  .shop_custom.shop_container .item-wrap .item-list .item_price_box h5 .real_price {
    font-size: 14.5px;
  }
  .shop_custom.shop_container .item-wrap .item-list .item_price_box .sale_cont {
    display: inline;
  }
  .shop_custom.shop_container .item-wrap .item-list .item_price_box .sale_cont strike {
    font-size: 12px;
    margin-left: 3px;
  }
  .shop_custom.shop_container .item-wrap .item-list .item_price_box .sale_cont .percent {
    display: inline-block;
    font-size: 17px;
    margin-left: 3px;
  }
  .shop_custom.shop_container + .list-page {
    margin: 55px 0 58px !important;
  }
  .apms_detail_custom .item-head .row.mob_flex {
    align-items: center;
  }
  .apms_detail_custom .item-head .row .img-container .thumb_tab_wrap #sit_pvi_thumb {
    padding: 18.5px 20px;
  }
  .apms_detail_custom .item-head .row .img-container .thumb_tab_wrap #sit_pvi_thumb ul li a {
    margin: 0 3.5px 0;
  }
  .apms_detail_custom .item-head .row .img-container .thumb_tab_wrap #sit_pvi_thumb ul li a img {
    max-width: 70px !important;
  }
  .apms_detail_custom .item-head .row .img-container .thumb_tab_wrap button.btn_prev {
    padding-right: 18px;
  }
  .apms_detail_custom .item-head .row .img-container .thumb_tab_wrap button.btn_prev img {
    height: 11px;
  }
  .apms_detail_custom .item-head .row .img-container .thumb_tab_wrap button.btn_next {
    padding-left: 18px;
  }
  .apms_detail_custom .item-head .row .img-container .thumb_tab_wrap button.btn_next img {
    height: 11px;
  }
  .apms_detail_custom .item-head .row .form-container #buy_form h1 {
    font-size: 19px;
  }
  .apms_detail_custom .item-head .row .form-container #buy_form .desc {
    font-size: 13px;
  }
  .apms_detail_custom .item-head .row .form-container #buy_form .pay_con .pay_tab #it_sel_option .it_opt_list {
    padding: 7px 5px;
    border-radius: 2.5px !important;
  }
  .apms_detail_custom .item-head .row .form-container #buy_form .pay_con .pay_tab #it_sel_option .it_opt_list .col_count input {
    min-width: 70px;
  }
  .apms_detail_custom .item-head .row .form-container #buy_form .pay_con .pay_tab #it_sel_option .it_opt_list .col_tit .price-sum #it_tot_price {
    font-size: 17px;
  }
  .apms_detail_custom .item-head .row .form-container #buy_form .pay_con .pay_tab #it_sel_option .it_opt_list .col_tit .price-sum .won {
    font-size: 13.5px;
  }
  .apms_detail_custom .item-head .row .form-container #buy_form #item_option .option-tbl .price_tr th {
    font-size: 13px;
  }
  .apms_detail_custom .item-head .row .form-container #buy_form #item_option .option-tbl .price_tr td strike {
    font-size: 13px;
  }
  .apms_detail_custom .item-head .row .form-container #buy_form #item_option .option-tbl .price_tr td b.font-18 {
    font-size: 15px;
  }
  .apms_detail_custom .item-head .row .form-container #buy_form #item_option .option-tbl .price_tr td .won {
    font-size: 15px;
  }
  .apms_detail_custom .item-head .row .form-container #buy_form #item_option .option-tbl .price_tr td .dc_percent {
    font-size: 12.5px;
    width: auto;
    height: auto;
    padding: 0 7px 1px;
    border-radius: 9px;
    margin-left: 20px;
    margin-top: 0;
  }
  .apms_detail_custom .item-head .row .form-container #buy_form #item_option .option-tbl .member_tr td p {
    font-size: 13px;
  }
  .apms_detail_custom .item-head .row .form-container #buy_form .item-form-footer {
    margin-top: 22.5px;
  }
  .apms_detail_custom .item-head .row .form-container #buy_form .item-form-footer .item-form-btn .btn_b input {
    font-size: 14px;
    padding: 12px 0 13px;
    border-radius: 7px !important;
  }
  .apms_detail_custom .item_detail_tab.item-tab .tabs .tab-content {
    padding: 0 15px !important;
  }
  .order_custom .section .area-box .input-box .mob_zip {
    width: 68.78787%;
  }
  .m05_03 .tab_menu ul li {
    font-size: 14px;
  }
  .m05_04 .gallery_container .list-row .list-item .fix_gallery_content .gallery_title {
    font-size: 14px;
  }
  .m05_04 .gallery_container .list-row .list-item .fix_gallery_content .gallery_p {
    font-size: 12px;
  }
  .board_list_wrap .arrow span:nth-of-type(2) {
    left: -0.5px;
  }
}
@media (max-width: 480px) and (max-width: 991px) {
  .main_cont03 .main_title {
    font-size: 25px;
    margin-bottom: 37px;
  }
}
@media (max-width: 650px) {
  .main_cont05 .content a {
    width: 100%;
  }
  .main_cont05 .content a .img {
    border-radius: 12.5px;
  }
  .main_cont05 .content a .img img {
    width: 100%;
  }
  .main_cont05 .content a .title {
    font-size: 18px;
    font-weight: 600;
    bottom: 20px;
  }
}
@media (max-width: 375px) {
  .fix_footer .fix_infos_box .info_ul li.address {
    margin-right: 60px;
  }
}
@media (max-width: 768px) {
  .board_custom .list-board .list-head {
    padding: 15px 0;
  }
  .board_custom .list-board .list-head span {
    font-size: 14px;
  }
  .board_custom .list-board .list-body .list-item.bg-light .wr-num .wr-notice:after {
    height: 23px;
    font-size: 11px;
    line-height: 20px;
  }
  .board_custom .list-board .list-body .list-item div {
    padding: 15px 0;
    font-size: 13px;
  }
  .board_custom .list-board .list-body .list-item div span {
    font-size: 12px;
  }
  .board_custom .list-board .list-body .list-item div.wr-subject {
    padding-left: 30px;
  }
  .board_custom .list-board .list-body .list-item div.wr-subject .item-details {
    padding: 10px 0 0 0;
  }
  .m03_03 .top_wrap {
    flex-direction: column;
    margin: 43px 0 25px;
  }
  .m03_03 .top_wrap .year_month_wrap {
    justify-content: center;
    width: 70%;
  }
  .m03_03 .top_wrap .year_month_wrap .select_box.year {
    width: 33%;
  }
  .m03_03 .top_wrap .year_month_wrap .select_box.month {
    width: 28%;
  }
  .m03_03 .top_wrap .year_month_wrap .select_box .magazine_year {
    font-size: 12.5px;
    padding-left: 15px;
    border-radius: 17px;
    width: 100%;
  }
  .m03_03 .top_wrap .year_month_wrap .select_box .magazine_month {
    font-size: 12.5px;
    padding-left: 15px;
    border-radius: 17px;
    width: 100%;
  }
  .m03_03 .top_wrap .year_month_wrap .btn_see {
    font-size: 13px;
    width: 27%;
    line-height: 33px;
  }
  .m03_03 .top_wrap .year_month_wrap .magazine_text {
    font-size: 13px;
  }
  .m03_03 .top_wrap .main_search {
    margin-top: 15px;
    width: 100%;
  }
  .m03_03 .top_wrap .main_search .form {
    justify-content: center;
  }
  .m03_03 .list-webzine .media .list-item .media-body .media-heading {
    font-size: 23px;
  }
  .m03_03 .list-webzine .media .list-item .media-body .list-cont {
    font-size: 15px;
    width: 100%;
  }
  .m03_03 .list-webzine .media .list-item .btn_download {
    font-size: 14.5px;
  }
  .apms_detail_custom .item-head .row.mob_flex {
    display: flex;
    justify-content: space-between;
  }
  .apms_detail_custom .item-head .row .form-container #buy_form {
    padding: 31.5px 0 10px;
  }
  .apms_detail_custom .item-head .row .form-container #buy_form .pay_con .pay_tab #it_sel_option .it_opt_list .col_count {
    width: 40%;
  }
  .apms_detail_custom .item-head .row .form-container #buy_form .pay_con .pay_tab #it_sel_option .it_opt_list .col_tit {
    width: 60%;
  }
  .apms_detail_custom .item-head .row .form-container #buy_form #item_option .option-tbl .price_tr th {
    padding-top: 15px;
  }
  .apms_detail_custom .item-head .row .form-container #buy_form #item_option .option-tbl .price_tr td .dc_percent {
    line-height: 20px;
  }
}
@media (max-width: 1070px) {
  .modal_wrap.active .modal_popup {
    width: 91.66666%;
  }
  .modal_wrap.active .modal_popup .left {
    width: 50%;
  }
  .modal_wrap.active .modal_popup .right {
    width: 50%;
  }
  .modal_wrap.active .modal_popup .right .content {
    padding: 100px 50px;
  }
  .modal_wrap.active .modal_popup .right .content .title {
    font-size: 15px;
  }
}
@media (max-width: 991px) and (max-width: 480px) {
  .fix_category .dropdown .btn_dropdown .arrow span:nth-of-type(2) {
    left: -0.5px;
  }
  .fix_category .list_sort .right_sort_drop .btn .arrow span:nth-of-type(2) {
    left: -0.5px;
  }
}
@media (max-width: 450px) {
  .cart_custom .div-table td.padding_custom .item-img img {
    max-width: 100%;
  }
}
@media (max-width: 430px) {
  .order_custom .section .area-box .table-head th:nth-of-type(1) {
    width: 45%;
  }
  .order_custom .section .area-box .table-head th:nth-of-type(2) {
    width: 25%;
  }
  .order_custom .section .area-box .table-head th:nth-of-type(3) {
    width: 25%;
  }
  .order_custom .order_img_custom .item-img {
    max-width: 178px;
    max-height: 110px;
  }
  .order_custom .vertical_custom {
    position: relative;
    top: -25px;
  }
}
@media (max-width: 500px) {
  .orderinquiryview_custom {
    margin-top: 30px;
  }
  .orderinquiryview_custom .input-title {
    font-size: 16px;
    margin: 0;
    padding-bottom: 0;
  }
  .orderinquiryview_custom .tr-head {
    border-top-width: 1px !important;
  }
  .orderinquiryview_custom .tr-head th span {
    font-size: 13px;
  }
  .orderinquiryview_custom .tr-line td {
    font-size: 13px !important;
  }
  .orderinquiryview_custom .top_table {
    margin: 5px 0 20px;
  }
  .orderinquiryview_custom .bot_table tr {
    border-bottom: none !important;
  }
  .orderinquiryview_custom .bot_table tr th {
    color: #666;
    display: inline-block !important;
    width: 110px;
    padding-top: 10px !important;
  }
  .orderinquiryview_custom .bot_table tr td {
    display: inline-block !important;
    width: calc(100% - 110px);
    white-space: unset !important;
    vertical-align: top !important;
  }
  .orderinquiryview_custom .bot_table tr td .btn_copy_account {
    display: block !important;
    margin-top: 7px;
  }
  .orderinquiryview_custom .print-hide {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .orderinquiryview_custom .print-hide .btn {
    width: 12%;
    padding: 10px;
  }
  .orderinquiryview_custom .print-hide .btn i {
    font-size: 16px;
  }
  .orderinquiryview_custom .print-hide .btn.print_btn {
    width: 72.72727%;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 10px;
  }
}
@media (max-width: 550px) {
  .board_list_wrap {
    display: block;
    margin-top: 22.5px;
  }
  .board_list_wrap select {
    font-size: 12.5px;
    width: 100%;
    height: 34px;
    padding-left: 16.5px;
    border-radius: 17px;
  }
  .m05_05.view-wrap .view_subject {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .m05_05.view-wrap .panel-default .list-group {
    padding: 15px 0;
  }
  .m05_05.view-wrap .panel-default .list-group .file_title {
    font-size: 13px;
    margin-right: 13.5px;
  }
  .m05_05.view-wrap .panel-default .list-group .list-group-item {
    font-size: 11.5px;
    padding: 0 15px;
    height: 34px;
    border-radius: 17.5px !important;
  }
  .m05_05.view-wrap .panel-default .list-group .list-group-item .material-symbols-outlined {
    font-size: 16px;
  }
  .m05_05.view-wrap .panel-default .list-group .file_date {
    font-size: 11px;
  }
}