@charset "utf-8";
/* basic022_goemore 2025.12.22 */


/* main visual */
.main_wrap { position: relative; }
.main_wrap * { box-sizing: border-box; }
.main_wrap .mainVisual { position: relative; width: 100%; height: 670px; padding-top: 40px; padding-bottom: 60px; box-sizing: border-box; }


/* main visual - copy */
.mainVisual .copy { position: absolute; top: 15%; left: 50%; transform: translateX(-50%); width: calc(100% - 320px); opacity: 1 !important; }
    /* left - right */
    .swiper-slide .copy.toright { transform: translateX(-50%) !important; }
    /* right - left */
    .swiper-slide .copy.toleft { transform: translateX(-50%) !important; }
.mainVisual .copy .inner { display: flex; flex-direction: column; gap: 15px; }
.mainVisual .copy .inner .bContent { line-height: 1.4; }


/* main swiper */
.mainSlider_001 { position: relative; height: 100%; margin-left: auto; margin-right: auto; overflow: visible !important; }
.mainSlider_001 * { box-sizing: border-box; }
.mainVisual .mainSlider_001 .wigetController { right: 30px }
.mainSlider_001 .swiper-wrapper { height: 100%; }
.mainSlider_001 .swiper-wrapper .swiper-slide { padding: 0 30px; overflow: hidden; }
.mainSlider_001 .swiper-wrapper .swiper-slide .imgbox { position: relative; height: 100%; background-color: rgba(0, 0, 0, 0.4); overflow: hidden; }
.mainSlider_001 .swiper-wrapper .swiper-slide .imgbox::after { position: absolute; inset: 0; content: ""; background-color: inherit; pointer-events: none; }
.mainSlider_001 .swiper-wrapper .swiper-slide .imgbox img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }

.mainSlider_001 .mvswiper_btnbox {  }
.mainSlider_001 .mvswiper_btnbox .swiper-button-prev, 
.mainSlider_001 .mvswiper_btnbox .swiper-button-next { width: 45px; height: 45px; background-image: none; transform: rotate(45deg); border-style: solid; border-color: rgb(255,255,255); opacity: .6; transition: opacity .2s ease; }
.mainSlider_001 .mvswiper_btnbox .swiper-button-prev:hover, 
.mainSlider_001 .mvswiper_btnbox .swiper-button-next:hover { opacity: 1; }
.mainSlider_001 .mvswiper_btnbox .swiper-button-prev { left: 60px; border-width: 0 0 1px 1px; }
.mainSlider_001 .mvswiper_btnbox .swiper-button-next { right: 60px; border-width: 1px 1px 0 0; }
.mainSlider_001 .mvswiper_btnbox .swiper-button-disabled { opacity: 0; }

.mainSlider_001 .swiper-pagination-center { position: absolute; bottom: 10px; left: 50%; -webkit-transform: translate(-50%); transform: translate(-50%); z-index: 10; display:inline-flex; justify-content:center; align-items:center; gap: 5px; width: 100%; max-width: 1300px; }
.mainSlider_001 .swiper-pagination { display: none; }

