@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+KR:300,400,500,600,700&display=swap&subset=korean');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

@font-face {
  font-family: 'GmarketSansLight';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GmarketSansMedium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GmarketSansBold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OTEnjoystoriesBA';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/OTEnjoystoriesBA.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/*

font-family: 'Ubuntu', sans-serif;
font-family : 'Noto Serif KR', serif;
font-family : 'Noto Sans KR', sans-serif;
font-family : 'NanumSquare', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'GmarketSansLight';
font-family: 'GmarketSansMedium';
font-family: 'GmarketSansBold';
font-family: 'Jost', sans-serif;

*/



* {
  margin: 0;
  padding: 0;
  outline: none;
}

html,
body {
  width: 100%;
  height: 100%;
  min-width: 1024px;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

p,
span,
a,
li,
th,
tr,
td {
  font-family: 'NanumSquare', sans-serif;
  font-size: 1.1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Ubuntu', sans-serif;
}

.mob {
  display: none !important;
}

.pc {
  display: block !important;
}

.hidden {
  overflow-y: hidden;
}

/* 
.gmarket-L {font-family: 'GmarketSansLight' !important;}
.gmarket-M {font-family: 'GmarketSansMedium' !important;}
.gmarket-B {font-family: 'GmarketSansBold' !important;}
 */




/* 초기화 영역 끝 */


/*header*/


#wrap {
  width: 100%;
}

#header {
  height: 90px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0px auto;
  z-index: 11;
  background-color: transparent;
  transition: 0.4s;
}

#header:hover {
  height: 515px;
  background-color: #fff;
}

#header::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  top: 100px;
  opacity: 0;
  transition: 0.4s;
}

#header:hover::before {
  opacity: 1;
}

#header_inner {
  width: 95%;
  max-width: 1540px;
  margin: 10px auto 0px;
  font-size: 0px;
  position: relative;
}

#header_logo {
  width: 68px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

#header_logo img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.4s;
  transform: translateY(-50%);
}

#header_logo img.logo_color {
  opacity: 0;
}

#header:hover #header_logo img.logo_white {
  opacity: 0;
}

#header:hover #header_logo img.logo_color {
  opacity: 1;
}

#header_right {
  width: 10%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

#h_search {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin-right: 10px;
  cursor: pointer;
}

#h_search img {
  width: 100%;
}

#nav {
  width: 80%;
  height: 90px;
  line-height: 90px;
  display: inline-block;
  font-size: 0px;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle
}

#nav > li {
  cursor: pointer;
  display: inline-block;
  width: auto;
  padding: 0px 20px;
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
  position: relative;
  transform: skewX(-0.3deg);
  transition: all 0.4s;
  font-weight: 600;
  text-transform: uppercase;
}

#nav > li > a {
  color: #fff;
  transition: 0.4s;
}

#nav > li:hover {
  color: #fa4d08;
}

#nav > li.on {
  color: #fa4d08;
}

#header:hover #nav > li {
  color: #333;
}

#header:hover .nav_ul {
  display: block;
}

.nav_ul {
  min-width: 160px;
  padding: 20px;
  box-sizing: border-box;
  display: none;
  position: absolute;
  left: 50%;
  top: 90px;
  transform: translateX(-50%);
}

.nav_ul li {
  font-size: 14px;
  line-height: 16.55px;
  margin-bottom: 15px;
  transform: skewX(-0.3deg);
  color: #666666;
  transition: all 0.4s;
  text-align: center;
}

#header:hover .nav_ul li:hover {
  color: #fa4d08;
}

.nav_ul li:last-child {
  margin-bottom: 0px;
}

.nav_ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: lighter;
  font-size: 16px;
  text-transform: initial;
}



#lang {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  position: absolute;
  width: 60px;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
}

#lang li {
  display: block;
  position: relative;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  transform: skewX(-0.3deg);
  line-height: 14px;
  font-weight: bold;
  transition: 0.4s;
}

#header:hover #lang > li {
  color: #333;
}

#header:hover #nav > li > a {
  color: #333;
}

.lang_sub > li > a {
  font-size: 16px;
}

.lang_sub {
  display: none;
  padding: 5px 0px 0px;
  position: absolute;
  top: 100%;
}

