
.subtop {width: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; height: 460px; position: relative; }
.subtop::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    position: absolute;
    top: 100px;
    left: 0;
}
#s1 {
    background: url(../image/s1_bg.png) center center / cover no-repeat;
}
#s2 {
    background: url(../image/s2_bg.png) center center / cover no-repeat;
}
#s3 {
    background: url(../image/s3_bg.png) center center / cover no-repeat;
}
#s4 {
    background: url(../image/s4_bg.png) center center / cover no-repeat;
}
#s5, #s6 {
    background: url(../image/s5_bg.png) center center / cover no-repeat;
}
.subtop_txtbox {width: 90%; max-width: 1200px;  position: absolute;  top: 55%;  left: 50%;  transform: translateX(-50%);}
.subtop_p1 {  font-family: 'Noto Sans SC', sans-serif;  text-align: center;  font-weight: bold;  font-size: 2.3rem;  line-height: 8.45px;  text-transform: uppercase;  color: #fff;}

.sub_title {width: 100%; margin: 110px 0px 90px;}
.sub_title h3 {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
}
.sub_title p {
    margin-top: 35px;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 700;
}
.sub_title p span.color {
    font-size: 1.8rem;
}
.subtop_nav_bg {
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;  
    bottom: 0px;  
    left: 0;  
    z-index: 99;  
}
.subtop_nav {  width: 90%;  font-size: 0px; max-width: 1440px; margin: 0 auto;}
.subtop_nav > li:nth-child(1) {width: 10%; text-align: center; padding: 0px; border-left: 1px solid rgba(255,255,255,0.5);}
.subtop_nav > li:nth-child(1) a {display: block; width: 100%; height: 100%;}
.subtop_nav > li {cursor: pointer; display: inline-block;  vertical-align: top; color: #fff;  font-size: 16px; line-height: 60px;  transform: skewX(-0.3deg); letter-spacing: -0.9px;  width: 22.5%;  position: relative;   border-right: 1px solid rgba(255,255,255,0.5);box-sizing: border-box;  padding: 0px 50px; height: 60px; }
.subtop_nav > li.on > p {
    color: #f74d08;
}
.subtop_nav > li.on > .subtop_btn > div {
    background-color: #f74d08;
}
.subtop_nav > li .subtop_btn { position: absolute;  right: 8%;  top: 50%;  transform: translateY(-50%); width: 10px; height: 10px;}
.bar1 {width: 100%; height: 2px; background-color: #fff; position: absolute; left: 0px; top: 50%; transform: translateY(-50%); }
.bar2 { max-width: 2px;  height: 100%;  background-color: #fff;  width: 100%;  margin: auto;  transition: all 0.4s;}
.subtop_nav > li:hover .bar2 {transform: rotate(90deg);}
.subtop_nav > li:hover .subtop_ul {display: block;}
.subtop_ul {  position: absolute; top: 60px;  left: 0px; width: 100%;  background-color: rgba(247, 77, 8, 0.95); display: none; padding: 10px 50px; box-sizing: border-box; }
.subtop_ul > li {color: #fff; transition: all 0.4s; line-height: 23px; padding: 5px 0px;}
.subtop_ul > li a {display: block; width: 100%; height: 100%;}
.subtop_ul > li:hover {color: #666; font-weight: bold;}


.test_div img {width: 100%}

.gmarket{
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 500;
}

/*sub1-1*/
.s111 {
    width: 100%;
    margin-bottom: 180px;
}
.s111_ul {
    margin-right: 15%;
    width: 85%;
    font-size: 0;
}
.s111_ul li {
    display: inline-block;
    height: 965px;
    vertical-align: middle;
}
.s111_ul li:nth-child(1) {
    width: 52%;
    overflow: hidden;
}
.s111_ul li:nth-child(1) img {
    width: 100%;
}
.s111_ul li:nth-child(2) {
    width: 43%;
    margin-left: 4%;
    position: relative;
    line-height: 1.8;
    padding-top: 380px;
    box-sizing: border-box;
    padding-right: 4%;
    transform: skew(-0.3deg);
}
.s111_ul li:nth-child(2) p.gmarket {
    font-size: 1.7rem;
    line-height: 1.5;
    padding: 40px 70px;
    box-sizing: border-box;
    background-color: #f84d08;
    color: #fff;
    position: absolute;
    top: 5%;
    left: -18%;
}
.s111_ul li:nth-child(2) p.name {
    font-weight: bold;
    text-align: right;
}
.s111_ul li:nth-child(2) p.name span {
    font-size: 25px;
    padding-left: 5px;
    display: inline-block;
}


/* sub1-2 */
.s121 {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 180px;
}
.s121_ul {
    width: 100%;
    font-size: 0;
    text-align: center;
}
.s121_ul > li {
    width: 320px;
    height: 357px;
    margin-right: 12px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.s121_ul > li:nth-child(3n) {
    margin-right: 0;
}
.s121_ul > li:last-child {
    margin-right: 0;
}
.s121_ul > li:nth-child(3) ~ li {
    margin-top: 12px;
}
.s121_ul > li > div {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transform: skew(-0.3deg);
}
.s121_ul .s121_before {
    border: 1px solid #e3e3e3;
    padding: 75px 0;
}
.s121_before img {
    display: inline-block;
    max-width: 105px;
    width: 100%;
    margin-bottom: 40px;
} 
.s121_before .gmarket {
    font-size: 1.5rem;
    margin-top: 10px;
}
.s121_ul .s121_hover {
    background-color: #f84d08;
    color: #fff;
    opacity: 0;
    transition: 0.6s;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.s121_ul > li:hover .s121_hover {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.s121_hover .s121_ul_ul {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.s121_ul_ul > li {
    margin-bottom: 15px;
    text-align: left;
    position: relative;
}
.s121_ul_ul > li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 10px;
    left: -12px;
}


/* sub1-3 */
.s131 {
    width: 100%;
}
.s131_ul {
    font-size: 0;
    margin-bottom: 150px;
}
.s131_ul > li{
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}
.s131_ul .s131_img img {
    width: 100%;
}
.s131_ul:nth-child(1) .s131_txt {
    padding-left: 8.5%;
    padding-right: 20%;
    box-sizing: border-box;
}
.s131_ul:nth-child(2) .s131_txt {
    padding-left: 20%;
    padding-right: 8.5%;
    box-sizing: border-box;
}
.s131_txt .gmarket {
    font-size: 2.1rem;
    position: relative;
    letter-spacing: -2px;
}
.s131_txt .gmarket::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #f94d08;
    position: absolute;
    top: -20px;
    left: 0;
}
.s131_txt .gmarket .color {
    font-size: 2.1rem;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 500;
}
.s131_txt > p:nth-child(2) {
    line-height: 1.5;
    margin-top: 40px;
    transform: skew(-0.3deg);
}
.s131_txt > p:nth-child(2) .bold {
    font-weight: bold;
}

.s132 {
    width: 100%;
    margin-bottom: 180px;
    text-align: center;
}
.s132_circle {
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background-color: #f84d08;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 70px 0 180px;
}
.s132_circle::before, .s132_circle::after {
    content: '';
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.s132_circle::before {
    width: 338px;
    height: 338px;
    background-color: rgba(248, 77, 8, 0.3);
}
.s132_circle::after {
    width: 401px;
    height: 401px;
    border: 1px dashed #999;
    box-sizing: border-box;
}
.s132_circle > .gmarket {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: #fff;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}
.s132_circle > .gmarket span {
    font-size: 1.2rem;
    color: #fff;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 500;
}
.s132_ul1 > li {
    position: absolute;
}
.s132_ul1 > li:nth-child(1) {
    top: -55px;
    left: -60px;
}
.s132_ul1 > li:nth-child(2) {
    top: 50px;
    right: -133px;
}
.s132_ul1 > li:nth-child(3) {
    bottom: 30px;
    left: -133px;
}
.s132_ul1 > li:nth-child(4) {
    bottom: -85px;
    right: -26px;
}

.s132_ul1 > li > p {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    color: #999;
    position: relative;
    transition: 0.4s;
    cursor: pointer;
}
.s132_ul1 > li.on > p {
    color: #f84d08;
    z-index: 1;
}
.s132_ul1 > li > p::before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 6px solid #999;
    position: absolute;
}
.s132_ul1 > li.on > p::before {
    border-color: #f84d08;
}
.s132_ul1 > li:nth-child(1) > p::before {
    bottom: 0;
    right: -27px;
}
.s132_ul1 > li:nth-child(2) > p::before {
    top: 10px;
    left: -30px;
}
.s132_ul1 > li:nth-child(3) > p::before {
    top: 0;
    right: -34px;
}
.s132_ul1 > li:nth-child(4) > p::before {
    top: -10px;
    left: -20px;
}
.s132_txt {
    width: 100%;
}
.s132_ul2 > li {
    padding: 20px 0;
    box-sizing: border-box;
    transition: 0.4s;
}
.s132_ul2 > li.on {
    background-color: #f7f7f7;
}
.s132_ul2 > li > p {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    padding-left: 55px;
    box-sizing: border-box;
    line-height: 1.5;
    text-align: left;
    transform: skew(-0.3deg);
}
.s132_ul2 > li > p span {
    font-size: 1.2rem;
    position: absolute;
    top: 0;
    left: 0;
}


/*sub1-4 */
.s141_ul1 {
    width: 100%;
    max-width: 610px;
    font-size: 0;
    margin: 0 auto;
}
.s141_ul1 > li {
    width: 50%;
    display: inline-block;
    padding: 15px 0;
    box-sizing: border-box;
    text-align: center;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    color: #4d4d4d;
    border: 1px solid #e5e5e5;
    transition: 0.4s;
    cursor: pointer;
}
.s141_ul1 > li.on {
    background-color: #f84d08;
    border: 1px solid #f84d08;
    color: #fff;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 700;
}
.h_wrap {
    width: 100%;
    position: relative;
    height: 500px;
    margin-top: 55px;
    margin-bottom: 180px;
}
.s141_ul2 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.s141_ul2.on {
    display: block;
}
.s141_ul2 > li {
    width: 100%;
    transition: 0.4s;
    padding: 30px 0;
    box-sizing: border-box;
}
.s141_ul2 > li:hover {
    background-color: #f7f7f7;
}
.s141_ul2 > li .txt {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    font-size: 0;
    cursor: default;
}
.s141_ul2 > li .txt p {
    display: inline-block;
    vertical-align: top;
}
.s141_ul2 > li .year {
    width: 75px;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    color: #e3e3e3;
    transition: 0.4s;
    margin-right: 36px;
    position: relative;
}
.s141_ul2 > li .year::before, .s141_ul2 > li .year::after{
    content: '';
    display: block;
    position: absolute;
}
.s141_ul2 > li .year::before {
    width: 1px;
    height: 300%;
    background-color: #e3e3e3;
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
}
.s141_ul2 > li:first-child .year::before {
    height: 145%;
    top: 105%;
}
.s141_ul2 > li:last-child .year::before {
    height: 145%;
    top: -20%;
}
.s141_ul2 > li .year::after {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    box-sizing: border-box;
    background: #fff;
    border: 5px solid #e3e3e3;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    transition: 0.4s;
}
.s141_ul2 > li:hover .year {
    color: #f84d08;
}
.s141_ul2 > li:hover .year::after {
    border-color: #f84d08;
}
.s141_ul2 > li .h_cont {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    color: #4d4d4d;
    padding-left: 105px;
    box-sizing: border-box;
    position: relative;
}
.s141_ul2 > li .date {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 500;
    color: #000;
    position: absolute;
    top: 4px;
    left: 0;
}


/* sub1-5 */
.s151, .s152{
    width: 100%;
    padding-bottom: 90px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}
.s152 {
    padding-top: 90px;
    padding-bottom: 180px;
}
.s15_ul {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    font-size: 0;
}
.s15_ul > li {
    width: 22%;
    margin-right: 4%;
    display: inline-block;
    margin-bottom: 60px;
    text-align: center;
    vertical-align: top;
}
.s15_ul > li:nth-child(4n) {
    margin-right: 0;
}
.s15_ul > li > img {
    width: 100%;
    transition: 0.4s;
}
.s15_ul > li:hover img {
    transform: scale(1.1);
}
.s15_ul > li > p {
    margin: 15px 0;
    font-size: 1rem;
    transform: skew(-0.3deg);
}
.s151_ul li:nth-child(4) ~ li {
    margin-bottom: 0;
}
.s152_last {
    width: 25%;
}


/* sub1-6 */
.s16_bg {
    width: 100%;
    height: 148px;
    background: url(../image/s1_6_bg.png) center center / cover fixed;
}
.s16_bg > p.gmarket {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 700;
    font-size: 2.1rem;
    text-align: center;
    line-height: 148px;
    color: #fff;
}
.s16_ul {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    font-size: 0;
    padding: 60px 0 90px;
    box-sizing: border-box;
    position: relative;
}
.s16_ul::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    background: #d9d9d9;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.s16_ul > li.R {
    width: 50%;
    margin-left: 50%;
    padding-left: 100px;
    box-sizing: border-box;
}
.s16_ul > li.L {
    width: 50%;
    margin-right: 50%;
    padding-right: 100px;
    box-sizing: border-box;
    text-align: right;
}
.s16_ul > li .year {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    color: #666;
    margin-bottom: 20px;
    position: relative;
    transition: 1s;
}
.s16_ul > li .year.on {
    color: #f84d08;
}
.s16_ul > li .year::before {
    content: '';
    display: block;
    width: 105px;
    height: 100%;
    background: url(../image/s16_dot_b.png) center center / contain no-repeat;
    position: absolute;
    top: 50%;
    left: -22.6%;
    transform: translateY(-50%);
    transition: 1s;
}
.s16_ul > li.L .year::before {
    left: auto;
    right: -22.6%;
    transform: translateY(-50%) rotate(180deg);
}
.s16_ul > li .year.on::before {
    background: url(../image/s16_dot_c.png) center center / contain no-repeat;
}
.s16_ul_ul > li{
    color: #666;
    padding: 5px 0;
    box-sizing: border-box;
    position: relative;
    transform: skew(-0.3deg);
}
.s16_ul_ul > li::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ccc;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.R .s16_ul_ul > li::before {
    left: -15px;
}
.L .s16_ul_ul > li::before {
    right: -15px;
}


/* sub1-7 */
.s171 {
    width: 100%;
    position: relative;
    margin-bottom: 250px;
}
.s171 .map {
    width: 100%;
    max-width: 1090px;
    margin: auto;
}
.s171 .map iframe {
    width: 100%;
}
.s17_txt {
    width: 65%;
    margin-left: 35%;
    background-color: #f84d08;
    position: absolute;
    bottom: -25%;
    padding: 30px;
    box-sizing: border-box;
}
.s17_txt > li {
    display: inline-block;
    width: 18%;
    vertical-align: top;
    box-sizing: border-box;
}
.s17_txt > li.gmarket {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: #fff;
    line-height: 1.1;
}
.s17_txt > li:nth-child(2) {
    width: 30%;
    padding-left: 30px;
    border-left: 4px solid #fff;
}
.s17_txt > li:nth-child(2) span.bold {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 500;
    position: absolute;
    font-size: 1.4rem;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 55px;
    text-align: right;
}
.s17_txt > li:nth-child(2) p {
    padding-left: 65px;
    position: relative;
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #fff;
}
.s17_txt > li:nth-child(2) p:last-child {
    margin-bottom: 0;
}


/* sub 2-1-1 */
.s211_1 {
    width: 100%;
    position: relative;
}
.s211_1::before {
    content: '';
    display: block;
    width: 100%;
    height: 60vh;
    position: absolute;
    background: #f7f7f7;
    bottom: 0;
    left: 0;
}
.s211_ul1 {
    width: 830px;
    margin: auto;
    font-size: 0;
}
.s211_ul1 > li {
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.2rem;
    margin-right: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    display: inline-block;
    cursor: pointer;
    transition: 0.4s;
}
.s211_ul1 > li.on {
    border-color: #f84d08;
    background-color: #f84d08;
    color: #fff;
    font-weight: bold;
}
.s211_ul1 > li:nth-child(4n) {
    margin-right: 0;
}
.s211_ul2 {
    width: 100%;
    max-width: 830px;
    min-height: 800px;
    position: relative;
    margin: 80px auto 0;
    padding-bottom: 180px;
}
.s211_ul2 > li {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
}
.s211_ul2 > li.on {
    display: block;
}
.s211_ul2 .title {
    padding-top: 0;
    margin-bottom: 50px;
    text-align: center;
}
.s211_ul2 .title h3 {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 500;
    font-size: 2.5rem;
    padding-top: 0;
    margin-bottom: 20px;
    color: #f84d08;
}
.s211_ul2 .title p {
    font-weight: bold;
    font-size: 1.4rem;
}
.s211_ul2 .img {
    width: 100%;
    max-width: 600px;
    margin: auto;
}
.s211_ul2 .img img {
    width: 100%;
}
.s211_ul2 .txt {
    margin-top: 90px;
    font-size: 1.1rem;
    text-align: center;
    display: inline-block;
}
.s211_ul2 .txt p {
    margin-bottom: 15px;
    text-align: left;
    transform: skew(-0.3deg);
}
.s211_ul2 .txt span.color {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    width: 95px;
    display: inline-block;
}


/* sub2-1-2 */

.s212_1 {
    width: 100%;
    height: 600px;
    margin-bottom: 180px;
    position: relative;
}

.s212_ul1 {
    width: 205px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 20%;
    background: #fff;
    z-index: 1;
    padding-top: 65px;
    padding-left: 30px;
    box-sizing: border-box;
}
.s212_ul1 > li {
    background: #fff;
    margin-bottom: 30px;
    cursor: default;
}
.s212_ul1 > li > p {
    font-size: 1.4rem;
    transition: 0.4s;
    position: relative;
    cursor: pointer;
}
.s212_ul1 > li > p::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 165px;
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
    transition: 0.4s;
    opacity: 0;
}
.s212_ul1 > li.on > p::before {
    opacity: 1;
}
.s212_ul1 > li.on > p {
    font-weight: bold;
    color: #f74d08;
}
.s212_ul1 > li > .s212_txt {
    width: 350px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 100%;
    background: rgba(247, 77, 8, 0.8);
    color: #fff;
    opacity: 0;
    transition: 0.4s;
}
.s212_ul1 > li.on > .s212_txt {
    opacity: 1;
}
.s212_txt > p {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    line-height: 1.8;
    font-size: 1.6rem;
}
.s212_ul2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
}
.s212_ul2 > li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    transition: 0.4s;
}
.s212_ul2 > li.on {
    opacity: 1;
}
.s212_ul2 .s212_img1{background: url(../image/s212_img1.png) center center / cover no-repeat;}
.s212_ul2 .s212_img2{background: url(../image/s212_img2.png) center center / cover no-repeat;}
.s212_ul2 .s212_img3{background: url(../image/s212_img3.png) center center / cover no-repeat;}
.s212_ul2 .s212_img4{background: url(../image/s212_img4.png) center center / cover no-repeat;}
.s212_ul2 .s212_img5{background: url(../image/s212_img5.png) center center / cover no-repeat;}
.s212_ul2 .s212_img6{background: url(../image/s212_img6.png) center center / cover no-repeat;}
.s212_ul2 .s212_img7{background: url(../image/s212_img7.png) center center / cover no-repeat;}


/* sub2-2-1 */

.s221_1 {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 180px;
}
.s221_ul {
    font-size: 0;
    width: 100%;
    padding: 70px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #d9d9d9;
}
.s221_ul:first-child {
    padding-top: 0;
}
.s221_ul:last-child {
    border-bottom: 0px;
}
.s221_ul > li {
    display: inline-block;
    vertical-align: top;
}
.s221_ul > li:nth-child(1) {
    width: 38%;
}
.s221_ul > li:nth-child(2) {
    width: 62%;
}
.s221_ul > li:nth-child(2) img {
    width: 100%;
}
.s221_ul > li.color.gmarket {
    font-size: 2.5rem;
}
.s221_ul > li.gmarket {
    font-size: 1.8rem;
}
.s221_ul1 > li:nth-child(2) {
    line-height: 1.5;
    transform: skew(-0.3deg);
}



/* sub 2-6 */
.s261 {
    width: 90%;
    max-width: 1200px;
    font-size: 0;
    margin: auto;
    margin-bottom: 180px;
}
.cal_box {
    width: 48.5%;
    display: inline-block;
    margin-bottom: 95px;
    vertical-align: top;
}
.cal_box:nth-child(2n-1) {
    margin-right: 3%;
}
.cal_box .gmarket {
    font-size: 1.2rem;
    margin-bottom: 15px;
}
.box_ul {
    width: 100%;
    font-size: 0;
    border: 1px solid #f7f7f7;
    border-right: 0px;
    box-sizing: border-box;
    background: url(../image/s261_bg.png) 0% 0% / contain repeat;
}
.box_ul > li {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
.box_ul > li.box_img {
    width: 53%;
    
    position: relative;
    min-height: 295px;
}
.box_img img {
    display: inline-block;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.box4 .box_img img, .box7 .box_img img {
    width: 70%;
}
.box_ul > li.cal {
    width: 47%;
    background-color: #f7f7f7;
    padding: 20px;
}
tbody.enter {
    display: block;
    margin-bottom: 20px;
}
.s261 table .gmarket {
    color: #fa4d08;
    font-size: 1.1rem;
    padding-bottom: 15px;
}
.enter_in tr td {
    font-size: 18px;
    transform: skew(-0.3deg);
    letter-spacing: -1px;
}
.enter_in tr td input {
    border: 1px solid #d8d8d9;
    height: 30px;
    margin-bottom: 10px;
}
input.calc, input.clr {
    width: 94%;
    background: #595757;
    border: 0;
    height: 25px;
    line-height: 25px;
    color: #fff;
}
td.result {
    width: 100%;
}
td.result table {
    width: 100%;
}
td.result tbody td {
    text-align: left;
}
.result input {
    width: 100%;
    height: 30px;
    border: 1px solid #d8d8d9;
    padding-left: 20px;
    box-sizing: border-box;
}

.s261 .box5 table .gmarket,
.s261 .box6 table .gmarket,
.s261 .box7 table .gmarket,
.s261 .box8 table .gmarket,
.s261 .box9 table .gmarket,
.s261 .box10 table .gmarket {
    padding-bottom: 5px;
}
.box5 tbody.enter,
.box6 tbody.enter,
.box9 tbody.enter,
.box10 tbody.enter {
    margin-bottom: 10px;
}
.box5 .s261 table .gmarket,
.box6 .s261 table .gmarket,
.box7 .s261 table .gmarket,
.box8 .s261 table .gmarket,
.box9 .s261 table .gmarket,
.box10 .s261 table .gmarket {
    margin-bottom: 6px;
}
.box5 .enter_in tr td input,
.box6 .enter_in tr td input,
.box9 .enter_in tr td input,
.box10 .enter_in tr td input {
    height: 24px;
    margin-bottom: 5px;
}
.box7 .enter_in tr td input,
.box8 .enter_in tr td input {
    height: 24px;
}


.from_tit { color: #fa4d08;  font-size: 1.1rem; }
.s23_inputbox {position: relative; padding-left:55px; box-sizing:border-box; margin-bottom:10px}
.s23_inputbox .sub { position: absolute;  left: 0px;  top: 0px;  font-size: 1.05rem;  width: 55px;  text-align: center;  transform: skewX(-0.3deg); letter-spacing: -1px; line-height:30px}
.s23_inputbox p input {width:100%; box-sizing: border-box;  border: 1px solid #d8d8d9;  height: 30px;  line-height: 30px; padding:0px 5px}
.s23_btnbox {font-size:0px; margin:20px 0px}
.s23_btnbox .s23_btn {width: 47.5%; display: inline-block;  vertical-align: top; }
.s23_btnbox .s23_btn:nth-child(1) {margin-right:5%}
.s23_btnbox .s23_btn input.calc, .s23_btnbox .s23_btn input.clr { width: 100%; background: #595757;  border: 0;   height: 25px; line-height: 25px; color: #fff; cursor: pointer;}
.s23_inputbox.ver2 {padding-left:0px}



/* sub 3-1 */

.s311 {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 60px;
}
.s311_ul1 {
    width: 100%;
    font-size: 0;
}
.s311_ul1 > li {
    width: calc(100%/3);
    display: inline-block;
    box-sizing: border-box;
    transition: all 0.6s;
    border: 1px solid #f2f2f2;
    padding: 60px;
    vertical-align: top;
    text-align: center;
}
.s311_ul1 > li.on {
    background: #f2f2f2;
}
.s311_ul1 > li p:nth-child(2) {
    color: #999;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
    transform: skew(-0.3deg);
}
.s311_ul1 > li .gmarket {
    font-size: 1.8rem;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 700;
    text-align: left;
    line-height: 1.5;
    transition: 0.6s;
}
.s311_ul1 > li.on .gmarket {
    color:#f44d08;
}
.s311_ul1 > li img {
    width: 70%;
    margin: auto;
    filter: grayscale(100%);
    transition: 0.6s;
}
.s311_ul1 > li.on img {
    filter: unset;
}
.s312 {
    width: 100%;
    padding: 75px 0;
    box-sizing: border-box;
    margin-bottom: 70px;
    background: #f44d08;
}
.s312_ul1 {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    font-size: 0;
}
.s312_ul1 > li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.s312_ul1 > li:nth-child(1) {
    margin-right: 2%;
}
.s312_ul1 > li .s312_table {
    font-size: 15px;
    width: 100%;
    text-align: center;
    color: #fff;
    border-collapse: collapse;
    transform: skew(-0.3deg);
}

.s312_table thead {
    background: #fff;
    color: #f44d08;
}
.s312_table tr {
    height: 30px;
}
.s312_table th {
    border-bottom: 1px solid #fff;
}
.s312_table td {
    border-bottom: 1px solid #fff;
}




.s321 {
    width: 100%;
    max-width: 610px;
    height: 55px;
    margin: auto;
    margin-bottom: 80px;
}
.s321_ul {
    font-size: 0;
}
.s321_ul > li {
    width: 50%;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 55px;
    text-align: center;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    transition: .5s;
}
.s321_ul > li.on {
    background: #f74d08;
    border: 1px solid #f74d08;
    color: #fff;
    font-weight: bold;
}
.s321_ul > li > a {
    width: 100%;
    height: 100%;
    display: block;
    transform: skew(-0.3deg);
}
.s322 {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
.s322 .sub_inner {
    width: 100%;
}
.s322_cont {width: 100%; max-width: 1060px; margin: auto;  margin-bottom: 140px; }

.s322_cont .swiper-slide .s32_img p {
    opacity: 0;
    text-align: center;
    margin-top: 20px;
    font-size: 1.2rem;
    font-weight: bold;
}
.s322_cont .swiper-slide-active .s32_img p {
    opacity: 1;
}

.s322_thum {
    width: 100%;
    padding: 0 70px;
    box-sizing: border-box;
    margin: 20px auto 0px;
    position: relative;
}

.s322_thum .swiper-button-next, .s322_thum .swiper-button-prev {  color: #4d4d4d;  font-size: 3rem;}

.s32_img img {width: 100%;}

.thum_list .swiper-slide {cursor: pointer; }

.s32_thum img {width: 100%;}
.s32_img p {
    margin-top: 10px;
}
.s322_txt {
    margin: 200px auto;
}
.s322_txt > li {
    width: 100%;
    padding: 40px 0;
    box-sizing: border-box;
    border-top: 1px solid #f5f5f5;
    font-size: 0;
    transition: 0.4s;
}
.s322_txt > li:hover {
    background: #fafafa;
}
.s322_txt > li > p {
    display: inline-block;
    vertical-align: top;
}
.s322_txt > li > p:nth-child(1) {
    width: 13%;
    text-align: right;
}
.s322_txt > li > p:nth-child(2) {
    width: 87%;
    padding-left: 30px;
    box-sizing: border-box;
    line-height: 1.5;
}


.s322_2 {
    margin-bottom: 180px;
}

/*sub6-1*/

.s611 {margin: 150px 0px 180px;}
.s611 .sub_inner {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

#sitemap_nav { width: 100%;  margin: 0 auto;  font-size: 0px;  border-top: 5px solid #f84d08;  border-bottom: 5px solid #f84d08;  padding: 70px 0px;}
#sitemap_nav > li { width: 100%;  vertical-align: top;  display: inline-block;  padding: 0px 50px 50px;  box-sizing: border-box;  border-bottom: 1px solid #ddd; margin-bottom: 50px}
#sitemap_nav > li:last-child {padding-bottom: 0px; margin-bottom: 0px; border-bottom: 0px;}
#sitemap_nav > li > a { font-size: 1.5rem;  color: #666666;  text-transform: capitalize; font-weight: bold;}
.site_sub_menu { width: 100%;  margin-top: 5px; padding-left: 30px;  box-sizing: border-box; font-size: 0;}
.site_sub_menu > li {  width: 50%;  display: inline-block;  vertical-align: top;  margin: 15px 0 0; transform: skew(-0.3deg);}
.site_sub_menu.wid3 > li {width: 33.333%; }
.site_sub_menu.wid4 > li {width: 25%; }
.site_sub_menu > li > a { font-size: 1rem;  color: #333333;  font-weight: 400;  text-transform: capitalize;  display: inline-block;  margin-bottom: 10px;  border-bottom: 1px solid transparent;  transition: all 0.4s;  position: relative; }
.site_sub_menu > li > a::before {content: ""; position: absolute; left: -20px; top: 8px; width: 5px; height: 5px; background-color: #92aebb;  border-radius: 100%;}
.site_sub_menu > li > a:hover {border-bottom: 1px solid #333333}
.sub_site_sub_menu { width: 95%;  margin-left: 5%;  border-left: 1px solid #0046aa;}
.sub_site_sub_menu > li {margin-bottom: 15px; transform: skewX(-0.3deg); }
.sub_site_sub_menu > li > a {  font-size: 0.85rem;  color: #666666;  margin-left: 20px;  line-height: 1.3;  border-bottom: 1px solid transparent;  transition: all 0.4s; font-weight: 600; text-transform: capitalize;}
.sub_site_sub_menu > li > a:hover {border-bottom: 1px solid #666666}
.sub_sub_site_sub_menu {  width: 100%;  margin-left:30px; margin-bottom: 20px;}
.sub_sub_site_sub_menu li { width: 25%;  padding: 6px 0px;  display: inline-block;  transform: skewX(-0.3deg);  vertical-align: top;}
.sub_sub_site_sub_menu li a { font-size: 0.8rem;  line-height: 1.3;  color: #666666;  transition: all 0.4s;  border-bottom: 1px solid transparent;}
.sub_sub_site_sub_menu li a:hover {color:#0079c3; border-bottom: 1px solid #0079c3;}
.sub_sub_site_sub_menu li a.none {pointer-events: none; opacity: 0.5;}
.sub_sub_site_sub_menu li a.none:hover {color: #666666; font-weight: normal;}

/* sub 6-2 */
.sub_inner p {
    transform: skew(-0.3deg);
}
.sub621 { 
    margin: 120px auto;
    width: 90%;
    max-width: 1200px
}
.sub621.first {margin-top: 150px}
.sub621.last {margin-bottom: 180px;}

.s621_wrap {width: 100%;  border-top: 3px solid #eee; padding: 30px; box-sizing: border-box; position: relative;}
.s621_wrap::before {content: ""; position: absolute; left: 0px; top: -3px; width: 180px; height: 3px; background-color:#f44d08; }
.s621_p1 { font-size: 1.4rem; line-height: 1.4;  letter-spacing: -1.25px;  color: #000000;  margin-bottom: 10px;  font-weight: bold;}
.s621_p1.padding {padding-bottom: 10px;}
.s621_p2 { font-size: 0.95rem;  line-height: 1.4;  color: #666666;  margin-bottom: 40px; word-break: keep-all;}
.s621_cont {width: 100%; margin-bottom: 30px;}
.s621_cont p { padding-left: 30px;  box-sizing: border-box;  font-size: 0.9rem;  line-height: 25px;  letter-spacing: -0.5px;  color: #666666;  position: relative; word-break: keep-all}
.s621_cont p span.sub_title {font-weight: bold;}
.s621_cont p span.num { position: absolute;  left: 0px;  top: 0px;  width: 22px;  height: 22px;  font-size: 1rem;  line-height: 24px;  border-radius: 100%;  color: #f44d08;  text-align: center;  font-weight: bold;}


