/* include 공통 CSS */

/************************* 공통 시작*************************/
.sub_title_navi			{display:block; }
.sub_tab						{display:none;}


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


.content_title			{margin:15px 0; padding:15px 0; border-bottom:1px solid #dfdfdf;}
.content_title h1		{font-size:18px; font-weight:700; color:#000;}
.content_title p		{font-size:12px;}

.content_desc				{}
/************************* 공통 끝 *************************/

/************************* header_inc 시작*************************/
/**/
.header_t			{width:100%; margin:0 auto; padding:0 3%;  position:fixed; left:0; top:0px; z-index:99; background:transparent;  
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out; z-index: 16;}

.header_t .haed_in{display:flex; justify-content:space-between; align-items:center; height:114px; width:100%; max-width:1700px; margin:0 auto;}

.header_logo{}
.header_gnb_bg{margin:0 auto; }


/* 로고 */
.header_logo img {display: block; position:relative; width:100%; max-width:212px; height:auto;}




/* 햄벅 */
.mo_nav				{display:block;}
.mo_nav *{
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;}
.mo_nav button{border:0; padding:0; background:none; }



/**/
.f-nav{padding:0 3%; height:122px; background:#fff; border-bottom:1px solid #e6e6e6;}


/************************* header_inc 끝*************************/

/************************* main_inc 시작*************************/

.section .inner{width:100%; max-width:1700px; margin:0 auto; position:relative; z-index:10;}

.main01:before{content:""; display:block; background:url("./img/m01_bg.jpg") no-repeat top; width:100%; height:100%; position:absolute; top:0; left:0; right:0; background-size:cover; z-index:-1; }

/* 메인비쥬얼_스크롤 start*/
.main_visual_scroll{position:absolute;bottom:0; right:180px; text-align:center; z-index:9; transition: all 0.6s cubic-bezier(0.47, 0, 0.745, 0.715);}
.main_visual_scroll .scroll_circle{ display:block; position:relative; width:2px; height:62px; background:#fff; margin:0 auto; -webkit-border-radius:30px;-moz-border-radius:30px;-o-border-radius:30px;border-radius:30px;}
.main_visual_scroll .scroll_circle:before{position:absolute; content:""; left:-1.7px; top:5px; width:6px; height:6px; background-color:#fff; opacity:0; -webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%; animation:mouseScroll 1.5s infinite;}

@keyframes mouseScroll {
  0% { opacity:1; transform: translateY(0px) }
  100% {opacity:0; transform: translateY(62px)}
}
/* 메인비쥬얼_스크롤 end*/

/*공통*/
span.b_tit{display:block; font-family: 'Montserrat', sans-serif; font-size:20px; font-weight:600; color:#004259; text-transform:uppercase; margin-bottom:20px;}

a.view_more{display:block; width:100%; max-width:200px; background:#004259; color:#fff; font-size:16px; padding:17px 0 20px 20px; position:relative; transition: all .5s;}
a.view_more:after{content:""; display:block; width:80px; height:2px; background:#fff; position:absolute; right:0; top:48%; transition: all .5s;}
a.view_more:hover{padding:17px 0 20px 35px; }
a.view_more:hover:after{width:45px; transition: all .5s;}


/**/
.main02:before{content:""; display:block; background:url("./img/m02_bg.png") no-repeat top; width:100%; height:100%; position:absolute; top:0; left:0; right:0; background-size:cover; z-index:-1; }

.m02_tit{position:relative; top:100px;  z-index:11;}
.m02_tit h1{font-size:190px; font-weight:600; color:#ebceab; text-align:center; font-family: 'Playfair Display', serif; text-transform:uppercase;}

.m02_box{display:flex; align-items:center;  position:relative; z-index:10;}
.m02_img{width:50%;}
.m02_txt{width:50%; padding-left:100px;}
.m02_txt h2{font-size:50px; line-height:60px; margin-bottom:65px;}
.m02_txt h2 strong{font-weight:600;}

.m_circle{position:absolute; right:0px; bottom:20px;}
.m_circle .circle{animation:orbit 8s linear infinite;}

@keyframes orbit {
	from { 	transform: rotate(360deg) translateX(0px); }
	to   {  transform: rotate(0deg) translateX(0px); }
}
.m_circle span{display:block; position:absolute; top:80px; right:48px;}

/**/
.main03{width:100%; background:#e4f4f3; overflow:hidden;}
.main03:after{content:"collection"; display:block; position:absolute; bottom:90px; right:-30px;; color:#fff; opacity:0.6; font-family: 'Playfair Display', serif; font-size:137px; font-weight:600; line-height:1; text-transform:uppercase; z-index:1;}
.main03 .inner{max-width:1600px; padding:7% 0 0;}

/**/

.main04:before{content:""; display:block; background:url("./img/m04_bg.png") no-repeat bottom center; width:100%;  height:100%; position:absolute; bottom:0; left:0; right:0;  background-size:100%; z-index:-1; }



.main04 .inner{max-width:1600px; padding:5% 0 0;}
.m04_img{position:relative; z-index:10;}
.m04_img img{position:relative; display:block; z-index:10;}
.m04_img:after{content:""; display:block; width:100%; height:100%; background:#004259; position:absolute; bottom:-25px; right:-25px;}

.m04_txt{display:flex; align-items:flex-start; position:relative; padding:75px 0 0;}
.m04_txt .m04_l{width:22%;}
.m04_txt .m04_r{width:65%;}
.m04_txt h2{font-size:45px; line-height:55px; font-weight:600;}
.m04_txt p{font-size:18px; line-height:30px; color:#484848;}
.m04_txt .view_more{position:absolute; right:0; bottom:0;}


/**/
.main05{height: auto !important;}
.main05 .fp-tableCell{height: 100% !important; }

.main05 .inner{display:flex; max-width:1600px; padding:120px 0;}

.main05:before{content:""; display:block; background:url("./img/m05_bg.png") no-repeat top center; width:100%; height:100%;  position:absolute; top:0; right:0; left:-3.5px; background-size:100%; z-index:-1; }

.main05 .inner > div{flex:1;}
.m05_box .img{position:relative;}
.m05_box img{display:block;}
.m05_box .m5_txt{position:absolute; bottom:35px; left:35px;}
.m05_box .m5_txt span.b_tit{color:#fff;}
.m05_box h2{color:#fff; font-size:50px; font-weight:600; line-height:1;}
.m05_box p{font-size:20px; line-height:34px; }
.m05_txt{display:flex; justify-content:space-between; padding:25px 25px 0px 40px;}


@media(max-width:1800px){

.section .inner{padding:0 3%;}
.main03 .inner{padding:7% 3% 0;}
.main04 .inner{padding:5% 3% 0;}
.main05 .inner{padding:5% 3%;}
.m02_img img, .m04_img img, .m05_box img{width:100%;}
.main_visual_scroll{right:3%;}
}

@media(max-width:1500px){
.m02_tit h1{font-size:150px;}
.m05_txt{padding:3%;}
}


@media(max-width:1400px){
.m02_tit{top:70px;}
.m02_tit h1{font-size:130px;}
span.b_tit{margin-bottom:5px; font-size:18px;}
.m02_txt h2{font-size:40px; line-height:1.3; margin-bottom:45px;}
a.view_more{padding:15px 0 15px 20px; max-width:160px; font-size:15px; }
a.view_more:after{width:50px;}
.main03:after{font-size:100px; bottom:75px;}
.m04_txt h2, .m05_box h2 {font-size:34px; line-height:1.3;}
.m04_txt p{font-size:17px; line-height:1.5; padding-left:4%;}
.m04_img:after{right:-15px; bottom:-15px;}
.m05_box p{font-size:17px; line-height:1.5; }
.main05 .inner{padding:0% 3% 5%;}

a.view_more:hover{padding:15px 0 15px 20px;}
.main05:before{left:0;}
}

@media(max-width:1240px){
.header_logo img{max-width:160px;}
.mo_nav button img{width:100%; max-width:18px;}
.m04_txt .view_more{ bottom:-70px;}
.m05_txt{flex-wrap:wrap;}
.m05_box p{font-size:16px; width:100%; margin-bottom:25px; }
.m05_box p br{display:none;}
.m02_txt{padding-left:3%;}
.m02_tit{top:45px;}
.m02_tit h1{font-size:100px;}

.m_circle .circle img{width:100%; max-width:150px;  }
.m_circle span{top:65px; right:40px;}
.m_circle span img{width:100%; max-width:70px; }
}

@media(max-width:1100px){
.header_logo img{max-width:145px;}
.mo_nav button img{max-width:15px;}

.header_t .haed_in{height:90px;}
.f-nav{height:90px;}
}

@media(max-width:880px){
.header_gnb_bg{display:none;}
.header_logo img{max-width:165px;}
.mo_nav button img{width:100%; max-width:100%; }

.main_visual_scroll img{width:100%; max-width:13px;}
.main_visual_scroll .scroll_circle{width:1px; height:50px; }

.m02_tit h1{font-size:70px;}
.m02_tit{top:30px;}

span.b_tit{font-size:16px;}
.m02_txt h2{font-size:30px; margin-bottom:35px; }
a.view_more{font-size:14px; padding:10px 0 10px 20px; max-width:150px; z-index:15;}
a.view_more:after{width:35px;}
a.view_more:hover{padding:10px 0 10px 20px;}



.m04_txt{flex-wrap:wrap; padding:4% 0 0;}
.m04_txt h2 br{display:none;}
.m04_txt h2, .m05_box h2{font-size:28px;}
.m04_txt p{font-size:16px; padding-left:0; margin:15px 0 25px; }
.m04_txt .m04_l, .m04_txt .m04_r{width:100%;}

.m04_txt .view_more{position:relative; right:auto; bottom:auto;}
.m05_box .m5_txt{left:20px; bottom:20px;}
.m_circle{bottom:-50%;}
.main03:after{font-size:80px; }
}

@media(max-width:760px){
.main05 .inner{flex-wrap:wrap;}
.main05 .inner > div{flex:unset; width:100%;}
.m05_txt{padding:3% 0 5%;}

.m_circle{bottom:0;}


}

@media(max-width:600px){
.m02_box{flex-wrap:wrap;}
.m02_img{width:100%; height:50vw; overflow:hidden;}
.m02_txt{width:100%; padding-left:0; padding:3% 0 0;}
.m02_tit h1{font-size:32px;}
.m02_tit{top:0px;}
span.b_tit{font-size:15px; }
.m02_txt h2{font-size:22px;}
.m02_txt h2 br{display:none} 
a.view_more{font-size:3vw; max-width:135px;  }
.main03:after{font-size:45px;}
.m04_txt{padding:12% 0 0;}
.m04_txt h2, .m05_box h2{font-size:24px;}
.m04_txt p{font-size:3vw; }
.m04_txt p br{display:none;}
.m05_box p{font-size:3vw; }
.m04_img:after{display:none;}
}

/************************* main_inc 끝*************************/


/************************* title_navi 시작 *************************/
.navi_all {width:100%; margin:0 auto; background:#fff; height:50px; border-bottom:1px solid #ddd; }
.navi_in	{margin:0 auto; padding:0;max-width:1280px; margin:0 auto;}
.navi_in:after		{clear:both; content:''; display:block; width:100%;}

.home_btn_all						{float:left; width:10%; max-width:50px;  border-right:1px solid #efefef;}
.home_btn_all a					{display:block; height:49px; line-height:50px; text-align:center;}
.home_btn_all a:hover		{background:#f8f8f8; }
.home_btn_all a img			{max-width:100%; height:auto; vertical-align:middle;}

.navi_left					{float:left; width:90%; max-width:550px;}
.navi_left:after		{clear:both; content:''; display:block; width:100%;}
.navi_left div			{float:left;}

.navi_main		{width:50%; max-width:250px; padding:0 0 0 0; height:50px; position:relative; line-height:50px;  cursor:pointer; border-right:1px solid #efefef;}
.navi_title01	{padding:0 0 0 0; height:40px; width:100%; position:relative; line-height:50px; }
.navi_title01 h1 {color:#777; font-size:14px; margin-left:10px; width:100%;}
.navi_title01 h1.sub_menu:hover { color:#333; }

.navi_main h1 { color:#777; font-size:14px; margin-left:10px;}
.navi_main h1.sub_manu:hover { color:#333; }
.navi_main > .deco_right { float:right;  }

.navi_main >a.down_btn1	{position:absolute; right:10px; top:0px;}
.navi_main >a.down_btn2	{position:absolute; right:10px; top:0px;}
.navi_main >a.down_btn3	{position:absolute; right:10px; top:0px;}

.h1_focus	{color:#333 !important;;}

.navi_sub {width:50%; max-width:250px; padding:0; height:50px; line-height:50px; position:relative; cursor:pointer; border-right:1px solid #efefef;}
.navi_sub > h2						{ color:#333333; font-size:14px;  cursor:pointer; margin-left:10px;}
.navi_sub>a.down_btn4	{position:absolute; right:10px; top:0px; }

.navi_sub > p						{float:right; }

.extend1							{position:relative; top:-1px; width:100%; }
.extend1 > ul				{position:absolute;left:-1px; min-height:1px;width:100%;padding-left: 0px; padding:0px 0 10px 0; border-top:0;z-index: 999; background:#fff; border:1px solid #efefef; display:none;}
.extend1 > ul a { text-decoration:none; }


.extend2							{position:relative; top:-1px; width:100%;}
.extend2 > ul				{position: absolute;left:-1px; min-height:1px; width:251px; padding-left:0px; z-index: 999; background:#fff; border:1px solid #efefef; display:none; padding:0px 0 10px 0; }
.extend2 > ul a { text-decoration:none; }
.extend2 h1 { }


.extend > ul > li		{min-height:20px;}
.down_btn			{cursor:pointer; }

/************************* title_navi 끝 *************************/


/************************* footer_inc 시작 *************************/
.main06{height: auto !important; background:#222;}
.main06 .fp-tableCell{height: 100% !important; }

.footer_t{width:100%; max-width:1600px; margin:0 auto; padding:70px 0; text-align:center;}
.footer_logo{margin-bottom:15px;}
.footer_site_link ul{display:flex; flex-wrap:wrap; justify-content:center;}
.footer_site_link ul li a{font-size:15px; color:#9e9e9e !important;}
.footer_site_link ul span{font-size:15px; color:#9e9e9e !important; display:inline-block; padding:2px 10px;}

.footer_txt p{font-size:13px; line-height:22px; color:#d4d4d4 !important; text-transform:uppercase;}
.footer_txt p span{font-size:11px; color:#d4d4d4 !important; display:inline-block; padding:0 5px; vertical-align:top;}
.footer_txt p a{color:#d4d4d4 !important;}

@media(max-width:1650px){
.footer_t{padding:70px 3%; transition: ease .4s;}
}

@media(max-width:880px){
.footer_t{padding:60px 3%;}
.footer_site_link ul li a{font-size:14px;}
.footer_txt p{font-size:13px;}
.footer_txt p span{font-size:10px; padding:0 5px;}
}

@media(max-width:600px){
.footer_t{padding:30px 3%;}
.footer_logo img{max-width:150px;}
.footer_site_link ul span{padding:2px 5px;}
.footer_site_link ul li a{font-size:13px;}
.footer_txt p{ font-size:12px;}
.footer_txt p span{font-size:10px; padding:0 5px;}
}


/************************* footer_inc 끝 *************************/



/************************* ui.totop 시작 *************************/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url("./img/ui.totop3.png") no-repeat left top;
	z-index:20;
}

#toTopHover {
	background:url("./img/ui.totop3.png") no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	
}

#toTop:active, #toTop:focus {
	outline:none;
}
/************************* ui.totop 끝 *************************/


/************************* brand story  *************************/

/*공통*/
.mont {font-family: 'Montserrat', sans-serif;}
section{position:relative; padding:125px 0 0;}
section img{display:block;}
.s_flex{display:flex; justify-content:space-between;}
.s_flex .s_left{width:50%; position:relative;}
.s_flex .s_right{width:50%; position:relative;}
.s_inner{width:100%; max-width:1400px; margin:0 auto; position:relative; z-index:15;}

.top_title span{display:block; font-family: 'Montserrat', sans-serif; font-size:24px; font-weight:700; text-transform:uppercase; color:#004259;}
.top_title h1{font-family: 'Playfair Display', serif; font-size:110px; font-weight:600; line-height:1; text-transform:uppercase; margin:10px auto 30px; position:relative; display:inline-block;}
.top_title h1:after{content:""; display:block; width:15px; height:15px; border-radius:15px; background:#004259; position:absolute; right:-15px; top:0;}
.top_title p{font-family: 'Playfair Display', 'Noto Sans KR', serif; text-transform:uppercase; font-size:24px; font-weight:500; }
.top_title h2{font-size:38px; font-weight:500; line-height:1;}
.top_title div.line{width:2px; height:80px; background:#004259; margin:30px 0;}
.top_title h3{font-size:26px; font-weight:500; line-height:1;}

.s_title span{display:block;font-family: 'Montserrat', 'Noto Sans KR', sans-serif; text-transform:uppercase; font-weight:500; font-size:20px; color:#004259;}
.s_title h2{font-size:40px; line-height:50px; text-transform:uppercase;}
.s_title h2 strong{font-weight:600;}
.s_title p{font-size:19px; line-height:30px; color:#484848;}
.s_title p strong{font-weight:600; color:#212121;}
.s_title h2 strong b{font-family: 'Montserrat', sans-serif; font-size:48px; font-weight:700; padding-right:10px;}
.s_title h2 small{font-size:20px; font-weight:500; color:#004259;}
.s_title span.line{width:100%; height:1px; background:#d7d7d7; margin:15px 0 20px;}
.s_title img{margin-top:40px;}

.s_mbox1 h3{font-size:19px; font-weight:600; color:#004259;}
.s_mbox1 h3:after{content:""; display:block; width:20px; height:2px; background:#004259; margin:15px 0;}
.s_mbox1 p{font-size:16px; line-height:26px; color:#484848;}
.s31_video p{font-size:19px; font-weight:600; color:#004259;}
.s_list_txt p{position:relative; font-size:17px; color:#004259; font-weight:500; line-height:24px; padding-left:15px;}
.s_list_txt p{font-weight:500; color:#212121;}
.s_list_txt p:before{content:""; display:block; position:absolute; left:0; top:10px; width:6px; height:6px; border-radius:6px; background:#004259; }

/**/


.s11_top{width:100%; position:relative; background:url("./img/s11_bg1.jpg") no-repeat center top; display:block; padding:120px 0 0; background-size:cover; }
.s11_top:after{content:""; display:block; width:100%; background:url("./img/s11_bg2.png") no-repeat bottom; background-size:cover; height:674px; position:absolute; bottom:0; left:0; right:0;}
.s11_top .top_title {text-align:center;}


.s11_top .line{width:1px; height:100px; background:#004259; margin:40px auto;}

.s11_top .p_txt{position:relative; z-index:1;}
.s11_top .p_txt p{font-size:20px; line-height:30px; font-weight:500; text-align:Center;  }
.s11_top .p_txt p img{margin:0 auto;}

.s11_top .p_txt p:nth-child(1){margin-bottom:100px;}

.s11_bg_color{width:100%; background:#e4f4f3; margin:0 auto; padding:150px 0;}
.s11_bg_color .s_inner{max-width:1200px;}
.s11_bg_color .s_inner iframe{height:35vw;}


.s11_1{padding:0;}
.s11_1:before{content:""; display:block; width:100%; background:#e4f4f3; height:150px; position:absolute; top:0; z-index:-1;}

.s11_1:after{content:""; display:block; width:320px; height:813px; background:url("./img/s_bg02.png") no-repeat right; position:absolute; right:0; top:136px; z-index:-1;}
.s11_1 .s_title h2{margin-bottom:45px; }

.s11_2:before{content:""; display:block; width:375px; height:1094px; background:url("./img/s_bg01.png") no-repeat; position:absolute; left:0; top:0; z-index:-1;}
.s11_2 .s_title{text-align:Center;}
.s11_2 .s_title h2{margin-bottom:35px;}

.s11_2 .s_aos_img{position:relative; width:100%; margin:50px auto 0; text-align:center;}
.s11_2 .s_aos_img p img{margin:0 auto;}
.s11_2 .s_aos_img p:nth-child(2){position:absolute; width:100%; left:-35px;  top:0;}
.s11_2  .m_circle{right:3%; bottom:-140px;}
.s11_2 .s_aos_img_mo{display:none;}

.s11_3 .s_flex{align-items:flex-end;}
.s11_3 .s_flex .s_left{width:40%;}
.s11_3 .s_flex .s_right{width:57%;}
.s_mbox > div:nth-child(1){margin-bottom:80px;}
.s_mbox1{display:flex; align-items:flex-end;}
.s_mbox1 > div  img{padding-right:25px;}
.s_mbox1 .s_mbox_img{order:1;}
.s_mbox1 .s_mbox_txt{order:0; text-align:right;}
.s_mbox1 .s_mbox_txt h3:after{margin:15px 0 15px auto;}
.s_mbox1 > .s_mbox_img img{padding-right:0; padding-left:25px;}


.s11_4{width:100%; background:#e3f4f3; }
.s11_4 .s_bg_wave{position:absolute; bottom:100%; left:0; width:100%; height:128px; background:url('./img/bg_line_01.png') repeat-x 0 0; transition:all .5s; z-index:-1;}
.s11_4 .s_bg_wave_bot{position:absolute; top:100%; left:0;  width:100%; height:128px; background:url('./img/bg_line_02.png') repeat-x 0 0; transition:all .5s; z-index:-1;}

.s11_4 .s_flex .s_left{width:45%; padding-top:40px;}
.s11_4 .s_flex .s_right p:nth-child(2){position:absolute; bottom:0; left:-60%;}

.s11_4 .m_circle{right:auto; bottom:-150px; left:3%;}
.s11_4 .m_circle span{right:auto; left:48px; }


.s11_img_list{text-align:Center;}
.s11_img_list ul{display:flex; justify-content:space-between; margin:70px auto;}
.s11_img_list ul li:nth-child(2n){padding-top:40px;}

.s11_5{padding:125px 0;}

.s11_7{width:100%; background:#f5f5f5;  }
.s11_7 .s_bg_wave_bot{position:absolute; top:100%; left:0;  width:100%; height:128px; background:url('./img/bg_wave1-2.png') repeat-x 0 0; transition:all .5s; z-index:10;}


.s11_7:before{content:"hilary devey"; display:block; position:absolute; top:50px; left:-30px; color:#fff; opacity:0.6; font-family: 'Playfair Display', serif; font-size:137px; font-weight:600; line-height:1; text-transform:uppercase; z-index:1;}
.s11_7:after{content:"collection"; display:block; position:absolute; bottom:0px; right:-30px; color:#fff; opacity:0.6; font-family: 'Playfair Display', serif; font-size:137px; font-weight:600; line-height:1; text-transform:uppercase; z-index:1;}

.s11_7 .s_inner{text-align:center; position:relative; z-index:11;}
.s11_7 div p img{margin:30px auto 50px;}


.s11_6{padding:0;}
.s11_6 .s_flex{align-items:center; justify-content:flex-start;}
.s11_6 .s_flex .s_right{padding:0 13% 0 4%;}


.s11_8{width:100%; background:#e3f4f3;}

.s11_8 .s_bg_wave{position:absolute; bottom:100%; left:0;  width:100%; height:128px; background:url('./img/bg_line_01.png') repeat-x 0 0; transition:all .5s; z-index:10;}

.s11_8 .s_title{text-align:Center;}

.s_list_txt{display:flex; justify-content:space-between;}
.s_list_txt div{width:30%;}
.s_list_txt div:nth-child(2){position:relative; top:100px; z-index:11;}
.s_list_txt img{padding-bottom:30px;}

.s11_9{padding:0;}
.s11_9:after{content:""; display:block; background:url("./img/bg_line_03.png") no-repeat center ; position:absolute; top:0; width:100%; height:210px; background-size:cover; }
.s11_9 .s_flex{align-items:center;}
.s11_9 .s_flex .s_left{padding:10% 4% 0 13%;}
.s11_9 .s_flex .s_right{z-index:-2;}
.s11_9 .s_flex .s_left img{width:100%; }
/************************* brand story 끝 *************************/


/**/
.collection .s_title span{margin-bottom:15px;}
.collection .s_title h2{margin-bottom:40px;}
.s31_top {margin-bottom:60px;}
.s31_top .s_slide{width:50%; max-height:550px;}
.s31_top .s_text{width:50%; padding-left:4%;}
.s31_top .s_text p{font-size:17px; color:#313131;}
.s31_top .s_text b{font-family: 'Playfair Display', serif;  font-size:42px; text-transform:uppercase; }
.s31_top span.line{width:100%; display:block; height:1px; background:#ddd; margin:30px auto;}
.s31_top .s_txt_info dl{display:flex; padding-bottom:5%;}
.s31_top .s_txt_info dl dt{width:20%; font-size:18px; color:#313131; font-weight:500; }
.s31_top .s_txt_info dl dd{width:80%; font-size:16px; line-height:25px; color:#686868; font-weight:500; }
.s31_top .s_txt_info dl dd p{ color:#686868;}




.s31_mid{ width:100%; background:url("./img/s31_top_img.jpg") no-repeat top; background-size:cover; padding:125px 0;}
.s31_mid .s_bg_wave{position:absolute; bottom:0; left:0;  width:100%; height:128px; background:url('./img/bg_wave1-1.png') repeat-x 0 0; transition:all .5s; z-index:10;}

.s32_mid{ width:100%; background:url("./img/s31_top_img2.jpg") no-repeat top; background-size:cover; padding:125px 0;}
.s32_mid .s_bg_wave{position:absolute; bottom:0; left:0;  width:100%; height:128px; background:url('./img/bg_wave1-1.png') repeat-x 0 0; transition:all .5s; z-index:10;}

.s33_mid{ width:100%; background:url("./img/s31_top_img1.jpg") no-repeat top; background-size:cover; padding:125px 0;}
.s33_mid .s_bg_wave{position:absolute; bottom:0; left:0;  width:100%; height:128px; background:url('./img/bg_wave1-1.png') repeat-x 0 0; transition:all .5s; z-index:10;}

.s34_mid{ width:100%; background:url("./img/s34_top_img2.jpg") no-repeat top; background-size:cover; padding:125px 0;}
.s34_mid .s_bg_wave{position:absolute; bottom:0; left:0;  width:100%; height:128px; background:url('./img/bg_wave1-1.png') repeat-x 0 0; transition:all .5s; z-index:10;}

.s35_mid{ width:100%; background:url("./img/s35_top_img3.jpg") no-repeat top; background-size:cover; padding:125px 0;}
.s35_mid .s_bg_wave{position:absolute; bottom:0; left:0;  width:100%; height:128px; background:url('./img/bg_wave1-1.png') repeat-x 0 0; transition:all .5s; z-index:10;}

.s36_mid{ width:100%; background:url("./img/s35_top_img4.jpg") no-repeat top; background-size:cover; padding:125px 0;}
.s36_mid .s_bg_wave{position:absolute; bottom:0; left:0;  width:100%; height:128px; background:url('./img/bg_wave1-1.png') repeat-x 0 0; transition:all .5s; z-index:10;}


.s31_mid_text{padding:0 0 125px;}
.mid_text p{font-size:18px; line-height:1.7; position:relative; padding-left:15px;}
.mid_text p:before{content:""; display:block; width:4px; height:4px; border-radius:4px; background:#002c3b; position:absolute; left:0; top:14px; }

.s31_mid_text .m_circle{right:3%; bottom:-50px;  }


.s31_1{padding:125px 0;}
.s31_1:before{content:""; display:block; width:100%; background:#e4f4f3; height:50%; position:absolute; top:0; z-index:-1;}
.s31_1:after{content:""; display:block; width:100%; background:url("./img/s32_bg2.png") no-repeat bottom; background-size:cover; height:674px; position:absolute; bottom:0; left:0; right:0;}

.s31_1 .s_flex{align-items:flex-end;}
.s31_1 .s_title{margin-top:35px;}


.s31_2{padding:125px 0 45px;}
.s31_2:before{content:""; display:block; width:375px; height:1094px; background:url("./img/s_bg01.png") no-repeat; position:absolute; left:-40px; top:-70px; z-index:-1;}
.s31_2 .s_title{text-align:center;}
.s31_2 .s_mbox {display:flex; justify-content:space-between; flex-wrap:wrap;  align-items:flex-start;}
.s31_2 .s_mbox .s_mbox1{width:48%; align-items:center; margin-bottom:80px;}

.s31_3{width:100%; background:#f5f5f5; padding:125px 0;  }
.s31_3 .s_title{text-align:center; margin-bottom:70px;}
.s31_3:before{content:"hilary devey"; display:block; position:absolute; top:50px; left:-30px; color:#fff; opacity:0.6; font-family: 'Playfair Display', serif; font-size:137px; font-weight:600; line-height:1; text-transform:uppercase; z-index:1;}
.s31_3:after{content:"collection"; display:block; position:absolute; bottom:0px; right:-30px; color:#fff; opacity:0.6; font-family: 'Playfair Display', serif; font-size:137px; font-weight:600; line-height:1; text-transform:uppercase; z-index:1;}
.s31_3 .s31_video{width:65%;}
.s31_3 .s31_video iframe{height:30vw;}
.s31_4{padding:0;}
.s31_4 .s_bg_wave_bot{position:absolute; top:0; left:0;  width:100%; height:128px; background:url('./img/bg_wave1-2.png') repeat-x 0 0; transition:all .5s; z-index:10;}

.s31_4 .s_flex{align-items:center;}
.s31_4 .s_flex .s_right{padding:0 13% 0 4%;}


.s31_5{width:100%; background:#e3f4f3;}
.s31_5 .s_bg_wave{position:absolute; bottom:100%; left:0;  width:100%; height:128px; background:url('./img/bg_line_01.png') repeat-x 0 0; transition:all .5s; z-index:10;}

.s31_5 .s_mbox1, .s31_6 .s_mbox1{display:block;}
.s31_5 .s_mbox1 h3, .s31_6 .s_mbox1 h3{margin-top:30px;}

.s31_6{padding:0 0 125px;}
.s31_6 .s_inner{margin-top:125px;}
.s31_6:before{content:""; display:block; background:url("./img/bg_line_03.png") no-repeat center ; position:relative;  width:100%; height:210px; background-size:cover; }

.s31_6 .s_title{text-align:center;}
.s31_6 .s_flex{justify-content:center; margin-top:70px;}
.s31_6 .s_mbox1{width:32%; margin:0 4%;}

.s31_7{padding:0; background:url("./img/s31_7_bg.jpg") no-repeat center; background-size:cover; width:100%; }

.s31_7 .s_bg_wave{position:absolute; top:0; left:0;  width:100%; height:128px; background:url('./img/bg_wave1-3.png') repeat-x 0 0; transition:all .5s; z-index:10;}
.s31_7 .s_flex{align-items:Center; padding:18% 0;}


.s31_8{width:100%; background:#e3f4f3; padding:125px 0;}
.s31_8 .s_bg_wave{position:absolute; bottom:100%; left:0;  width:100%; height:128px; background:url('./img/bg_line_01.png') repeat-x 0 0; transition:all .5s; z-index:10;}
.s31_8 .s_title img{margin-top:58px;}

.s31_9{padding:0; overflow:hidden;}
.s31_9 .s_flex{}
.s31_9 .s_flex .s_left img{width:100%; }
.s31_9 .s_flex .s_right{padding:5% 10% 0 4%;}

.s31_10 {padding:0;background:#e3f4f3; border-radius:50% 50% 0 0; overflow:hidden; margin-top:-16%;}
.s31_10 .s_flex{align-items:center;}
.s31_10 .s_flex .s_left{padding:0% 4% 0 13%; }


.s31_11{padding:125px 0;}
.s31_11 .s_title{text-align:Center; }
.s_pro_list {display:flex; justify-content:space-between; flex-wrap:wrap;}
.s_pro_list > div{width:48%; margin-bottom:45px;}
.s_pro_list .s_mbox1{display:block;}
.s_pro_list .s_mbox1 h3{margin-top:30px;}

.s31_11 .m_circle{right:auto; bottom:auto; top:0px; left:3%;}
.s31_11 .m_circle span{right:auto; left:48px; }

.s31_11 .s_bg_wave{position:absolute; bottom:100%; left:0;  width:100%; height:128px; background:url('./img/bg_wave1-1.png') repeat-x 0 0; transition:all .5s; z-index:10;}


/**/

.s61_top{width:100%; position:relative; background:url("./img/s61_bg1.jpg") no-repeat center; display:block; padding:125px 0 40px; background-size:cover; }

.s61_top .top_title {text-align:center;}
.s61_top .line{width:1px; height:100px; background:#004259; margin:40px auto;}

.s61_top .s_bg_wave{position:absolute; bottom:0; left:0;  width:100%; height:128px; background:url('./img/bg_line_01.png') repeat-x 0 0; transition:all .5s; z-index:10;}


.s61_1{ background:#e3f4f3; padding:125px 0;}

.s61_top .m_circle{right:auto; bottom:50px;  left:3%; z-index:15;}
.s61_top .m_circle span{right:auto; left:48px; }


.s61_1 .s_title{text-align:center;}
.s61_1 .s_title h2{margin:10px auto 40px;}
.s61_1 .m_circle{right:-10%; bottom:50px; }


.s61_img{width:100%; margin:45px auto 0;}
.s61_img img{margin:0 auto;}
.s61_1 .s61_1_mo{display:none;}
.s_table {width:100%; margin:auto; border-top:1px solid #ddd; border-left:1px solid #ddd;}
.s_tablel table{width:100%;}
.s_table table th{text-align:center; font-size:16px; font-weight:500; border-bottom:1px solid #ddd; border-right:1px solid #ddd; padding:15px; line-height:1.5em; background-color:#004259; color:#fff;}
.s_table table td{text-align:center; background:#fff; border-bottom:1px solid #ddd; border-right:1px solid #ddd; font-size:15px; padding:10px; line-height:1.5em; }
.s_table {margin:30px auto}
.s_table dt {display:block; text-align:left; padding-bottom:5px;  font-weight:500;  }
.s_table dd {display:block;  text-align:left; margin-bottom:20px; color:#484848; font-size:14px;}

.s63_top{width:100%; position:relative; background:url("./img/s63_bg1.jpg") no-repeat center; display:block; padding:125px 0 40px; background-size:cover; }

.s63_top .top_title {text-align:center;}
.s63_top .line{width:1px; height:100px; background:#004259; margin:40px auto;}

.s63_top .m_circle{right:3%; bottom:50px;  z-index:15;}


.s63_top .s_bg_wave{position:absolute; bottom:0; left:0;  width:100%; height:128px; background:url('./img/bg_wave1-1.png') repeat-x 0 0; transition:all .5s; z-index:10;}

.s63_1, .s63_3{  padding:125px 0;}

.s63_2{width:100%; background:#e3f4f3; padding:125px 0;}
.s63_2 .s_bg_wave{position:absolute; bottom:100%; left:0; width:100%; height:128px; background:url('./img/bg_line_01.png') repeat-x 0 0; transition:all .5s; z-index:-1;}
.s63_2 .s_bg_wave_bot{position:absolute; top:100%; left:0;  width:100%; height:128px; background:url('./img/bg_line_02.png') repeat-x 0 0; transition:all .5s; z-index:-1;}

.s63_2 .s_flex{align-items:center;}
.s63_2 .s_flex .s_left{width:45%; padding-top:40px;}
.s63_2 .s_flex .s_right p:nth-child(2){position:absolute; bottom:0; left:-60%;}

.s63_2 .m_circle{right:auto; bottom:-150px; left:3%;}
.s63_2 .m_circle span{right:auto; left:48px; }

.s63_1 .s_title, .s63_3 .s_title{ margin-bottom:65px;}
.s63_1 .s_title:last-child, .s63_3 .s_title:last-child{margin-bottom:0;}

.s63_1 .mid_text{margin-top:15px;}
.s63_1 .mid_text p{font-size:17px; line-height:30px; color:#686868;}

.s31_img_bgspce{width: 100%; background: linear-gradient( to bottom, #fff, #f5f5f5) ;}
.s31_img_spec img{margin: 0 auto;}



@media(max-width:1800px){
.s11_6 img, .s11_9 img, .s_list_txt img, .s11_img_list ul li img, .s11_4 .s_right p img, .s11_1 img, .s31_1 img, .s31_4 .s_left img, .s31_5 .s_mbox1 img{width:100%;}

}

@media(max-width:1700px){
.s31_9 .s_flex{align-items:center;}
.s31_9 .s_flex .s_right{padding:0 4%;}
.s31_9 .s_flex .s_left{overflow:hidden; height:40vw;}
.s31_9 img, .s31_10 img{width:100%;}
.s31_10{border-radius:0; margin-top:0;}
}


@media(max-width:1600px){
.s31_3 .s31_video iframe{height:35vw;}
}

@media(max-width:1450px){
.s_inner{padding:0 3%; transition: all .4s;}
.s11_top .p_txt{padding:0 3%;}
.s11_4 .s_flex .s_right p:nth-child(2) img{width:auto; height:250px;}
.s11_img_list ul li{margin:0 1%;}


.s_mbox1 > div img{width:auto; height:300px; }
.s_bg_wave, .s_bg_wave_bot{height:100px !important; background-size: auto 100px !important;}


.top_title span{font-size:22px;}
.top_title h1{font-size:90px; margin:10px auto 30px;}
.top_title p{font-size:22px;}
.top_title figure img {width:190px;}

.s11_top .line{margin:30px auto; height:80px;}
.s11_top .p_txt p{font-size:18px; line-height:1.5; }

.s_title span{font-size:18px; margin-bottom:10px;}
.s_title h2{font-size:32px; line-height:1.3;}
.s_title h2 strong b{font-size:34px; padding-left:0;}
.s_title p{font-size:17px; line-height:1.7;}
.s_title h2 small{font-size:17px;}
.s_mbox1 h3{font-size:17px;}
.s_mbox1 h3:after{margin:10px 0;}
.s_mbox1 p{font-size:15px; line-height:1.5;}
.s_mbox > div:nth-child(1){margin-bottom:60px;}

.s11_3 .s_title img{width:auto; height:600px;}

.s11_7:before, .s31_3:before{font-size:100px;}
.s11_7:after, .s31_3:after{font-size:100px;}
.s_list_txt p{font-size:16px; font-weight:400;}
.s11_9 .s_flex .s_left{padding:8% 4% 0;}
.s11_9 .s_flex .s_left img{width:auto; height:150px;}
.s11_9:after{height:140px; }
.s11_6 .s_flex .s_right{padding:0 4%;}
.s11_2:before{width:25%; background-size:100%;}

.mid_text p{font-size:18px; line-height:1.5;}
.top_title h2{font-size:30px;}
.top_title h3{font-size:24px;}
.top_title div.line{margin:20px 0;}

.s31_1 .s_flex > div{width:49%;}
.s31_2 .s_mbox1 > div  img{width:auto; height:auto;}
.s31_5 .s_mbox1{width:49%;}
.s31_6 .s_mbox1 img{width:auto; height:550px;}
.s31_8 .s_flex > div{width:49%;}
.s31_8 img{width:100%;}

.collection .s_title h2{margin-bottom:25px;}
.s_pro_list .s_mbox1 img{width:100%;}

.collection .s_title span{margin-bottom:0;}
.s_pro_list{margin-top:50px;}

.s63_2 .s_right img{width:100%;}
.s11_bg_color .s_inner iframe{height:45vw;}


.s31_3 .s_flex div img{width:auto; height:450px;}
}



@media(max-width:1200px){
.s_mbox1 > div img{height:245px;}
.s11_3 .s_title img{height:550px; }
.s11_2 .s_aos_img p img{width:auto; height:400px; }
.s11_4 .s_flex .s_right p:nth-child(2){bottom:-100px; left:auto; right:150px;}
.s11_4 .s_flex .s_right p:nth-child(2) img{height:225px;}
.s11_4 .m_circle span{left:38px;  }
.s11_7 div p img{width:auto; height:170px; }
.m_circle span{top:60px;}

.s_bg_wave, .s_bg_wave_bot{height:60px !important; background-size: auto 60px !important;;}
.s11_9:after{height:122px; }
.s11_9 .s_right img{width:auto; height:700px;}
.s11_1:after{display:none;}
.s11_4 .s_flex .s_left{padding-top:0;}

.s31_top{padding:100px 0 0;}
.s31_top .s_slide{width:55%;}
.s31_top .s_text{width:45%; padding-left:3%;}
.s31_top span.line{margin:20px auto;}
.s31_top .s_txt_info dl{flex-wrap:wrap;}
.s31_top .s_txt_info dl dt{width:100%; font-size:17px;}
.s31_top .s_txt_info dl dd{width:100%; font-weight:400;}
.s32_mid, .s33_mid, .s31_mid, .s34_mid{padding:80px 0 130px;}
.s31_mid_text .mid_text img{width:auto; height:70px; margin-bottom:20px; }
.top_title h2{font-size:26px;}
.top_title h3{font-size:20px;}
.s31_mid_text{padding:0 0 100px;}
.s31_2:before{width:30%; background-size:100%;}
.s31_2 .s_mbox1 > div:first-child img{height:180px;}
.s31_2 .s_mbox1 > div:nth-child(2) img{height:35px; margin-top:15px;}

.s31_3 div img{width:auto; height:450px; }
.s31_4 .s_flex .s_right{padding:0 0 0 4%}
.s31_6 .s_mbox1 img{height:450px; }
.s31_9 .s_flex{align-items:center;}
.s31_9 .s_flex .s_right{padding:0 4%;}
.s31_10 .s_flex .s_left{padding:0 4%  ;}
.s31_10{padding-bottom:10px;}

.s31_3 .s31_video{width:60%;}
.s31_3 .s31_video iframe{height:30vw;}
.s31_3 .s_flex div img{width:auto; height:350px;}

.s31_9 .s_title p br{display:none;}
}



@media(max-width:1020px){

.s_bg_wave, .s_bg_wave_bot{height:40px !important; background-size: auto 40px !important;; transition: all 0s;}

.s11_top{padding:100px 0 0;}
.top_title span{font-size:20px;}
.top_title h1{font-size:70px; margin:5px auto 20px;}
.top_title h1:after{width:12px; height:12px; border-radius:100%; }
.top_title p{font-size:20px;}
.top_title figure img {width:160px;}
.s11_top .line{margin:20px auto; height:60px;}
.s11_top .p_txt p{font-size:16px; line-height:1.5; }

.s_title span{font-size:16px; margin-bottom:10px;}
.s_title h2{font-size:28px; line-height:1.3;}
.s_title h2 strong b{font-size:28px; padding-left:0;}
.s_title p{font-size:16px; line-height:1.7;}
.s_title h2 small{font-size:16px;}
.s_mbox1 h3{font-size:16px;}
.s_mbox1 h3:after{margin:10px 0;}
.s_mbox1 p{font-size:14px; line-height:1.5;}
.s_mbox > div:nth-child(1){margin-bottom:40px;}
.s11_top .p_txt p img{width:auto; height:100px; }
.s11_bg_color{padding:100px 0;}
.s11_bg_color .s_inner iframe{height:50vw;}


.s_list_txt p{font-size:15px; line-height:1.5;}

.s_flex{flex-wrap:wrap;}
.s_flex .s_left, .s_flex .s_right{width:100% !important;}
.s11_1 .s_flex .s_left{width:100%; margin-bottom:30px;}
.s11_1 .s_flex .s_right img{width:auto; height:350px; }
.s11_1 .s_title h2{margin-bottom:20px;}
.s_title p br{display:none;}
.s_title h2 br{display:none;}
.s11_2 .s_aos_img p img{height:350px; }
.s11_3 .s_title img{margin-bottom:35px; }

.s11_4 .s_right p:nth-child(1) img{width:auto; height:450px; margin:30px 0 0 auto;}
.s11_4 .s_flex .s_right p:nth-child(2){bottom:30px; right:auto;}
.s11_6{padding:0 0 100px;}
.s11_6 .s_left , .s11_9 .s_flex .s_right, .s31_4 .s_flex .s_left{overflow:hidden; height:50vw;}
.s11_6 .s_left img{position:relative; top:-40%;}
.s11_7, .s11_8{padding:100px 0;}
.s11_6 .s_flex .s_right{padding:5% 3%; }
.s11_9:after, .s31_6:before{height:100px;}
.s11_9 .s_flex .s_left{padding:15% 3% 5%;}

.s11_9 .s_right img{width:100%; height:auto; position:relative; top:-40%;}

.s31_top{padding:80px 0 0;}
.s31_top .s_slide{width:50%; max-height:400px;}
.s31_top .s_text{width:50%; }
.s31_top .s_text p{font-size:16px; }
.s31_top .s_text b{font-size:36px;}
.s31_top .s_txt_info dl dd{font-size:15px; }
.s31_mid_text .mid_text img{height:60px; }
.s31_mid_text{padding:0 0 80px; }
.s31_1{padding:80px 0;}

.s31_2 .s_mbox .s_mbox1{width:100%; margin-bottom:35px;  }
.s31_3 .s31_video{width:60%;}
.s31_3 .s31_video iframe{height:30vw;}
.s31_3 div img{height:400px;}
.s31_video p{font-size:16px; }
.s31_4 .s_flex .s_left img{position:relative; top:-40%;}
.s31_4 .s_flex .s_right{padding:5% 3% 10%; }
.s31_5 .s_left{margin-bottom:25px; }
.s31_6 .s_flex{justify-content:space-between; }
.s31_6 .s_mbox1{width:48%; margin:0;}
.s31_6 .s_mbox1 img{height:380px; }
.s31_6{padding:0 0 80px; }
.s31_7 .s_flex .s_left, .s31_7 .s_flex .s_right{width:50% !important;}

.s31_8 .s_left img{display:none;}
.s31_8 .s_right{overflow:hidden; height:45vw; margin-top:35px; }
.s31_8 img{position:relative; top:-90%; }
.s31_9 img{position:relative; top:-40%;}
.s31_9 .s_flex .s_left{height:45vw;}

.s31_9 .s_flex .s_right, .s31_10 .s_flex .s_left{padding:7% 3%;}

.s31_10 .s_flex .s_left{order:1;}
.s31_10 .s_flex .s_right{order:0; overflow:hidden; height:45vw;}
.s31_10 img{position:relative; }
.s31_11{padding:80px 0;}


.s63_2 .s_right img{width:70%; margin:30px 0}
.s63_2 .m_circle{bottom:0;}
.s31_img_spec img{width: 100%;}
}

@media(max-width:880px){
.s11_top{padding:80px 0 0;}
.top_title span{font-size:17px;}
.top_title h1{font-size:50px; margin:5px auto 10px;}
.top_title h1:after{width:10px; height:10px; border-radius:100%; }
.top_title p{font-size:18px;}
.top_title figure img {width:130px;}
.s11_top .line{margin:15px auto; height:40px;}
.s11_top .p_txt p{font-size:15px; line-height:1.5; }

.s_title span{font-size:15px; margin-bottom:5px;}
.s_title h2{font-size:24px; line-height:1.3; }
.s_title h2 strong b{font-size:24px; padding-left:0;}
.s_title p{font-size:15px; line-height:1.7;}
.s_title h2 small{font-size:14px;}
.s_mbox1 h3{font-size:15px;}
.s_mbox1 h3:after{margin:10px 0;}
.s_mbox1 p{font-size:14px; line-height:1.5;}
.s_mbox > div:nth-child(1){margin-bottom:40px;}
.s11_top .p_txt p img{width:auto; height:100px; }
.s11_bg_color{padding:80px 0;}
.s_list_txt p{font-size:14px; line-height:1.5;}
.s11_6 .s_left , .s11_9 .s_flex .s_right, .s31_4 .s_flex .s_left{overflow:hidden; height:40vw;}
.s11_2 .s_title h2{margin-bottom:15px; }
.s11_2 .s_aos_img p:nth-child(2){left:-21px;}
.s11_2 .s_aos_img p img{height:300px;}
.s11_3 .s_title img{height:450px; margin:35px auto;}
.s_mbox1 > div img{height:220px;}
.s11_4 .s_right p:nth-child(1) img{height:350px;}
.s11_4 .s_flex .s_right p:nth-child(2) img{height:200px;}

.s11_img_list ul{margin:35px auto; flex-wrap:wrap;}
.s11_img_list ul li{width:48%; margin:1%;}
.s11_img_list ul li:nth-child(2n){padding-top:0;}
.s11_7 div p img{height:150px;}
.s11_9 .s_right img{top:-70%;}
.s11_6{padding:0 0 80px;}
.s_list_txt{flex-wrap:wrap;}
.s_list_txt div{width:48%;}
.s11_7{padding:80px 0;}
.s11_8{padding:80px 0 0;}
.s11_9 .s_flex .s_left{padding:20% 3% 5%;}
.s_list_txt div:nth-child(2){top:200px;}
.s11_top .p_txt p br, .s11_img_list p br{display:none;}

.m_circle .circle img{max-width:100px;}
.m_circle span{right:30px; top:42px;}
.m_circle span img{max-width:40px;}
.s11_4 .m_circle span, .s63_2 .m_circle span, .s61_top .m_circle span{left:30px;}
.s11_7:before, .s11_7:after, .s31_3:before, .s31_3:after{font-size:70px;}


.s31_top{padding:60px 0 0; margin-bottom:40px;}
.s31_top .s_slide{width:100%; max-height:unset;}
.s31_top .s_text{width:100%; margin-top:35px; padding-left:0;}
.s31_top .s_text p{font-size:15px; }
.s31_top .s_text b{font-size:30px;}
.s31_top .s_txt_info dl dt{font-size:15px;}
.s31_top .s_txt_info dl dd{font-size:14px; }
.s31_mid_text .mid_text img{height:50px; }
.s31_mid_text{padding:0 0 60px; }
.s31_1{padding:60px 0;}

.s31_2 .s_mbox .s_mbox1{width:100%; margin-bottom:25px;  }
.s31_3 .s31_video{width:100%;}
.s31_3 .s31_video iframe{height:55vw;}
.s31_3 div{margin:0 auto;}
.s31_3 div img{height:400px;}
.s31_video p{font-size:15px; }
.s31_4 .s_flex .s_left img{position:relative; top:-40%;}
.s31_4 .s_flex .s_right{padding:5% 3% 10%; }
.s31_5 .s_left{margin-bottom:25px; }
.s31_6 .s_flex{justify-content:space-between; }
.s31_6 .s_mbox1{width:48%; margin:0;}
.s31_6 .s_mbox1 img{height:380px; }
.s31_6{padding:0 0 60px; }
.s31_7 .s_flex .s_left, .s31_7 .s_flex .s_right{width:50% !important;}
.s31_8{padding:60px 0;}
.s31_8 .s_left img{display:none;}
.s31_8 .s_right{overflow:hidden; height:40vw; margin-top:35px; }
.s31_8 img{position:relative; top:-110%; }
.s31_9 img{position:relative; top:-65%;}
.s31_9 .s_flex .s_left{height:40vw;}

.s31_9 .s_flex .s_right, .s31_10 .s_flex .s_left{padding:7% 3%;}

.s31_10 .s_flex .s_left{order:1;}
.s31_10 .s_flex .s_right{order:0; overflow:hidden; height:40vw;}
.s31_10 img{position:relative; top:-40%;}
.s31_11{padding:60px 0;}
.mid_text p, .s63_1 .mid_text p{font-size:16px; line-height:1.5;}
.mid_text p:before, .s63_1 .mid_text p:before{width:5px; height:5px; border-radius:100%; }
.s31_mid_text .m_circle{bottom:50px;}
.s31_2{padding:60px 0;}
.s31_3{padding:60px 0;}
.s31_11 .m_circle span{left:30px;}
.s31_1:after{display:none;}
.s31_2 .s_mbox1 > div:first-child img{height:150px;}



.s61_1 .s61_1_pc{display:none;}
.s61_1 .s61_1_mo{display:block;}
.s_table table{ width:100%;}
.s_table table th{text-align:center; font-size:15px; font-weight:500; border-bottom:1px solid #ddd; border-right:1px solid #ddd; padding:10px; line-height:1.5em; background-color:#004259; color:#fff;}
.s_table table td{text-align:center; background:#fff; border-bottom:1px solid #ddd; border-right:1px solid #ddd; font-size:14px; padding:10px; line-height:1.5em; }
.s_table {margin:30px auto}
.s_table dt {display:block; text-align:left; padding-bottom:5px;  font-weight:500;  font-size:14px;}
.s_table dd {display:block;  text-align:left; margin-bottom:20px; color:#484848; font-size:13px;}

.s61_img img{width:60%;}
.s63_1, .s63_3, .s63_2{padding:80px 0;}

.s61_top, .s63_top{padding:80px 0 40px;}
.s61_top .line, .s63_top .line{height:60px; margin:20px auto;}

.s61_1 .m_circle{right:0; bottom:0;}
}


@media(max-width:700px){
.s11_1 .s_flex .s_right img{height:auto; width:100%;}

.s11_2 .s_aos_img{display:none;}
.s11_2 .s_aos_img_mo{display:block; margin:35px auto 0;}
.s11_2 .s_aos_img_mo img{width:100%; }
.s31_3 .s31_video iframe{height:50vw;}
}



@media(max-width:600px){
section{padding:60px 0 0;}
.s63_1, .s63_3, .s63_2, .s11_5{padding:60px 0;}
.s11_6{padding:0 0 60px;}
.s11_8{padding:60px 0 0;}
.s11_top{padding:65px 0 0;}
.top_title span{font-size:16px;}
.top_title h1{font-size:35px; margin:5px auto 10px;}
.top_title h1:after{width:7px; height:7px; border-radius:100%; }
.top_title p{font-size:3vw;}
.top_title figure img {width:100px;}
.s11_top .line{margin:15px auto; height:30px;}
.s11_top .p_txt p{font-size:3vw; line-height:1.5; }

.s_title span{font-size:15px; margin-bottom:5px;}
.s_title h2{font-size:18px; line-height:1.3; }
.s_title h2 strong b{font-size:18px; padding-left:0;}
.s_title p{font-size:3vw; line-height:1.7;}
.s_title h2 small{font-size:3.5vw;}
.s_mbox1 h3{font-size:3.5vw;}
.s_mbox1 h3:after{margin:10px 0;}
.s_mbox1 p{font-size:3vw; line-height:1.5;}
.s_mbox > div:nth-child(1){margin-bottom:40px;}
.s11_top .p_txt p img{width:80%; height:auto; }
.s11_bg_color{padding:60px 0;}
.s11_bg_color iframe{height:50vw;}
.s_list_txt p{font-size:3vw; line-height:1.5;}
.s11_6 .s_left , .s11_9 .s_flex .s_right, .s31_4 .s_flex .s_left{overflow:hidden; height:50vw;}
.s11_9 .s_right img{top:-40%;}

.s11_top .p_txt p:nth-child(1){margin-bottom:50px;}

.s11_3 .s_mbox{display:flex; justify-content:space-between; }
.s_mbox1{display:block; width:48%;}
.s_mbox1 > div img{width:100%; height:auto; padding-right:0; margin-bottom:10px;}
.s_mbox1 > .s_mbox_img img{padding-left:0;}
.s_mbox1 .s_mbox_txt{text-align:left;}
.s_mbox1 .s_mbox_txt h3:after{margin:10px 0;}
.s11_4 .s_flex .s_right p:nth-child(2){position:relative; bottom:auto; right:auto;}
.s11_4 .s_right p:nth-child(1) img{margin:30px 0; width:100%; height:auto; }
.s11_img_list p, .s11_7 div p{font-size:3vw; line-height:1.5;}
.s11_4 .s_flex .s_right p:nth-child(2) img{height:auto; width:100%; }
.s11_7:before, .s11_7:after, .s31_3:before, .s31_3:after{font-size:50px;}

.s11_9:after{height:60px; }
.s11_9 .s_flex .s_left img{height:auto; width:80%;}
.s11_7 div p img{width:50%; height:auto;}


.s31_top{padding:40px 0 0; margin-bottom:40px;}
.s31_top .s_slide{width:100%; max-height:unset;}
.s31_top .s_text{width:100%; margin-top:35px; padding-left:0;}
.s31_top .s_text p{font-size:14px; }
.s31_top .s_text b{font-size:24px;}
.top_title h3{font-size:16px;}
.s31_top .s_txt_info dl dt{font-size:3.5vw;}
.s31_top .s_txt_info dl dd{font-size:3vw; }
.s34_mid{background:url("./img/s34_top_img2.jpg") no-repeat 75% 30%;}
.s32_mid{background:url("./img/s31_top_img2.jpg") no-repeat 70% 50%;}
.s33_mid{background:url("./img/s31_top_img1.jpg") no-repeat 70% 80%;}
.s31_mid{background:url("./img/s31_top_img.jpg") no-repeat 70% 80%;}
.s31_mid_text .mid_text img{height:50px; }
.s31_mid_text{padding:0 0 40px; }
.s31_1{padding:40px 0;}

.s31_2 .s_mbox .s_mbox1{width:100%; margin-bottom:25px; text-align:center; }
.s31_2 .s_mbox1 h3:after{margin:10px auto;}
.s31_3 .s31_video{width:100%;}
.s31_3 iframe{height:40vw;}
.s31_3 div{margin:0 auto;}
.s31_3 div img{height:auto; width:60%; margin:25px auto;}
.s31_video p{font-size:15px; }
.s31_4 .s_flex .s_left img{position:relative; top:-40%;}
.s31_4 .s_flex .s_right{padding:5% 3% 10%; }
.s31_5 .s_left{margin-bottom:25px; }
.s31_6 .s_flex{justify-content:space-between; }
.s31_6 .s_mbox1{width:100%; margin:0;}
.s31_6 .s_mbox1 img{height:auto; width:70%; margin:0 auto; }
.s31_6{padding:0 0 40px; }

.s31_8{padding:40px 0;}
.s31_8 .s_left img{display:none;}
.s31_8 .s_right{overflow:hidden; height:40vw; margin-top:35px; }
.s31_8 img{position:relative; top:-110%; }
.s31_9 img{position:relative; top:-65%;}
.s31_9 .s_flex .s_left{height:40vw;}

.s31_9 .s_flex .s_right, .s31_10 .s_flex .s_left{padding:7% 3%;}

.s31_10 .s_flex .s_left{order:1;}
.s31_10 .s_flex .s_right{order:0; overflow:hidden; height:40vw;}
.s31_10 img{position:relative; top:-40%;}
.s31_11{padding:40px 0;}
.mid_text p, .s63_1 .mid_text p{font-size:3vw; }
.mid_text p:before, .s63_1 .mid_text p:before{width:5px; height:5px; border-radius:100%; top:5px; }
.s31_mid_text .m_circle{bottom:-15px;}
.s31_2{padding:40px 0;}
.s31_3{padding:40px 0;}
.s31_11 .m_circle span{left:30px;}
.s31_1:after{display:none;}
.s31_2 .s_mbox1 > div:first-child{overflow:unset; height:auto; }
.s31_2 .s_mbox1 > div:first-child img{height:auto; width:40%; top:auto; margin:0 auto 10px;}
.s31_6 .s_inner{margin-top:60px;}

.s31_7{background:#e3e1e2 url("./img/s31_7_bg.jpg") no-repeat -80% top; background-size:150%;  }
.s31_7 .s_flex .s_left{display:none !important;}
.s31_7 .s_flex .s_right{width:60% !important; padding:0 0 0 3%;}
.s_pro_list > div{width:100%;}

.header_t, .f-nav{padding:0 4%;}
.header_t, .header_t .haed_in, .f-nav {height:70px; }
.header_logo img{max-width:110px;}
.mo_nav button img{max-width:20px;}
.s31_top .s_txt_info dl dd img{width:auto; height:23px; }

.s11_2 .m_circle{bottom:-20%;}
.s11_4 .m_circle{bottom:-7%;}
.s_table table th, .s_table dt{font-size:13px; }
.s_table table td, .s_table dd{font-size:12px;}
.s_list_txt p:before{top:5px; }
.s61_img img{width:80%; }

.s63_2 .s_right img{width:100%;}



}


@media(max-width:500px){
.s11_3 .s_title img{width:70%; height:auto;}
.s11_3 .s_mbox{flex-wrap:wrap;}
.s_mbox1{width:100%; }
.s_mbox1 > div:first-child{overflow:hidden; height:60vw;}
.s_mbox1 > div img{position:relative; top:-50px; margin:0 auto;}
.s31_2 .s_mbox1 > div img{top:auto;}
}

@media(max-width:400px){
.s_list_txt div{width:100%;}
.s_list_txt p br{display:none;}
.s_list_txt div:nth-child(2){top:auto; margin:25px 0;}

.s11_9 .s_flex .s_left{padding:23% 3% 5%;}

.s31_11 .m_circle, .s31_mid_text .m_circle{display:none;}

.s_bg_wave, .s_bg_wave_bot{height:20px !important; background-size: auto 20px !important;}
.s31_3 iframe{height:50vw;}

}