.lang_sub.on {
  display: block;
}

#lang .lang_sub li {
  padding: 5px 15px;
  transition: all 0.4s;
  border-radius: 15px;
  box-sizing: border-box;
}

#header:hover #lang .lang_sub li {
  color: #333;
}

#header:hover #lang .lang_sub li:hover {
  background-color: #333;
  color: #fff;
}


.shop_schbox {
  width: 450px;
  height: 40px;
  position: absolute;
  top: -270%;
  opacity: 0;
  transition: 0.4s;
}

.shop_schbox.on {
  opacity: 1;
  top: 48px;
}

fieldset#hd_sch {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  overflow: initial;
}

#hd_sch legend {
  transform: translateX(-99999px);
}

#sch_str {
  width: 84%;
  height: 37px;
  border: 1px solid #ddd;
  padding-left: 20px;
  box-sizing: border-box;
  line-height: 30px;
  background: rgba(255, 255, 255, 0.7);
}

#hd_sch #sch_submit {
  margin: 7px 0;
  height: 37px;
  width: 14%;
  margin-left: 0px;
  display: inline-block;
  background: #fa4d08;
  border: 1px solid #fa4d08;
  position: relative;
  float: initial;
  border-radius: 0;
}

#sch_submit > i.xi-search {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

span.sound_only {
  font-size: 0;
}

/* .sitemap {position: absolute;  right: 0px;  top: 10px;  color: #666666;  font-size: 35px; transition: all 0.4s;}
.sitemap a {display: block; width: 100%;}
.sitemap:hover {color: #005aa9} */


/*footer*/

.footer {
  width: 100%;
  position: relative;
}

.top_btn {
  position: absolute;
  right: 0px;
  top: -25px;
  cursor: pointer;
  background-color: #f84d08;
  width: 90%;
  max-width: 45px;
  text-align: center;
}

.top_btn p {
  width: 100%;
  font-weight: 700;
  font-size: 1.0rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 0px;
  transform: skew(-0.3deg);
}

.top_btn p i {
  width: 100%;
}


.f_top {
  width: 100%;
  padding: 25px 0px;
  background-color: #333;
}

.f_top li,
.f_top a,
.f_top span {
  font-family: 'Noto Sans KR', sans-serif;
}

.f_inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.f_nav1 {
  width: 100%;
  font-size: 0px;
  border-bottom: 1px solid #b2b2b2;
  padding: 15px 10px;
  box-sizing: border-box;
}

.f_nav1 > li {
  width: auto;
  display: inline-block;
  vertical-align: top;
  padding: 0px 20px;
  font-size: 16px;
  line-height: 1;
  color: #b2b2b2;
  position: relative;
  border-right: 1px solid #b2b2b2;
  text-transform: uppercase;
}

.f_nav1 > li a {
  border-bottom: 1px solid transparent;
  transition: all 0.4s;
  font-size: 16px;
}

.f_nav1 > li a:hover {
  border-bottom: 1px solid #b2b2b2;
}

.f_nav1 > li:nth-child(1) {
  padding-left: 0px;
}

.f_nav1 > li:last-child {
  border-right: 0px;
  padding-right: 0px;
}

.f_nav2 {
  width: 100%;
  font-size: 0px;
  padding: 10px 10px 0px;
  box-sizing: border-box;
  position: relative;
}

.f_nav2 > li {
  width: auto;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}

.f_nav2 > li.last {
  margin-right: 0px;
}

.f_nav2 > li > a {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 5px;
  transition: all 0.4s;
  border-bottom: 1px solid transparent;
}

.f_nav2 > li > a:hover {
  border-bottom: 1px solid #fff;
}

.f_nav2_ul {
  width: 100%;
}

.f_nav2_ul > li {
  width: 100%;
  display: block;
  margin-bottom: 3px;
}

.f_nav2_ul > li a {
  display: inline-block;
  font-size: 0.9rem;
  text-transform: capitalize;
  color: #b2b2b2;
  transition: all 0.4s;
  border-bottom: 1px solid transparent;
}

.f_nav2_ul > li a:hover {
  border-bottom: 1px solid #b2b2b2;
}

.tagong {
  position: absolute;
  right: 0px;
  top: 25px;
}