.mainSlider_001 .indicator { width: 30px; height: 30px; background-color: #000000b3; border-radius: 15px; }
.mainSlider_001 .indicator .play { width: 100%; height: 100%; background: url('/sample/template/basic/basic022_goemore/img/indi_icon_play.png') 12px center no-repeat; background-size: 25%; }
.mainSlider_001 .indicator .stop { width: 100%; height: 100%; background: url('/sample/template/basic/basic022_goemore/img/indi_icon_pause.png') center no-repeat; background-size: 25%; }

.mainSlider_001 .indecator_number { display: inline-flex; justify-content: center; align-items: center; gap: 4px; height: 30px; padding: 0 15px; color: #fff; background-color: #000000b3; border-radius: 15px; }
  
	@media (min-width:1540px){
        .mainSlider_001 { width: 1540px; }
		.mainSlider_001 .swiper-wrapper .swiper-slide .imgbox { border-radius: 20px; }
	}
	@media (max-width:1539px){
		.main_wrap .mainVisual { height: 570px; padding-top: 0; }
		.mainSlider_001 { width: 100%; }
		.mainSlider_001 .swiper-wrapper .swiper-slide { padding: 0; }
		.mainSlider_001 .mvswiper_btnbox .swiper-button-prev, 
		.mainSlider_001 .mvswiper_btnbox .swiper-button-next { width: 40px; height: 40px; }
		.mainSlider_001 .mvswiper_btnbox .swiper-button-prev { left: 20px; }
		.mainSlider_001 .mvswiper_btnbox .swiper-button-next { right: 20px; }
		.mainVisual .copy { width: calc(100% - 180px); }
		.mainVisual .copy .inner .tit { font-size: 40px; }
		.mainVisual .copy .inner .smallp { font-size: 20px; }
	}
	@media (max-width:899px){
		.main_wrap .mainVisual { height: 380px; }
		.mainSlider_001 .mvswiper_btnbox .swiper-button-prev, 
		.mainSlider_001 .mvswiper_btnbox .swiper-button-next { width: 30px; height: 30px; }
		.mainVisual .copy { top: 12%; width: calc(100% - 100px); }
		.mainVisual .copy .inner .tit { font-size: 34px; }
		.mainVisual .copy .inner .smallp { font-size: 18px; }
	}
	@media (max-width:799px){
		.mainVisual .copy { top: 10%; width: calc(100% - 60px); }
		.mainVisual .copy .inner .tit { font-size: 30px; }
		.mainVisual .copy .inner .smallp { font-size: 16px; }
	}
	@media (max-width:699px){
        .mainSlider_001 .mvswiper_btnbox { display: none; }
	}
	@media (max-width:599px){
		
	}




/* widget - custom style */
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }

/* wave */
.layout_wrap:has(.wave-container ) { padding-bottom: 50px; }
.layout_wrap:has(.wave-container ) .div_wrap { z-index: 2; }
.wave-container { position: absolute; bottom: 0; z-index: 1; width: 100%; height: 150px; clip-path: url(#wave-shape); -webkit-clip-path: url(#wave-shape); background-color: #707cd5; }
.wave-clip-svg { position: absolute; bottom: 0; width: 100%; height: 100%; }

.qbnr-blob-wrap { display: flex; gap: 20px; justify-content: center; align-items: center; }
.widequick123.custom .qbnr { width: auto; text-align: center; position: relative; cursor: pointer; }
.widequick123.custom .qbnr .icon_wrap { display:flex; justify-content:center; align-items:center; width:180px; aspect-ratio: 1 / 1; }
.widequick123.custom .qbnr .icon_wrap .blob { position: relative; overflow: hidden; }
/* .qbnr .icon_wrap .blob img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); z-index: 2; display:flex; justify-content:center; align-items:center; min-width: 100%; max-width: 100%; min-height: 100%; object-fit: cover; } */
.widequick123.custom .qbnr .icon_wrap .blob img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); z-index: 2; max-width: 50%; max-height: 50%; }
.widequick123.custom .qbnr .blob { width: 100%; height: 100%; margin: 0 auto; transform-origin: center center; transition: all 0.5s ease; }
.widequick123.custom .qbnr .blob::after { content: ''; position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; mix-blend-mode: soft-light; opacity: 1; 
					background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.3) 100%);
					}

	.widequick123.custom [data-type *="quick"]:nth-child(1) .blob { border-radius: 55% 45% 50% 50% / 55% 45% 55% 45%; background:#5C8DF5; }
	.widequick123.custom [data-type *="quick"]:nth-child(2) .blob { border-radius: 60% 40% 45% 55% / 50% 60% 40% 50%; background:#FF7A6C; }
	.widequick123.custom [data-type *="quick"]:nth-child(3) .blob { border-radius: 55% 55% 50% 60% / 60% 55% 55% 45%; background:#F0A93A; }
	.widequick123.custom [data-type *="quick"]:nth-child(4) .blob { border-radius: 50% 60% 50% 60% / 60% 60% 50% 50%; background:#3DB58F; }
	.widequick123.custom [data-type *="quick"]:nth-child(5) .blob { border-radius: 60% 50% 55% 50% / 55% 65% 45% 55%; background:#7A5CEB; }
	.widequick123.custom [data-type *="quick"]:hover .blob { transform: scale(1.10); border-radius: 20px; }

.layout_wrap:has(.custom_layout) {  }
.custom_layout.layout_padding > .layout_06 { z-index: 2; }
.custom_layout.layout_padding > .layout_03 { z-index: 2; }
.custom_layout.layout_padding > .layout_03:hover { z-index: 4 !important; }
.custom_layout.wd1420 { position: relative; max-width: 1420px; height: 410px; }
.corner-deco { position: absolute; z-index: 3; }
.corner-deco.top-left { left: calc((100% - 1420px) / 2); }
.corner-deco.bottom-right { right: calc(((100% - 1420px) / 2) + 40px); }
.corner-deco img { max-width: 100%; max-height: 100%; transform-origin: center; animation: gentleShake 5s ease-in-out infinite; }
.corner-deco.top-left img { animation-delay: 0s; }
.corner-deco.bottom-right img { animation-delay: 1.6s; animation-duration: 5.8s; }
@keyframes gentleShake {
  0%   { transform: translateX(0) rotate(0deg); }
  20%  { transform: translateX(-6px) rotate(-2deg); }
  40%  { transform: translateX(6px) rotate(2deg); }
  60%  { transform: translateX(-4px) rotate(-1deg); }
  80%  { transform: translateX(4px) rotate(1deg); }
  100% { transform: translateX(0) rotate(0deg); }
}

.widequick123.custom { background: transparent; }
.widequick123.custom .bgbox { display: none; }
.widequick123.custom .wq123_innerbox { float: none; display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start; padding: 20px; background-color: transparent; border-radius: 20px; }
.widequick123.custom .wq123_innerbox [data-type *= "quick"] { display: flex; justify-content: center; align-items: center; width: auto; max-width: calc(20% - 20px); margin-right: 0; }
.widequick123.custom .wq123_innerbox [data-type *= "quick"] a { display: flex; flex-direction: column; gap: 20px; justify-content: center; align-items: center; }
.widequick123.custom .wq123_innerbox [data-type *= "quick"] a .blob { position: relative; display: flex; justify-content: center; align-items: center; }
.widequick123.custom .wq123_innerbox .wq123_circle { margin: 0; background-color: transparent; box-shadow: none; }
.widequick123.custom .wq123_innerbox .wq123_circle:hover { box-shadow: none; -webkit-transition: none; transition: none; }
.widequick123.custom .wq123_innerbox .bTitle { font-size: 16px; }

.layout_height_H:has(.bg_notebook) { overflow: initial; margin-top: 60px !important; }
.bg_notebook_area { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); z-index: 1; width: 1420px; height: 350px; }
.bg_notebook_area .bg_notebook { position: absolute; bottom: 0; right: 0; content: ''; width: 80%; height: 100%; background-color: #f3f3fc; border-radius: 206px; }
.bg_notebook_area .bg_notebook::before { position: absolute; inset: 0; content: ""; pointer-events: none; opacity: 0.5; filter: blur(0.6px); border-radius: 206px;

		/* 네모 체크 */
		background-image:
			repeating-linear-gradient(
				to right,
				rgba(0, 0, 0, 0.07) 0px,
				rgba(0, 0, 0, 0.07) 1.5px,
				transparent 1.5px,
				transparent 20px
			),
			repeating-linear-gradient(
				to bottom,
				rgba(0, 0, 0, 0.07) 0px,
				rgba(0, 0, 0, 0.07) 1.5px,
				transparent 1.5px,
				transparent 20px
			);
	}

.quick121.custom { position: relative; display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start; height: 350px; padding: 0 50px; background-color: #707cd5; border-radius: 20px 175px 175px 175px; overflow: initial; }
.quick121.custom::after { content: ''; position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; mix-blend-mode: soft-light; opacity: 1; border-radius: 20px 175px 175px 175px; 
						background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.3) 100%);
						}

.quick121.custom * { box-sizing: border-box; }
.quick121.custom .corner-deco { position: absolute; top: -80px; left: -10px; z-index: 1; }
.quick121.custom .qbox { position: relative; z-index: 2; float: none; flex: 1 1 25%; width: auto; max-width: 25%; padding-top: 0; margin-top: 85px; }
.quick121.custom .qbox a { display: inline-flex; justify-content: center; align-items: center; align-content: flex-start; flex-direction: column; width: 100%; height: 100%; }
.quick121.custom .qbox:nth-child(odd),
.quick121.custom .qbox:nth-child(even) { height: auto; background-color: transparent; }
.quick121.custom .qbox .iconbox { display: inline-flex; justify-content: center; align-items: center; aspect-ratio: 1 / 1; height: 100px !important; line-height: normal !important; border-radius: 34px; }
.quick121.custom .qbox .iconbox img { max-width: 100%; max-height: 100%; }
.quick121.custom .qbox .txtbox .tit { display: inline-block; width: 90%; color: #fff; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.quick121.custom .qbox .txtbox .co { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden; }
.quick121.custom .qbox .txtbox .co:after { display: none; }

.quick120.custom { display: flex; flex-direction: column; display:inline-flex; justify-content:center; align-items:center; padding: 20px; background-color: transparent; overflow: hidden; }
.quick120.custom .bg { position: absolute; inset: 0; background-color: transparent; }
.quick120.custom .titlebox { position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 15px; padding: 0; text-align: left; }
.quick120.custom .titlebox h3 { padding-top: 0; line-height: normal; font-size: 32px; color: #3f65d9; }
.quick120.custom .titlebox p { margin-top: 0; line-height: normal; font-size: 14px; color: #7e7e7e; }
.quick120.custom .linkbox_wrap { position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 8px; padding-bottom: 0; margin-top: 20px; }
.quick120.custom .linkbox_wrap div.linkbox { width: auto; height: auto; padding: 0; margin: 0 !important; background-color: transparent; }
.quick120.custom .linkbox_wrap div.linkbox a { position: relative; padding: 0 0 0 12px; line-height: 1.4; font-size: 17px; font-weight: 600; color: #333; }
.quick120.custom .linkbox_wrap div.linkbox a .bullet { position: absolute; top: 7px; left: 0; content: ''; width: 6px; aspect-ratio: 1 / 1; background-color: #3f65d9; border-radius: 50%; }

.board012.custom { background: transparent; }

.board004_1.custom { padding: 0; }
.board004_1.custom * { box-sizing: border-box; }
.board004_1.custom h2 { display: flex; justify-content: space-between; align-items: center; height: 50px; line-height: normal; }
.board004_1.custom h2 > span { width: auto; max-width: 85%; font-size: 22px; color: #4a4846; }
.board004_1.custom a.more_btn { float: none; display: inline-flex; justify-content: center; align-items: center; width: auto; height: auto; padding: 8px 15px; margin-top: 0; line-height: normal; font-family: 'NanumSquareR'; font-size: 12px; font-weight: normal; color: #7e7e7e; background-color: #fff; border: 1px solid #e5e7ee; border-radius: 18px; -webkit-transition: all 0.2s; transition: all 0.2s; }
.board004_1.custom a.more_btn:hover { background-color: #333; border-color: #333; color: #fff; -webkit-transition: none; transition: none; }
.board004_1.custom .innerbox { height: calc(100% - 50px); padding: 0; }
.board004_1.custom [id *= "data"] { display: flex; flex-direction: column; width: 100%; height: 100%; padding: 30px; background-color: #fff; border: 1px solid #e5e7ee; border-radius: 20px; }
.board004_1.custom [id *= "data"] li { width: 100%; }
.board004_1.custom [id *= "data"] li [data-attr *= "nttSj"] { width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.board004_1.custom [id *= "data"] li a { display: flex; align-items: center; width: 100%; height: 100%; }
.board004_1.custom [id *= "data"] li:first-child { display: block; padding: 0 !important; margin-bottom: 20px; }
.board004_1.custom [id *= "data"] li:first-child a { height: 110px; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-items: flex-end; }
.board004_1.custom [id *= "data"] li:first-child [data-attr *= "frstRegistPnttm"] { position: absolute; top: 30px; left: 30px; order: 1; width: 110px; height: 110px; display:inline-flex; flex-direction: column; justify-content:center; align-items:center; gap: 4px; padding: 0; background-color: #707cd5; color: #fff; border-radius: 15px }
.board004_1.custom [id *= "data"] li:first-child [data-attr *= "frstRegistPnttm"] i { display:inline-flex; justify-content: flex-end; font-style: normal; }
.board004_1.custom [id *= "data"] li:first-child [data-attr *= "frstRegistPnttm"] .year { padding-top: 5px; font-size: 22px; font-weight: 600; }
.board004_1.custom [id *= "data"] li:first-child [data-attr *= "frstRegistPnttm"] .date { font-size: 14px; }
.board004_1.custom [id *= "data"] li:first-child [data-attr *= "nttSj"] { order: 2; display: inline-block; align-items: flex-end; width: calc(100% - 140px); line-height: normal; padding-bottom: 5px; margin: 0; font-size: 17px; }
.board004_1.custom [id *= "data"] li:first-child [data-attr *= "nttCnChrctr"] { order: 3; width: calc(100% - 140px); max-height: none; line-height: 1.4; padding-top: 5px; margin: 0; font-size: 15px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden; }
.board004_1.custom [id *= "data"] li:not(:first-child) { display: flex; align-items: center; height: calc(100% - 110px); padding: 0; border-top: 0; }
.board004_1.custom [id *= "data"] li:not(:first-child) a { justify-content: space-between; }
.board004_1.custom [id *= "data"] li:not(:first-child) [data-attr *= "nttSj"] { position: relative; width: calc(100% - 80px); padding-left: 15px; font-size: 15px; }
.board004_1.custom [id *= "data"] li:not(:first-child) [data-attr *= "nttSj"] .bullet { position: absolute; top: 7px; left: 0; content: ''; width: 6px; height: 6px; background-color: #707cd5; border-radius: 50%; }
.board004_1.custom [id *= "data"] li:not(:first-child) [data-attr *= "frstRegistPnttm"] { font-size: 13px; }


.gallery119.custom { padding: 0; }
.gallery119.custom * { box-sizing: border-box; }
.gallery119.custom ul.board_wrap { display: flex; }
.gallery119.custom ul.board_wrap .wzwg-tab {  }
.gallery119.custom ul.board_wrap .wzwg-tab .titbox { display: inline-flex; align-items:center; width: 100%; height: 50px; line-height: normal; }
.gallery119.custom ul.board_wrap > li:not(:first-child) .titbox {  }
.gallery119.custom ul.board_wrap > li:not(:first-child) .titbox::before { flex-shrink: 0; content: ''; display: block; width: 6px; height: 6px; margin-left: 10px; margin-right: 10px; background-color: rgba(0,0,0,.18); border-radius: 50%; } 
.gallery119.custom ul.board_wrap li div ul { width: 100%; height: calc(100% - 50px); padding: 30px !important; border: 1px solid #e5e7ee !important; border-radius: 20px; }
.gallery119.custom ul.board_wrap li div ul li { display: flex; align-items: stretch; }
.gallery119.custom ul.board_wrap li div ul li a { flex: 1 1 50%; display: flex; }
.gallery119.custom ul.board_wrap li div ul li a .imgbox { min-height: 0; height: 100%; border-radius: 15px; }
.gallery119.custom ul.board_wrap > li .titbox .board_name { display:inline-flex; justify-content:center; align-items:center; }
.gallery119.custom ul.board_wrap ul li a .txtbox { display: flex; flex-direction: column; justify-content: center; gap: 10px; }
.gallery119.custom ul.board_wrap ul li a .tit { margin-bottom: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden; }
.gallery119.custom ul.board_wrap ul li a .tit:hover,
.gallery119.custom ul.board_wrap ul li a:hover .date { font-weight: normal; }
.gallery119.custom ul.board_wrap > li.active > div { display: flex; flex-direction: column; height: 100%; }
.gallery119.custom ul.board_wrap > li:last-child .titbox .board_name:before { display: none; }
.gallery119.custom ul.board_wrap > li.active .titbox .morebtn { top: 10px; right: 0; display: inline-flex; justify-content: center; align-items: center; padding: 8px 15px; line-height: normal; font-size: 12px; color: #7e7e7e; background-color: #fff; border: 1px solid #e5e7ee; border-radius: 18px; -webkit-transition: all 0.2s; transition: all 0.2s; }
.gallery119.custom ul.board_wrap > li.active .titbox .morebtn:hover { background-color: #333; border-color: #333; color: #fff; }
.gallery119.custom ul.board_wrap > li.active [id *= "data"] { display: flex; flex-direction: column; align-items: flex-start; gap: 41px; margin-top: 10px; }
.gallery119.custom ul.board_wrap > li.active [id *= "data"] li { flex: 1 1 40%; float: none; position: relative; width: 100%; padding-bottom: 0; margin-bottom: 0; border-bottom: none; }
.gallery119.custom ul.board_wrap > li.active [id *= "data"] li:not(:first-child)::before { position: absolute; top: -21px; left: 0; content: ''; width: 100%; height: 1px; background-color: rgba(0,0,0,.08); }

	@media (min-width:1540px){
		.widequick123.custom .wq123_innerbox { gap: 80px; }
	}
	@media (max-width:1539px){
		.widequick123.custom .qbnr .icon_wrap { width: 150px; }
		.widequick123.custom .wq123_innerbox { gap: 50px; }
	}
	@media (max-width:1419px){
		.corner-deco.top-left { left: 20px; }
		.corner-deco.bottom-right { right: 20px; }
	}
	@media (min-width:1300px){
		.corner-deco { max-width: 200px; max-height: 200px; }
		.corner-deco.top-left { top: -80px; }
		.corner-deco.bottom-right { bottom: -40px; }
	}
	@media (max-width:1299px){
		.div_wrap { padding: 0 15px; }
		.corner-deco { max-width: 120px; max-height: 120px; }
		.corner-deco.top-left { top: -50px; }
		.corner-deco.bottom-right { bottom: -20px; }
		.widequick123.custom .qbnr .icon_wrap { width: 120px; }
		.quick121.custom .qbox .iconbox { height: 80px !important; }
		.quick121.custom .qbox .txtbox .tit { font-size: 20px; }
	}
	@media (max-width:990px){
		.corner-deco.top-left { top: -10px; }
		.widequick123.custom .qbnr .icon_wrap { width: 110px; }
		.widequick123.custom .wq123_innerbox { justify-content: space-around; gap: 30px; }
		.bg_notebook_area { width: 100%; }
		.bg_notebook_area .bg_notebook { width: 90%; }
	}
	@media (min-width:800px){
		.custom_layout.layout_padding > .layout_06 { margin-right: 2%; overflow: initial; }
		.custom_layout.layout_padding > .layout_03 { top: 60px; right: 0; width: 28%; height: calc(100% - 60px); }
	}
	@media (max-width:799px){
		.widequick123.custom .wq123_innerbox { justify-content: center; gap: 20px; }
		.widequick123.custom .qbnr .icon_wrap { width: 90px; }
		.gallery119.custom ul.board_wrap > li.active [id *= "data"] { margin-top: 15px; }
		.quick121.custom { height: auto; }
		.quick121.custom .qbox { margin: 50px auto; }
		.custom_layout .layout_03 { margin-bottom: 20px !important; }
		.layout_height_H .quick120.custom { height: auto; }
		.bg_notebook_area { width: 100%; height: calc(80% - 30px); }
		.bg_notebook_area .bg_notebook { width: 100%; border-radius: 0; }
	}
	@media (max-width:699px){
		.widequick123.custom .wq123_innerbox [data-type *= "quick"] { flex: 1 1 30%; max-width: calc(100% / 3); }
		.quick121.custom { gap: 20px; padding: 30px 80px; border-radius: 20px 100px 100px 100px; }
		.quick121.custom::after { border-radius: 20px 100px 100px 100px; }
		.quick121.custom .qbox { flex: 1 1 40%; max-width: 50%; margin: 0; }
		.quick121.custom .qbox .txtbox .tit { font-size: 18px; margin-bottom: 4px; }
		.quick121.custom .qbox .txtbox .co { font-size: 12px; }
	}
	@media (max-width:599px){
		.custom_layout.wd1420 { height: auto; }
		.custom_layout.div_wrap .layout_03 { margin-bottom: 20px !important; }
	}