.tagong img {
  width: 100%;
  max-width: 50px;
  opacity: 0.7;
}


.f_bottom {
  width: 100%;
  padding: 20px 0px;
  background-color: #262626;
}

.f_info {
  width: 100%;
  font-size: 0px;
  min-height: 85px;
}

.f_info > li {
  display: inline-block;
  vertical-align: top;
}

.f_info > li:nth-child(1) {
  width: 6%;
}

.f_info > li:nth-child(1) img {
  width: 100%;
  max-width: 60px;
}

.f_info > li:nth-child(2) {
  width: 8%;
  margin: 0px 0.5% 0% 4%;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.8;
}

.f_info > li:nth-child(2) p {
  font-size: 0.8rem;
  line-height: 1.6;
  color: #cccccc;
}

.f_info > li:nth-child(2) p span {
  margin-right: 25px;
}

.f_info > li:nth-child(2) p span:last-child {
  margin-right: 0px;
}

.f_info > li:nth-child(3) {
  width: 44%;
  box-sizing: border-box;
  font-size: 0.8rem;
  line-height: 1.8;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s;
  transform: skew(-0.3deg);
}

.f_info > li:nth-child(3) span {
  position: relative;
  margin-right: 24px;
  display: inline-block;
  font-size: 0.9rem;
}

.f_info > li .mail {
  text-transform: initial;
}

.f_info > li:nth-child(3) p > span:nth-child(1)::before {
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  display: none;
}

.copy_p {
  text-transform: initial;
  font-size: 0.9rem;
}

.f_info > li:nth-child(4) {
  width: 18%;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.8;
  transform: skew(-0.3deg);
}

.f_info > li.bold p:nth-child(2) {
  font-size: 1.2rem;
  color: #bfbfbf;
}

.family_btn {
  width: 14%;
  margin-left: 3%;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  background: #404040;
  height: 32px;
  padding: 5px 10px;
  box-sizing: border-box;
  transition: 0.6s;
  transform: skew(-0.3deg);
  cursor: pointer;
}

.f_info > li:nth-child(5).family_btn.on {
  height: 90px;
}

.f_info > li:nth-child(5) > i {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #808080;
  font-size: 1.2rem;
}

.family_ul {
  width: 100%;
  opacity: 0;
  margin-top: 8px;
  transition: all 0.4s
}

.family_btn.on .family_ul {
  opacity: 1;
}

.family_ul li {
  padding: 5px 0px;
}

.family_ul li a {
  transition: all 0.4s;
  border-bottom: 1px solid transparent;
}

.family_ul li a:hover {
  border-bottom: 1px solid #fff;
}



/* 공통 */
h2 {
  font-size: 3.0rem;
  font-weight: 500;
  font-style: italic;
}

h2.nanum {
  font-family: 'NanumSquare', sans-serif;
  font-style: normal;
}

.color {
  color: #fa4d08;
}

a.more {
  width: 180px;
  height: 45px;
  background: #fa4d08;
  display: inline-block;
  line-height: 45px;
  color: #fff;
  border-radius: 30px;
  box-shadow: 2px 5px 7px rgb(0 0 0 / 24%);
  position: absolute;
  bottom: 6%;
  left: -10%;
  font-weight: bold;
  font-size: 1.2rem;
  transition: 0.4s;
}

a.more:hover {
  transform: translate(-5px, -5px);
}

.cap {
  text-transform: uppercase;
}

.title {
  width: 100%;
  text-align: center;
  padding-top: 80px;
  box-sizing: border-box;
}

.title h2 {
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}

.title h2::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fa4d08;
  position: absolute;
  top: 0;
  right: -30px;
}

.section_in {
  max-width: 1440px;
  width: 90%;
  margin: auto;
  margin-top: 60px;
}

/* main 01 */

#m1 {

  width: 100%;
  height: 65vh;
}

.m1_slide .swiper-slide {
  position: relative;
  height: 65vh;
  overflow: hidden;

}

.m1_bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.m1_bg img {
  height: 100%;
}

.m1_slide2 video {
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0;
}

.m1_slide .swiper-slide-next,
.m1_slide .swiper-slide-prev {
  opacity: 0 !important;
}

.m1_slidebtn {
  position: absolute;
  width: 100%;
  max-width: 1200px;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}

.m1_slidebtn .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
  box-sizing: border-box;
  margin-right: 20px;
  transition: 0.4s;
}

.m1_slidebtn .swiper-pagination-bullet-active {
  background-color: #fa4d08;
}

.m1_txt {
  width: 90%;
  max-width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.m1_txt h1 {
  font-size: 5rem;
  margin-bottom: 25px;
  font-weight: 700;
  font-style: italic;
}

.m1_txt p {
  font-size: 1.3rem;
  line-height: 1.5;
}




/* main 02 */
#new_m2 {
  margin: 3rem 0;
}

.new_m2_ul {
  width: 90%;
  max-width: 1440px;
  margin: auto;
  position: relative;
  font-size: 0px;
}

.new_m2_ul > li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 1.1rem;
  line-height: 1.5;
}

.new_m2_ul > li.left {
  width: 30%;
  margin-left: 10%;
  margin-right: 5%;
  box-sizing: border-box;
  margin-top: 0px;
}

.new_m2_ul .left h2 {
  margin-bottom: 25px;
  line-height: 55px;
  position: relative;
  display: inline-block;
}

.new_m2_ul .left h2::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fa4d08;
  position: absolute;
  top: 0;
  right: -20px;
}

.new_m2_cont {
  width: 100%;
  border-top: 2px solid #000000;
  padding-top: 30px;
}

.new_m2_more {
  display: inline-block;
  margin-top: 3vh;
  transition: all 0.4s;
}

.new_m2_more:hover {
  margin-left: 20px;
}

.new_m2_more img {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  margin-left: 5px;
}

.new_m2_ul > li.right {
  width: 55%;
  margin-top: 80px;
}

.new_m2_ul > li.right .new_m2_cont {
  padding-top: 0px;
}



/* main 02 */
#m2 {
  margin: 170px 0;
}

.m2_slide {
  width: 90%;
  max-width: 1440px;
  margin: auto;
  position: relative;
}

.m2_ul {
  max-width: 1440px;
  width: 100%;
  font-size: 0;
  max-height: 750px;
  background-color: #fff;
}

.m2_ul li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 1.1rem;
  text-align: center;
}

.m2_ul li.m2_txt {
  text-align: left;
  box-sizing: border-box;
  padding-left: 10%;
}

.m2_txt h2 {
  margin: 50px 0;
  position: relative;
}

.m2_txt h2::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fa4d08;
  position: absolute;
  top: 0;
  right: 46%;
}

.m2_txt p {
  line-height: 1.5;
}

.m2_txt p span.color {
  font-size: 1.3rem;
  font-weight: 800;
}

.m2_img {
  position: relative;
}

.m2_img img {
  width: 100%;
}

.m2_slidebtn {
  position: absolute;
  width: 30%;
  bottom: 10%;
  left: 10%;
  z-index: 1;
}

.m2_prev,
.m2_next {
  width: 40px;
  height: 40px;
  font-size: 0;
  vertical-align: middle;
}

.m2_prev img,
.m2_next img {
  width: 100%;
}

.m2_slidebtn .swiper-pagination {
  position: initial;
  vertical-align: middle;
  color: #ccc;
  font-size: 1.1rem;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}






/* main 03 */
#m3 {
  position: relative;
  margin-bottom: 350px;
}

#m3 .title {
  color: #fff;
  transform: skew(-0.3deg);
}

.m3_bg {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 670px;
  overflow: hidden;
  z-index: -1;
}

.m3_bg img {
  width: 100%;
  display: block;
}

.m3_ul {
  width: 90%;
  margin: auto;
  font-size: 0;
  position: relative;
  padding-bottom: 400px;
}

.m3_ul li {
  width: 25%;
  height: 500px;
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  transition: 0.4s;
}

.m3_ul li:hover {
  transform: translateY(-20px);
  box-shadow: 5px 10px 10px rgb(0 0 0 / 30%);
}

.m3_ul li:nth-child(1) {
  background: url(../image/m1_3_img1.png) center center / cover no-repeat;
  left: 0;
  top: 50px;
}

.m3_ul li:nth-child(2) {
  background: url(../image/m1_3_img2.png) center center / cover no-repeat;
  left: 25%;
  top: 0;
}

.m3_ul li:nth-child(3) {
  background: url(../image/m1_3_img3.png) center center / cover no-repeat;
  left: 50%;
  top: 70px;
}

.m3_ul li:nth-child(4) {
  background: url(../image/m1_3_img4.png) center center / cover no-repeat;
  left: 75%;
  top: 20px;
}

.m3_ul li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  padding: 40px;
  box-sizing: border-box;
}

.m3_txt {
  width: 100%;
  position: absolute;
  bottom: 40px;
  padding: 0 40px;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
}

.m3_txt img {
  width: 45px;
  position: absolute;
  bottom: 0px;
  right: 40px;
}

.m3_ul li h2 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
}

.m3_ul li a p:nth-of-type(1) {
  font-size: 1.1rem;
  margin: 20px 0;
  line-height: 1.5;
  color: #fff;
  transform: skew(-0.3deg);
}

.m3_ul li a p:nth-of-type(2) {
  color: #fff;
  margin-top: 30px;
  font-size: 0.8rem;
}


/* main 06 */
#m6 {
  width: 100%;
  height: 85px;
}

.m6_in {
  position: relative;
}

.m6_slide .swiper-slide {
  text-align: center;
}

.m6_slide .swiper-slide img {
  width: 150px;
  display: inline-block;
  text-align: center;
  margin: auto;
}




/* main 04 */

#m4 {
  padding-bottom: 130px;
  background-color: #f2f2f2;
}

.m4_in {
  position: relative;
}

#m4 .title > p {
  color: #919191;
  transform: skew(-0.3deg);
}

.m4_slide .swiper-slide img {
  width: 100%;
}

.m4_next,
.m4_prev {
  color: #cecece;
  font-size: 3.5rem;
}

.m4_in .swiper-button-prev {
  left: -100px;
}

.m4_in .swiper-button-next {
  right: -100px;
}




/* main 05 */

.m5_ul {
  font-size: 0;
  width: 100%;
  height: 220px;
}

.m5_ul li {
  width: 50%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.m5_ul > li:nth-child(1) {
  background: url(../image/m1_5_bg1.png) center center / cover no-repeat;
  padding-right: 100px;
  box-sizing: border-box;
  text-align: right;
}

.m5_ul > li:nth-child(2) {
  background: url(../image/m1_5_bg2.png) center center / cover no-repeat;
  color: #fff;
}

.jost {
  font-family: 'Jost', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.8rem;
}

.m5_l_txt {
  display: inline-block;
  text-align: left;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
}

.m5_l_txt p:nth-child(2) {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 10px;
  transform: skew(-0.3deg);
}

.m5_r_txt {
  display: inline-block;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}

.m5_r_txt h2.nanum {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}

.m5_r_txt h2.nanum::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fa4d08;
  position: absolute;
  top: 40%;
  right: -15px;
}

.m5_r_txt p {
  transform: skew(-0.3deg);
}

.m5_r_ul {
  font-size: 1rem;
  display: inline-block;
  position: absolute;
  left: 40%;
  top: 50%;
  transform: translateY(-50%);
}

.m5_r_ul > li {
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  width: 120%;
  display: block;
  transform: skew(-0.3deg);
}

.m5_r_ul > li::before {
  content: '';
  display: block;
  background: url(../image/arrow_icon.png) center center / contain no-repeat;
  width: 25px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.m5_r_ul > li a {
  width: 100%;
  height: 100%;
  display: block;
}



#bo_v h2 {
  font-size: initial;
  font-weight: 500;
  font-style: initial;
  padding-left: 30px;
}

#bo_v_title .bo_v_tit {

  font-size: 18px;

}

.bo_v_nb p,
.bo_v_nb span,
.bo_v_nb a,
.bo_v_nb li {
  font-size: 1rem;
}

#bo_list_total {
  font-size: 13px;
}

#bo_list_total span {
  font-size: 13px;
}

.profile_info_ct a,
.profile_info_ct span,
.profile_info_ct strong {
  font-size: 1rem;
  line-height: 45px;
  font-family: 'Ubuntu', sans-serif;
}

.profile_info_ct br {
  display: none;
}

#bo_vc_empty {
  font-size: 0.9rem;
}